2023-12-05T12:49:04.805 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-05T12:49:04.805 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732 --name gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi --verbose --owner scheduled_gabrioux@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} -- /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732/orig.config.yaml 2023-12-05T12:49:04.840 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T12:49:04.915 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732 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@ibm.com first_in_suite: false job_id: '7477732' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-05_12:39:43-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: 70 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: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi079.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-05_12:39:43 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-05T12:49:04.915 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-05T12:49:04.916 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-05T12:49:04.916 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-05T12:49:04.917 INFO:teuthology.task.internal:Checking packages... 2023-12-05T12:49:04.940 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-05T12:49:04.941 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-05T12:49:04.941 INFO:teuthology.packaging:ref: None 2023-12-05T12:49:04.941 INFO:teuthology.packaging:tag: None 2023-12-05T12:49:04.941 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-05T12:49:04.941 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T12:49:04.941 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-05T12:49:05.086 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13-ge6605fb8-1focal 2023-12-05T12:49:05.086 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-05T12:49:05.093 INFO:teuthology.task.internal:no buildpackages task found 2023-12-05T12:49:05.093 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-05T12:49:05.117 INFO:teuthology.task.internal:Saving configuration 2023-12-05T12:49:05.130 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-05T12:49:05.143 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T12:49:05.168 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732', '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-05 12:41:13.314664', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-05T12:49:05.189 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732', '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-05 12:41:13.316213', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-05T12:49:05.189 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-05T12:49:05.195 INFO:teuthology.task.internal:roles: ubuntu@smithi045.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-05T12:49:05.195 INFO:teuthology.task.internal:roles: ubuntu@smithi079.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-05T12:49:05.195 INFO:teuthology.run_tasks:Running task console_log... 2023-12-05T12:49:05.284 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6845f9f0d0>, signals=[15]) 2023-12-05T12:49:05.284 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-05T12:49:05.290 INFO:teuthology.task.internal:Opening connections... 2023-12-05T12:49:05.291 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-12-05T12:49:05.292 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:49:05.342 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2023-12-05T12:49:05.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:49:05.391 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-05T12:49:05.398 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-12-05T12:49:05.424 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-12-05T12:49:05.425 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-12-05T12:49:05.476 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="Ubuntu" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:ID=ubuntu 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE=debian 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="20.04" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_CODENAME=focal 2023-12-05T12:49:05.477 INFO:teuthology.orchestra.run.smithi045.stdout:UBUNTU_CODENAME=focal 2023-12-05T12:49:05.478 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-12-05T12:49:05.493 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2023-12-05T12:49:05.500 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2023-12-05T12:49:05.500 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="20.04" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-05T12:49:05.507 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=focal 2023-12-05T12:49:05.508 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=focal 2023-12-05T12:49:05.508 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2023-12-05T12:49:05.526 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-05T12:49:05.534 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-05T12:49:05.593 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-05T12:49:05.593 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-12-05T12:49:05.595 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2023-12-05T12:49:05.601 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-05T12:49:05.618 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-05T12:49:05.619 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-12-05T12:49:05.644 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2023-12-05T12:49:05.663 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-05T12:49:05.719 INFO:teuthology.run_tasks:Running task kernel... 2023-12-05T12:49:05.733 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-05T12:49:05.733 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-05T12:49:05.733 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T12:49:05.734 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T12:49:05.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:49:05.739 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-12-05T12:49:05.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:49:05.740 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-12-05T12:49:05.747 INFO:teuthology.orchestra.run.smithi079.stdout:5.4.0-124-generic 2023-12-05T12:49:05.747 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.4.0-124-generic 2023-12-05T12:49:05.747 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-12-05T12:49:05.788 INFO:teuthology.orchestra.run.smithi045.stdout:5.4.0-124-generic 2023-12-05T12:49:05.789 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.4.0-124-generic 2023-12-05T12:49:05.789 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2023-12-05T12:49:05.863 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-12-05T12:49:05.896 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2023-12-05T12:49:06.059 INFO:teuthology.orchestra.run.smithi045.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-05T12:49:06.072 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T12:49:06.084 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-05T12:49:06.140 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-05T12:49:06.141 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-05T12:49:06.341 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-05T12:49:06.428 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-05T12:49:06.449 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-05T12:49:06.469 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-05T12:49:06.472 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-05T12:49:06.472 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-05T12:49:06.472 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-05T12:49:06.488 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-05T12:49:06.490 INFO:teuthology.orchestra.run.smithi045.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T12:49:06.490 INFO:teuthology.orchestra.run.smithi045.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-05T12:49:06.496 INFO:teuthology.orchestra.run.smithi045.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-05T12:49:06.500 INFO:teuthology.orchestra.run.smithi045.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-05T12:49:06.501 INFO:teuthology.orchestra.run.smithi045.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-05T12:49:06.504 INFO:teuthology.orchestra.run.smithi045.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-05T12:49:06.504 INFO:teuthology.orchestra.run.smithi045.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-05T12:49:06.504 INFO:teuthology.orchestra.run.smithi045.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-05T12:49:06.520 INFO:teuthology.orchestra.run.smithi045.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-05T12:49:06.542 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-05T12:49:06.579 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-05T12:49:06.582 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-05T12:49:06.582 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-05T12:49:06.583 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-05T12:49:06.586 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:18 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T12:49:06.602 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-05T12:49:06.605 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T12:49:06.605 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-05T12:49:06.613 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-05T12:49:06.618 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-05T12:49:06.620 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-05T12:49:06.620 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-05T12:49:06.620 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-05T12:49:06.621 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-05T12:49:06.630 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-05T12:49:06.630 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-05T12:49:06.630 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-05T12:49:06.647 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-05T12:49:06.647 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-05T12:49:06.647 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-05T12:49:06.648 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-05T12:49:06.648 INFO:teuthology.orchestra.run.smithi045.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-05T12:49:06.765 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-05T12:49:06.944 INFO:teuthology.orchestra.run.smithi045.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-05T12:49:07.059 INFO:teuthology.orchestra.run.smithi045.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-05T12:49:07.245 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-05T12:49:07.259 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-05T12:49:07.268 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-05T12:49:07.268 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-05T12:49:07.269 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-05T12:49:07.345 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-05T12:49:07.352 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T12:49:07.352 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-05T12:49:07.365 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-05T12:49:07.549 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-05T12:49:07.981 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-05T12:49:07.987 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-05T12:49:07.990 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-05T12:49:07.997 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-05T12:49:07.998 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-05T12:49:09.593 INFO:teuthology.orchestra.run.smithi045.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-05T12:49:10.392 INFO:teuthology.orchestra.run.smithi045.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-05T12:49:10.569 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 18.3 MB in 3s (6,922 kB/s) 2023-12-05T12:49:10.813 INFO:teuthology.orchestra.run.smithi045.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-05T12:49:10.889 INFO:teuthology.orchestra.run.smithi045.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-05T12:49:10.901 INFO:teuthology.orchestra.run.smithi045.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-05T12:49:12.004 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-05T12:49:12.031 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T12:49:12.109 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-05T12:49:12.311 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-12-05T12:49:12.312 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-12-05T12:49:12.504 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2023-12-05T12:49:12.504 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T12:49:12.504 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-05T12:49:12.504 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-05T12:49:12.505 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2023-12-05T12:49:12.505 INFO:teuthology.orchestra.run.smithi079.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-05T12:49:12.505 INFO:teuthology.orchestra.run.smithi079.stdout:Recommended packages: 2023-12-05T12:49:12.505 INFO:teuthology.orchestra.run.smithi079.stdout: thermald 2023-12-05T12:49:12.560 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2023-12-05T12:49:12.560 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T12:49:12.560 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-05T12:49:12.560 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-05T12:49:12.561 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages will be upgraded: 2023-12-05T12:49:12.562 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-05T12:49:12.744 INFO:teuthology.orchestra.run.smithi079.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T12:49:12.744 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 77.0 MB of archives. 2023-12-05T12:49:12.744 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-05T12:49:12.744 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:12.862 INFO:teuthology.orchestra.run.smithi045.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-05T12:49:13.083 INFO:teuthology.orchestra.run.smithi045.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T12:49:13.083 INFO:teuthology.orchestra.run.smithi045.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-05T12:49:13.565 INFO:teuthology.orchestra.run.smithi045.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-05T12:49:13.850 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:14.120 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:14.351 INFO:teuthology.orchestra.run.smithi045.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-05T12:49:14.510 INFO:teuthology.orchestra.run.smithi045.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-05T12:49:14.516 INFO:teuthology.orchestra.run.smithi045.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-05T12:49:14.521 INFO:teuthology.orchestra.run.smithi045.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-05T12:49:14.530 INFO:teuthology.orchestra.run.smithi045.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-05T12:49:14.535 INFO:teuthology.orchestra.run.smithi045.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-05T12:49:14.538 INFO:teuthology.orchestra.run.smithi045.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-05T12:49:14.572 INFO:teuthology.orchestra.run.smithi045.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-05T12:49:14.657 INFO:teuthology.orchestra.run.smithi045.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-05T12:49:14.657 INFO:teuthology.orchestra.run.smithi045.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-05T12:49:14.672 INFO:teuthology.orchestra.run.smithi045.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-05T12:49:14.673 INFO:teuthology.orchestra.run.smithi045.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-05T12:49:15.454 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:15.454 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:15.454 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:15.824 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:15.864 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:16.591 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 77.0 MB in 3s (23.4 MB/s) 2023-12-05T12:49:16.718 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 18.3 MB in 9s (2,104 kB/s) 2023-12-05T12:49:16.803 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-05T12:49:18.300 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-12-05T12:49:18.328 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T12:49:18.412 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-12-05T12:49:18.622 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2023-12-05T12:49:18.622 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2023-12-05T12:49:18.634 INFO:teuthology.orchestra.run.smithi079.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-05T12:49:18.640 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:18.784 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:18.820 INFO:teuthology.orchestra.run.smithi045.stdout:The following additional packages will be installed: 2023-12-05T12:49:18.820 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T12:49:18.820 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-05T12:49:18.820 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-05T12:49:18.821 INFO:teuthology.orchestra.run.smithi045.stdout:Suggested packages: 2023-12-05T12:49:18.821 INFO:teuthology.orchestra.run.smithi045.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-05T12:49:18.821 INFO:teuthology.orchestra.run.smithi045.stdout:Recommended packages: 2023-12-05T12:49:18.821 INFO:teuthology.orchestra.run.smithi045.stdout: thermald 2023-12-05T12:49:18.872 INFO:teuthology.orchestra.run.smithi045.stdout:The following NEW packages will be installed: 2023-12-05T12:49:18.872 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T12:49:18.872 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-05T12:49:18.872 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-05T12:49:18.873 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages will be upgraded: 2023-12-05T12:49:18.874 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-05T12:49:18.927 INFO:teuthology.orchestra.run.smithi045.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T12:49:18.927 INFO:teuthology.orchestra.run.smithi045.stdout:Need to get 77.0 MB of archives. 2023-12-05T12:49:18.927 INFO:teuthology.orchestra.run.smithi045.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-05T12:49:18.927 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:19.249 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:19.342 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:19.868 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:19.868 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:19.868 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:19.968 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:19.979 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:20.667 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 77.0 MB in 1s (70.2 MB/s) 2023-12-05T12:49:20.711 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-05T12:49:20.725 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:20.841 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:20.845 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-05T12:49:21.915 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-05T12:49:21.928 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:21.965 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:22.577 INFO:teuthology.orchestra.run.smithi045.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-05T12:49:22.582 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:22.709 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:24.626 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-05T12:49:24.642 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:24.744 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:25.829 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-05T12:49:25.843 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:25.879 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:26.766 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T12:49:26.893 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T12:49:27.236 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T12:49:27.355 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T12:49:27.683 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-05T12:49:27.696 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-05T12:49:27.741 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T12:49:30.845 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T12:49:30.972 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T12:49:31.314 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T12:49:31.459 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T12:49:31.853 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-05T12:49:31.868 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-05T12:49:31.913 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T12:49:33.784 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-05T12:49:33.805 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:33.842 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:36.469 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T12:49:36.615 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T12:49:36.939 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:37.297 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-05T12:49:37.318 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T12:49:37.355 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:39.096 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T12:49:39.222 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:39.348 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:40.508 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T12:49:40.513 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-05T12:49:40.513 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-05T12:49:40.642 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:40.654 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T12:49:40.989 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:41.818 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-05T12:49:41.945 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-05T12:49:42.071 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-05T12:49:42.222 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:42.268 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T12:49:42.293 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-05T12:49:42.293 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-05T12:49:42.377 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:42.478 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:43.887 INFO:teuthology.orchestra.run.smithi045.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-05T12:49:43.887 INFO:teuthology.orchestra.run.smithi045.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-05T12:49:44.055 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:45.332 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-05T12:49:45.458 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-05T12:49:45.584 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-05T12:49:45.735 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T12:49:45.807 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-05T12:49:45.807 INFO:teuthology.orchestra.run.smithi045.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-05T12:50:04.591 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-05T12:50:04.591 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2023-12-05T12:50:04.605 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T12:50:04.627 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2023-12-05T12:50:04.967 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T12:50:04.985 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T12:50:05.368 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T12:50:05.379 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T12:50:08.097 INFO:teuthology.orchestra.run.smithi079.stdout:done 2023-12-05T12:50:08.185 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-05T12:50:08.185 INFO:teuthology.orchestra.run.smithi045.stdout:Sourcing file `/etc/default/grub' 2023-12-05T12:50:08.208 INFO:teuthology.orchestra.run.smithi045.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T12:50:08.239 INFO:teuthology.orchestra.run.smithi045.stdout:Generating grub configuration file ... 2023-12-05T12:50:08.561 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2023-12-05T12:50:08.584 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2023-12-05T12:50:08.610 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.4.0.167.164 2023-12-05T12:50:08.611 INFO:teuthology.orchestra.run.smithi079.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-05T12:50:08.611 INFO:teuthology.orchestra.run.smithi079.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-05T12:50:08.611 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-12-05T12:50:08.611 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-12-05T12:50:08.611 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-12-05T12:50:08.611 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-12-05T12:50:08.611 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-05T12:50:08.611 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T12:50:08.611 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T12:50:08.611 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-05T12:50:08.612 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T12:50:08.612 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-12-05T12:50:08.617 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T12:50:08.690 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-12-05T12:50:08.820 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T12:50:08.832 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-05T12:50:08.852 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-05T12:50:08.935 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-05T12:50:08.982 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T12:50:08.992 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T12:50:10.595 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-05T12:50:10.620 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T12:50:10.686 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-05T12:50:10.891 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-12-05T12:50:10.892 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-12-05T12:50:11.106 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-05T12:50:11.107 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T12:50:11.108 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2023-12-05T12:50:11.128 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2023-12-05T12:50:11.128 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.4.0.167.164 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.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-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.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-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-12-05T12:50:11.129 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-12-05T12:50:11.130 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2023-12-05T12:50:11.136 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.AQLcBHiyA1 2023-12-05T12:50:11.136 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.AQLcBHiyA1 2023-12-05T12:50:11.145 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.AQLcBHiyA1 2023-12-05T12:50:11.186 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.AQLcBHiyA1 is 9KB 2023-12-05T12:50:11.201 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.AQLcBHiyA1 2023-12-05T12:50:11.207 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-05T12:50:11.262 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T12:50:11.262 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-05T12:50:11.262 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-05T12:50:11.297 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-05T12:50:11.297 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2023-12-05T12:50:11.707 INFO:teuthology.orchestra.run.smithi045.stdout:done 2023-12-05T12:50:12.098 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 20 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2023-12-05T12:50:12.142 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2023-12-05T12:50:12.143 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 5.4.0.167.164 2023-12-05T12:50:12.143 INFO:teuthology.orchestra.run.smithi045.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-05T12:50:12.143 INFO:teuthology.orchestra.run.smithi045.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-05T12:50:12.143 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2023-12-05T12:50:12.143 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2023-12-05T12:50:12.143 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2023-12-05T12:50:12.143 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2023-12-05T12:50:12.143 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-05T12:50:12.143 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T12:50:12.143 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T12:50:12.143 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-05T12:50:12.143 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T12:50:12.144 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2023-12-05T12:50:12.216 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2023-12-05T12:50:12.358 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T12:50:12.363 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-05T12:50:12.379 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-05T12:50:12.380 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-05T12:50:12.634 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2023-12-05T12:50:12.639 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T12:50:12.659 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2023-12-05T12:50:12.924 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T12:50:12.935 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T12:50:13.325 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T12:50:13.336 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T12:50:14.177 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-12-05T12:50:14.203 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T12:50:14.275 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2023-12-05T12:50:14.462 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2023-12-05T12:50:14.463 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2023-12-05T12:50:14.684 INFO:teuthology.orchestra.run.smithi045.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-05T12:50:14.684 INFO:teuthology.orchestra.run.smithi045.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T12:50:14.686 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 20 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 5.4.0.167.164 2023-12-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.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-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.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-05T12:50:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2023-12-05T12:50:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2023-12-05T12:50:14.705 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2023-12-05T12:50:14.705 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2023-12-05T12:50:14.705 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2023-12-05T12:50:14.709 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.lvpZOCjfk3 2023-12-05T12:50:14.709 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub/grub.cfg /tmp/tmp.lvpZOCjfk3 2023-12-05T12:50:14.765 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.lvpZOCjfk3 2023-12-05T12:50:14.807 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.lvpZOCjfk3 is 9KB 2023-12-05T12:50:14.821 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.lvpZOCjfk3 2023-12-05T12:50:14.828 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-05T12:50:14.886 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T12:50:14.886 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-05T12:50:14.887 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-05T12:50:14.920 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-05T12:50:14.920 DEBUG:teuthology.orchestra.run.smithi045:> sudo update-grub 2023-12-05T12:50:15.021 INFO:teuthology.orchestra.run.smithi079.stderr:done 2023-12-05T12:50:15.023 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2023-12-05T12:50:16.211 INFO:teuthology.orchestra.run.smithi045.stderr:Sourcing file `/etc/default/grub' 2023-12-05T12:50:16.223 INFO:teuthology.orchestra.run.smithi045.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T12:50:16.232 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2023-12-05T12:50:16.507 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T12:50:16.519 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T12:50:16.901 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T12:50:16.913 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T12:50:18.539 INFO:teuthology.orchestra.run.smithi045.stderr:done 2023-12-05T12:50:18.541 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2023-12-05T12:50:45.050 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-05T12:50:45.051 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-05T12:50:45.052 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:50:48.546 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-05T12:50:48.546 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-05T12:50:48.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:03.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-12-05T12:51:06.978 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2023-12-05T12:51:12.401 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-05T12:51:12.402 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:15.459 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-12-05T12:51:15.980 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-05T12:51:15.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:27.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-05T12:51:27.471 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:45.890 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-12-05T12:52:00.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-05T12:52:00.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:52:01.277 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-12-05T12:52:01.834 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-05T12:52:01.834 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-05T12:52:01.834 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-12-05T12:52:01.841 INFO:teuthology.orchestra.run.smithi079.stdout:5.4.0-167-generic 2023-12-05T12:52:01.841 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-05T12:52:01.841 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T12:52:01.841 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-05T12:52:02.843 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-05T12:52:02.843 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T12:52:02.928 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2023-12-05T12:52:02.947 DEBUG:teuthology.parallel:result is None 2023-12-05T12:52:15.983 DEBUG:teuthology.orchestra.remote:timed out 2023-12-05T12:52:27.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-05T12:52:27.985 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:52:28.337 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-12-05T12:52:28.925 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-05T12:52:28.925 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-05T12:52:28.925 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-12-05T12:52:28.972 INFO:teuthology.orchestra.run.smithi045.stdout:5.4.0-167-generic 2023-12-05T12:52:28.973 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-05T12:52:28.973 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T12:52:28.973 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-05T12:52:29.973 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-05T12:52:29.974 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T12:52:30.062 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-12-05T12:52:30.089 DEBUG:teuthology.parallel:result is None 2023-12-05T12:52:30.090 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-05T12:52:30.097 INFO:teuthology.task.internal:Creating test directory... 2023-12-05T12:52:30.097 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T12:52:30.101 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T12:52:30.112 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-05T12:52:30.119 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-05T12:52:30.145 INFO:teuthology.task.internal:Creating archive directory... 2023-12-05T12:52:30.145 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T12:52:30.161 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T12:52:30.182 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-05T12:52:30.190 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-05T12:52:30.190 DEBUG:teuthology.orchestra.run.smithi045:> 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-05T12:52:30.193 DEBUG:teuthology.orchestra.run.smithi079:> 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-05T12:52:30.210 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:30.219 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:30.241 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:30.249 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:30.251 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-05T12:52:30.261 INFO:teuthology.task.internal:Configuring sudo... 2023-12-05T12:52:30.261 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T12:52:30.266 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T12:52:30.282 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-05T12:52:30.291 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-05T12:52:30.292 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T12:52:30.333 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T12:52:30.343 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:52:30.353 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:52:30.360 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T12:52:30.360 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T12:52:30.424 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:52:30.432 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:52:30.439 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T12:52:30.440 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T12:52:30.459 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-12-05T12:52:30.461 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2023-12-05T12:52:30.508 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-05T12:52:30.516 INFO:teuthology.task.internal:Starting timer... 2023-12-05T12:52:30.517 INFO:teuthology.run_tasks:Running task pcp... 2023-12-05T12:52:30.605 INFO:teuthology.run_tasks:Running task selinux... 2023-12-05T12:52:30.623 DEBUG:teuthology.task.selinux:Excluding smithi045: OS 'ubuntu' does not support SELinux 2023-12-05T12:52:30.623 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2023-12-05T12:52:30.624 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-05T12:52:30.624 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-05T12:52:30.624 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-05T12:52:30.624 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-05T12:52:30.641 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-05T12:52:30.641 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-05T12:52:30.671 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-05T12:52:30.672 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-05T13:07:56.755 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2023-12-05T13:07:56.756 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-05T13:07:56.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T13:07:56.812 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-12-05T13:07:56.935 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-05T13:07:56.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-05T13:07:56.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T13:07:56.982 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-12-05T13:07:57.103 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-05T13:07:57.104 INFO:teuthology.run_tasks:Running task clock... 2023-12-05T13:07:57.114 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-05T13:07:57.115 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T13:07:57.115 DEBUG:teuthology.orchestra.run.smithi045:> 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-05T13:07:57.118 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T13:07:57.118 DEBUG:teuthology.orchestra.run.smithi079:> 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-05T13:07:57.152 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-05T13:07:57.152 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Command line: ntpd -gq 2023-12-05T13:07:57.152 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: proto: precision = 0.080 usec (-23) 2023-12-05T13:07:57.153 INFO:teuthology.orchestra.run.smithi045.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T13:07:57.153 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T13:07:57.153 INFO:teuthology.orchestra.run.smithi045.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-05T13:07:57.154 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: restrict ::: KOD does nothing without LIMITED. 2023-12-05T13:07:57.154 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Listen and drop on 0 v6wildcard [::]:123 2023-12-05T13:07:57.154 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-05T13:07:57.154 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Listen normally on 2 lo 127.0.0.1:123 2023-12-05T13:07:57.154 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Listen normally on 3 ens1f0 172.21.15.45:123 2023-12-05T13:07:57.155 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Listen normally on 4 lo [::1]:123 2023-12-05T13:07:57.155 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:12be%3]:123 2023-12-05T13:07:57.155 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:07:57 ntpd[23544]: Listening on routing socket on fd #22 for interface updates 2023-12-05T13:07:57.176 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-05T13:07:57.176 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Command line: ntpd -gq 2023-12-05T13:07:57.178 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: proto: precision = 0.142 usec (-23) 2023-12-05T13:07:57.178 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T13:07:57.179 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T13:07:57.179 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: restrict ::: KOD does nothing without LIMITED. 2023-12-05T13:07:57.179 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-05T13:07:57.180 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Listen and drop on 0 v6wildcard [::]:123 2023-12-05T13:07:57.180 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-05T13:07:57.180 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Listen normally on 2 lo 127.0.0.1:123 2023-12-05T13:07:57.180 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2023-12-05T13:07:57.180 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Listen normally on 4 lo [::1]:123 2023-12-05T13:07:57.180 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2023-12-05T13:07:57.180 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:07:57 ntpd[23705]: Listening on routing socket on fd #22 for interface updates 2023-12-05T13:07:58.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:58 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:07:58.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:58 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:07:58.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:58 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:07:58.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:58 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:07:58.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:58 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:07:58.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:58 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:07:58.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:07:58 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:07:58.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:07:58 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:07:58.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:07:58 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:07:58.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:07:58 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:07:58.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:07:58 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:07:58.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:07:58 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:07:59.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:59 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:07:59.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:59 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:07:59.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:59 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:07:59.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:59 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:07:59.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:59 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:07:59.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:07:59 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:00.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:00 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:00.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:00 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:00.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:00 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:00.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:00 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:00.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:00 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:00.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:00 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:00.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:00 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:00.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:00 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:00.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:00 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:00.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:00 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:00.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:00 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:00.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:00 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:01.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:01 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:01.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:01 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:01.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:01 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:01.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:01 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:01.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:01 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:01.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:01 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:01.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:01.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:01 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:02.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:02.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:02.155 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:02 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:02.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:02 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:02.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:02 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:02.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:02 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:02.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:02 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:02.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:02 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:02.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:02 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:03.152 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:03 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:03.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:03 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:03.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:03 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:03.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:03 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:03.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:03 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:03.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:03 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:03.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:03.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:03.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:03.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:03.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:03 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:04.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:04.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:04.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:04.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:04.153 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stdout: 5 Dec 13:08:04 ntpd[23544]: ntpd: time slew +0.004711 s 2023-12-05T13:08:04.154 INFO:teuthology.orchestra.run.smithi045.stdout:ntpd: time slew +0.004711s 2023-12-05T13:08:04.155 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-05T13:08:04.155 INFO:teuthology.orchestra.run.smithi045.stderr: 5 Dec 13:08:04 ntpd[23544]: can't open /var/log/ntpstats/loopstats.20231205: Permission denied 2023-12-05T13:08:04.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:04.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:04.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T13:08:04.177 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T13:08:04.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T13:08:04.178 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T13:08:04.178 INFO:teuthology.orchestra.run.smithi079.stdout: 5 Dec 13:08:04 ntpd[23705]: ntpd: time slew -0.003205 s 2023-12-05T13:08:04.179 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew -0.003205s 2023-12-05T13:08:04.179 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-05T13:08:04.179 INFO:teuthology.orchestra.run.smithi079.stderr: 5 Dec 13:08:04 ntpd[23705]: can't open /var/log/ntpstats/loopstats.20231205: Permission denied 2023-12-05T13:08:04.222 INFO:teuthology.orchestra.run.smithi045.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T13:08:04.222 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================== 2023-12-05T13:08:04.222 INFO:teuthology.orchestra.run.smithi045.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.222 INFO:teuthology.orchestra.run.smithi045.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.222 INFO:teuthology.orchestra.run.smithi045.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.222 INFO:teuthology.orchestra.run.smithi045.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.247 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T13:08:04.248 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2023-12-05T13:08:04.248 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.248 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.248 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.248 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T13:08:04.249 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-05T13:08:04.386 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-05T13:08:04.386 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-05T13:08:04.386 INFO:tasks.cephadm:Cluster fsid is 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:04.387 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-05T13:08:04.387 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.45', 'mon.c': '[v2:172.21.15.45:3301,v1:172.21.15.45:6790]', 'mon.b': '172.21.15.79'} 2023-12-05T13:08:04.387 INFO:tasks.cephadm:First mon is mon.a on smithi045 2023-12-05T13:08:04.387 INFO:tasks.cephadm:First mgr is y 2023-12-05T13:08:04.387 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-05T13:08:04.387 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-12-05T13:08:04.405 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2023-12-05T13:08:04.422 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-05T13:08:04.423 DEBUG:teuthology.orchestra.run.smithi045:> 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-05T13:08:04.797 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 5 13:08 /home/ubuntu/cephtest/cephadm 2023-12-05T13:08:04.797 DEBUG:teuthology.orchestra.run.smithi079:> 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-05T13:08:05.000 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 5 13:08 /home/ubuntu/cephtest/cephadm 2023-12-05T13:08:05.001 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-05T13:08:05.010 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-05T13:08:05.041 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-05T13:08:05.041 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T13:08:05.056 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T13:08:05.323 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T13:08:05.324 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T13:08:42.332 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2023-12-05T13:08:42.332 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T13:08:42.333 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T13:08:42.333 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2023-12-05T13:08:42.333 INFO:teuthology.orchestra.run.smithi079.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-05T13:08:42.333 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2023-12-05T13:08:42.333 INFO:teuthology.orchestra.run.smithi079.stdout:} 2023-12-05T13:08:43.339 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:08:43.339 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T13:08:43.339 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T13:08:43.339 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2023-12-05T13:08:43.339 INFO:teuthology.orchestra.run.smithi045.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-05T13:08:43.339 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-12-05T13:08:43.339 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:08:43.364 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-12-05T13:08:43.381 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2023-12-05T13:08:43.398 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-12-05T13:08:43.414 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2023-12-05T13:08:43.429 INFO:tasks.cephadm:Writing seed config... 2023-12-05T13:08:43.430 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-05T13:08:43.430 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-05T13:08:43.430 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-05T13:08:43.430 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2023-12-05T13:08:43.430 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-05T13:08:43.430 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-05T13:08:43.431 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-05T13:08:43.431 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-05T13:08:43.431 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-05T13:08:43.431 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:08:43.431 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-05T13:08:43.464 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 = 5356199a-936f-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-05T13:08:43.464 DEBUG:teuthology.orchestra.run.smithi045:mon.a> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service 2023-12-05T13:08:43.466 DEBUG:teuthology.orchestra.run.smithi045:mgr.y> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service 2023-12-05T13:08:43.469 INFO:tasks.cephadm:Bootstrapping... 2023-12-05T13:08:43.469 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 5356199a-936f-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.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:08:43.679 INFO:teuthology.orchestra.run.smithi045.stderr:-------------------------------------------------------------------------------- 2023-12-05T13:08:43.680 INFO:teuthology.orchestra.run.smithi045.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '5356199a-936f-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.45', '--skip-admin-label'] 2023-12-05T13:08:43.680 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying podman|docker is present... 2023-12-05T13:08:43.680 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying lvm2 is present... 2023-12-05T13:08:43.680 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying time synchronization is in place... 2023-12-05T13:08:43.686 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T13:08:43.692 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.699 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-05T13:08:43.704 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.709 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: masked 2023-12-05T13:08:43.714 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:08:43.720 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-05T13:08:43.727 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.735 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-12-05T13:08:43.742 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-12-05T13:08:43.744 INFO:teuthology.orchestra.run.smithi045.stderr:Unit ntp.service is enabled and running 2023-12-05T13:08:43.744 INFO:teuthology.orchestra.run.smithi045.stderr:Repeating the final host check... 2023-12-05T13:08:43.744 INFO:teuthology.orchestra.run.smithi045.stderr:docker (/usr/bin/docker) is present 2023-12-05T13:08:43.744 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl is present 2023-12-05T13:08:43.744 INFO:teuthology.orchestra.run.smithi045.stderr:lvcreate is present 2023-12-05T13:08:43.750 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T13:08:43.758 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.766 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-05T13:08:43.773 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.781 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: masked 2023-12-05T13:08:43.787 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.793 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-05T13:08:43.800 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-05T13:08:43.808 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-12-05T13:08:43.815 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-12-05T13:08:43.816 INFO:teuthology.orchestra.run.smithi045.stderr:Unit ntp.service is enabled and running 2023-12-05T13:08:43.816 INFO:teuthology.orchestra.run.smithi045.stderr:Host looks OK 2023-12-05T13:08:43.816 INFO:teuthology.orchestra.run.smithi045.stderr:Cluster fsid: 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:43.816 INFO:teuthology.orchestra.run.smithi045.stderr:Acquiring lock 140361643436352 on /run/cephadm/5356199a-936f-11ee-95a2-87774f69a715.lock 2023-12-05T13:08:43.816 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 140361643436352 acquired on /run/cephadm/5356199a-936f-11ee-95a2-87774f69a715.lock 2023-12-05T13:08:43.817 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 3300 ... 2023-12-05T13:08:43.817 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 6789 ... 2023-12-05T13:08:43.817 INFO:teuthology.orchestra.run.smithi045.stderr:Base mon IP is 172.21.15.45, final addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-12-05T13:08:43.821 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-05T13:08:43.821 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-05T13:08:43.821 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 2023-12-05T13:08:43.826 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-05T13:08:43.826 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-05T13:08:43.826 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1688sec hoplimit 64 pref medium 2023-12-05T13:08:43.831 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-05T13:08:43.831 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-05T13:08:43.831 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T13:08:43.831 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-12-05T13:08:43.831 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:12be/64 scope link 2023-12-05T13:08:43.831 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T13:08:43.832 INFO:teuthology.orchestra.run.smithi045.stderr:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2023-12-05T13:08:43.832 INFO:teuthology.orchestra.run.smithi045.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-05T13:08:43.833 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T13:08:43.948 INFO:journalctl@ceph.mgr.y.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:08:44.379 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-05T13:08:44.475 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-05T13:08:44.475 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-05T13:08:44.500 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-05T13:08:45.385 INFO:teuthology.orchestra.run.smithi045.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T13:08:45.955 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T13:08:45.955 INFO:teuthology.orchestra.run.smithi045.stderr:Extracting ceph user uid/gid from container image... 2023-12-05T13:08:46.597 INFO:teuthology.orchestra.run.smithi045.stderr:stat: 167 167 2023-12-05T13:08:47.212 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial keys... 2023-12-05T13:08:47.997 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQDfIG9l9auJOxAA8yRq4gwdwSN4SbDKZ+3UOQ== 2023-12-05T13:08:49.236 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQDhIG9lEmssDhAAv7jhxvu/jtDK2iU7kzjcSg== 2023-12-05T13:08:50.492 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQDiIG9li9JnHRAA7hdIL4pINfQ2ikgH425bEg== 2023-12-05T13:08:51.109 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial monmap... 2023-12-05T13:08:51.833 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T13:08:51.833 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-05T13:08:51.833 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:51.833 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T13:08:52.412 INFO:teuthology.orchestra.run.smithi045.stderr:monmaptool for a [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T13:08:52.412 INFO:teuthology.orchestra.run.smithi045.stderr:setting min_mon_release = octopus 2023-12-05T13:08:52.413 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: set fsid to 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:52.413 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T13:08:52.413 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:08:52.413 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mon... 2023-12-05T13:08:53.065 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.061+0000 7f043c1b6880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T13:08:53.065 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.061+0000 7f043c1b6880 1 imported monmap: 2023-12-05T13:08:53.065 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-05T13:08:53.066 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:53.066 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: last_changed 2023-12-05T13:08:51.834222+0000 2023-12-05T13:08:53.066 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: created 2023-12-05T13:08:51.834222+0000 2023-12-05T13:08:53.066 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-05T13:08:53.067 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-05T13:08:53.067 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2023-12-05T13:08:53.067 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.067 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.061+0000 7f043c1b6880 0 /usr/bin/ceph-mon: set fsid to 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:53.067 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: RocksDB version: 6.15.5 2023-12-05T13:08:53.067 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.067 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Compile date Apr 18 2022 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: DB SUMMARY 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: DB Session ID: RJCYSSXL1AXBJNY90HI1 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.error_if_exists: 0 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.create_if_missing: 1 2023-12-05T13:08:53.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.env: 0x5614c90ca860 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.fs: Posix File System 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.info_log: 0x5614c9aab320 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.statistics: (nil) 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.use_fsync: 0 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T13:08:53.070 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.db_log_dir: 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T13:08:53.077 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.write_buffer_manager: 0x5614c9d4b950 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T13:08:53.078 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.unordered_write: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.row_cache: None 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.wal_filter: None 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.preserve_deletes: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.two_write_queues: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.atomic_flush: 0 2023-12-05T13:08:53.079 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T13:08:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_open_files: -1 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Compression algorithms supported: 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kZSTD supported: 0 2023-12-05T13:08:53.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kXpressCompression supported: 0 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kZlibCompression supported: 1 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T13:08:53.082 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.merge_operator: 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_filter: None 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5614c9a74d10) 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-05T13:08:53.083 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache: 0x5614c9adc170 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-05T13:08:53.102 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-05T13:08:53.103 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression: NoCompression 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.num_levels: 7 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T13:08:53.104 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T13:08:53.105 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-05T13:08:53.106 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.table_properties_collectors: 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T13:08:53.107 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.bloom_locality: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.ttl: 2592000 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.enable_blob_files: false 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.min_blob_size: 0 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T13:08:53.108 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.065+0000 7f043c1b6880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.073+0000 7f043c1b6880 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-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.073+0000 7f043c1b6880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.073+0000 7f043c1b6880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.073+0000 7f043c1b6880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5614c9ac2700 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.073+0000 7f043c1b6880 4 rocksdb: DB pointer 0x5614c9b36000 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.073+0000 7f042dda0700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.073+0000 7f042dda0700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:08:53.109 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T13:08:53.110 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:08:53.111 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.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-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.112 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:08:53.113 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-05T13:08:53.113 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.081+0000 7f043c1b6880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-05T13:08:53.113 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.081+0000 7f043c1b6880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-05T13:08:53.113 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-05T13:08:53.081+0000 7f043c1b6880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-05T13:08:53.688 INFO:teuthology.orchestra.run.smithi045.stderr:create mon.a on 2023-12-05T13:08:53.905 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-05T13:08:54.105 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5356199a-936f-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-5356199a-936f-11ee-95a2-87774f69a715.target. 2023-12-05T13:08:54.105 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-5356199a-936f-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-5356199a-936f-11ee-95a2-87774f69a715.target. 2023-12-05T13:08:54.504 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-05T13:08:54.513 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5356199a-936f-11ee-95a2-87774f69a715.target.wants/ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-5356199a-936f-11ee-95a2-87774f69a715@.service. 2023-12-05T13:08:54.715 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-12-05T13:08:54.715 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T13:08:54.715 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon to start... 2023-12-05T13:08:54.715 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon... 2023-12-05T13:08:55.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:55 smithi045 bash[24548]: cluster 2023-12-05T13:08:55.764880+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-05T13:08:56.004 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: cluster: 2023-12-05T13:08:56.004 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: id: 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:56.004 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-05T13:08:56.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:08:56.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: services: 2023-12-05T13:08:56.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.235239s) 2023-12-05T13:08:56.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-05T13:08:56.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-05T13:08:56.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:08:56.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: data: 2023-12-05T13:08:56.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-05T13:08:56.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-05T13:08:56.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-05T13:08:56.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pgs: 2023-12-05T13:08:56.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:08:56.519 INFO:teuthology.orchestra.run.smithi045.stderr:mon is available 2023-12-05T13:08:56.519 INFO:teuthology.orchestra.run.smithi045.stderr:Assimilating anything we can from ceph.conf... 2023-12-05T13:08:56.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:56 smithi045 bash[24548]: cluster 2023-12-05T13:08:55.769931+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-05T13:08:56.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:56 smithi045 bash[24548]: cluster 2023-12-05T13:08:55.770214+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-12-05T13:08:56.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:56 smithi045 bash[24548]: cluster 2023-12-05T13:08:55.773051+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-05T13:08:56.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:56 smithi045 bash[24548]: cluster 2023-12-05T13:08:55.776712+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-05T13:08:56.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:56 smithi045 bash[24548]: cluster 2023-12-05T13:08:55.777756+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-05T13:08:56.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:56 smithi045 bash[24548]: audit 2023-12-05T13:08:56.005100+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/2341934361' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-05T13:08:57.732 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:08:57.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-12-05T13:08:57.734 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T13:08:57.734 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T13:08:58.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:57 smithi045 bash[24548]: audit 2023-12-05T13:08:57.728006+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/2283475111' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T13:08:58.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:57 smithi045 bash[24548]: audit 2023-12-05T13:08:57.732942+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/2283475111' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-05T13:08:58.266 INFO:teuthology.orchestra.run.smithi045.stderr:Generating new minimal ceph.conf... 2023-12-05T13:08:59.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:59 smithi045 bash[24548]: audit 2023-12-05T13:08:59.250862+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.45:0/1288164263' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:08:59.822 INFO:teuthology.orchestra.run.smithi045.stderr:Restarting the monitor... 2023-12-05T13:09:00.140 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:59 smithi045 systemd[1]: Stopping Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:09:00.140 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:59 smithi045 bash[24930]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon.a 2023-12-05T13:09:00.140 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:59 smithi045 bash[24548]: debug 2023-12-05T13:08:59.941+0000 7f705d356700 -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-05T13:09:00.140 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:08:59 smithi045 bash[24548]: debug 2023-12-05T13:08:59.941+0000 7f705d356700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-05T13:09:00.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:00 smithi045 bash[24938]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-a 2023-12-05T13:09:00.600 INFO:teuthology.orchestra.run.smithi045.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-05T13:09:00.659 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:00 smithi045 bash[24975]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon.a 2023-12-05T13:09:00.660 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:00 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-05T13:09:00.660 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:00 smithi045 systemd[1]: Stopped Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:09:00.660 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:00 smithi045 systemd[1]: Started Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:09:01.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.653+0000 7fbe3a37f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.653+0000 7fbe3a37f880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.653+0000 7fbe3a37f880 0 pidfile_write: ignore empty --pid-file 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 0 load: jerasure load: lrc 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: RocksDB version: 6.15.5 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Compile date Apr 18 2022 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: DB SUMMARY 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: DB Session ID: CISGMS9NUUTL26GWG5I0 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: CURRENT file: CURRENT 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-05T13:09:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82109 ; 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.error_if_exists: 0 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.create_if_missing: 0 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.env: 0x555cbd118860 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.fs: Posix File System 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.info_log: 0x555cbf553e00 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.statistics: (nil) 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.use_fsync: 0 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T13:09:01.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T13:09:01.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.db_log_dir: 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T13:09:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.write_buffer_manager: 0x555cbf6442d0 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T13:09:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.unordered_write: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.row_cache: None 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.wal_filter: None 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.preserve_deletes: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.two_write_queues: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.atomic_flush: 0 2023-12-05T13:09:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T13:09:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_open_files: -1 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Compression algorithms supported: 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kZSTD supported: 0 2023-12-05T13:09:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kXpressCompression supported: 0 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kZlibCompression supported: 1 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.merge_operator: 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_filter: None 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T13:09:01.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555cbf521d00) 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: cache_index_and_filter_blocks: 1 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: pin_top_level_index_and_filter: 1 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: index_type: 0 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: data_block_index_type: 0 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: index_shortening: 1 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: hash_index_allow_collision: 1 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: checksum: 1 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: no_block_cache: 0 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_cache: 0x555cbf588170 2023-12-05T13:09:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_cache_name: BinnedLRUCache 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_cache_options: 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: capacity : 536870912 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: num_shard_bits : 4 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: strict_capacity_limit : 0 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: high_pri_pool_ratio: 0.000 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_cache_compressed: (nil) 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: persistent_cache: (nil) 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_size: 4096 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_size_deviation: 10 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_restart_interval: 16 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: index_block_restart_interval: 1 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: metadata_block_size: 4096 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: partition_filters: 0 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: use_delta_encoding: 1 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T13:09:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: whole_key_filtering: 1 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: verify_compression: 0 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: read_amp_bytes_per_bit: 0 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: format_version: 4 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: enable_index_compression: 1 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: block_align: 0 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression: NoCompression 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.num_levels: 7 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T13:09:01.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T13:09:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T13:09:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T13:09:01.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T13:09:01.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T13:09:01.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.table_properties_collectors: 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T13:09:01.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.bloom_locality: 0 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.ttl: 2592000 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.enable_blob_files: false 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.min_blob_size: 0 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.657+0000 7fbe3a37f880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T13:09:01.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 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-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701781741665502, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 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-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701781741666552, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78818, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77081, "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": 71352, "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": 1701781741, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "6a54831d-806a-49fd-b7ae-efcda4bf796c", "db_session_id": "CISGMS9NUUTL26GWG5I0"}} 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701781741667273, "job": 1, "event": "recovery_finished"} 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.661+0000 7fbe3a37f880 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-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.665+0000 7fbe3a37f880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x555cbf56ea80 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.665+0000 7fbe3a37f880 4 rocksdb: DB pointer 0x555cbf57e000 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.665+0000 7fbe2a107700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T13:09:01.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.665+0000 7fbe2a107700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ** DB Stats ** 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ** Compaction Stats [default] ** 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.4 0.00 0.00 1 0.001 0 0 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.4 0.00 0.00 1 0.001 0 0 2023-12-05T13:09:01.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.4 0.00 0.00 1 0.001 0 0 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ** Compaction Stats [default] ** 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 99.4 0.00 0.00 1 0.001 0 0 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Cumulative compaction: 0.00 GB write, 14.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Interval compaction: 0.00 GB write, 14.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.961 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ** Compaction Stats [default] ** 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.4 0.00 0.00 1 0.001 0 0 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.4 0.00 0.00 1 0.001 0 0 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ** Compaction Stats [default] ** 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 99.4 0.00 0.00 1 0.001 0 0 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:01.962 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: Cumulative compaction: 0.00 GB write, 14.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.665+0000 7fbe3a37f880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 1 mon.a@-1(???) e1 preinit fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 0 mon.a@-1(???).mds e1 new map 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 0 mon.a@-1(???).mds e1 print_map 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: e1 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 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-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: legacy client fscid: -1 2023-12-05T13:09:01.963 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: No filesystems configured 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: debug 2023-12-05T13:09:01.669+0000 7fbe3a37f880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: cluster 2023-12-05T13:09:01.678890+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: cluster 2023-12-05T13:09:01.678990+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: cluster 2023-12-05T13:09:01.679106+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: cluster 2023-12-05T13:09:01.679169+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-05T13:09:01.964 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:01 smithi045 bash[25015]: cluster 2023-12-05T13:09:01.679685+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-05T13:09:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-05T13:09:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:09:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mgr... 2023-12-05T13:09:02.594 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying port 9283 ... 2023-12-05T13:09:02.812 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-05T13:09:02.820 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5356199a-936f-11ee-95a2-87774f69a715.target.wants/ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-5356199a-936f-11ee-95a2-87774f69a715@.service. 2023-12-05T13:09:03.014 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-12-05T13:09:03.015 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T13:09:03.015 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-12-05T13:09:03.015 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-05T13:09:03.015 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr to start... 2023-12-05T13:09:03.015 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr... 2023-12-05T13:09:03.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:02 smithi045 bash[25015]: audit 2023-12-05T13:09:01.951040+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.45:0/2472382728' entity='client.admin' 2023-12-05T13:09:04.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:09:04.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:04.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "5356199a-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:04.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:04.347 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "a" 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:04.348 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:04.349 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:04.349 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:04.349 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:04.349 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:04.349 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:04.352 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:04.353 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:04.354 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:04.354 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:04.354 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:04.354 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:04.355 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:08:55.771563+0000", 2023-12-05T13:09:04.355 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:04.355 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:04.355 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:04.355 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:04.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:04 smithi045 bash[25015]: audit 2023-12-05T13:09:04.346268+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/2237603098' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:04.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:04 smithi045 bash[25292]: debug 2023-12-05T13:09:04.237+0000 7f8013f8b000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:09:04.898 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (1/15)... 2023-12-05T13:09:05.385 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:05 smithi045 bash[25292]: debug 2023-12-05T13:09:05.093+0000 7f8013f8b000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:09:05.385 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:05 smithi045 bash[25292]: debug 2023-12-05T13:09:05.217+0000 7f8013f8b000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:09:05.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:05 smithi045 bash[25292]: debug 2023-12-05T13:09:05.381+0000 7f8013f8b000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:09:06.024 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:05 smithi045 bash[25292]: debug 2023-12-05T13:09:05.717+0000 7f8013f8b000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:09:06.024 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:05 smithi045 bash[25292]: debug 2023-12-05T13:09:05.813+0000 7f8013f8b000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:09:06.440 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:06 smithi045 bash[25292]: debug 2023-12-05T13:09:06.021+0000 7f8013f8b000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:09:07.190 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:06 smithi045 bash[25292]: debug 2023-12-05T13:09:06.889+0000 7f8013f8b000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:09:07.190 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:07 smithi045 bash[25292]: debug 2023-12-05T13:09:06.997+0000 7f8013f8b000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:09:07.569 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:07 smithi045 bash[25292]: debug 2023-12-05T13:09:07.205+0000 7f8013f8b000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:09:07.914 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:07 smithi045 bash[25292]: debug 2023-12-05T13:09:07.565+0000 7f8013f8b000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "5356199a-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:08.000 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "a" 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:08.001 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:08.002 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:08.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:08.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:08.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:08.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:08.005 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:08.006 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:08:55.771563+0000", 2023-12-05T13:09:08.007 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:08.008 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:08.008 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:08.008 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:08.171 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:08 smithi045 bash[25015]: audit 2023-12-05T13:09:07.999197+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.45:0/3816607518' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:08.171 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:07 smithi045 bash[25292]: debug 2023-12-05T13:09:07.909+0000 7f8013f8b000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:09:08.440 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:08 smithi045 bash[25292]: debug 2023-12-05T13:09:08.297+0000 7f8013f8b000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:09:08.606 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (2/15)... 2023-12-05T13:09:08.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:08 smithi045 bash[25292]: debug 2023-12-05T13:09:08.577+0000 7f8013f8b000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:09:09.540 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:09 smithi045 bash[25292]: debug 2023-12-05T13:09:09.269+0000 7f8013f8b000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:09:09.541 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:09 smithi045 bash[25292]: debug 2023-12-05T13:09:09.377+0000 7f8013f8b000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:09:09.791 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:09 smithi045 bash[25292]: debug 2023-12-05T13:09:09.537+0000 7f8013f8b000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:09:09.792 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:09 smithi045 bash[25292]: debug 2023-12-05T13:09:09.649+0000 7f8013f8b000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:09:10.086 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:09 smithi045 bash[25292]: debug 2023-12-05T13:09:09.789+0000 7f8013f8b000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:09:10.393 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:10 smithi045 bash[25292]: debug 2023-12-05T13:09:10.085+0000 7f8013f8b000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:09:10.393 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:10 smithi045 bash[25292]: debug 2023-12-05T13:09:10.205+0000 7f8013f8b000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:09:10.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:10 smithi045 bash[25292]: debug 2023-12-05T13:09:10.389+0000 7f8013f8b000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:09:10.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:10 smithi045 bash[25292]: debug 2023-12-05T13:09:10.513+0000 7f8013f8b000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:09:11.646 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:09:11.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:11.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "5356199a-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:11.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:11.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:11.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:11.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:11.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:11.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:11.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:11.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:11.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:11.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:11.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "a" 2023-12-05T13:09:11.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:11.650 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-12-05T13:09:11.650 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:11.650 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:11.650 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:11.650 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:11.650 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:11.651 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:11.651 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:11.651 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:11.651 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:11.651 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:11.652 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:11.652 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:11.652 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:11.652 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:11.653 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:11.655 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:08:55.771563+0000", 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:11.657 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:11.672 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: cluster 2023-12-05T13:09:11.402713+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-05T13:09:11.672 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: cluster 2023-12-05T13:09:11.408641+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00609646s) 2023-12-05T13:09:11.672 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.410391+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:09:11.672 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.410757+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:09:11.672 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.411093+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:09:11.673 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.412019+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:09:11.673 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.412474+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:09:11.673 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: cluster 2023-12-05T13:09:11.421152+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-05T13:09:11.673 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.437823+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:09:11.673 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.440017+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:09:11.673 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25015]: audit 2023-12-05T13:09:11.451116+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' 2023-12-05T13:09:11.674 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:11 smithi045 bash[25292]: debug 2023-12-05T13:09:11.397+0000 7f8013f8b000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:09:12.230 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (3/15)... 2023-12-05T13:09:12.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:12 smithi045 bash[25015]: audit 2023-12-05T13:09:11.455094+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' 2023-12-05T13:09:12.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:12 smithi045 bash[25015]: audit 2023-12-05T13:09:11.462715+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.45:0/887681810' entity='mgr.y' 2023-12-05T13:09:12.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:12 smithi045 bash[25015]: audit 2023-12-05T13:09:11.647184+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.45:0/2278754253' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:12.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:12 smithi045 bash[25015]: cluster 2023-12-05T13:09:12.417304+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01477s) 2023-12-05T13:09:14.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:14 smithi045 bash[25015]: cluster 2023-12-05T13:09:13.464433+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-05T13:09:15.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:09:15.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:15.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "5356199a-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:15.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:15.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:15.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:15.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:15.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:15.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:15.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:15.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:15.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:15.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:15.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "a" 2023-12-05T13:09:15.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:15.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:15.705 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:15.707 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:15.707 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-05T13:09:15.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:08:55.771563+0000", 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:15.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:16.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:15 smithi045 bash[25015]: audit 2023-12-05T13:09:15.699609+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.45:0/2654531569' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:16.252 INFO:teuthology.orchestra.run.smithi045.stderr:mgr is available 2023-12-05T13:09:17.446 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:09:17.446 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-12-05T13:09:17.446 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:17.446 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T13:09:17.446 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T13:09:17.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T13:09:17.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T13:09:17.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:09:17.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-12-05T13:09:17.447 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T13:09:17.448 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-05T13:09:17.448 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-12-05T13:09:17.448 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T13:09:17.448 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T13:09:17.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:17 smithi045 bash[25015]: audit 2023-12-05T13:09:17.440165+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.45:0/1517820319' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T13:09:17.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:17 smithi045 bash[25015]: audit 2023-12-05T13:09:17.446594+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.45:0/1517820319' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-05T13:09:18.070 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling cephadm module... 2023-12-05T13:09:19.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:19 smithi045 bash[25015]: audit 2023-12-05T13:09:19.388537+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.45:0/999079814' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-05T13:09:19.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:19 smithi045 bash[25292]: ignoring --setuser ceph since I am not root 2023-12-05T13:09:19.941 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:19 smithi045 bash[25292]: ignoring --setgroup ceph since I am not root 2023-12-05T13:09:19.941 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:19 smithi045 bash[25292]: debug 2023-12-05T13:09:19.640+0000 7f896444a000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:09:20.623 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:20 smithi045 bash[25015]: audit 2023-12-05T13:09:19.446309+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.45:0/999079814' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-05T13:09:20.623 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:20 smithi045 bash[25015]: cluster 2023-12-05T13:09:19.446526+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-05T13:09:20.623 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:20 smithi045 bash[25292]: debug 2023-12-05T13:09:20.328+0000 7f896444a000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:09:20.623 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:20 smithi045 bash[25292]: debug 2023-12-05T13:09:20.452+0000 7f896444a000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:09:20.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:20 smithi045 bash[25292]: debug 2023-12-05T13:09:20.620+0000 7f896444a000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:09:21.272 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:20 smithi045 bash[25292]: debug 2023-12-05T13:09:20.964+0000 7f896444a000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:09:21.273 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:21 smithi045 bash[25292]: debug 2023-12-05T13:09:21.060+0000 7f896444a000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:09:21.273 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:21 smithi045 bash[25292]: debug 2023-12-05T13:09:21.268+0000 7f896444a000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:09:21.376 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:21.376 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-05T13:09:21.376 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-05T13:09:21.377 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-05T13:09:21.377 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T13:09:21.377 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:21.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:21 smithi045 bash[25015]: audit 2023-12-05T13:09:21.377020+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.45:0/1630325468' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T13:09:21.945 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-12-05T13:09:21.945 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 5... 2023-12-05T13:09:22.260 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:22 smithi045 bash[25292]: debug 2023-12-05T13:09:22.148+0000 7f896444a000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:09:22.578 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:22 smithi045 bash[25292]: debug 2023-12-05T13:09:22.256+0000 7f896444a000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:09:22.579 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:22 smithi045 bash[25292]: debug 2023-12-05T13:09:22.464+0000 7f896444a000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:09:23.169 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:22 smithi045 bash[25292]: debug 2023-12-05T13:09:22.832+0000 7f896444a000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:09:23.440 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:23 smithi045 bash[25292]: debug 2023-12-05T13:09:23.164+0000 7f896444a000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:09:23.829 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:23 smithi045 bash[25292]: debug 2023-12-05T13:09:23.548+0000 7f896444a000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:09:24.190 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:23 smithi045 bash[25292]: debug 2023-12-05T13:09:23.824+0000 7f896444a000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:09:24.795 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:24 smithi045 bash[25292]: debug 2023-12-05T13:09:24.524+0000 7f896444a000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:09:24.795 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:24 smithi045 bash[25292]: debug 2023-12-05T13:09:24.628+0000 7f896444a000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:09:25.047 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:24 smithi045 bash[25292]: debug 2023-12-05T13:09:24.792+0000 7f896444a000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:09:25.047 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:24 smithi045 bash[25292]: debug 2023-12-05T13:09:24.904+0000 7f896444a000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:09:25.341 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:25 smithi045 bash[25292]: debug 2023-12-05T13:09:25.044+0000 7f896444a000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:09:25.649 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:25 smithi045 bash[25292]: debug 2023-12-05T13:09:25.336+0000 7f896444a000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:09:25.650 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:25 smithi045 bash[25292]: debug 2023-12-05T13:09:25.460+0000 7f896444a000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:09:25.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:25 smithi045 bash[25292]: debug 2023-12-05T13:09:25.644+0000 7f896444a000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:09:25.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:25 smithi045 bash[25292]: debug 2023-12-05T13:09:25.768+0000 7f896444a000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:09:26.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:26 smithi045 bash[25292]: debug 2023-12-05T13:09:26.644+0000 7f896444a000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:09:27.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:27.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-05T13:09:27.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T13:09:27.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:27.935 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25292]: [05/Dec/2023:13:09:27] ENGINE Bus STARTING 2023-12-05T13:09:27.935 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25292]: [05/Dec/2023:13:09:27] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:09:27.935 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25292]: [05/Dec/2023:13:09:27] ENGINE Bus STARTED 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: cluster 2023-12-05T13:09:26.670249+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: cluster 2023-12-05T13:09:26.671362+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: cluster 2023-12-05T13:09:26.675442+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: cluster 2023-12-05T13:09:26.726796+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.055641s) 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.729743+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.731465+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.733184+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.733866+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.734280+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: cluster 2023-12-05T13:09:26.747042+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-05T13:09:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.766227+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.771910+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.776601+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.783119+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.785213+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.790722+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.806711+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:09:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:27 smithi045 bash[25015]: audit 2023-12-05T13:09:26.810089+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:09:28.377 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 5 is available 2023-12-05T13:09:28.377 INFO:teuthology.orchestra.run.smithi045.stderr:Setting orchestrator backend to cephadm... 2023-12-05T13:09:29.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: cephadm 2023-12-05T13:09:27.596870+0000 mgr.y (mgr.14120) 1 : cephadm [INF] [05/Dec/2023:13:09:27] ENGINE Bus STARTING 2023-12-05T13:09:29.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: cephadm 2023-12-05T13:09:27.723541+0000 mgr.y (mgr.14120) 2 : cephadm [INF] [05/Dec/2023:13:09:27] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:09:29.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: cephadm 2023-12-05T13:09:27.723999+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [05/Dec/2023:13:09:27] ENGINE Bus STARTED 2023-12-05T13:09:29.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: cluster 2023-12-05T13:09:27.733071+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e7: y(active, since 1.06191s) 2023-12-05T13:09:29.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: audit 2023-12-05T13:09:27.733979+0000 mgr.y (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-05T13:09:29.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: audit 2023-12-05T13:09:27.737148+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:29.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: audit 2023-12-05T13:09:27.746747+0000 mgr.y (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-05T13:09:29.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:28 smithi045 bash[25015]: audit 2023-12-05T13:09:27.762193+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:29.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:29 smithi045 bash[25015]: cluster 2023-12-05T13:09:28.740720+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-05T13:09:29.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:29 smithi045 bash[25015]: audit 2023-12-05T13:09:29.566902+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:29.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:29 smithi045 bash[25015]: audit 2023-12-05T13:09:29.582973+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:31.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:30 smithi045 bash[25015]: audit 2023-12-05T13:09:29.560459+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-05T13:09:31.297 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: value unchanged 2023-12-05T13:09:31.859 INFO:teuthology.orchestra.run.smithi045.stderr:Generating ssh key... 2023-12-05T13:09:32.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:31 smithi045 bash[25015]: audit 2023-12-05T13:09:31.297816+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-05T13:09:33.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25015]: audit 2023-12-05T13:09:33.114817+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-05T13:09:33.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25015]: cephadm 2023-12-05T13:09:33.115219+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-05T13:09:34.190 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: Generating public/private rsa key pair. 2023-12-05T13:09:34.190 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: Your identification has been saved in /tmp/tmp5mxgto_h/key. 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: Your public key has been saved in /tmp/tmp5mxgto_h/key.pub. 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: The key fingerprint is: 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: SHA256:bht/Jki0E5ydE7+UAG5WAKH51su/LXa3dtqh0d9cD5E ceph-5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: The key's randomart image is: 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: +---[RSA 3072]----+ 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | oooo. | 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | o . .o | 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | o .+o = . | 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | . += + + . | 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | o.So o .E | 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | . o+. . .. | 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | .*o ..o.| 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | ..=+.+ =+B| 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: | ..+B.+o+*| 2023-12-05T13:09:34.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:33 smithi045 bash[25292]: +----[SHA256]-----+ 2023-12-05T13:09:35.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:34 smithi045 bash[25015]: audit 2023-12-05T13:09:33.907361+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:35.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:34 smithi045 bash[25015]: audit 2023-12-05T13:09:33.911708+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:35.688 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCmuAGO3WrhafjZ6Lta2fCkkCPvC9moQvI0gpAxdH0jvt2ojpRU8JF2DIwDJwIu2GR+dEk+R6wvYee76mr0YRasXb8ie/euoi0awS8d7FRC//a6n2BjM4LPgtS0V4GsgqxowP8my4k1+0SGDciWffpNI37OnWv9gYkFkbpw7YmODjL4I6Cr6TDr5PKclIwlR72WXuVXec3YzxcB2XNTOX7O3RF115f+PNpbMCZLHwcicnWfmQzeQiotx0PYDT0ZpPFl9inj6NX5X68olq5oay7KMK5EOC99tBJvKUZw30HvNDaGSl7uRg6DpGcvCem8xN6Tu3AxuXoy3hyRZLUVNpE5ANhlcXgrrM14wiaVV6dJLAvf95McjCYwEuRJKdymqZeAj/QwT4DLH5mfbpPNehIZQN8G+mBnZU0W+sU1QeBitWvSemX+bfmIrtF88x3Kks7hSbavY6IUTRnGuW78vaTtnXvx0kYOm7IxRRxWFGmk3gIs53WIGpy/0ytCyMq+iE= ceph-5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:36.222 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-05T13:09:36.222 INFO:teuthology.orchestra.run.smithi045.stderr:Adding key to root@localhost authorized_keys... 2023-12-05T13:09:36.223 INFO:teuthology.orchestra.run.smithi045.stderr:Adding host smithi045... 2023-12-05T13:09:36.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:36 smithi045 bash[25015]: audit 2023-12-05T13:09:35.688755+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-05T13:09:37.729 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:37 smithi045 bash[25015]: audit 2023-12-05T13:09:37.415621+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:09:38.456 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Added host 'smithi045' with addr '172.21.15.45' 2023-12-05T13:09:39.217 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying unmanaged mon service... 2023-12-05T13:09:39.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:39 smithi045 bash[25015]: cephadm 2023-12-05T13:09:37.803004+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi045 2023-12-05T13:09:39.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:39 smithi045 bash[25015]: audit 2023-12-05T13:09:38.455944+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:39.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:39 smithi045 bash[25015]: cephadm 2023-12-05T13:09:38.456598+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi045 2023-12-05T13:09:39.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:39 smithi045 bash[25015]: audit 2023-12-05T13:09:38.498293+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:41.069 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-05T13:09:41.885 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying unmanaged mgr service... 2023-12-05T13:09:42.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:42 smithi045 bash[25015]: audit 2023-12-05T13:09:41.064236+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-05T13:09:42.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:42 smithi045 bash[25015]: cephadm 2023-12-05T13:09:41.065626+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-05T13:09:42.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:42 smithi045 bash[25015]: audit 2023-12-05T13:09:41.069882+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:43.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:43 smithi045 bash[25015]: audit 2023-12-05T13:09:42.080476+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:43.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:43 smithi045 bash[25015]: audit 2023-12-05T13:09:42.368261+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:43.458 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-05T13:09:44.760 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:44 smithi045 bash[25015]: audit 2023-12-05T13:09:43.451204+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-05T13:09:44.760 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:44 smithi045 bash[25015]: cephadm 2023-12-05T13:09:43.453718+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-05T13:09:44.760 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:44 smithi045 bash[25015]: audit 2023-12-05T13:09:43.458703+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:46.548 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:46 smithi045 bash[25015]: audit 2023-12-05T13:09:45.295350+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.45:0/2326113752' entity='client.admin' 2023-12-05T13:09:47.693 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling the dashboard module... 2023-12-05T13:09:48.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: audit 2023-12-05T13:09:46.716899+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:48.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: audit 2023-12-05T13:09:46.720173+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:48.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: audit 2023-12-05T13:09:46.720917+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:09:48.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: audit 2023-12-05T13:09:46.724635+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' 2023-12-05T13:09:48.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: audit 2023-12-05T13:09:46.726821+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:09:48.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: audit 2023-12-05T13:09:46.728930+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.45:0/16643910' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-12-05T13:09:48.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: cluster 2023-12-05T13:09:46.734710+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-05T13:09:48.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:47 smithi045 bash[25015]: audit 2023-12-05T13:09:47.080196+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.45:0/3335671319' entity='client.admin' 2023-12-05T13:09:48.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:48 smithi045 bash[25015]: cephadm 2023-12-05T13:09:47.930372+0000 mgr.y (mgr.14120) 19 : cephadm [INF] Deploying daemon agent.smithi045 on smithi045 2023-12-05T13:09:50.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:49 smithi045 bash[25015]: cluster 2023-12-05T13:09:48.735121+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-05T13:09:50.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:49 smithi045 bash[25015]: audit 2023-12-05T13:09:49.230039+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.45:0/2606756256' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-05T13:09:50.193 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:49 smithi045 bash[25292]: ignoring --setuser ceph since I am not root 2023-12-05T13:09:50.193 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:49 smithi045 bash[25292]: ignoring --setgroup ceph since I am not root 2023-12-05T13:09:50.193 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:49 smithi045 bash[25292]: debug 2023-12-05T13:09:49.920+0000 7fd086115000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:09:50.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:50 smithi045 bash[25292]: debug 2023-12-05T13:09:50.620+0000 7fd086115000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:09:51.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:50 smithi045 bash[25015]: audit 2023-12-05T13:09:49.728427+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.45:0/2606756256' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-05T13:09:51.017 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:50 smithi045 bash[25015]: cluster 2023-12-05T13:09:49.728526+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: y(active, since 23s) 2023-12-05T13:09:51.017 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:50 smithi045 bash[25292]: debug 2023-12-05T13:09:50.748+0000 7fd086115000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:09:51.017 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:50 smithi045 bash[25292]: debug 2023-12-05T13:09:50.912+0000 7fd086115000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:09:51.362 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:51 smithi045 bash[25292]: debug 2023-12-05T13:09:51.260+0000 7fd086115000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:09:51.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:51 smithi045 bash[25292]: debug 2023-12-05T13:09:51.356+0000 7fd086115000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:09:51.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:51 smithi045 bash[25292]: debug 2023-12-05T13:09:51.568+0000 7fd086115000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:09:51.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:51.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-05T13:09:51.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-05T13:09:51.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-05T13:09:51.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T13:09:51.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:52.347 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-12-05T13:09:52.347 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 9... 2023-12-05T13:09:52.688 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:52 smithi045 bash[25292]: debug 2023-12-05T13:09:52.460+0000 7fd086115000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:09:52.688 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:52 smithi045 bash[25292]: debug 2023-12-05T13:09:52.576+0000 7fd086115000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:09:52.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:52 smithi045 bash[25015]: audit 2023-12-05T13:09:51.692029+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.45:0/2089259479' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T13:09:52.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:52 smithi045 bash[25292]: debug 2023-12-05T13:09:52.788+0000 7fd086115000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:09:53.440 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:53 smithi045 bash[25292]: debug 2023-12-05T13:09:53.152+0000 7fd086115000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:09:53.875 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:53 smithi045 bash[25292]: debug 2023-12-05T13:09:53.488+0000 7fd086115000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:09:54.154 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:53 smithi045 bash[25292]: debug 2023-12-05T13:09:53.876+0000 7fd086115000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:09:54.440 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:54 smithi045 bash[25292]: debug 2023-12-05T13:09:54.152+0000 7fd086115000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:09:55.124 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:54 smithi045 bash[25292]: debug 2023-12-05T13:09:54.852+0000 7fd086115000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:09:55.124 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:54 smithi045 bash[25292]: debug 2023-12-05T13:09:54.960+0000 7fd086115000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:09:55.375 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:55 smithi045 bash[25292]: debug 2023-12-05T13:09:55.124+0000 7fd086115000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:09:55.375 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:55 smithi045 bash[25292]: debug 2023-12-05T13:09:55.232+0000 7fd086115000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:09:55.669 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:55 smithi045 bash[25292]: debug 2023-12-05T13:09:55.376+0000 7fd086115000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:09:55.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:55 smithi045 bash[25292]: debug 2023-12-05T13:09:55.668+0000 7fd086115000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:09:55.940 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:55 smithi045 bash[25292]: debug 2023-12-05T13:09:55.788+0000 7fd086115000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:09:56.442 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:55 smithi045 bash[25292]: debug 2023-12-05T13:09:55.976+0000 7fd086115000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:09:56.442 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:56 smithi045 bash[25292]: debug 2023-12-05T13:09:56.100+0000 7fd086115000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:09:57.440 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:56 smithi045 bash[25292]: debug 2023-12-05T13:09:56.976+0000 7fd086115000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:09:58.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: cluster 2023-12-05T13:09:56.998503+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: cluster 2023-12-05T13:09:56.999188+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon y 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: cluster 2023-12-05T13:09:57.002800+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: cluster 2023-12-05T13:09:57.696736+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: y(active, starting, since 0.697721s) 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.698927+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.701056+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.702919+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.703417+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.703794+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: cluster 2023-12-05T13:09:57.714961+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.741594+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.747296+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:58.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.750532+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:09:58.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.779787+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:09:58.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25015]: audit 2023-12-05T13:09:57.785700+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:09:58.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25292]: [05/Dec/2023:13:09:58] ENGINE Bus STARTING 2023-12-05T13:09:58.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25292]: [05/Dec/2023:13:09:58] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:09:58.691 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:09:58 smithi045 bash[25292]: [05/Dec/2023:13:09:58] ENGINE Bus STARTED 2023-12-05T13:09:58.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-05T13:09:58.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-05T13:09:58.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T13:09:58.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-05T13:09:59.360 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 9 is available 2023-12-05T13:09:59.360 INFO:teuthology.orchestra.run.smithi045.stderr:Generating a dashboard self-signed certificate... 2023-12-05T13:09:59.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:59 smithi045 bash[25015]: cephadm 2023-12-05T13:09:58.416945+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [05/Dec/2023:13:09:58] ENGINE Bus STARTING 2023-12-05T13:09:59.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:59 smithi045 bash[25015]: cephadm 2023-12-05T13:09:58.541540+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [05/Dec/2023:13:09:58] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:09:59.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:59 smithi045 bash[25015]: cephadm 2023-12-05T13:09:58.542081+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [05/Dec/2023:13:09:58] ENGINE Bus STARTED 2023-12-05T13:09:59.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:59 smithi045 bash[25015]: audit 2023-12-05T13:09:58.548745+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:09:59.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:59 smithi045 bash[25015]: audit 2023-12-05T13:09:58.700812+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-05T13:09:59.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:59 smithi045 bash[25015]: cluster 2023-12-05T13:09:58.702411+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e11: y(active, since 1.70341s) 2023-12-05T13:09:59.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:09:59 smithi045 bash[25015]: audit 2023-12-05T13:09:58.715416+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-05T13:10:00.922 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-05T13:10:00.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:00 smithi045 bash[25015]: cluster 2023-12-05T13:09:59.702081+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-05T13:10:01.540 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial admin user... 2023-12-05T13:10:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:01 smithi045 bash[25015]: audit 2023-12-05T13:10:00.523034+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-05T13:10:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:01 smithi045 bash[25015]: audit 2023-12-05T13:10:00.918970+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:01.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:01 smithi045 bash[25015]: audit 2023-12-05T13:10:00.923098+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:03.058 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$6XQSmSHw5feQvaB4/kPZkuhbHzqs3yABMM7pgeciTIbXvYroKTgli", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701781803, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-05T13:10:03.662 INFO:teuthology.orchestra.run.smithi045.stderr:Fetching dashboard port number... 2023-12-05T13:10:03.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:03 smithi045 bash[25015]: audit 2023-12-05T13:10:02.367535+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:03.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:03 smithi045 bash[25015]: audit 2023-12-05T13:10:02.368508+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:10:03.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:03 smithi045 bash[25015]: audit 2023-12-05T13:10:02.373044+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:03.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:03 smithi045 bash[25015]: audit 2023-12-05T13:10:02.375283+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:10:03.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:03 smithi045 bash[25015]: audit 2023-12-05T13:10:03.058892+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:04.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:04 smithi045 bash[25015]: audit 2023-12-05T13:10:02.801498+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-05T13:10:04.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:04 smithi045 bash[25015]: cephadm 2023-12-05T13:10:03.346443+0000 mgr.y (mgr.14152) 8 : cephadm [INF] Deploying daemon agent.smithi045 on smithi045 2023-12-05T13:10:04.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:04 smithi045 bash[25015]: cluster 2023-12-05T13:10:03.375674+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-05T13:10:04.977 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 8443 2023-12-05T13:10:05.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:05 smithi045 bash[25015]: audit 2023-12-05T13:10:04.978166+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.45:0/2372004211' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-05T13:10:05.585 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld does not appear to be present 2023-12-05T13:10:05.585 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-05T13:10:05.589 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph Dashboard is now available at: 2023-12-05T13:10:05.589 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:05.589 INFO:teuthology.orchestra.run.smithi045.stderr: URL: https://smithi045.front.sepia.ceph.com:8443/ 2023-12-05T13:10:05.590 INFO:teuthology.orchestra.run.smithi045.stderr: User: admin 2023-12-05T13:10:05.590 INFO:teuthology.orchestra.run.smithi045.stderr: Password: iycwtozf09 2023-12-05T13:10:05.590 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:05.590 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling autotune for osd_memory_target 2023-12-05T13:10:08.910 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr:You can access the Ceph CLI with: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: ceph telemetry on 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr:For more information see: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:09.514 INFO:teuthology.orchestra.run.smithi045.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-05T13:10:09.515 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:10:09.515 INFO:teuthology.orchestra.run.smithi045.stderr:Bootstrap complete. 2023-12-05T13:10:09.547 INFO:tasks.cephadm:Fetching config... 2023-12-05T13:10:09.547 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:10:09.547 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-05T13:10:09.554 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-05T13:10:09.554 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:10:09.554 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-05T13:10:09.559 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-05T13:10:09.559 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:10:09.559 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-05T13:10:09.573 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-05T13:10:09.573 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:10:09.573 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-05T13:10:09.578 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-05T13:10:09.579 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCmuAGO3WrhafjZ6Lta2fCkkCPvC9moQvI0gpAxdH0jvt2ojpRU8JF2DIwDJwIu2GR+dEk+R6wvYee76mr0YRasXb8ie/euoi0awS8d7FRC//a6n2BjM4LPgtS0V4GsgqxowP8my4k1+0SGDciWffpNI37OnWv9gYkFkbpw7YmODjL4I6Cr6TDr5PKclIwlR72WXuVXec3YzxcB2XNTOX7O3RF115f+PNpbMCZLHwcicnWfmQzeQiotx0PYDT0ZpPFl9inj6NX5X68olq5oay7KMK5EOC99tBJvKUZw30HvNDaGSl7uRg6DpGcvCem8xN6Tu3AxuXoy3hyRZLUVNpE5ANhlcXgrrM14wiaVV6dJLAvf95McjCYwEuRJKdymqZeAj/QwT4DLH5mfbpPNehIZQN8G+mBnZU0W+sU1QeBitWvSemX+bfmIrtF88x3Kks7hSbavY6IUTRnGuW78vaTtnXvx0kYOm7IxRRxWFGmk3gIs53WIGpy/0ytCyMq+iE= ceph-5356199a-936f-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T13:10:09.635 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCmuAGO3WrhafjZ6Lta2fCkkCPvC9moQvI0gpAxdH0jvt2ojpRU8JF2DIwDJwIu2GR+dEk+R6wvYee76mr0YRasXb8ie/euoi0awS8d7FRC//a6n2BjM4LPgtS0V4GsgqxowP8my4k1+0SGDciWffpNI37OnWv9gYkFkbpw7YmODjL4I6Cr6TDr5PKclIwlR72WXuVXec3YzxcB2XNTOX7O3RF115f+PNpbMCZLHwcicnWfmQzeQiotx0PYDT0ZpPFl9inj6NX5X68olq5oay7KMK5EOC99tBJvKUZw30HvNDaGSl7uRg6DpGcvCem8xN6Tu3AxuXoy3hyRZLUVNpE5ANhlcXgrrM14wiaVV6dJLAvf95McjCYwEuRJKdymqZeAj/QwT4DLH5mfbpPNehIZQN8G+mBnZU0W+sU1QeBitWvSemX+bfmIrtF88x3Kks7hSbavY6IUTRnGuW78vaTtnXvx0kYOm7IxRRxWFGmk3gIs53WIGpy/0ytCyMq+iE= ceph-5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:10:09.641 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCmuAGO3WrhafjZ6Lta2fCkkCPvC9moQvI0gpAxdH0jvt2ojpRU8JF2DIwDJwIu2GR+dEk+R6wvYee76mr0YRasXb8ie/euoi0awS8d7FRC//a6n2BjM4LPgtS0V4GsgqxowP8my4k1+0SGDciWffpNI37OnWv9gYkFkbpw7YmODjL4I6Cr6TDr5PKclIwlR72WXuVXec3YzxcB2XNTOX7O3RF115f+PNpbMCZLHwcicnWfmQzeQiotx0PYDT0ZpPFl9inj6NX5X68olq5oay7KMK5EOC99tBJvKUZw30HvNDaGSl7uRg6DpGcvCem8xN6Tu3AxuXoy3hyRZLUVNpE5ANhlcXgrrM14wiaVV6dJLAvf95McjCYwEuRJKdymqZeAj/QwT4DLH5mfbpPNehIZQN8G+mBnZU0W+sU1QeBitWvSemX+bfmIrtF88x3Kks7hSbavY6IUTRnGuW78vaTtnXvx0kYOm7IxRRxWFGmk3gIs53WIGpy/0ytCyMq+iE= ceph-5356199a-936f-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T13:10:09.668 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCmuAGO3WrhafjZ6Lta2fCkkCPvC9moQvI0gpAxdH0jvt2ojpRU8JF2DIwDJwIu2GR+dEk+R6wvYee76mr0YRasXb8ie/euoi0awS8d7FRC//a6n2BjM4LPgtS0V4GsgqxowP8my4k1+0SGDciWffpNI37OnWv9gYkFkbpw7YmODjL4I6Cr6TDr5PKclIwlR72WXuVXec3YzxcB2XNTOX7O3RF115f+PNpbMCZLHwcicnWfmQzeQiotx0PYDT0ZpPFl9inj6NX5X68olq5oay7KMK5EOC99tBJvKUZw30HvNDaGSl7uRg6DpGcvCem8xN6Tu3AxuXoy3hyRZLUVNpE5ANhlcXgrrM14wiaVV6dJLAvf95McjCYwEuRJKdymqZeAj/QwT4DLH5mfbpPNehIZQN8G+mBnZU0W+sU1QeBitWvSemX+bfmIrtF88x3Kks7hSbavY6IUTRnGuW78vaTtnXvx0kYOm7IxRRxWFGmk3gIs53WIGpy/0ytCyMq+iE= ceph-5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:10:09.680 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-05T13:10:10.143 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:09 smithi045 bash[25015]: audit 2023-12-05T13:10:08.907307+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.45:0/2125487486' entity='client.admin' 2023-12-05T13:10:11.012 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:10 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:10:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:11.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:11 smithi045 bash[25015]: audit 2023-12-05T13:10:10.014380+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:11.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:11 smithi045 bash[25015]: audit 2023-12-05T13:10:10.016687+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:11.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:11 smithi045 bash[25015]: audit 2023-12-05T13:10:10.022323+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:11.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:11 smithi045 bash[25015]: audit 2023-12-05T13:10:10.024981+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:11.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:11 smithi045 bash[25015]: audit 2023-12-05T13:10:10.030626+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:11.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:11 smithi045 bash[25015]: audit 2023-12-05T13:10:10.782235+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:13.544 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-05T13:10:13.544 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-05T13:10:14.004 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:13 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:10:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:14.005 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:13 smithi045 bash[25015]: audit 2023-12-05T13:10:12.485764+0000 mon.a (mon.0) 110 : audit [INF] from='client.? 172.21.15.45:0/235583696' entity='client.admin' 2023-12-05T13:10:14.005 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:13 smithi045 bash[25015]: audit 2023-12-05T13:10:12.502035+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:14.005 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:13 smithi045 bash[25015]: audit 2023-12-05T13:10:12.509842+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:14.005 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:13 smithi045 bash[25015]: audit 2023-12-05T13:10:12.781666+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:14.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:14 smithi045 bash[25015]: audit 2023-12-05T13:10:13.606661+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:14.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:14 smithi045 bash[25015]: audit 2023-12-05T13:10:13.611118+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:18.577 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2023-12-05T13:10:18.577 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T13:10:18.577 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2023-12-05T13:10:18.584 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T13:10:18.584 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:18.591 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2023-12-05T13:10:18.591 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch host add smithi079 2023-12-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: cluster 2023-12-05T13:10:17.704417+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-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: audit 2023-12-05T13:10:17.729223+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-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: audit 2023-12-05T13:10:17.732357+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: audit 2023-12-05T13:10:17.738547+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: audit 2023-12-05T13:10:17.741381+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: audit 2023-12-05T13:10:17.743624+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: cephadm 2023-12-05T13:10:17.745902+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: audit 2023-12-05T13:10:18.158118+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:18.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:18 smithi045 bash[25015]: audit 2023-12-05T13:10:18.164633+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:19.649 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:19 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:10:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:19.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:19 smithi045 bash[25015]: cephadm 2023-12-05T13:10:17.856096+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:19.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:19 smithi045 bash[25015]: audit 2023-12-05T13:10:19.280228+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:19.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:19 smithi045 bash[25015]: audit 2023-12-05T13:10:19.285371+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:21.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:20 smithi045 bash[25015]: cluster 2023-12-05T13:10:19.704780+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-05T13:10:22.711 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi079' with addr '172.21.15.79' 2023-12-05T13:10:22.994 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:22 smithi045 bash[25015]: audit 2023-12-05T13:10:21.465780+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:22.994 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:22 smithi045 bash[25015]: cluster 2023-12-05T13:10:21.705169+0000 mgr.y (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:23.468 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-05T13:10:23.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:23 smithi045 bash[25015]: cephadm 2023-12-05T13:10:22.047772+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi079 2023-12-05T13:10:23.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:23 smithi045 bash[25015]: audit 2023-12-05T13:10:22.710994+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:23.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:23 smithi045 bash[25015]: cephadm 2023-12-05T13:10:22.711833+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi079 2023-12-05T13:10:23.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:23 smithi045 bash[25015]: audit 2023-12-05T13:10:22.756815+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:23.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:23 smithi045 bash[25015]: audit 2023-12-05T13:10:22.759238+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:23.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:23 smithi045 bash[25015]: audit 2023-12-05T13:10:22.760797+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:23.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:23 smithi045 bash[25015]: audit 2023-12-05T13:10:23.053353+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:24.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:24 smithi045 bash[25015]: cluster 2023-12-05T13:10:23.705695+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:24.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:24 smithi045 bash[25015]: audit 2023-12-05T13:10:23.796324+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:24.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:24 smithi045 bash[25015]: audit 2023-12-05T13:10:23.801586+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:24.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:24 smithi045 bash[25015]: audit 2023-12-05T13:10:23.802666+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:10:24.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:24 smithi045 bash[25015]: audit 2023-12-05T13:10:23.808431+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:24.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:24 smithi045 bash[25015]: audit 2023-12-05T13:10:23.811231+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:10:24.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:24 smithi045 bash[25015]: audit 2023-12-05T13:10:23.815435+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]': finished 2023-12-05T13:10:26.353 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:10:26.354 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}] 2023-12-05T13:10:26.383 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:10:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:26.699 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:10:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:26.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: cephadm 2023-12-05T13:10:24.959570+0000 mgr.y (mgr.14152) 19 : cephadm [INF] Deploying daemon agent.smithi079 on smithi079 2023-12-05T13:10:26.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.619160+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:26.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.621730+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:26.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.624163+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.625796+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: cephadm 2023-12-05T13:10:25.629249+0000 mgr.y (mgr.14152) 20 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: cluster 2023-12-05T13:10:25.706077+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: cephadm 2023-12-05T13:10:25.740623+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.852168+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.858028+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.861682+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.864070+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.865735+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:25.873421+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:26.083669+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:26.523650+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:26.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:26 smithi045 bash[25015]: audit 2023-12-05T13:10:26.531020+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:27.008 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-05T13:10:27.009 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-05T13:10:27.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:27 smithi045 bash[25015]: audit 2023-12-05T13:10:26.354034+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-05T13:10:28.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:28 smithi045 bash[25015]: cluster 2023-12-05T13:10:27.706622+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-05T13:10:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:28 smithi045 bash[25015]: audit 2023-12-05T13:10:27.787557+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:29.718 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2023-12-05T13:10:30.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:29 smithi045 bash[25015]: audit 2023-12-05T13:10:29.561519+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.45:0/2145396436' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-05T13:10:30.361 INFO:tasks.cephadm:Adding mon.a on smithi045 2023-12-05T13:10:30.361 INFO:tasks.cephadm:Adding mon.c on smithi045 2023-12-05T13:10:30.361 INFO:tasks.cephadm:Adding mon.b on smithi079 2023-12-05T13:10:30.361 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi045:172.21.15.45=a;smithi045:[v2:172.21.15.45:3301,v1:172.21.15.45:6790]=c;smithi079:172.21.15.79=b' 2023-12-05T13:10:30.690 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:30 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:10:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:31.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:30 smithi045 bash[25015]: cluster 2023-12-05T13:10:29.707154+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-05T13:10:31.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:30 smithi045 bash[25015]: audit 2023-12-05T13:10:29.713056+0000 mon.a (mon.0) 150 : audit [INF] from='client.? 172.21.15.45:0/2145396436' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-05T13:10:31.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:30 smithi045 bash[25015]: cluster 2023-12-05T13:10:29.713209+0000 mon.a (mon.0) 151 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:31.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:30 smithi045 bash[25015]: audit 2023-12-05T13:10:30.314332+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:31.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:30 smithi045 bash[25015]: audit 2023-12-05T13:10:30.319523+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:32.967 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mon update... 2023-12-05T13:10:33.050 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:32 smithi045 bash[25015]: cluster 2023-12-05T13:10:31.707591+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-05T13:10:33.521 DEBUG:teuthology.orchestra.run.smithi045:mon.c> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.c.service 2023-12-05T13:10:33.523 DEBUG:teuthology.orchestra.run.smithi079:mon.b> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.b.service 2023-12-05T13:10:33.526 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-05T13:10:33.526 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:10:33.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:10:34.301 INFO:journalctl@ceph.mon.b.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:32.956691+0000 mgr.y (mgr.14152) 27 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi045:[v2:172.21.15.45:3301,v1:172.21.15.45:6790]=c;smithi079:172.21.15.79=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: cephadm 2023-12-05T13:10:32.961943+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Saving service mon spec with placement smithi045:172.21.15.45=a;smithi045:[v2:172.21.15.45:3301,v1:172.21.15.45:6790]=c;smithi079:172.21.15.79=b;count:3 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:32.967612+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:33.012984+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:33.015899+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:33.018208+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:33.027218+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:34.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:33.031694+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:34.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: audit 2023-12-05T13:10:33.033253+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:34.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: cephadm 2023-12-05T13:10:33.035843+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Deploying daemon mon.c on smithi045 2023-12-05T13:10:34.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:33 smithi045 bash[25015]: cluster 2023-12-05T13:10:33.708055+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:35.440 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:35 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:10:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:36.333 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-05T13:10:36.333 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"5356199a-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:08:51.834222Z","created":"2023-12-05T13:08:51.834222Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:10:36.333 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:36 smithi045 bash[25015]: audit 2023-12-05T13:10:35.234345+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:36.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:36 smithi045 bash[25015]: audit 2023-12-05T13:10:35.239442+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:36.334 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:36 smithi045 bash[25015]: cluster 2023-12-05T13:10:35.708510+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-05T13:10:36.336 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-12-05T13:10:37.594 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:37 smithi045 bash[25015]: audit 2023-12-05T13:10:36.333429+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.79:0/2725776400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:10:37.908 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-05T13:10:37.908 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:10:38.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:38 smithi045 bash[25015]: cluster 2023-12-05T13:10:37.708956+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-05T13:10:39.691 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:39 smithi045 bash[30785]: debug 2023-12-05T13:10:39.487+0000 7ff60ba78700 1 mon.c@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-05T13:10:44.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:44 smithi079 bash[25290]: debug 2023-12-05T13:10:44.684+0000 7f1a887a7700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2023-12-05T13:10:44.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:39.498913+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:10:44.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:39.499213+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:39.499372+0000 mon.a (mon.0) 170 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:44.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:39.709436+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:40.495510+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:41.495417+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:41.498126+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:41.709859+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-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:42.495542+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:43.496361+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:43.710255+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-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:44.495900+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.521796+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.527821+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:44.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.527918+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.528006+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.528478+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.534846+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:44.538548+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:44.542094+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:44.544671+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[25015]: audit 2023-12-05T13:10:44.546266+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:39.498913+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:39.499213+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:39.499372+0000 mon.a (mon.0) 170 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:39.709436+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:40.495510+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:41.495417+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:41.498126+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:41.709859+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-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:42.495542+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:43.496361+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:43.710255+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-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:44.495900+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.521796+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.527821+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.527918+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2023-12-05T13:10:44.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.528006+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:44.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.528478+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-05T13:10:44.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.534846+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2023-12-05T13:10:44.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:44.538548+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:44.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:44.542094+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:44.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:44.544671+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:44.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:44 smithi045 bash[30785]: audit 2023-12-05T13:10:44.546266+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:49.707 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-05T13:10:49.707 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":3,"fsid":"5356199a-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:10:44.696841Z","created":"2023-12-05T13:08:51.834222Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3301","nonce":0},{"type":"v1","addr":"172.21.15.45:6790","nonce":0}]},"addr":"172.21.15.45:6790/0","public_addr":"172.21.15.45:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-05T13:10:49.713 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 3 2023-12-05T13:10:50.132 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:10:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:50.132 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:10:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:50.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cephadm 2023-12-05T13:10:44.548647+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:10:50.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cephadm 2023-12-05T13:10:44.548993+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:10:50.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cephadm 2023-12-05T13:10:44.696600+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:10:50.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cephadm 2023-12-05T13:10:44.697859+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-05T13:10:50.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:44.700590+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.700888+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:44.700980+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:44.702288+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:44.702531+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:44.702728+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:44.931770+0000 mon.a (mon.0) 195 : audit [DBG] from='client.? 172.21.15.79:0/2816527750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:45.696321+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:45.710753+0000 mgr.y (mgr.14152) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:46.696967+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:47.696224+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:47.711259+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:48.697100+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:49.696855+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.702491+0000 mon.a (mon.0) 201 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.706211+0000 mon.a (mon.0) 202 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:50.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.706284+0000 mon.a (mon.0) 203 : cluster [DBG] fsmap 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cephadm 2023-12-05T13:10:44.548647+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cephadm 2023-12-05T13:10:44.548993+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cephadm 2023-12-05T13:10:44.696600+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cephadm 2023-12-05T13:10:44.697859+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:44.700590+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.700888+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:44.700980+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:44.702288+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:44.702531+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:44.702728+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:50.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:44.931770+0000 mon.a (mon.0) 195 : audit [DBG] from='client.? 172.21.15.79:0/2816527750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:45.696321+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:45.710753+0000 mgr.y (mgr.14152) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:46.696967+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:47.696224+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:47.711259+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:48.697100+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:49.696855+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.702491+0000 mon.a (mon.0) 201 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.706211+0000 mon.a (mon.0) 202 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.706284+0000 mon.a (mon.0) 203 : cluster [DBG] fsmap 2023-12-05T13:10:50.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.706355+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.706540+0000 mon.a (mon.0) 205 : cluster [DBG] mgrmap e13: y(active, since 52s) 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.706783+0000 mon.a (mon.0) 206 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.713223+0000 mon.a (mon.0) 207 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.713267+0000 mon.a (mon.0) 208 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.713298+0000 mon.a (mon.0) 209 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:49.713770+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:49.716592+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:49.720222+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:49.720982+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[25015]: audit 2023-12-05T13:10:49.723874+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.706355+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:50.136 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.706540+0000 mon.a (mon.0) 205 : cluster [DBG] mgrmap e13: y(active, since 52s) 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.706783+0000 mon.a (mon.0) 206 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.713223+0000 mon.a (mon.0) 207 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.713267+0000 mon.a (mon.0) 208 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.713298+0000 mon.a (mon.0) 209 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:49.713770+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:49.716592+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:49.720222+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:49.720982+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:50.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:49 smithi045 bash[30785]: audit 2023-12-05T13:10:49.723874+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.358 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-05T13:10:50.358 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-05T13:10:50.371 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:10:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:50.773 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:10:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:10:50.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25015]: cluster 2023-12-05T13:10:49.711669+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:50.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25015]: cephadm 2023-12-05T13:10:49.723236+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.a on smithi045 2023-12-05T13:10:50.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25015]: audit 2023-12-05T13:10:50.126505+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25015]: audit 2023-12-05T13:10:50.131952+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25015]: audit 2023-12-05T13:10:50.439781+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25015]: audit 2023-12-05T13:10:50.447548+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[25015]: audit 2023-12-05T13:10:50.697276+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:50.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[30785]: cluster 2023-12-05T13:10:49.711669+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:50.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[30785]: cephadm 2023-12-05T13:10:49.723236+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.a on smithi045 2023-12-05T13:10:50.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[30785]: audit 2023-12-05T13:10:50.126505+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[30785]: audit 2023-12-05T13:10:50.131952+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[30785]: audit 2023-12-05T13:10:50.439781+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[30785]: audit 2023-12-05T13:10:50.447548+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:50.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:50 smithi045 bash[30785]: audit 2023-12-05T13:10:50.697276+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cephadm 2023-12-05T13:10:44.548647+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cephadm 2023-12-05T13:10:44.548993+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cephadm 2023-12-05T13:10:44.696600+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cephadm 2023-12-05T13:10:44.697859+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:44.700590+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:44.700888+0000 mon.a (mon.0) 191 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:44.700980+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:44.702288+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:44.702531+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:44.702728+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:44.931770+0000 mon.a (mon.0) 195 : audit [DBG] from='client.? 172.21.15.79:0/2816527750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:45.696321+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:45.710753+0000 mgr.y (mgr.14152) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:46.696967+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:47.696224+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:47.711259+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:48.697100+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:49.696855+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.702491+0000 mon.a (mon.0) 201 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.706211+0000 mon.a (mon.0) 202 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.706284+0000 mon.a (mon.0) 203 : cluster [DBG] fsmap 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.706355+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.706540+0000 mon.a (mon.0) 205 : cluster [DBG] mgrmap e13: y(active, since 52s) 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.706783+0000 mon.a (mon.0) 206 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.713223+0000 mon.a (mon.0) 207 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.713267+0000 mon.a (mon.0) 208 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.713298+0000 mon.a (mon.0) 209 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:49.713770+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:49.716592+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:49.720222+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:49.720982+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:49.723874+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cluster 2023-12-05T13:10:49.711669+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: cephadm 2023-12-05T13:10:49.723236+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.a on smithi045 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:50.126505+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:50.131952+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:50.439781+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:50.447548+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:51 smithi079 bash[25290]: audit 2023-12-05T13:10:50.697276+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:46.695050+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-05T13:10:52.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.712014+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.713109+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.717690+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.717864+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.740704+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.747021+0000 mon.a (mon.0) 223 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.747162+0000 mon.a (mon.0) 224 : cluster [DBG] fsmap 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.747238+0000 mon.a (mon.0) 225 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.747523+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.747870+0000 mon.a (mon.0) 227 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.747934+0000 mon.a (mon.0) 228 : cluster [INF] Cluster is now healthy 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: cluster 2023-12-05T13:10:51.753965+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: audit 2023-12-05T13:10:52.385216+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: audit 2023-12-05T13:10:52.387626+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:52.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: audit 2023-12-05T13:10:52.389211+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: audit 2023-12-05T13:10:52.390903+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[25015]: audit 2023-12-05T13:10:52.697594+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:46.695050+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.712014+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.713109+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.717690+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.717864+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.740704+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.747021+0000 mon.a (mon.0) 223 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.747162+0000 mon.a (mon.0) 224 : cluster [DBG] fsmap 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.747238+0000 mon.a (mon.0) 225 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.747523+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-05T13:10:52.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.747870+0000 mon.a (mon.0) 227 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T13:10:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.747934+0000 mon.a (mon.0) 228 : cluster [INF] Cluster is now healthy 2023-12-05T13:10:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: cluster 2023-12-05T13:10:51.753965+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2023-12-05T13:10:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: audit 2023-12-05T13:10:52.385216+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: audit 2023-12-05T13:10:52.387626+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: audit 2023-12-05T13:10:52.389211+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: audit 2023-12-05T13:10:52.390903+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:52 smithi045 bash[30785]: audit 2023-12-05T13:10:52.697594+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:46.695050+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-05T13:10:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.712014+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.713109+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-05T13:10:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.717690+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-05T13:10:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.717864+0000 mon.a (mon.0) 221 : cluster [INF] mon.a calling monitor election 2023-12-05T13:10:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.740704+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:10:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.747021+0000 mon.a (mon.0) 223 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.747162+0000 mon.a (mon.0) 224 : cluster [DBG] fsmap 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.747238+0000 mon.a (mon.0) 225 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.747523+0000 mon.a (mon.0) 226 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.747870+0000 mon.a (mon.0) 227 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.747934+0000 mon.a (mon.0) 228 : cluster [INF] Cluster is now healthy 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: cluster 2023-12-05T13:10:51.753965+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: audit 2023-12-05T13:10:52.385216+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: audit 2023-12-05T13:10:52.387626+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: audit 2023-12-05T13:10:52.389211+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: audit 2023-12-05T13:10:52.390903+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:53.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:52 smithi079 bash[25290]: audit 2023-12-05T13:10:52.697594+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:10:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:53 smithi079 bash[25290]: cephadm 2023-12-05T13:10:52.387135+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-05T13:10:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:53 smithi079 bash[25290]: cephadm 2023-12-05T13:10:52.392651+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi045 2023-12-05T13:10:54.052 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:53 smithi045 bash[25015]: cephadm 2023-12-05T13:10:52.387135+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-05T13:10:54.052 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:53 smithi045 bash[25015]: cephadm 2023-12-05T13:10:52.392651+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi045 2023-12-05T13:10:54.053 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:53 smithi045 bash[30785]: cephadm 2023-12-05T13:10:52.387135+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-05T13:10:54.053 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:53 smithi045 bash[30785]: cephadm 2023-12-05T13:10:52.392651+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi045 2023-12-05T13:10:54.518 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:10:54.518 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2023-12-05T13:10:54.518 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:10:54.518 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0] 2023-12-05T13:10:54.970 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:54 smithi079 bash[25290]: cluster 2023-12-05T13:10:53.712371+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:54.970 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:54 smithi079 bash[25290]: audit 2023-12-05T13:10:54.518897+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.45:0/313998125' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:55.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:54 smithi045 bash[25015]: cluster 2023-12-05T13:10:53.712371+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:55.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:54 smithi045 bash[25015]: audit 2023-12-05T13:10:54.518897+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.45:0/313998125' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:55.191 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:54 smithi045 bash[30785]: cluster 2023-12-05T13:10:53.712371+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:55.191 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:54 smithi045 bash[30785]: audit 2023-12-05T13:10:54.518897+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.45:0/313998125' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:55.271 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-05T13:10:55.272 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:10:55.272 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T13:10:55.286 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:10:55.286 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:55.300 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T13:10:55.300 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T13:10:55.316 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T13:10:55.316 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:55.332 INFO:tasks.cephadm:Adding mgr.y on smithi045 2023-12-05T13:10:55.332 INFO:tasks.cephadm:Adding mgr.x on smithi079 2023-12-05T13:10:55.332 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi045=y;smithi079=x' 2023-12-05T13:10:56.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[25015]: audit 2023-12-05T13:10:54.934679+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:56.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[25015]: cephadm 2023-12-05T13:10:54.936155+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-05T13:10:56.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[25015]: audit 2023-12-05T13:10:54.936608+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:56.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[25015]: audit 2023-12-05T13:10:54.937910+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:56.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[25015]: audit 2023-12-05T13:10:54.939159+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:56.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[25015]: cephadm 2023-12-05T13:10:54.940518+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[25015]: cluster 2023-12-05T13:10:55.712809+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[30785]: audit 2023-12-05T13:10:54.934679+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[30785]: cephadm 2023-12-05T13:10:54.936155+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[30785]: audit 2023-12-05T13:10:54.936608+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[30785]: audit 2023-12-05T13:10:54.937910+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[30785]: audit 2023-12-05T13:10:54.939159+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[30785]: cephadm 2023-12-05T13:10:54.940518+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2023-12-05T13:10:56.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:55 smithi045 bash[30785]: cluster 2023-12-05T13:10:55.712809+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:56.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:55 smithi079 bash[25290]: audit 2023-12-05T13:10:54.934679+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:56.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:55 smithi079 bash[25290]: cephadm 2023-12-05T13:10:54.936155+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-05T13:10:56.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:55 smithi079 bash[25290]: audit 2023-12-05T13:10:54.936608+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:10:56.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:55 smithi079 bash[25290]: audit 2023-12-05T13:10:54.937910+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:10:56.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:55 smithi079 bash[25290]: audit 2023-12-05T13:10:54.939159+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:56.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:55 smithi079 bash[25290]: cephadm 2023-12-05T13:10:54.940518+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2023-12-05T13:10:56.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:55 smithi079 bash[25290]: cluster 2023-12-05T13:10:55.712809+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:58.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.608631+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.610537+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.612943+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.614614+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: cephadm 2023-12-05T13:10:57.617695+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: cephadm 2023-12-05T13:10:57.618053+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: cluster 2023-12-05T13:10:57.713362+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.781913+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.783314+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.788030+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.789334+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:10:58.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:58 smithi079 bash[25290]: audit 2023-12-05T13:10:57.795781+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.832 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mgr update... 2023-12-05T13:10:58.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.608631+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.610537+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:58.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.612943+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:58.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.614614+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:58.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: cephadm 2023-12-05T13:10:57.617695+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:10:58.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: cephadm 2023-12-05T13:10:57.618053+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:10:58.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: cluster 2023-12-05T13:10:57.713362+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.781913+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.783314+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.788030+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.789334+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[30785]: audit 2023-12-05T13:10:57.795781+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.608631+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.610537+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.612943+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.614614+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: cephadm 2023-12-05T13:10:57.617695+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: cephadm 2023-12-05T13:10:57.618053+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: cluster 2023-12-05T13:10:57.713362+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.781913+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.783314+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:10:58.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.788030+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:58.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.789334+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:10:58.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:58 smithi045 bash[25015]: audit 2023-12-05T13:10:57.795781+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:10:59.742 DEBUG:teuthology.orchestra.run.smithi079:mgr.x> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.x.service 2023-12-05T13:10:59.745 INFO:tasks.cephadm:Deploying OSDs... 2023-12-05T13:10:59.745 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:10:59.745 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T13:10:59.752 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-05T13:10:59.752 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-05 13:06:16.171677352 +0000 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-05 13:06:15.759683605 +0000 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-05 13:06:15.759683605 +0000 2023-12-05T13:10:59.760 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-05T13:10:59.760 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T13:10:59.772 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-05T13:10:59.772 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-05T13:10:59.772 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000320257 s, 1.6 MB/s 2023-12-05T13:10:59.774 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T13:10:59.782 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2023-12-05T13:10:59.837 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T13:10:59.837 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:10:59.837 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 364 Links: 1 2023-12-05T13:10:59.837 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:10:59.837 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-05 13:06:16.859666898 +0000 2023-12-05T13:10:59.838 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-05 13:06:16.367674373 +0000 2023-12-05T13:10:59.838 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-05 13:06:16.367674373 +0000 2023-12-05T13:10:59.838 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-05T13:10:59.838 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T13:10:59.848 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-05T13:10:59.848 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-05T13:10:59.848 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000209835 s, 2.4 MB/s 2023-12-05T13:10:59.849 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T13:10:59.854 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 374 Links: 1 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-05 13:06:17.523656794 +0000 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-05 13:06:17.067663735 +0000 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-05 13:06:17.067663735 +0000 2023-12-05T13:10:59.860 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-05T13:10:59.860 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T13:10:59.915 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-05T13:10:59.915 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-05T13:10:59.916 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000299858 s, 1.7 MB/s 2023-12-05T13:10:59.916 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T13:10:59.924 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2023-12-05T13:10:59.929 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T13:10:59.929 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:10:59.929 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 379 Links: 1 2023-12-05T13:10:59.929 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:10:59.929 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-05 13:06:17.735653567 +0000 2023-12-05T13:10:59.929 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-05 13:06:17.731653628 +0000 2023-12-05T13:10:59.929 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-05 13:06:17.731653628 +0000 2023-12-05T13:10:59.930 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-05T13:10:59.930 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T13:10:59.941 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-05T13:10:59.941 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-05T13:10:59.941 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000233864 s, 2.2 MB/s 2023-12-05T13:10:59.943 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T13:10:59.995 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T13:10:59.995 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T13:11:00.002 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-05T13:11:00.002 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2023-12-05T13:11:00.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.822072+0000 mgr.y (mgr.14152) 55 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:00.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: cephadm 2023-12-05T13:10:58.825702+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Saving service mgr spec with placement smithi045=y;smithi079=x;count:2 2023-12-05T13:11:00.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.832400+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:00.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.867152+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.870002+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.871900+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.881467+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.885282+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.890541+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.892095+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: audit 2023-12-05T13:10:58.893868+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: cephadm 2023-12-05T13:10:58.895600+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:11:00.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:10:59 smithi079 bash[25290]: cluster 2023-12-05T13:10:59.713911+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-05 13:06:16.061267152 +0000 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-05 13:06:15.613276126 +0000 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-05 13:06:15.613276126 +0000 2023-12-05T13:11:00.050 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-05T13:11:00.051 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T13:11:00.061 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-05T13:11:00.061 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-05T13:11:00.061 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000405808 s, 1.3 MB/s 2023-12-05T13:11:00.062 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T13:11:00.068 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2023-12-05T13:11:00.073 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T13:11:00.074 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:00.074 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-05T13:11:00.074 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:00.074 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-05 13:06:16.777252827 +0000 2023-12-05T13:11:00.074 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-05 13:06:16.281262751 +0000 2023-12-05T13:11:00.074 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-05 13:06:16.281262751 +0000 2023-12-05T13:11:00.074 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-05T13:11:00.074 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T13:11:00.084 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-05T13:11:00.085 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-05T13:11:00.085 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000399211 s, 1.3 MB/s 2023-12-05T13:11:00.086 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T13:11:00.136 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2023-12-05T13:11:00.143 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T13:11:00.144 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:00.144 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 372 Links: 1 2023-12-05T13:11:00.144 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:00.144 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-05 13:06:17.013248105 +0000 2023-12-05T13:11:00.144 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-05 13:06:17.005248265 +0000 2023-12-05T13:11:00.144 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-05 13:06:17.005248265 +0000 2023-12-05T13:11:00.144 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-05T13:11:00.144 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T13:11:00.160 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-05T13:11:00.160 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-05T13:11:00.160 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000669315 s, 765 kB/s 2023-12-05T13:11:00.163 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T13:11:00.170 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2023-12-05T13:11:00.174 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T13:11:00.174 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:00.174 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 377 Links: 1 2023-12-05T13:11:00.175 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:00.175 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-05 13:06:18.237223599 +0000 2023-12-05T13:11:00.175 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-05 13:06:17.713234092 +0000 2023-12-05T13:11:00.175 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-05 13:06:17.713234092 +0000 2023-12-05T13:11:00.175 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-05T13:11:00.175 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T13:11:00.183 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-05T13:11:00.184 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-05T13:11:00.184 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000287458 s, 1.8 MB/s 2023-12-05T13:11:00.184 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T13:11:00.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.822072+0000 mgr.y (mgr.14152) 55 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:00.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: cephadm 2023-12-05T13:10:58.825702+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Saving service mgr spec with placement smithi045=y;smithi079=x;count:2 2023-12-05T13:11:00.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.832400+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:00.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.867152+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:00.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.870002+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:00.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.871900+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:00.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.881467+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.885282+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.890541+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.892095+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: audit 2023-12-05T13:10:58.893868+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: cephadm 2023-12-05T13:10:58.895600+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[25015]: cluster 2023-12-05T13:10:59.713911+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.822072+0000 mgr.y (mgr.14152) 55 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: cephadm 2023-12-05T13:10:58.825702+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Saving service mgr spec with placement smithi045=y;smithi079=x;count:2 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.832400+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.867152+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.870002+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.871900+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.881467+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:00.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.885282+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:00.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.890541+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T13:11:00.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.892095+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:00.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: audit 2023-12-05T13:10:58.893868+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:00.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: cephadm 2023-12-05T13:10:58.895600+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:11:00.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:10:59 smithi045 bash[30785]: cluster 2023-12-05T13:10:59.713911+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:00.201 INFO:journalctl@ceph.mgr.x.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:11:00.208 INFO:tasks.cephadm:Deploying osd.0 on smithi045 with /dev/vg_nvme/lv_4... 2023-12-05T13:11:00.208 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T13:11:02.672 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.389104+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:02.672 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.392696+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:02.672 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.394568+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:02.672 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.395919+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:02.672 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.403262+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:02.672 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: cephadm 2023-12-05T13:11:01.404014+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:11:02.673 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: cephadm 2023-12-05T13:11:01.405166+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-05T13:11:02.673 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.405724+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:02.673 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.407347+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:02.673 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: audit 2023-12-05T13:11:01.408504+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:02.673 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: cephadm 2023-12-05T13:11:01.409884+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi045 2023-12-05T13:11:02.673 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[25290]: cluster 2023-12-05T13:11:01.714268+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:02.781 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.389104+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:02.781 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.392696+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.394568+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.395919+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.403262+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: cephadm 2023-12-05T13:11:01.404014+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: cephadm 2023-12-05T13:11:01.405166+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.405724+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.407347+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: audit 2023-12-05T13:11:01.408504+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: cephadm 2023-12-05T13:11:01.409884+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi045 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[25015]: cluster 2023-12-05T13:11:01.714268+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.389104+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:02.782 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.392696+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.394568+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.395919+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.403262+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: cephadm 2023-12-05T13:11:01.404014+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: cephadm 2023-12-05T13:11:01.405166+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.405724+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.407347+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: audit 2023-12-05T13:11:01.408504+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: cephadm 2023-12-05T13:11:01.409884+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi045 2023-12-05T13:11:02.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:02 smithi045 bash[30785]: cluster 2023-12-05T13:11:01.714268+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:02.967 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[26341]: debug 2023-12-05T13:11:02.795+0000 7f813ca8e700 1 -- 172.21.15.79:0/933161506 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558489810340 con 0x55848a58c800 2023-12-05T13:11:03.284 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:02 smithi079 bash[26341]: debug 2023-12-05T13:11:02.959+0000 7f81456fd000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:11:03.780 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:03 smithi079 bash[26341]: debug 2023-12-05T13:11:03.651+0000 7f81456fd000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:11:03.938 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:03 smithi079 bash[26341]: debug 2023-12-05T13:11:03.771+0000 7f81456fd000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:11:04.071 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T13:11:04.071 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-05T13:11:04.071 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-05T13:11:04.072 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-05T13:11:04.072 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013499 s, 777 MB/s 2023-12-05T13:11:04.072 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-05T13:11:04.245 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:03 smithi079 bash[26341]: debug 2023-12-05T13:11:03.931+0000 7f81456fd000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:11:04.545 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[26341]: debug 2023-12-05T13:11:04.267+0000 7f81456fd000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:11:04.545 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[26341]: debug 2023-12-05T13:11:04.363+0000 7f81456fd000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[26341]: debug 2023-12-05T13:11:04.567+0000 7f81456fd000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[25290]: cluster 2023-12-05T13:11:03.714691+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[25290]: audit 2023-12-05T13:11:04.023934+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[25290]: audit 2023-12-05T13:11:04.026324+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[25290]: audit 2023-12-05T13:11:04.028955+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[25290]: audit 2023-12-05T13:11:04.030794+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[25290]: audit 2023-12-05T13:11:04.038606+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:04 smithi079 bash[25290]: audit 2023-12-05T13:11:04.724397+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[25015]: cluster 2023-12-05T13:11:03.714691+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:05.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[25015]: audit 2023-12-05T13:11:04.023934+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[25015]: audit 2023-12-05T13:11:04.026324+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:05.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[25015]: audit 2023-12-05T13:11:04.028955+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:05.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[25015]: audit 2023-12-05T13:11:04.030794+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:05.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[25015]: audit 2023-12-05T13:11:04.038606+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[25015]: audit 2023-12-05T13:11:04.724397+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[30785]: cluster 2023-12-05T13:11:03.714691+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:05.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[30785]: audit 2023-12-05T13:11:04.023934+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[30785]: audit 2023-12-05T13:11:04.026324+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:05.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[30785]: audit 2023-12-05T13:11:04.028955+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:05.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[30785]: audit 2023-12-05T13:11:04.030794+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:05.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[30785]: audit 2023-12-05T13:11:04.038606+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:04 smithi045 bash[30785]: audit 2023-12-05T13:11:04.724397+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:05.355 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2023-12-05T13:11:05.754 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:05 smithi079 bash[26341]: debug 2023-12-05T13:11:05.431+0000 7f81456fd000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:11:05.754 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:05 smithi079 bash[26341]: debug 2023-12-05T13:11:05.543+0000 7f81456fd000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:11:05.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:05 smithi045 bash[25015]: cephadm 2023-12-05T13:11:04.039471+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:11:05.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:05 smithi045 bash[30785]: cephadm 2023-12-05T13:11:04.039471+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:11:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:05 smithi079 bash[25290]: cephadm 2023-12-05T13:11:04.039471+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:11:06.045 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:05 smithi079 bash[26341]: debug 2023-12-05T13:11:05.747+0000 7f81456fd000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:11:06.434 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:06 smithi079 bash[26341]: debug 2023-12-05T13:11:06.103+0000 7f81456fd000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:11:06.459 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:06 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:11:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:06.777 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:06 smithi079 bash[26341]: debug 2023-12-05T13:11:06.427+0000 7f81456fd000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:11:07.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:06 smithi079 bash[25290]: cluster 2023-12-05T13:11:05.715182+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:07.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:06 smithi079 bash[25290]: audit 2023-12-05T13:11:06.173894+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:07.045 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:06 smithi079 bash[26341]: debug 2023-12-05T13:11:06.815+0000 7f81456fd000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:11:07.191 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:06 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:11:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:07.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:06 smithi045 bash[25015]: cluster 2023-12-05T13:11:05.715182+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:07.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:06 smithi045 bash[25015]: audit 2023-12-05T13:11:06.173894+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:07.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:06 smithi045 bash[30785]: cluster 2023-12-05T13:11:05.715182+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:07.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:06 smithi045 bash[30785]: audit 2023-12-05T13:11:06.173894+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:07.545 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[26341]: debug 2023-12-05T13:11:07.083+0000 7f81456fd000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[26341]: debug 2023-12-05T13:11:07.759+0000 7f81456fd000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[26341]: debug 2023-12-05T13:11:07.859+0000 7f81456fd000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[25290]: audit 2023-12-05T13:11:06.946474+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[25290]: audit 2023-12-05T13:11:06.953361+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[25290]: audit 2023-12-05T13:11:06.963687+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[25290]: audit 2023-12-05T13:11:06.965851+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[25290]: audit 2023-12-05T13:11:06.967161+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[25290]: audit 2023-12-05T13:11:06.976513+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:07 smithi079 bash[25290]: cluster 2023-12-05T13:11:07.715670+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[25015]: audit 2023-12-05T13:11:06.946474+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[25015]: audit 2023-12-05T13:11:06.953361+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[25015]: audit 2023-12-05T13:11:06.963687+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[25015]: audit 2023-12-05T13:11:06.965851+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[25015]: audit 2023-12-05T13:11:06.967161+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[25015]: audit 2023-12-05T13:11:06.976513+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[25015]: cluster 2023-12-05T13:11:07.715670+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:08.191 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[30785]: audit 2023-12-05T13:11:06.946474+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[30785]: audit 2023-12-05T13:11:06.953361+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[30785]: audit 2023-12-05T13:11:06.963687+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:08.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[30785]: audit 2023-12-05T13:11:06.965851+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:08.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[30785]: audit 2023-12-05T13:11:06.967161+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:08.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[30785]: audit 2023-12-05T13:11:06.976513+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:08.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:07 smithi045 bash[30785]: cluster 2023-12-05T13:11:07.715670+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:08.294 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:08 smithi079 bash[26341]: debug 2023-12-05T13:11:08.027+0000 7f81456fd000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:11:08.294 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:08 smithi079 bash[26341]: debug 2023-12-05T13:11:08.139+0000 7f81456fd000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:11:08.598 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:08 smithi079 bash[26341]: debug 2023-12-05T13:11:08.287+0000 7f81456fd000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:11:08.896 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:08 smithi079 bash[26341]: debug 2023-12-05T13:11:08.591+0000 7f81456fd000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:11:08.896 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:08 smithi079 bash[26341]: debug 2023-12-05T13:11:08.711+0000 7f81456fd000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:11:09.294 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:08 smithi079 bash[26341]: debug 2023-12-05T13:11:08.891+0000 7f81456fd000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:11:09.295 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:09 smithi079 bash[26341]: debug 2023-12-05T13:11:09.007+0000 7f81456fd000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:11:10.295 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:11:09 smithi079 bash[26341]: debug 2023-12-05T13:11:09.851+0000 7f81456fd000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:11:10.691 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:11:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:11.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: cluster 2023-12-05T13:11:09.716220+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:11.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:09.851318+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:11.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:09.855798+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:11.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:09.857064+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:11.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:09.878655+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:11:11.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:09.879452+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:11:11.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: cluster 2023-12-05T13:11:09.880620+0000 mon.a (mon.0) 282 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:11:11.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:09.881461+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:11:11.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:09.882179+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:11:11.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:10.250850+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:11.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:10 smithi079 bash[25290]: audit 2023-12-05T13:11:10.258021+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:11.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: cluster 2023-12-05T13:11:09.716220+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:11.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:09.851318+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:11.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:09.855798+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:09.857064+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:09.878655+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:09.879452+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: cluster 2023-12-05T13:11:09.880620+0000 mon.a (mon.0) 282 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:09.881461+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:09.882179+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:10.250850+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[25015]: audit 2023-12-05T13:11:10.258021+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: cluster 2023-12-05T13:11:09.716220+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:09.851318+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:09.855798+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:09.857064+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:11.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:09.878655+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:11:11.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:09.879452+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:11:11.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: cluster 2023-12-05T13:11:09.880620+0000 mon.a (mon.0) 282 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:11:11.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:09.881461+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:11:11.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:09.882179+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.79:0/1814793794' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:11:11.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:10.250850+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:11.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:10 smithi045 bash[30785]: audit 2023-12-05T13:11:10.258021+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:12.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:11 smithi079 bash[25290]: audit 2023-12-05T13:11:09.846290+0000 mgr.y (mgr.14152) 68 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:12.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:11 smithi079 bash[25290]: cluster 2023-12-05T13:11:10.787387+0000 mon.a (mon.0) 285 : cluster [DBG] mgrmap e14: y(active, since 73s), standbys: x 2023-12-05T13:11:12.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:11 smithi079 bash[25290]: audit 2023-12-05T13:11:10.787544+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:11:12.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:11 smithi045 bash[25015]: audit 2023-12-05T13:11:09.846290+0000 mgr.y (mgr.14152) 68 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:12.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:11 smithi045 bash[25015]: cluster 2023-12-05T13:11:10.787387+0000 mon.a (mon.0) 285 : cluster [DBG] mgrmap e14: y(active, since 73s), standbys: x 2023-12-05T13:11:12.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:11 smithi045 bash[25015]: audit 2023-12-05T13:11:10.787544+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:11:12.176 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:11 smithi045 bash[30785]: audit 2023-12-05T13:11:09.846290+0000 mgr.y (mgr.14152) 68 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:12.177 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:11 smithi045 bash[30785]: cluster 2023-12-05T13:11:10.787387+0000 mon.a (mon.0) 285 : cluster [DBG] mgrmap e14: y(active, since 73s), standbys: x 2023-12-05T13:11:12.177 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:11 smithi045 bash[30785]: audit 2023-12-05T13:11:10.787544+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:11:12.441 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:12 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:11:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:13.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:12 smithi079 bash[25290]: cluster 2023-12-05T13:11:11.716705+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:13.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:12 smithi079 bash[25290]: audit 2023-12-05T13:11:12.170493+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:13.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:12 smithi079 bash[25290]: audit 2023-12-05T13:11:12.176113+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:13.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:12 smithi045 bash[25015]: cluster 2023-12-05T13:11:11.716705+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:13.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:12 smithi045 bash[25015]: audit 2023-12-05T13:11:12.170493+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:13.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:12 smithi045 bash[25015]: audit 2023-12-05T13:11:12.176113+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:13.191 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:12 smithi045 bash[30785]: cluster 2023-12-05T13:11:11.716705+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:13.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:12 smithi045 bash[30785]: audit 2023-12-05T13:11:12.170493+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:13.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:12 smithi045 bash[30785]: audit 2023-12-05T13:11:12.176113+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:14.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:14 smithi045 bash[25015]: cluster 2023-12-05T13:11:13.717159+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:14.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:14 smithi045 bash[30785]: cluster 2023-12-05T13:11:13.717159+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:15.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:14 smithi079 bash[25290]: cluster 2023-12-05T13:11:13.717159+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:17.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:16 smithi079 bash[25290]: cluster 2023-12-05T13:11:15.717598+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:17.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:16 smithi079 bash[25290]: audit 2023-12-05T13:11:15.972598+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.45:0/1864406874' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "164b1220-51a8-4e17-8539-bae2f9c4ba68"}]: dispatch 2023-12-05T13:11:17.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:16 smithi079 bash[25290]: audit 2023-12-05T13:11:15.979987+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.45:0/1864406874' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "164b1220-51a8-4e17-8539-bae2f9c4ba68"}]': finished 2023-12-05T13:11:17.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:16 smithi079 bash[25290]: cluster 2023-12-05T13:11:15.980179+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-05T13:11:17.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:16 smithi079 bash[25290]: audit 2023-12-05T13:11:15.980454+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:17.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:16 smithi079 bash[25290]: audit 2023-12-05T13:11:16.655896+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.45:0/2406499919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:17.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[25015]: cluster 2023-12-05T13:11:15.717598+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:17.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[25015]: audit 2023-12-05T13:11:15.972598+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.45:0/1864406874' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "164b1220-51a8-4e17-8539-bae2f9c4ba68"}]: dispatch 2023-12-05T13:11:17.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[25015]: audit 2023-12-05T13:11:15.979987+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.45:0/1864406874' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "164b1220-51a8-4e17-8539-bae2f9c4ba68"}]': finished 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[25015]: cluster 2023-12-05T13:11:15.980179+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[25015]: audit 2023-12-05T13:11:15.980454+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[25015]: audit 2023-12-05T13:11:16.655896+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.45:0/2406499919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[30785]: cluster 2023-12-05T13:11:15.717598+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[30785]: audit 2023-12-05T13:11:15.972598+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.45:0/1864406874' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "164b1220-51a8-4e17-8539-bae2f9c4ba68"}]: dispatch 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[30785]: audit 2023-12-05T13:11:15.979987+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.45:0/1864406874' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "164b1220-51a8-4e17-8539-bae2f9c4ba68"}]': finished 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[30785]: cluster 2023-12-05T13:11:15.980179+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[30785]: audit 2023-12-05T13:11:15.980454+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:17.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:16 smithi045 bash[30785]: audit 2023-12-05T13:11:16.655896+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.45:0/2406499919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:18.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:17 smithi045 bash[25015]: cluster 2023-12-05T13:11:17.718056+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:18.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:17 smithi045 bash[30785]: cluster 2023-12-05T13:11:17.718056+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:18.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:17 smithi079 bash[25290]: cluster 2023-12-05T13:11:17.718056+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:20 smithi079 bash[25290]: cluster 2023-12-05T13:11:19.718507+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:21.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:20 smithi045 bash[25015]: cluster 2023-12-05T13:11:19.718507+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:21.191 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:20 smithi045 bash[30785]: cluster 2023-12-05T13:11:19.718507+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:22.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:22 smithi045 bash[25015]: cluster 2023-12-05T13:11:21.719056+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:22.941 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:22 smithi045 bash[30785]: cluster 2023-12-05T13:11:21.719056+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:22 smithi079 bash[25290]: cluster 2023-12-05T13:11:21.719056+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:24 smithi079 bash[25290]: cluster 2023-12-05T13:11:23.719464+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:25.191 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:24 smithi045 bash[30785]: cluster 2023-12-05T13:11:23.719464+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:25.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:24 smithi045 bash[25015]: cluster 2023-12-05T13:11:23.719464+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:26.941 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:11:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:26.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[30785]: cluster 2023-12-05T13:11:25.719945+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:26.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[30785]: audit 2023-12-05T13:11:26.050944+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:11:26.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[30785]: audit 2023-12-05T13:11:26.052294+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:26.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[30785]: audit 2023-12-05T13:11:26.588293+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:26.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[30785]: audit 2023-12-05T13:11:26.596479+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:26.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[25015]: cluster 2023-12-05T13:11:25.719945+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:26.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[25015]: audit 2023-12-05T13:11:26.050944+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:11:26.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[25015]: audit 2023-12-05T13:11:26.052294+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:26.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[25015]: audit 2023-12-05T13:11:26.588293+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:26.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:26 smithi045 bash[25015]: audit 2023-12-05T13:11:26.596479+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:26 smithi079 bash[25290]: cluster 2023-12-05T13:11:25.719945+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:26 smithi079 bash[25290]: audit 2023-12-05T13:11:26.050944+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:11:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:26 smithi079 bash[25290]: audit 2023-12-05T13:11:26.052294+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:26 smithi079 bash[25290]: audit 2023-12-05T13:11:26.588293+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:26 smithi079 bash[25290]: audit 2023-12-05T13:11:26.596479+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:27.965 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:27 smithi045 bash[25015]: cephadm 2023-12-05T13:11:26.053503+0000 mgr.y (mgr.14152) 77 : cephadm [INF] Deploying daemon osd.0 on smithi045 2023-12-05T13:11:27.966 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:27 smithi045 bash[30785]: cephadm 2023-12-05T13:11:26.053503+0000 mgr.y (mgr.14152) 77 : cephadm [INF] Deploying daemon osd.0 on smithi045 2023-12-05T13:11:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:27 smithi079 bash[25290]: cephadm 2023-12-05T13:11:26.053503+0000 mgr.y (mgr.14152) 77 : cephadm [INF] Deploying daemon osd.0 on smithi045 2023-12-05T13:11:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:28 smithi079 bash[25290]: cluster 2023-12-05T13:11:27.720418+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:29.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:28 smithi045 bash[25015]: cluster 2023-12-05T13:11:27.720418+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:29.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:28 smithi045 bash[30785]: cluster 2023-12-05T13:11:27.720418+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:30.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:30 smithi045 bash[25015]: cluster 2023-12-05T13:11:29.720871+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:30.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:30 smithi045 bash[30785]: cluster 2023-12-05T13:11:29.720871+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:30 smithi079 bash[25290]: cluster 2023-12-05T13:11:29.720871+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:32.406 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:11:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[30785]: audit 2023-12-05T13:11:31.123088+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[30785]: audit 2023-12-05T13:11:31.160377+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[30785]: audit 2023-12-05T13:11:31.162442+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[30785]: audit 2023-12-05T13:11:31.163579+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[30785]: audit 2023-12-05T13:11:31.171452+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[30785]: cluster 2023-12-05T13:11:31.721427+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[25015]: audit 2023-12-05T13:11:31.123088+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:32.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[25015]: audit 2023-12-05T13:11:31.160377+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:32.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[25015]: audit 2023-12-05T13:11:31.162442+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:32.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[25015]: audit 2023-12-05T13:11:31.163579+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:32.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[25015]: audit 2023-12-05T13:11:31.171452+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:32.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:32 smithi045 bash[25015]: cluster 2023-12-05T13:11:31.721427+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:32.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:32 smithi079 bash[25290]: audit 2023-12-05T13:11:31.123088+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:32.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:32 smithi079 bash[25290]: audit 2023-12-05T13:11:31.160377+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:32.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:32 smithi079 bash[25290]: audit 2023-12-05T13:11:31.162442+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:32.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:32 smithi079 bash[25290]: audit 2023-12-05T13:11:31.163579+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:32.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:32 smithi079 bash[25290]: audit 2023-12-05T13:11:31.171452+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:32.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:32 smithi079 bash[25290]: cluster 2023-12-05T13:11:31.721427+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:33.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[25015]: audit 2023-12-05T13:11:32.304938+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[25015]: audit 2023-12-05T13:11:32.311845+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[25015]: audit 2023-12-05T13:11:32.341976+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:33.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[25015]: audit 2023-12-05T13:11:32.344728+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:33.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[25015]: audit 2023-12-05T13:11:32.346786+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:33.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[25015]: audit 2023-12-05T13:11:32.357795+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[30785]: audit 2023-12-05T13:11:32.304938+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[30785]: audit 2023-12-05T13:11:32.311845+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[30785]: audit 2023-12-05T13:11:32.341976+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:33.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[30785]: audit 2023-12-05T13:11:32.344728+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:33.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[30785]: audit 2023-12-05T13:11:32.346786+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:33.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:33 smithi045 bash[30785]: audit 2023-12-05T13:11:32.357795+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:33 smithi079 bash[25290]: audit 2023-12-05T13:11:32.304938+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:33 smithi079 bash[25290]: audit 2023-12-05T13:11:32.311845+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:33.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:33 smithi079 bash[25290]: audit 2023-12-05T13:11:32.341976+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:33.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:33 smithi079 bash[25290]: audit 2023-12-05T13:11:32.344728+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:33.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:33 smithi079 bash[25290]: audit 2023-12-05T13:11:32.346786+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:33.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:33 smithi079 bash[25290]: audit 2023-12-05T13:11:32.357795+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:34.691 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:34 smithi045 bash[25015]: cluster 2023-12-05T13:11:33.721887+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:34.692 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:34 smithi045 bash[30785]: cluster 2023-12-05T13:11:33.721887+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:34.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:34 smithi079 bash[25290]: cluster 2023-12-05T13:11:33.721887+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:35.941 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:35 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:11:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:36.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[25015]: cluster 2023-12-05T13:11:35.722199+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:36.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[25015]: audit 2023-12-05T13:11:35.875245+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:36.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[25015]: audit 2023-12-05T13:11:35.881305+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:36.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[25015]: audit 2023-12-05T13:11:35.884148+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:36.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[25015]: audit 2023-12-05T13:11:35.886093+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:36.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[25015]: audit 2023-12-05T13:11:35.887297+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:36.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[25015]: audit 2023-12-05T13:11:35.895791+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:36.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[30785]: cluster 2023-12-05T13:11:35.722199+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:36.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[30785]: audit 2023-12-05T13:11:35.875245+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:36.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[30785]: audit 2023-12-05T13:11:35.881305+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:36.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[30785]: audit 2023-12-05T13:11:35.884148+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:36.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[30785]: audit 2023-12-05T13:11:35.886093+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:36.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[30785]: audit 2023-12-05T13:11:35.887297+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:36.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:36 smithi045 bash[30785]: audit 2023-12-05T13:11:35.895791+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:37.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:36 smithi079 bash[25290]: cluster 2023-12-05T13:11:35.722199+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:37.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:36 smithi079 bash[25290]: audit 2023-12-05T13:11:35.875245+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:37.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:36 smithi079 bash[25290]: audit 2023-12-05T13:11:35.881305+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:37.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:36 smithi079 bash[25290]: audit 2023-12-05T13:11:35.884148+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:37.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:36 smithi079 bash[25290]: audit 2023-12-05T13:11:35.886093+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:37.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:36 smithi079 bash[25290]: audit 2023-12-05T13:11:35.887297+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:37.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:36 smithi079 bash[25290]: audit 2023-12-05T13:11:35.895791+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:38.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:37 smithi079 bash[25290]: cephadm 2023-12-05T13:11:35.876273+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:11:38.099 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:37 smithi045 bash[25015]: cephadm 2023-12-05T13:11:35.876273+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:11:38.099 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:37 smithi045 bash[30785]: cephadm 2023-12-05T13:11:35.876273+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:11:38.580 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 0 on host 'smithi045' 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: cluster 2023-12-05T13:11:37.722539+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: audit 2023-12-05T13:11:38.572820+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: audit 2023-12-05T13:11:38.579550+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: audit 2023-12-05T13:11:38.579932+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: audit 2023-12-05T13:11:38.584347+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: audit 2023-12-05T13:11:38.587892+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: audit 2023-12-05T13:11:38.596049+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:38.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[25015]: audit 2023-12-05T13:11:38.603377+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: cluster 2023-12-05T13:11:37.722539+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: audit 2023-12-05T13:11:38.572820+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: audit 2023-12-05T13:11:38.579550+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: audit 2023-12-05T13:11:38.579932+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: audit 2023-12-05T13:11:38.584347+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: audit 2023-12-05T13:11:38.587892+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: audit 2023-12-05T13:11:38.596049+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:38.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:38 smithi045 bash[30785]: audit 2023-12-05T13:11:38.603377+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:39.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: cluster 2023-12-05T13:11:37.722539+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:39.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: audit 2023-12-05T13:11:38.572820+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:39.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: audit 2023-12-05T13:11:38.579550+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:39.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: audit 2023-12-05T13:11:38.579932+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:39.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: audit 2023-12-05T13:11:38.584347+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:39.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: audit 2023-12-05T13:11:38.587892+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:11:39.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: audit 2023-12-05T13:11:38.596049+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:39.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:38 smithi079 bash[25290]: audit 2023-12-05T13:11:38.603377+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:39.201 DEBUG:teuthology.orchestra.run.smithi045:osd.0> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.0.service 2023-12-05T13:11:39.204 INFO:tasks.cephadm:Deploying osd.1 on smithi045 with /dev/vg_nvme/lv_3... 2023-12-05T13:11:39.204 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T13:11:39.369 INFO:journalctl@ceph.osd.0.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:11:39.692 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:11:39 smithi045 bash[34348]: debug 2023-12-05T13:11:39.233+0000 7fbf971b53c0 -1 osd.0 0 log_to_monitors true 2023-12-05T13:11:40.187 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:39 smithi045 bash[30785]: cephadm 2023-12-05T13:11:38.589098+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 15227M 2023-12-05T13:11:40.187 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:39 smithi045 bash[30785]: audit 2023-12-05T13:11:39.240590+0000 mon.a (mon.0) 322 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:11:40.187 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:39 smithi045 bash[25015]: cephadm 2023-12-05T13:11:38.589098+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 15227M 2023-12-05T13:11:40.188 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:39 smithi045 bash[25015]: audit 2023-12-05T13:11:39.240590+0000 mon.a (mon.0) 322 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:11:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:39 smithi079 bash[25290]: cephadm 2023-12-05T13:11:38.589098+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 15227M 2023-12-05T13:11:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:39 smithi079 bash[25290]: audit 2023-12-05T13:11:39.240590+0000 mon.a (mon.0) 322 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:11:41.192 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[34348]: debug 2023-12-05T13:11:40.805+0000 7fbf8dbb8700 -1 osd.0 0 waiting for initial osdmap 2023-12-05T13:11:41.192 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[34348]: debug 2023-12-05T13:11:40.809+0000 7fbf8a553700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:11:41.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[30785]: cluster 2023-12-05T13:11:39.723023+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-05T13:11:41.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[30785]: audit 2023-12-05T13:11:39.798675+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:11:41.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[30785]: cluster 2023-12-05T13:11:39.798760+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-05T13:11:41.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[30785]: audit 2023-12-05T13:11:39.799103+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:41.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[30785]: audit 2023-12-05T13:11:39.799937+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:11:41.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[25015]: cluster 2023-12-05T13:11:39.723023+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-05T13:11:41.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[25015]: audit 2023-12-05T13:11:39.798675+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:11:41.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[25015]: cluster 2023-12-05T13:11:39.798760+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-05T13:11:41.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[25015]: audit 2023-12-05T13:11:39.799103+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:41.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:40 smithi045 bash[25015]: audit 2023-12-05T13:11:39.799937+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:11:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:40 smithi079 bash[25290]: cluster 2023-12-05T13:11:39.723023+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-05T13:11:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:40 smithi079 bash[25290]: audit 2023-12-05T13:11:39.798675+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:11:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:40 smithi079 bash[25290]: cluster 2023-12-05T13:11:39.798760+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-05T13:11:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:40 smithi079 bash[25290]: audit 2023-12-05T13:11:39.799103+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:40 smithi079 bash[25290]: audit 2023-12-05T13:11:39.799937+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:11:42.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[25015]: audit 2023-12-05T13:11:40.800701+0000 mon.a (mon.0) 327 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:11:42.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[25015]: cluster 2023-12-05T13:11:40.800936+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-05T13:11:42.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[25015]: audit 2023-12-05T13:11:40.801701+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:42.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[25015]: audit 2023-12-05T13:11:40.809619+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:42.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[25015]: cluster 2023-12-05T13:11:41.723479+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:42.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[30785]: audit 2023-12-05T13:11:40.800701+0000 mon.a (mon.0) 327 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:11:42.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[30785]: cluster 2023-12-05T13:11:40.800936+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-05T13:11:42.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[30785]: audit 2023-12-05T13:11:40.801701+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:42.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[30785]: audit 2023-12-05T13:11:40.809619+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:42.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:41 smithi045 bash[30785]: cluster 2023-12-05T13:11:41.723479+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:41 smithi079 bash[25290]: audit 2023-12-05T13:11:40.800701+0000 mon.a (mon.0) 327 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:11:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:41 smithi079 bash[25290]: cluster 2023-12-05T13:11:40.800936+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-05T13:11:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:41 smithi079 bash[25290]: audit 2023-12-05T13:11:40.801701+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:41 smithi079 bash[25290]: audit 2023-12-05T13:11:40.809619+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:41 smithi079 bash[25290]: cluster 2023-12-05T13:11:41.723479+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:42.404 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T13:11:42.404 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-05T13:11:42.404 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-05T13:11:42.404 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-05T13:11:42.404 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0167456 s, 626 MB/s 2023-12-05T13:11:42.404 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-05T13:11:42.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[25015]: cluster 2023-12-05T13:11:40.236970+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:11:42.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[25015]: cluster 2023-12-05T13:11:40.237139+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:11:42.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[25015]: cluster 2023-12-05T13:11:41.810567+0000 mon.a (mon.0) 331 : cluster [INF] osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800] boot 2023-12-05T13:11:42.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[25015]: cluster 2023-12-05T13:11:41.810659+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-05T13:11:42.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[25015]: audit 2023-12-05T13:11:41.811281+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:42.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[30785]: cluster 2023-12-05T13:11:40.236970+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:11:42.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[30785]: cluster 2023-12-05T13:11:40.237139+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:11:42.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[30785]: cluster 2023-12-05T13:11:41.810567+0000 mon.a (mon.0) 331 : cluster [INF] osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800] boot 2023-12-05T13:11:42.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[30785]: cluster 2023-12-05T13:11:41.810659+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-05T13:11:42.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:42 smithi045 bash[30785]: audit 2023-12-05T13:11:41.811281+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:43.021 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_3 2023-12-05T13:11:43.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:42 smithi079 bash[25290]: cluster 2023-12-05T13:11:40.236970+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:11:43.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:42 smithi079 bash[25290]: cluster 2023-12-05T13:11:40.237139+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:11:43.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:42 smithi079 bash[25290]: cluster 2023-12-05T13:11:41.810567+0000 mon.a (mon.0) 331 : cluster [INF] osd.0 [v2:172.21.15.45:6802/3249476800,v1:172.21.15.45:6803/3249476800] boot 2023-12-05T13:11:43.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:42 smithi079 bash[25290]: cluster 2023-12-05T13:11:41.810659+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-05T13:11:43.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:42 smithi079 bash[25290]: audit 2023-12-05T13:11:41.811281+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:44.129 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:43 smithi045 bash[30785]: cluster 2023-12-05T13:11:42.819551+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-05T13:11:44.129 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:43 smithi045 bash[30785]: cluster 2023-12-05T13:11:43.723987+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:44.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:43 smithi045 bash[25015]: cluster 2023-12-05T13:11:42.819551+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-05T13:11:44.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:43 smithi045 bash[25015]: cluster 2023-12-05T13:11:43.723987+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:44.164 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:43 smithi079 bash[25290]: cluster 2023-12-05T13:11:42.819551+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-05T13:11:44.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:43 smithi079 bash[25290]: cluster 2023-12-05T13:11:43.723987+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:47.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:46 smithi079 bash[25290]: cluster 2023-12-05T13:11:45.724482+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:47.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:46 smithi079 bash[25290]: audit 2023-12-05T13:11:45.889252+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:47.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:46 smithi079 bash[25290]: audit 2023-12-05T13:11:45.895308+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:47.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:46 smithi079 bash[25290]: audit 2023-12-05T13:11:45.897008+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:47.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:46 smithi079 bash[25290]: audit 2023-12-05T13:11:46.717627+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:47.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:46 smithi079 bash[25290]: audit 2023-12-05T13:11:46.728314+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:47.192 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:11:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:47.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[30785]: cluster 2023-12-05T13:11:45.724482+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:47.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[30785]: audit 2023-12-05T13:11:45.889252+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:47.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[30785]: audit 2023-12-05T13:11:45.895308+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[30785]: audit 2023-12-05T13:11:45.897008+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[30785]: audit 2023-12-05T13:11:46.717627+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[30785]: audit 2023-12-05T13:11:46.728314+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[25015]: cluster 2023-12-05T13:11:45.724482+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[25015]: audit 2023-12-05T13:11:45.889252+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[25015]: audit 2023-12-05T13:11:45.895308+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[25015]: audit 2023-12-05T13:11:45.897008+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[25015]: audit 2023-12-05T13:11:46.717627+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:47.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:46 smithi045 bash[25015]: audit 2023-12-05T13:11:46.728314+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:47 smithi079 bash[25290]: audit 2023-12-05T13:11:45.885135+0000 mgr.y (mgr.14152) 90 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:48.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:47 smithi045 bash[25015]: audit 2023-12-05T13:11:45.885135+0000 mgr.y (mgr.14152) 90 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:48.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:47 smithi045 bash[30785]: audit 2023-12-05T13:11:45.885135+0000 mgr.y (mgr.14152) 90 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:48.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:48 smithi045 bash[25015]: cluster 2023-12-05T13:11:47.724978+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:48.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:48 smithi045 bash[30785]: cluster 2023-12-05T13:11:47.724978+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:48 smithi079 bash[25290]: cluster 2023-12-05T13:11:47.724978+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:51.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:50 smithi045 bash[25015]: cluster 2023-12-05T13:11:49.725501+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:51.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:50 smithi045 bash[30785]: cluster 2023-12-05T13:11:49.725501+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:50 smithi079 bash[25290]: cluster 2023-12-05T13:11:49.725501+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:52 smithi079 bash[25290]: cluster 2023-12-05T13:11:51.726063+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:52 smithi079 bash[25290]: audit 2023-12-05T13:11:52.681527+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.45:0/694106311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]: dispatch 2023-12-05T13:11:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:52 smithi079 bash[25290]: audit 2023-12-05T13:11:52.682180+0000 mon.a (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]: dispatch 2023-12-05T13:11:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:52 smithi079 bash[25290]: audit 2023-12-05T13:11:52.689627+0000 mon.a (mon.0) 341 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]': finished 2023-12-05T13:11:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:52 smithi079 bash[25290]: cluster 2023-12-05T13:11:52.689794+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-05T13:11:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:52 smithi079 bash[25290]: audit 2023-12-05T13:11:52.690065+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:11:53.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[25015]: cluster 2023-12-05T13:11:51.726063+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:53.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[25015]: audit 2023-12-05T13:11:52.681527+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.45:0/694106311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]: dispatch 2023-12-05T13:11:53.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[25015]: audit 2023-12-05T13:11:52.682180+0000 mon.a (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]: dispatch 2023-12-05T13:11:53.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[25015]: audit 2023-12-05T13:11:52.689627+0000 mon.a (mon.0) 341 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]': finished 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[25015]: cluster 2023-12-05T13:11:52.689794+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[25015]: audit 2023-12-05T13:11:52.690065+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[30785]: cluster 2023-12-05T13:11:51.726063+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[30785]: audit 2023-12-05T13:11:52.681527+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.45:0/694106311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]: dispatch 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[30785]: audit 2023-12-05T13:11:52.682180+0000 mon.a (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]: dispatch 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[30785]: audit 2023-12-05T13:11:52.689627+0000 mon.a (mon.0) 341 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67f64c74-8b4f-4afc-b654-3748a740eeed"}]': finished 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[30785]: cluster 2023-12-05T13:11:52.689794+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-05T13:11:53.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:52 smithi045 bash[30785]: audit 2023-12-05T13:11:52.690065+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:11:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:53 smithi079 bash[25290]: audit 2023-12-05T13:11:53.419836+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.45:0/2595721171' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:54.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:53 smithi045 bash[25015]: audit 2023-12-05T13:11:53.419836+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.45:0/2595721171' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:54.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:53 smithi045 bash[30785]: audit 2023-12-05T13:11:53.419836+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.45:0/2595721171' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:54.692 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:11:54 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:11:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:11:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:54 smithi079 bash[25290]: cluster 2023-12-05T13:11:53.726598+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:54 smithi079 bash[25290]: audit 2023-12-05T13:11:54.583120+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:54 smithi079 bash[25290]: audit 2023-12-05T13:11:54.588899+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:55.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:54 smithi045 bash[25015]: cluster 2023-12-05T13:11:53.726598+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:55.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:54 smithi045 bash[25015]: audit 2023-12-05T13:11:54.583120+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:55.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:54 smithi045 bash[25015]: audit 2023-12-05T13:11:54.588899+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:55.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:54 smithi045 bash[30785]: cluster 2023-12-05T13:11:53.726598+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:55.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:54 smithi045 bash[30785]: audit 2023-12-05T13:11:54.583120+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:55.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:54 smithi045 bash[30785]: audit 2023-12-05T13:11:54.588899+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:11:56.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:56 smithi045 bash[25015]: cluster 2023-12-05T13:11:55.727043+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:56.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:56 smithi045 bash[30785]: cluster 2023-12-05T13:11:55.727043+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:56 smithi079 bash[25290]: cluster 2023-12-05T13:11:55.727043+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:59.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:58 smithi079 bash[25290]: cluster 2023-12-05T13:11:57.727520+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:59.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:58 smithi079 bash[25290]: audit 2023-12-05T13:11:57.790611+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:11:59.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:11:58 smithi079 bash[25290]: audit 2023-12-05T13:11:57.791245+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:11:59.146 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:58 smithi045 bash[25015]: cluster 2023-12-05T13:11:57.727520+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:59.146 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:58 smithi045 bash[25015]: audit 2023-12-05T13:11:57.790611+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:11:59.146 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:11:58 smithi045 bash[25015]: audit 2023-12-05T13:11:57.791245+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:11:59.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:58 smithi045 bash[30785]: cluster 2023-12-05T13:11:57.727520+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:11:59.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:58 smithi045 bash[30785]: audit 2023-12-05T13:11:57.790611+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:11:59.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:11:58 smithi045 bash[30785]: audit 2023-12-05T13:11:57.791245+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:12:00.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:00 smithi045 bash[30785]: cluster 2023-12-05T13:11:59.728079+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:00.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:00 smithi045 bash[25015]: cluster 2023-12-05T13:11:59.728079+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:00 smithi079 bash[25290]: cluster 2023-12-05T13:11:59.728079+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:02.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:02 smithi045 bash[25015]: cluster 2023-12-05T13:12:01.728522+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:02.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:02 smithi045 bash[30785]: cluster 2023-12-05T13:12:01.728522+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:02.989 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:02 smithi079 bash[25290]: cluster 2023-12-05T13:12:01.728522+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:03.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:03 smithi045 bash[25015]: audit 2023-12-05T13:12:03.275717+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:12:03.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:03 smithi045 bash[25015]: audit 2023-12-05T13:12:03.277387+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:03.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:03 smithi045 bash[30785]: audit 2023-12-05T13:12:03.275717+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:12:03.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:03 smithi045 bash[30785]: audit 2023-12-05T13:12:03.277387+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:03 smithi079 bash[25290]: audit 2023-12-05T13:12:03.275717+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:12:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:03 smithi079 bash[25290]: audit 2023-12-05T13:12:03.277387+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:04 smithi079 bash[25290]: cephadm 2023-12-05T13:12:03.278758+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-12-05T13:12:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:04 smithi079 bash[25290]: cluster 2023-12-05T13:12:03.728992+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:05.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:04 smithi045 bash[25015]: cephadm 2023-12-05T13:12:03.278758+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-12-05T13:12:05.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:04 smithi045 bash[25015]: cluster 2023-12-05T13:12:03.728992+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:05.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:04 smithi045 bash[30785]: cephadm 2023-12-05T13:12:03.278758+0000 mgr.y (mgr.14152) 99 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-12-05T13:12:05.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:04 smithi045 bash[30785]: cluster 2023-12-05T13:12:03.728992+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:06.850 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:06 smithi045 bash[30785]: cluster 2023-12-05T13:12:05.729530+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:06.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:06 smithi045 bash[25015]: cluster 2023-12-05T13:12:05.729530+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:07.035 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:12:06 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:12:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:12:07.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:06 smithi079 bash[25290]: cluster 2023-12-05T13:12:05.729530+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:08.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: audit 2023-12-05T13:12:06.842056+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: audit 2023-12-05T13:12:06.848580+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: audit 2023-12-05T13:12:07.533958+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: audit 2023-12-05T13:12:07.543785+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: audit 2023-12-05T13:12:07.545545+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: audit 2023-12-05T13:12:07.546673+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: audit 2023-12-05T13:12:07.557013+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[25015]: cluster 2023-12-05T13:12:07.729970+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: audit 2023-12-05T13:12:06.842056+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: audit 2023-12-05T13:12:06.848580+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: audit 2023-12-05T13:12:07.533958+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: audit 2023-12-05T13:12:07.543785+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:08.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: audit 2023-12-05T13:12:07.545545+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:08.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: audit 2023-12-05T13:12:07.546673+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:08.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: audit 2023-12-05T13:12:07.557013+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:07 smithi045 bash[30785]: cluster 2023-12-05T13:12:07.729970+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: audit 2023-12-05T13:12:06.842056+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: audit 2023-12-05T13:12:06.848580+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: audit 2023-12-05T13:12:07.533958+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: audit 2023-12-05T13:12:07.543785+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: audit 2023-12-05T13:12:07.545545+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: audit 2023-12-05T13:12:07.546673+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: audit 2023-12-05T13:12:07.557013+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:07 smithi079 bash[25290]: cluster 2023-12-05T13:12:07.729970+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:11.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:10 smithi079 bash[25290]: cluster 2023-12-05T13:12:09.730486+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:11.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:10 smithi045 bash[25015]: cluster 2023-12-05T13:12:09.730486+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:11.176 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:10 smithi045 bash[30785]: cluster 2023-12-05T13:12:09.730486+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:12.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:12 smithi045 bash[30785]: cluster 2023-12-05T13:12:11.730978+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:12.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:12 smithi045 bash[25015]: cluster 2023-12-05T13:12:11.730978+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:13.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:12 smithi079 bash[25290]: cluster 2023-12-05T13:12:11.730978+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:14.442 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:12:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:12:14.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[25015]: cluster 2023-12-05T13:12:13.731462+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:14.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[25015]: audit 2023-12-05T13:12:14.117872+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:14.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[25015]: audit 2023-12-05T13:12:14.124710+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:14.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[25015]: audit 2023-12-05T13:12:14.647725+0000 mon.a (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:12:14.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[30785]: cluster 2023-12-05T13:12:13.731462+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:14.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[30785]: audit 2023-12-05T13:12:14.117872+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:14.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[30785]: audit 2023-12-05T13:12:14.124710+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:14.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:14 smithi045 bash[30785]: audit 2023-12-05T13:12:14.647725+0000 mon.a (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:12:15.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:14 smithi079 bash[25290]: cluster 2023-12-05T13:12:13.731462+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:15.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:14 smithi079 bash[25290]: audit 2023-12-05T13:12:14.117872+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:15.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:14 smithi079 bash[25290]: audit 2023-12-05T13:12:14.124710+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:15.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:14 smithi079 bash[25290]: audit 2023-12-05T13:12:14.647725+0000 mon.a (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:12:15.130 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 1 on host 'smithi045' 2023-12-05T13:12:16.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: cephadm 2023-12-05T13:12:14.119287+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:12:16.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.124925+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.131261+0000 mon.a (mon.0) 361 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: cluster 2023-12-05T13:12:15.131485+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.131715+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.132199+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.143297+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.144987+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.146088+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.149193+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.150478+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.158099+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:15 smithi079 bash[25290]: audit 2023-12-05T13:12:15.165874+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.143 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: cephadm 2023-12-05T13:12:14.119287+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:12:16.143 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.124925+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.143 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.131261+0000 mon.a (mon.0) 361 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:12:16.143 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: cluster 2023-12-05T13:12:15.131485+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-05T13:12:16.143 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.131715+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.132199+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.143297+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.144987+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.146088+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.149193+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.150478+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.158099+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[25015]: audit 2023-12-05T13:12:15.165874+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: cephadm 2023-12-05T13:12:14.119287+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.124925+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.131261+0000 mon.a (mon.0) 361 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:12:16.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: cluster 2023-12-05T13:12:15.131485+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.131715+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.132199+0000 mon.a (mon.0) 364 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.143297+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.144987+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.146088+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.149193+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.150478+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.158099+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:15 smithi045 bash[30785]: audit 2023-12-05T13:12:15.165874+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:16.642 DEBUG:teuthology.orchestra.run.smithi045:osd.1> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.1.service 2023-12-05T13:12:16.644 INFO:tasks.cephadm:Deploying osd.2 on smithi045 with /dev/vg_nvme/lv_2... 2023-12-05T13:12:16.644 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T13:12:16.942 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[30785]: cephadm 2023-12-05T13:12:15.151428+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 7613M 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[30785]: cluster 2023-12-05T13:12:15.731954+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[30785]: audit 2023-12-05T13:12:16.134713+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[30785]: cluster 2023-12-05T13:12:16.134896+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[30785]: audit 2023-12-05T13:12:16.135185+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[30785]: audit 2023-12-05T13:12:16.143306+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[25015]: cephadm 2023-12-05T13:12:15.151428+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 7613M 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[25015]: cluster 2023-12-05T13:12:15.731954+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[25015]: audit 2023-12-05T13:12:16.134713+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[25015]: cluster 2023-12-05T13:12:16.134896+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-05T13:12:16.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[25015]: audit 2023-12-05T13:12:16.135185+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:16.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:16 smithi045 bash[25015]: audit 2023-12-05T13:12:16.143306+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:17.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:16 smithi079 bash[25290]: cephadm 2023-12-05T13:12:15.151428+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 7613M 2023-12-05T13:12:17.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:16 smithi079 bash[25290]: cluster 2023-12-05T13:12:15.731954+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:17.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:16 smithi079 bash[25290]: audit 2023-12-05T13:12:16.134713+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:12:17.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:16 smithi079 bash[25290]: cluster 2023-12-05T13:12:16.134896+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-05T13:12:17.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:16 smithi079 bash[25290]: audit 2023-12-05T13:12:16.135185+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:17.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:16 smithi079 bash[25290]: audit 2023-12-05T13:12:16.143306+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:17.556 INFO:journalctl@ceph.osd.1.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[25015]: cluster 2023-12-05T13:12:15.632238+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[25015]: cluster 2023-12-05T13:12:15.632469+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[25015]: cluster 2023-12-05T13:12:17.136843+0000 mon.a (mon.0) 376 : cluster [INF] osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796] boot 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[25015]: cluster 2023-12-05T13:12:17.136932+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[25015]: audit 2023-12-05T13:12:17.137622+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[25015]: cluster 2023-12-05T13:12:17.732511+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[30785]: cluster 2023-12-05T13:12:15.632238+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[30785]: cluster 2023-12-05T13:12:15.632469+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:12:18.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[30785]: cluster 2023-12-05T13:12:17.136843+0000 mon.a (mon.0) 376 : cluster [INF] osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796] boot 2023-12-05T13:12:18.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[30785]: cluster 2023-12-05T13:12:17.136932+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-05T13:12:18.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[30785]: audit 2023-12-05T13:12:17.137622+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:18.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:18 smithi045 bash[30785]: cluster 2023-12-05T13:12:17.732511+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:18 smithi079 bash[25290]: cluster 2023-12-05T13:12:15.632238+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:12:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:18 smithi079 bash[25290]: cluster 2023-12-05T13:12:15.632469+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:12:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:18 smithi079 bash[25290]: cluster 2023-12-05T13:12:17.136843+0000 mon.a (mon.0) 376 : cluster [INF] osd.1 [v2:172.21.15.45:6810/1884070796,v1:172.21.15.45:6811/1884070796] boot 2023-12-05T13:12:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:18 smithi079 bash[25290]: cluster 2023-12-05T13:12:17.136932+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-05T13:12:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:18 smithi079 bash[25290]: audit 2023-12-05T13:12:17.137622+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:18.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:18 smithi079 bash[25290]: cluster 2023-12-05T13:12:17.732511+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:19.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:19 smithi045 bash[25015]: cluster 2023-12-05T13:12:18.147848+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-05T13:12:19.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:19 smithi045 bash[30785]: cluster 2023-12-05T13:12:18.147848+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-05T13:12:19.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:19 smithi079 bash[25290]: cluster 2023-12-05T13:12:18.147848+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-05T13:12:20.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:20 smithi045 bash[25015]: cluster 2023-12-05T13:12:19.733006+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:20.443 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:20 smithi045 bash[30785]: cluster 2023-12-05T13:12:19.733006+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:20.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:20 smithi079 bash[25290]: cluster 2023-12-05T13:12:19.733006+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:20.616 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T13:12:20.617 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-05T13:12:20.617 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-05T13:12:20.617 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-05T13:12:20.617 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0162452 s, 645 MB/s 2023-12-05T13:12:20.617 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-05T13:12:21.380 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_2 2023-12-05T13:12:23.017 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:22 smithi079 bash[25290]: cluster 2023-12-05T13:12:21.733604+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:23.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:22 smithi045 bash[25015]: cluster 2023-12-05T13:12:21.733604+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:23.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:22 smithi045 bash[30785]: cluster 2023-12-05T13:12:21.733604+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:24 smithi079 bash[25290]: cluster 2023-12-05T13:12:23.734153+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:24 smithi079 bash[25290]: audit 2023-12-05T13:12:24.417489+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:24 smithi079 bash[25290]: audit 2023-12-05T13:12:24.422964+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:24 smithi079 bash[25290]: audit 2023-12-05T13:12:24.424131+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[25015]: cluster 2023-12-05T13:12:23.734153+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[25015]: audit 2023-12-05T13:12:24.417489+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[25015]: audit 2023-12-05T13:12:24.422964+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[25015]: audit 2023-12-05T13:12:24.424131+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[30785]: cluster 2023-12-05T13:12:23.734153+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[30785]: audit 2023-12-05T13:12:24.417489+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[30785]: audit 2023-12-05T13:12:24.422964+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:25.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:24 smithi045 bash[30785]: audit 2023-12-05T13:12:24.424131+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:25 smithi079 bash[25290]: audit 2023-12-05T13:12:24.414503+0000 mgr.y (mgr.14152) 113 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:26.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:25 smithi045 bash[25015]: audit 2023-12-05T13:12:24.414503+0000 mgr.y (mgr.14152) 113 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:26.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:25 smithi045 bash[30785]: audit 2023-12-05T13:12:24.414503+0000 mgr.y (mgr.14152) 113 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:27.005 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:26 smithi045 bash[25015]: cluster 2023-12-05T13:12:25.734774+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:27.005 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:26 smithi045 bash[30785]: cluster 2023-12-05T13:12:25.734774+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:27.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:26 smithi079 bash[25290]: cluster 2023-12-05T13:12:25.734774+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:27.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:12:27 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:12:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:12:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:27 smithi079 bash[25290]: audit 2023-12-05T13:12:26.996070+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:27 smithi079 bash[25290]: audit 2023-12-05T13:12:27.003341+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:27 smithi079 bash[25290]: cluster 2023-12-05T13:12:27.735348+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:28.325 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:27 smithi045 bash[30785]: audit 2023-12-05T13:12:26.996070+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:28.325 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:27 smithi045 bash[30785]: audit 2023-12-05T13:12:27.003341+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:28.325 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:27 smithi045 bash[30785]: cluster 2023-12-05T13:12:27.735348+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:28.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:27 smithi045 bash[25015]: audit 2023-12-05T13:12:26.996070+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:28.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:27 smithi045 bash[25015]: audit 2023-12-05T13:12:27.003341+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:28.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:27 smithi045 bash[25015]: cluster 2023-12-05T13:12:27.735348+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:30 smithi079 bash[25290]: cluster 2023-12-05T13:12:29.735855+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:30 smithi079 bash[25290]: audit 2023-12-05T13:12:30.467690+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.45:0/3500502081' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]: dispatch 2023-12-05T13:12:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:30 smithi079 bash[25290]: audit 2023-12-05T13:12:30.468336+0000 mon.a (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]: dispatch 2023-12-05T13:12:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:30 smithi079 bash[25290]: audit 2023-12-05T13:12:30.475952+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]': finished 2023-12-05T13:12:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:30 smithi079 bash[25290]: cluster 2023-12-05T13:12:30.476091+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-05T13:12:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:30 smithi079 bash[25290]: audit 2023-12-05T13:12:30.476376+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[25015]: cluster 2023-12-05T13:12:29.735855+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[25015]: audit 2023-12-05T13:12:30.467690+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.45:0/3500502081' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]: dispatch 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[25015]: audit 2023-12-05T13:12:30.468336+0000 mon.a (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]: dispatch 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[25015]: audit 2023-12-05T13:12:30.475952+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]': finished 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[25015]: cluster 2023-12-05T13:12:30.476091+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[25015]: audit 2023-12-05T13:12:30.476376+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[30785]: cluster 2023-12-05T13:12:29.735855+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[30785]: audit 2023-12-05T13:12:30.467690+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.45:0/3500502081' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]: dispatch 2023-12-05T13:12:31.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[30785]: audit 2023-12-05T13:12:30.468336+0000 mon.a (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]: dispatch 2023-12-05T13:12:31.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[30785]: audit 2023-12-05T13:12:30.475952+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86d5f5ba-c877-404d-8712-20c2c18e2d61"}]': finished 2023-12-05T13:12:31.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[30785]: cluster 2023-12-05T13:12:30.476091+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-05T13:12:31.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:30 smithi045 bash[30785]: audit 2023-12-05T13:12:30.476376+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:31.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:31 smithi045 bash[25015]: audit 2023-12-05T13:12:31.189866+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.45:0/1637745171' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:31.943 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:12:31 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:12:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:12:31.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:31 smithi045 bash[30785]: audit 2023-12-05T13:12:31.189866+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.45:0/1637745171' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:32.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:31 smithi079 bash[25290]: audit 2023-12-05T13:12:31.189866+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.45:0/1637745171' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:33.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:32 smithi045 bash[25015]: cluster 2023-12-05T13:12:31.736264+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:33.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:32 smithi045 bash[25015]: audit 2023-12-05T13:12:31.830506+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:33.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:32 smithi045 bash[25015]: audit 2023-12-05T13:12:31.836508+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:33.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:32 smithi045 bash[30785]: cluster 2023-12-05T13:12:31.736264+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:33.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:32 smithi045 bash[30785]: audit 2023-12-05T13:12:31.830506+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:33.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:32 smithi045 bash[30785]: audit 2023-12-05T13:12:31.836508+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:33.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:32 smithi079 bash[25290]: cluster 2023-12-05T13:12:31.736264+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:33.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:32 smithi079 bash[25290]: audit 2023-12-05T13:12:31.830506+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:33.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:32 smithi079 bash[25290]: audit 2023-12-05T13:12:31.836508+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:35.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:34 smithi045 bash[25015]: cluster 2023-12-05T13:12:33.736685+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:35.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:34 smithi045 bash[30785]: cluster 2023-12-05T13:12:33.736685+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:35.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:34 smithi079 bash[25290]: cluster 2023-12-05T13:12:33.736685+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:37.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:36 smithi045 bash[25015]: cluster 2023-12-05T13:12:35.737173+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:37.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:36 smithi045 bash[30785]: cluster 2023-12-05T13:12:35.737173+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:37.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:36 smithi079 bash[25290]: cluster 2023-12-05T13:12:35.737173+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:39.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:38 smithi045 bash[25015]: cluster 2023-12-05T13:12:37.737686+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:39.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:38 smithi045 bash[30785]: cluster 2023-12-05T13:12:37.737686+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:38 smithi079 bash[25290]: cluster 2023-12-05T13:12:37.737686+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:40.121 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:39 smithi045 bash[25015]: cluster 2023-12-05T13:12:39.738182+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:40.121 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:39 smithi045 bash[30785]: cluster 2023-12-05T13:12:39.738182+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:39 smithi079 bash[25290]: cluster 2023-12-05T13:12:39.738182+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:41.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:41 smithi045 bash[25015]: audit 2023-12-05T13:12:41.439196+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:12:41.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:41 smithi045 bash[25015]: audit 2023-12-05T13:12:41.440880+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:41.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:41 smithi045 bash[30785]: audit 2023-12-05T13:12:41.439196+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:12:41.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:41 smithi045 bash[30785]: audit 2023-12-05T13:12:41.440880+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:41.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:41 smithi079 bash[25290]: audit 2023-12-05T13:12:41.439196+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:12:41.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:41 smithi079 bash[25290]: audit 2023-12-05T13:12:41.440880+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:42.770 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:42 smithi045 bash[25015]: cephadm 2023-12-05T13:12:41.442306+0000 mgr.y (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.2 on smithi045 2023-12-05T13:12:43.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:42 smithi079 bash[25290]: cephadm 2023-12-05T13:12:41.442306+0000 mgr.y (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.2 on smithi045 2023-12-05T13:12:43.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:42 smithi079 bash[25290]: cluster 2023-12-05T13:12:41.738640+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:43.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:42 smithi045 bash[25015]: cluster 2023-12-05T13:12:41.738640+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:43.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:42 smithi045 bash[30785]: cephadm 2023-12-05T13:12:41.442306+0000 mgr.y (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.2 on smithi045 2023-12-05T13:12:43.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:42 smithi045 bash[30785]: cluster 2023-12-05T13:12:41.738640+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:44.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:44 smithi045 bash[25015]: cluster 2023-12-05T13:12:43.739198+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:44.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:44 smithi045 bash[30785]: cluster 2023-12-05T13:12:43.739198+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:44 smithi079 bash[25290]: cluster 2023-12-05T13:12:43.739198+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:46.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[25015]: cluster 2023-12-05T13:12:45.739621+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:46.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[25015]: audit 2023-12-05T13:12:45.745197+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:46.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[25015]: audit 2023-12-05T13:12:45.759842+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:46.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[25015]: audit 2023-12-05T13:12:45.761745+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[25015]: audit 2023-12-05T13:12:45.763331+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[25015]: audit 2023-12-05T13:12:45.773901+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[30785]: cluster 2023-12-05T13:12:45.739621+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[30785]: audit 2023-12-05T13:12:45.745197+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[30785]: audit 2023-12-05T13:12:45.759842+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[30785]: audit 2023-12-05T13:12:45.761745+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[30785]: audit 2023-12-05T13:12:45.763331+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:46.869 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:46 smithi045 bash[30785]: audit 2023-12-05T13:12:45.773901+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:47.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:46 smithi079 bash[25290]: cluster 2023-12-05T13:12:45.739621+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:47.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:46 smithi079 bash[25290]: audit 2023-12-05T13:12:45.745197+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:47.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:46 smithi079 bash[25290]: audit 2023-12-05T13:12:45.759842+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:47.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:46 smithi079 bash[25290]: audit 2023-12-05T13:12:45.761745+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:47.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:46 smithi079 bash[25290]: audit 2023-12-05T13:12:45.763331+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:47.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:46 smithi079 bash[25290]: audit 2023-12-05T13:12:45.773901+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:47.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:12:47 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:12:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:12:48.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:48 smithi045 bash[25015]: audit 2023-12-05T13:12:47.148940+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:48.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:48 smithi045 bash[25015]: audit 2023-12-05T13:12:47.155328+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:48.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:48 smithi045 bash[25015]: cluster 2023-12-05T13:12:47.740125+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:48.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:48 smithi045 bash[30785]: audit 2023-12-05T13:12:47.148940+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:48.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:48 smithi045 bash[30785]: audit 2023-12-05T13:12:47.155328+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:48.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:48 smithi045 bash[30785]: cluster 2023-12-05T13:12:47.740125+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:48.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:48 smithi079 bash[25290]: audit 2023-12-05T13:12:47.148940+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:48.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:48 smithi079 bash[25290]: audit 2023-12-05T13:12:47.155328+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:48.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:48 smithi079 bash[25290]: cluster 2023-12-05T13:12:47.740125+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:50.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:50 smithi045 bash[25015]: cluster 2023-12-05T13:12:49.740589+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:50.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:50 smithi045 bash[30785]: cluster 2023-12-05T13:12:49.740589+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:50 smithi079 bash[25290]: cluster 2023-12-05T13:12:49.740589+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:52.270 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:12:51 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:12:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:12:52.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[30785]: cluster 2023-12-05T13:12:51.741182+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:52.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[30785]: audit 2023-12-05T13:12:51.955614+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:52.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[30785]: audit 2023-12-05T13:12:51.959378+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[30785]: audit 2023-12-05T13:12:51.963006+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[30785]: audit 2023-12-05T13:12:51.965182+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[30785]: audit 2023-12-05T13:12:51.966424+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[30785]: audit 2023-12-05T13:12:51.973366+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[25015]: cluster 2023-12-05T13:12:51.741182+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[25015]: audit 2023-12-05T13:12:51.955614+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[25015]: audit 2023-12-05T13:12:51.959378+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[25015]: audit 2023-12-05T13:12:51.963006+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[25015]: audit 2023-12-05T13:12:51.965182+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:52.898 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[25015]: audit 2023-12-05T13:12:51.966424+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:52.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:52 smithi045 bash[25015]: audit 2023-12-05T13:12:51.973366+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:52 smithi079 bash[25290]: cluster 2023-12-05T13:12:51.741182+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:52 smithi079 bash[25290]: audit 2023-12-05T13:12:51.955614+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:52 smithi079 bash[25290]: audit 2023-12-05T13:12:51.959378+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:52 smithi079 bash[25290]: audit 2023-12-05T13:12:51.963006+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:52 smithi079 bash[25290]: audit 2023-12-05T13:12:51.965182+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:52 smithi079 bash[25290]: audit 2023-12-05T13:12:51.966424+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:52 smithi079 bash[25290]: audit 2023-12-05T13:12:51.973366+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:53.721 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 2 on host 'smithi045' 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[25015]: cephadm 2023-12-05T13:12:51.956772+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[25015]: audit 2023-12-05T13:12:53.530925+0000 mon.a (mon.0) 406 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[25015]: audit 2023-12-05T13:12:53.717922+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[25015]: audit 2023-12-05T13:12:53.745175+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[30785]: cephadm 2023-12-05T13:12:51.956772+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[30785]: audit 2023-12-05T13:12:53.530925+0000 mon.a (mon.0) 406 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[30785]: audit 2023-12-05T13:12:53.717922+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:53.983 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:53 smithi045 bash[30785]: audit 2023-12-05T13:12:53.745175+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:53 smithi079 bash[25290]: cephadm 2023-12-05T13:12:51.956772+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:12:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:53 smithi079 bash[25290]: audit 2023-12-05T13:12:53.530925+0000 mon.a (mon.0) 406 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:12:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:53 smithi079 bash[25290]: audit 2023-12-05T13:12:53.717922+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:53 smithi079 bash[25290]: audit 2023-12-05T13:12:53.745175+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:54.878 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: cluster 2023-12-05T13:12:53.741637+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:54.878 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:53.747768+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:54.878 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:53.753313+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:12:54.878 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: cluster 2023-12-05T13:12:53.753453+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-05T13:12:54.878 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:53.754053+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:53.754471+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:53.754814+0000 mon.a (mon.0) 414 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:53.767804+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:54.755665+0000 mon.a (mon.0) 416 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: cluster 2023-12-05T13:12:54.755797+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[30785]: audit 2023-12-05T13:12:54.756058+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: cluster 2023-12-05T13:12:53.741637+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:53.747768+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:53.753313+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: cluster 2023-12-05T13:12:53.753453+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-05T13:12:54.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:53.754053+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:54.880 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:53.754471+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:54.880 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:53.754814+0000 mon.a (mon.0) 414 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:12:54.880 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:53.767804+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:54.880 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:54.755665+0000 mon.a (mon.0) 416 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:12:54.880 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: cluster 2023-12-05T13:12:54.755797+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-05T13:12:54.880 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:54 smithi045 bash[25015]: audit 2023-12-05T13:12:54.756058+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:54.881 DEBUG:teuthology.orchestra.run.smithi045:osd.2> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.2.service 2023-12-05T13:12:54.883 INFO:tasks.cephadm:Deploying osd.3 on smithi045 with /dev/vg_nvme/lv_1... 2023-12-05T13:12:54.884 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T13:12:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: cluster 2023-12-05T13:12:53.741637+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:53.747768+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:53.753313+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:12:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: cluster 2023-12-05T13:12:53.753453+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-05T13:12:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:53.754053+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:53.754471+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:53.754814+0000 mon.a (mon.0) 414 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:12:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:53.767804+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:54.755665+0000 mon.a (mon.0) 416 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:12:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: cluster 2023-12-05T13:12:54.755797+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-05T13:12:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:54 smithi079 bash[25290]: audit 2023-12-05T13:12:54.756058+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:55.139 INFO:journalctl@ceph.osd.2.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:12:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:55 smithi079 bash[25290]: audit 2023-12-05T13:12:54.767726+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:56.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:55 smithi045 bash[25015]: audit 2023-12-05T13:12:54.767726+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:56.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:55 smithi045 bash[30785]: audit 2023-12-05T13:12:54.767726+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:56.443 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:12:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:12:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: cluster 2023-12-05T13:12:54.535415+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:12:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: cluster 2023-12-05T13:12:54.535602+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:12:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: cluster 2023-12-05T13:12:55.742027+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: cluster 2023-12-05T13:12:55.764996+0000 mon.a (mon.0) 420 : cluster [INF] osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815] boot 2023-12-05T13:12:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: cluster 2023-12-05T13:12:55.765058+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:55.765813+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:55.857287+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' 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-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:56.327707+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:56.335436+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:56.340764+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:56.342343+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:56.343352+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:56 smithi079 bash[25290]: audit 2023-12-05T13:12:56.352478+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: cluster 2023-12-05T13:12:54.535415+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: cluster 2023-12-05T13:12:54.535602+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: cluster 2023-12-05T13:12:55.742027+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: cluster 2023-12-05T13:12:55.764996+0000 mon.a (mon.0) 420 : cluster [INF] osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815] boot 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: cluster 2023-12-05T13:12:55.765058+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:55.765813+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:55.857287+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' 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-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:56.327707+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:56.335436+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:56.340764+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:56.342343+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:57.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:56.343352+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[25015]: audit 2023-12-05T13:12:56.352478+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: cluster 2023-12-05T13:12:54.535415+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: cluster 2023-12-05T13:12:54.535602+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: cluster 2023-12-05T13:12:55.742027+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: cluster 2023-12-05T13:12:55.764996+0000 mon.a (mon.0) 420 : cluster [INF] osd.2 [v2:172.21.15.45:6818/1096849815,v1:172.21.15.45:6819/1096849815] boot 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: cluster 2023-12-05T13:12:55.765058+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:55.765813+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:55.857287+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' 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-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:56.327707+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:56.335436+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:56.340764+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:57.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:56.342343+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:57.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:56.343352+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:57.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:56 smithi045 bash[30785]: audit 2023-12-05T13:12:56.352478+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:12:57.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:57 smithi045 bash[25015]: audit 2023-12-05T13:12:56.784377+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' 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-05T13:12:57.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:57 smithi045 bash[25015]: cluster 2023-12-05T13:12:56.784556+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-05T13:12:57.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:57 smithi045 bash[25015]: audit 2023-12-05T13:12:56.786299+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T13:12:57.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:57 smithi045 bash[30785]: audit 2023-12-05T13:12:56.784377+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' 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-05T13:12:57.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:57 smithi045 bash[30785]: cluster 2023-12-05T13:12:56.784556+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-05T13:12:57.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:57 smithi045 bash[30785]: audit 2023-12-05T13:12:56.786299+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T13:12:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:57 smithi079 bash[25290]: audit 2023-12-05T13:12:56.784377+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' 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-05T13:12:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:57 smithi079 bash[25290]: cluster 2023-12-05T13:12:56.784556+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-05T13:12:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:57 smithi079 bash[25290]: audit 2023-12-05T13:12:56.786299+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T13:12:58.721 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T13:12:58.721 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-05T13:12:58.721 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-05T13:12:58.721 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-05T13:12:58.721 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124183 s, 844 MB/s 2023-12-05T13:12:58.721 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-05T13:12:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[25015]: cluster 2023-12-05T13:12:57.742606+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[25015]: audit 2023-12-05T13:12:57.793984+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T13:12:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[25015]: cluster 2023-12-05T13:12:57.794129+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-05T13:12:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[25015]: audit 2023-12-05T13:12:57.794746+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:12:59.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[25015]: audit 2023-12-05T13:12:57.795136+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:12:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[30785]: cluster 2023-12-05T13:12:57.742606+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[30785]: audit 2023-12-05T13:12:57.793984+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T13:12:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[30785]: cluster 2023-12-05T13:12:57.794129+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-05T13:12:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[30785]: audit 2023-12-05T13:12:57.794746+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:12:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:58 smithi045 bash[30785]: audit 2023-12-05T13:12:57.795136+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:12:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:58 smithi079 bash[25290]: cluster 2023-12-05T13:12:57.742606+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:58 smithi079 bash[25290]: audit 2023-12-05T13:12:57.793984+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T13:12:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:58 smithi079 bash[25290]: cluster 2023-12-05T13:12:57.794129+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-05T13:12:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:58 smithi079 bash[25290]: audit 2023-12-05T13:12:57.794746+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:12:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:58 smithi079 bash[25290]: audit 2023-12-05T13:12:57.795136+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:12:59.521 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_1 2023-12-05T13:13:00.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:59 smithi045 bash[25015]: cluster 2023-12-05T13:12:58.803313+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-05T13:13:00.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:12:59 smithi045 bash[25015]: audit 2023-12-05T13:12:59.127974+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:00.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:59 smithi045 bash[30785]: cluster 2023-12-05T13:12:58.803313+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-05T13:13:00.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:12:59 smithi045 bash[30785]: audit 2023-12-05T13:12:59.127974+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:59 smithi079 bash[25290]: cluster 2023-12-05T13:12:58.803313+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-05T13:13:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:12:59 smithi079 bash[25290]: audit 2023-12-05T13:12:59.127974+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:01.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:00 smithi045 bash[25015]: cluster 2023-12-05T13:12:59.743121+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v102: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:01.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:00 smithi045 bash[25015]: cluster 2023-12-05T13:13:00.144056+0000 mon.a (mon.0) 439 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-05T13:13:01.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:00 smithi045 bash[30785]: cluster 2023-12-05T13:12:59.743121+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v102: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:01.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:00 smithi045 bash[30785]: cluster 2023-12-05T13:13:00.144056+0000 mon.a (mon.0) 439 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-05T13:13:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:00 smithi079 bash[25290]: cluster 2023-12-05T13:12:59.743121+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v102: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:00 smithi079 bash[25290]: cluster 2023-12-05T13:13:00.144056+0000 mon.a (mon.0) 439 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-05T13:13:03.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:00.944858+0000 mon.a (mon.0) 440 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:03.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: cluster 2023-12-05T13:13:01.743609+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v103: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:03.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:01.841310+0000 mon.a (mon.0) 441 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:03.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:01.843484+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:03.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:01.843642+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:03.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:01.846973+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:03.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:01.850253+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:03.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:01.850625+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:03.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:02 smithi079 bash[25290]: audit 2023-12-05T13:13:01.850894+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:03.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:00.944858+0000 mon.a (mon.0) 440 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:03.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: cluster 2023-12-05T13:13:01.743609+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v103: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:01.841310+0000 mon.a (mon.0) 441 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:01.843484+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:01.843642+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:01.846973+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:01.850253+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:01.850625+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[25015]: audit 2023-12-05T13:13:01.850894+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:00.944858+0000 mon.a (mon.0) 440 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: cluster 2023-12-05T13:13:01.743609+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v103: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:03.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:01.841310+0000 mon.a (mon.0) 441 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:03.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:01.843484+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:03.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:01.843642+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:03.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:01.846973+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:03.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:01.850253+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:03.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:01.850625+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:03.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:02 smithi045 bash[30785]: audit 2023-12-05T13:13:01.850894+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:01.850004+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.454830+0000 mgr.y (mgr.14152) 135 : audit [DBG] from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.457662+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.463286+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.464523+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.747581+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:04.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.756517+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:04.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.756649+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:04.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.756943+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:04.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:02.757362+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:04.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:03.658371+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:04.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:03 smithi079 bash[25290]: audit 2023-12-05T13:13:03.692845+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:04.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:01.850004+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.454830+0000 mgr.y (mgr.14152) 135 : audit [DBG] from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.457662+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.463286+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.464523+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.747581+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.756517+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.756649+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.756943+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:02.757362+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:03.658371+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[25015]: audit 2023-12-05T13:13:03.692845+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:04.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:01.850004+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.454830+0000 mgr.y (mgr.14152) 135 : audit [DBG] from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.457662+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.463286+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.464523+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.747581+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.756517+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.756649+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.756943+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:02.757362+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:03.658371+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:13:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:03 smithi045 bash[30785]: audit 2023-12-05T13:13:03.692845+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:04 smithi079 bash[25290]: cluster 2023-12-05T13:13:03.744299+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:05.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:04 smithi045 bash[25015]: cluster 2023-12-05T13:13:03.744299+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:05.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:04 smithi045 bash[30785]: cluster 2023-12-05T13:13:03.744299+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:07.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:06 smithi079 bash[25290]: cluster 2023-12-05T13:13:05.744861+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:07.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:06 smithi045 bash[25015]: cluster 2023-12-05T13:13:05.744861+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:07.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:06 smithi045 bash[30785]: cluster 2023-12-05T13:13:05.744861+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:07.693 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:13:07 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:13:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:13:08.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:08 smithi045 bash[25015]: audit 2023-12-05T13:13:07.299045+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:08.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:08 smithi045 bash[25015]: audit 2023-12-05T13:13:07.305638+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:08.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:08 smithi045 bash[25015]: cluster 2023-12-05T13:13:07.745542+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v106: 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-05T13:13:08.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:08 smithi045 bash[30785]: audit 2023-12-05T13:13:07.299045+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:08.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:08 smithi045 bash[30785]: audit 2023-12-05T13:13:07.305638+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:08.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:08 smithi045 bash[30785]: cluster 2023-12-05T13:13:07.745542+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v106: 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-05T13:13:08.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:08 smithi079 bash[25290]: audit 2023-12-05T13:13:07.299045+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:08.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:08 smithi079 bash[25290]: audit 2023-12-05T13:13:07.305638+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:08.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:08 smithi079 bash[25290]: cluster 2023-12-05T13:13:07.745542+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v106: 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-05T13:13:09.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[30785]: audit 2023-12-05T13:13:08.576713+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.45:0/2435656728' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]: dispatch 2023-12-05T13:13:09.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[30785]: audit 2023-12-05T13:13:08.577579+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]: dispatch 2023-12-05T13:13:09.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[30785]: audit 2023-12-05T13:13:08.586430+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]': finished 2023-12-05T13:13:09.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[30785]: cluster 2023-12-05T13:13:08.586575+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-05T13:13:09.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[30785]: audit 2023-12-05T13:13:08.586792+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:09.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[25015]: audit 2023-12-05T13:13:08.576713+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.45:0/2435656728' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]: dispatch 2023-12-05T13:13:09.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[25015]: audit 2023-12-05T13:13:08.577579+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]: dispatch 2023-12-05T13:13:09.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[25015]: audit 2023-12-05T13:13:08.586430+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]': finished 2023-12-05T13:13:09.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[25015]: cluster 2023-12-05T13:13:08.586575+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-05T13:13:09.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:09 smithi045 bash[25015]: audit 2023-12-05T13:13:08.586792+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:09.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:09 smithi079 bash[25290]: audit 2023-12-05T13:13:08.576713+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.45:0/2435656728' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]: dispatch 2023-12-05T13:13:09.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:09 smithi079 bash[25290]: audit 2023-12-05T13:13:08.577579+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]: dispatch 2023-12-05T13:13:09.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:09 smithi079 bash[25290]: audit 2023-12-05T13:13:08.586430+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49ebf566-102c-4584-ba54-bf298ce4f1f0"}]': finished 2023-12-05T13:13:09.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:09 smithi079 bash[25290]: cluster 2023-12-05T13:13:08.586575+0000 mon.a (mon.0) 459 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-05T13:13:09.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:09 smithi079 bash[25290]: audit 2023-12-05T13:13:08.586792+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:10.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:10 smithi045 bash[25015]: audit 2023-12-05T13:13:09.320242+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.45:0/2718400302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:10.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:10 smithi045 bash[25015]: cluster 2023-12-05T13:13:09.746065+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v108: 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-05T13:13:10.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:10 smithi045 bash[30785]: audit 2023-12-05T13:13:09.320242+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.45:0/2718400302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:10.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:10 smithi045 bash[30785]: cluster 2023-12-05T13:13:09.746065+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v108: 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-05T13:13:10.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:10 smithi079 bash[25290]: audit 2023-12-05T13:13:09.320242+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.45:0/2718400302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:10.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:10 smithi079 bash[25290]: cluster 2023-12-05T13:13:09.746065+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v108: 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-05T13:13:12.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:12 smithi045 bash[25015]: cluster 2023-12-05T13:13:11.746612+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v109: 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-05T13:13:12.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:12 smithi045 bash[30785]: cluster 2023-12-05T13:13:11.746612+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v109: 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-05T13:13:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:12 smithi079 bash[25290]: cluster 2023-12-05T13:13:11.746612+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v109: 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-05T13:13:14.965 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:14 smithi045 bash[25015]: cluster 2023-12-05T13:13:13.747226+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T13:13:14.965 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:14 smithi045 bash[30785]: cluster 2023-12-05T13:13:13.747226+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T13:13:15.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:14 smithi079 bash[25290]: cluster 2023-12-05T13:13:13.747226+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T13:13:15.443 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:13:14 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:13:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:13:16.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:15 smithi045 bash[25015]: audit 2023-12-05T13:13:14.955340+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:16.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:15 smithi045 bash[25015]: audit 2023-12-05T13:13:14.962379+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:16.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:15 smithi045 bash[25015]: cluster 2023-12-05T13:13:15.747671+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v111: 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-05T13:13:16.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:15 smithi045 bash[30785]: audit 2023-12-05T13:13:14.955340+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:16.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:15 smithi045 bash[30785]: audit 2023-12-05T13:13:14.962379+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:16.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:15 smithi045 bash[30785]: cluster 2023-12-05T13:13:15.747671+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v111: 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-05T13:13:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:15 smithi079 bash[25290]: audit 2023-12-05T13:13:14.955340+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:15 smithi079 bash[25290]: audit 2023-12-05T13:13:14.962379+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:15 smithi079 bash[25290]: cluster 2023-12-05T13:13:15.747671+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v111: 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-05T13:13:17.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:17 smithi045 bash[25015]: cluster 2023-12-05T13:13:17.748267+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:17.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:17 smithi045 bash[30785]: cluster 2023-12-05T13:13:17.748267+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:18.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:17 smithi079 bash[25290]: cluster 2023-12-05T13:13:17.748267+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:19.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:19 smithi045 bash[25015]: audit 2023-12-05T13:13:18.994114+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:13:19.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:19 smithi045 bash[25015]: audit 2023-12-05T13:13:18.995818+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:19.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:19 smithi045 bash[30785]: audit 2023-12-05T13:13:18.994114+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:13:19.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:19 smithi045 bash[30785]: audit 2023-12-05T13:13:18.995818+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:19.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:19 smithi079 bash[25290]: audit 2023-12-05T13:13:18.994114+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:13:19.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:19 smithi079 bash[25290]: audit 2023-12-05T13:13:18.995818+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:20.342 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:20 smithi045 bash[25015]: cephadm 2023-12-05T13:13:18.997088+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-12-05T13:13:20.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:20 smithi045 bash[25015]: cluster 2023-12-05T13:13:19.748864+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:20.343 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:20 smithi045 bash[30785]: cephadm 2023-12-05T13:13:18.997088+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-12-05T13:13:20.343 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:20 smithi045 bash[30785]: cluster 2023-12-05T13:13:19.748864+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:20.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:20 smithi079 bash[25290]: cephadm 2023-12-05T13:13:18.997088+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-12-05T13:13:20.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:20 smithi079 bash[25290]: cluster 2023-12-05T13:13:19.748864+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:22 smithi079 bash[25290]: cluster 2023-12-05T13:13:21.749476+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:23.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:22 smithi045 bash[25015]: cluster 2023-12-05T13:13:21.749476+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:23.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:22 smithi045 bash[30785]: cluster 2023-12-05T13:13:21.749476+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:24.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[25015]: audit 2023-12-05T13:13:22.934863+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[25015]: audit 2023-12-05T13:13:22.939053+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[25015]: audit 2023-12-05T13:13:22.941473+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[25015]: audit 2023-12-05T13:13:22.943070+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[25015]: audit 2023-12-05T13:13:22.950517+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[25015]: cluster 2023-12-05T13:13:23.750191+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[30785]: audit 2023-12-05T13:13:22.934863+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[30785]: audit 2023-12-05T13:13:22.939053+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[30785]: audit 2023-12-05T13:13:22.941473+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[30785]: audit 2023-12-05T13:13:22.943070+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:24.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[30785]: audit 2023-12-05T13:13:22.950517+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:24.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:23 smithi045 bash[30785]: cluster 2023-12-05T13:13:23.750191+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:23 smithi079 bash[25290]: audit 2023-12-05T13:13:22.934863+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:23 smithi079 bash[25290]: audit 2023-12-05T13:13:22.939053+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:23 smithi079 bash[25290]: audit 2023-12-05T13:13:22.941473+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:23 smithi079 bash[25290]: audit 2023-12-05T13:13:22.943070+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:23 smithi079 bash[25290]: audit 2023-12-05T13:13:22.950517+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:23 smithi079 bash[25290]: cluster 2023-12-05T13:13:23.750191+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:26.989 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:26 smithi045 bash[25015]: cluster 2023-12-05T13:13:25.750789+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:26.989 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:26 smithi045 bash[30785]: cluster 2023-12-05T13:13:25.750789+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:27.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:26 smithi079 bash[25290]: cluster 2023-12-05T13:13:25.750789+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:27.693 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:13:27 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:13:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:13:28.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:28 smithi045 bash[25015]: audit 2023-12-05T13:13:27.427904+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:28.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:28 smithi045 bash[25015]: audit 2023-12-05T13:13:27.435577+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:28.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:28 smithi045 bash[25015]: cluster 2023-12-05T13:13:27.751393+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:28.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:28 smithi045 bash[30785]: audit 2023-12-05T13:13:27.427904+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:28.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:28 smithi045 bash[30785]: audit 2023-12-05T13:13:27.435577+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:28.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:28 smithi045 bash[30785]: cluster 2023-12-05T13:13:27.751393+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:28.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:28 smithi079 bash[25290]: audit 2023-12-05T13:13:27.427904+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:28.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:28 smithi079 bash[25290]: audit 2023-12-05T13:13:27.435577+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:28.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:28 smithi079 bash[25290]: cluster 2023-12-05T13:13:27.751393+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:29.574 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 3 on host 'smithi045' 2023-12-05T13:13:30.300 DEBUG:teuthology.orchestra.run.smithi045:osd.3> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.3.service 2023-12-05T13:13:30.302 INFO:tasks.cephadm:Deploying osd.4 on smithi079 with /dev/vg_nvme/lv_4... 2023-12-05T13:13:30.302 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T13:13:30.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.571115+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.587492+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:30.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.589714+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:30.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.591265+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:30.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.595538+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.597241+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.599122+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.600788+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: cephadm 2023-12-05T13:13:29.602127+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3806M 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.611309+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.617544+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: cluster 2023-12-05T13:13:29.751956+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.974136+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:30.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:30 smithi079 bash[25290]: audit 2023-12-05T13:13:29.974751+0000 mon.a (mon.0) 482 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.571115+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.587492+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.589714+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.591265+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.595538+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.597241+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.599122+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.600788+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: cephadm 2023-12-05T13:13:29.602127+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3806M 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.611309+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.617544+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: cluster 2023-12-05T13:13:29.751956+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.974136+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[25015]: audit 2023-12-05T13:13:29.974751+0000 mon.a (mon.0) 482 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.571115+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.587492+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.589714+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.591265+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.595538+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.597241+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.599122+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.600788+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: cephadm 2023-12-05T13:13:29.602127+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3806M 2023-12-05T13:13:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.611309+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.617544+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:30.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: cluster 2023-12-05T13:13:29.751956+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:30.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.974136+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:30.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:30 smithi045 bash[30785]: audit 2023-12-05T13:13:29.974751+0000 mon.a (mon.0) 482 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:31.145 INFO:journalctl@ceph.osd.3.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:13:31.799 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[44480]: debug 2023-12-05T13:13:31.633+0000 7f6cd8c5f700 -1 osd.3 0 waiting for initial osdmap 2023-12-05T13:13:31.799 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[44480]: debug 2023-12-05T13:13:31.641+0000 7f6cd55fa700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:13:31.799 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[25015]: audit 2023-12-05T13:13:30.627954+0000 mon.a (mon.0) 483 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[25015]: cluster 2023-12-05T13:13:30.628173+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[25015]: audit 2023-12-05T13:13:30.628370+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[25015]: audit 2023-12-05T13:13:30.629021+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[25015]: audit 2023-12-05T13:13:30.629543+0000 mon.a (mon.0) 486 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[30785]: audit 2023-12-05T13:13:30.627954+0000 mon.a (mon.0) 483 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[30785]: cluster 2023-12-05T13:13:30.628173+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[30785]: audit 2023-12-05T13:13:30.628370+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[30785]: audit 2023-12-05T13:13:30.629021+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:13:31.800 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:31 smithi045 bash[30785]: audit 2023-12-05T13:13:30.629543+0000 mon.a (mon.0) 486 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:13:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:31 smithi079 bash[25290]: audit 2023-12-05T13:13:30.627954+0000 mon.a (mon.0) 483 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:13:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:31 smithi079 bash[25290]: cluster 2023-12-05T13:13:30.628173+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-05T13:13:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:31 smithi079 bash[25290]: audit 2023-12-05T13:13:30.628370+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:31 smithi079 bash[25290]: audit 2023-12-05T13:13:30.629021+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:13:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:31 smithi079 bash[25290]: audit 2023-12-05T13:13:30.629543+0000 mon.a (mon.0) 486 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:13:32.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[25015]: audit 2023-12-05T13:13:31.631538+0000 mon.a (mon.0) 487 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[25015]: cluster 2023-12-05T13:13:31.631786+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[25015]: audit 2023-12-05T13:13:31.632650+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[25015]: audit 2023-12-05T13:13:31.639578+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[25015]: cluster 2023-12-05T13:13:31.752524+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[30785]: audit 2023-12-05T13:13:31.631538+0000 mon.a (mon.0) 487 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[30785]: cluster 2023-12-05T13:13:31.631786+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[30785]: audit 2023-12-05T13:13:31.632650+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[30785]: audit 2023-12-05T13:13:31.639578+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:32.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:32 smithi045 bash[30785]: cluster 2023-12-05T13:13:31.752524+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:32 smithi079 bash[25290]: audit 2023-12-05T13:13:31.631538+0000 mon.a (mon.0) 487 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-05T13:13:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:32 smithi079 bash[25290]: cluster 2023-12-05T13:13:31.631786+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-05T13:13:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:32 smithi079 bash[25290]: audit 2023-12-05T13:13:31.632650+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:32 smithi079 bash[25290]: audit 2023-12-05T13:13:31.639578+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:32 smithi079 bash[25290]: cluster 2023-12-05T13:13:31.752524+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:33.360 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T13:13:33.360 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-05T13:13:33.360 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-12-05T13:13:33.360 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-12-05T13:13:33.360 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0195923 s, 535 MB/s 2023-12-05T13:13:33.360 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-12-05T13:13:33.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:33 smithi079 bash[25290]: cluster 2023-12-05T13:13:30.951985+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:13:33.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:33 smithi079 bash[25290]: cluster 2023-12-05T13:13:30.952211+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:13:33.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:33 smithi079 bash[25290]: cluster 2023-12-05T13:13:32.642546+0000 mon.a (mon.0) 491 : cluster [INF] osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868] boot 2023-12-05T13:13:33.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:33 smithi079 bash[25290]: cluster 2023-12-05T13:13:32.642652+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-05T13:13:33.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:33 smithi079 bash[25290]: audit 2023-12-05T13:13:32.643449+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:33.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[25015]: cluster 2023-12-05T13:13:30.951985+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:13:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[25015]: cluster 2023-12-05T13:13:30.952211+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:13:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[25015]: cluster 2023-12-05T13:13:32.642546+0000 mon.a (mon.0) 491 : cluster [INF] osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868] boot 2023-12-05T13:13:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[25015]: cluster 2023-12-05T13:13:32.642652+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-05T13:13:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[25015]: audit 2023-12-05T13:13:32.643449+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:33.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[30785]: cluster 2023-12-05T13:13:30.951985+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:13:33.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[30785]: cluster 2023-12-05T13:13:30.952211+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:13:33.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[30785]: cluster 2023-12-05T13:13:32.642546+0000 mon.a (mon.0) 491 : cluster [INF] osd.3 [v2:172.21.15.45:6826/1271154868,v1:172.21.15.45:6827/1271154868] boot 2023-12-05T13:13:33.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[30785]: cluster 2023-12-05T13:13:32.642652+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-05T13:13:33.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:33 smithi045 bash[30785]: audit 2023-12-05T13:13:32.643449+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:33.997 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2023-12-05T13:13:34.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:34 smithi045 bash[25015]: cluster 2023-12-05T13:13:33.660309+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-05T13:13:34.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:34 smithi045 bash[25015]: cluster 2023-12-05T13:13:33.753111+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:34.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:34 smithi045 bash[30785]: cluster 2023-12-05T13:13:33.660309+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-05T13:13:34.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:34 smithi045 bash[30785]: cluster 2023-12-05T13:13:33.753111+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:34.932 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:34 smithi079 bash[25290]: cluster 2023-12-05T13:13:33.660309+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-05T13:13:34.933 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:34 smithi079 bash[25290]: cluster 2023-12-05T13:13:33.753111+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:35.443 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:13:35 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:13:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:13:36.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: audit 2023-12-05T13:13:35.081661+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: cephadm 2023-12-05T13:13:35.082824+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:13:36.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: audit 2023-12-05T13:13:35.089840+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: audit 2023-12-05T13:13:35.098861+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:36.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: audit 2023-12-05T13:13:35.101492+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:36.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: audit 2023-12-05T13:13:35.103145+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:36.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: cluster 2023-12-05T13:13:35.107320+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:36.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:36 smithi079 bash[25290]: audit 2023-12-05T13:13:35.113882+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.443 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:13:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: audit 2023-12-05T13:13:35.081661+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: cephadm 2023-12-05T13:13:35.082824+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: audit 2023-12-05T13:13:35.089840+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: audit 2023-12-05T13:13:35.098861+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: audit 2023-12-05T13:13:35.101492+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: audit 2023-12-05T13:13:35.103145+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: cluster 2023-12-05T13:13:35.107320+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[30785]: audit 2023-12-05T13:13:35.113882+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: audit 2023-12-05T13:13:35.081661+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: cephadm 2023-12-05T13:13:35.082824+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: audit 2023-12-05T13:13:35.089840+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:36.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: audit 2023-12-05T13:13:35.098861+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:36.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: audit 2023-12-05T13:13:35.101492+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:36.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: audit 2023-12-05T13:13:35.103145+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:36.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: cluster 2023-12-05T13:13:35.107320+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:36.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:36 smithi045 bash[25015]: audit 2023-12-05T13:13:35.113882+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: cluster 2023-12-05T13:13:36.087685+0000 mon.a (mon.0) 501 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.141311+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.148128+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.188727+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.191457+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.193512+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: cluster 2023-12-05T13:13:36.197816+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.205771+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.695137+0000 mgr.y (mgr.14152) 157 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.702011+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:37.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.708735+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[25015]: audit 2023-12-05T13:13:36.710559+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: cluster 2023-12-05T13:13:36.087685+0000 mon.a (mon.0) 501 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.141311+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.148128+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.188727+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.191457+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.193512+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: cluster 2023-12-05T13:13:36.197816+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.205771+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.695137+0000 mgr.y (mgr.14152) 157 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.702011+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:37.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.708735+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:37.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:37 smithi045 bash[30785]: audit 2023-12-05T13:13:36.710559+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: cluster 2023-12-05T13:13:36.087685+0000 mon.a (mon.0) 501 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.141311+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.148128+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.188727+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.191457+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.193512+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: cluster 2023-12-05T13:13:36.197816+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:37.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.205771+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:37.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.695137+0000 mgr.y (mgr.14152) 157 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:37.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.702011+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:37.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.708735+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:37.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:37 smithi079 bash[25290]: audit 2023-12-05T13:13:36.710559+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:38.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:38 smithi045 bash[25015]: cluster 2023-12-05T13:13:37.145462+0000 mon.a (mon.0) 511 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:13:38.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:38 smithi045 bash[25015]: cluster 2023-12-05T13:13:37.145530+0000 mon.a (mon.0) 512 : cluster [INF] Cluster is now healthy 2023-12-05T13:13:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:38 smithi045 bash[30785]: cluster 2023-12-05T13:13:37.145462+0000 mon.a (mon.0) 511 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:13:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:38 smithi045 bash[30785]: cluster 2023-12-05T13:13:37.145530+0000 mon.a (mon.0) 512 : cluster [INF] Cluster is now healthy 2023-12-05T13:13:38.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:38 smithi079 bash[25290]: cluster 2023-12-05T13:13:37.145462+0000 mon.a (mon.0) 511 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:13:38.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:38 smithi079 bash[25290]: cluster 2023-12-05T13:13:37.145530+0000 mon.a (mon.0) 512 : cluster [INF] Cluster is now healthy 2023-12-05T13:13:39.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:39 smithi045 bash[25015]: cluster 2023-12-05T13:13:38.198421+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:39.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:39 smithi045 bash[30785]: cluster 2023-12-05T13:13:38.198421+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:39.475 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:39 smithi079 bash[25290]: cluster 2023-12-05T13:13:38.198421+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:41.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:41 smithi079 bash[25290]: cluster 2023-12-05T13:13:40.198998+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-05T13:13:41.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:41 smithi045 bash[25015]: cluster 2023-12-05T13:13:40.198998+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-05T13:13:41.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:41 smithi045 bash[30785]: cluster 2023-12-05T13:13:40.198998+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-05T13:13:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[30785]: cluster 2023-12-05T13:13:42.199596+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-05T13:13:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[30785]: audit 2023-12-05T13:13:42.604219+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.79:0/3898618850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]: dispatch 2023-12-05T13:13:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[30785]: audit 2023-12-05T13:13:42.604421+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]: dispatch 2023-12-05T13:13:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[30785]: audit 2023-12-05T13:13:42.613258+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]': finished 2023-12-05T13:13:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[30785]: cluster 2023-12-05T13:13:42.613399+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-05T13:13:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[30785]: audit 2023-12-05T13:13:42.613782+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:43.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[25015]: cluster 2023-12-05T13:13:42.199596+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-05T13:13:43.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[25015]: audit 2023-12-05T13:13:42.604219+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.79:0/3898618850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]: dispatch 2023-12-05T13:13:43.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[25015]: audit 2023-12-05T13:13:42.604421+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]: dispatch 2023-12-05T13:13:43.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[25015]: audit 2023-12-05T13:13:42.613258+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]': finished 2023-12-05T13:13:43.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[25015]: cluster 2023-12-05T13:13:42.613399+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-05T13:13:43.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:42 smithi045 bash[25015]: audit 2023-12-05T13:13:42.613782+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:42 smithi079 bash[25290]: cluster 2023-12-05T13:13:42.199596+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-05T13:13:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:42 smithi079 bash[25290]: audit 2023-12-05T13:13:42.604219+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.79:0/3898618850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]: dispatch 2023-12-05T13:13:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:42 smithi079 bash[25290]: audit 2023-12-05T13:13:42.604421+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]: dispatch 2023-12-05T13:13:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:42 smithi079 bash[25290]: audit 2023-12-05T13:13:42.613258+0000 mon.a (mon.0) 514 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db44372e-875c-40f4-958b-f488ec704b48"}]': finished 2023-12-05T13:13:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:42 smithi079 bash[25290]: cluster 2023-12-05T13:13:42.613399+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-05T13:13:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:42 smithi079 bash[25290]: audit 2023-12-05T13:13:42.613782+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:44.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:43 smithi079 bash[25290]: audit 2023-12-05T13:13:43.584005+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.79:0/4045414394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:44.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:43 smithi045 bash[25015]: audit 2023-12-05T13:13:43.584005+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.79:0/4045414394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:44.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:43 smithi045 bash[30785]: audit 2023-12-05T13:13:43.584005+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.79:0/4045414394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:45.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:44 smithi045 bash[25015]: cluster 2023-12-05T13:13:44.200197+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:45.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:44 smithi045 bash[30785]: cluster 2023-12-05T13:13:44.200197+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:44 smithi079 bash[25290]: cluster 2023-12-05T13:13:44.200197+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:47 smithi079 bash[25290]: cluster 2023-12-05T13:13:46.200767+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:47.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:47 smithi045 bash[25015]: cluster 2023-12-05T13:13:46.200767+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:47.576 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:47 smithi045 bash[30785]: cluster 2023-12-05T13:13:46.200767+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:47.943 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:13:47 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:13:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:13:48.922 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:48 smithi079 bash[25290]: audit 2023-12-05T13:13:47.565336+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:48.922 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:48 smithi079 bash[25290]: audit 2023-12-05T13:13:47.573563+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:48.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:48 smithi045 bash[25015]: audit 2023-12-05T13:13:47.565336+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:48.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:48 smithi045 bash[25015]: audit 2023-12-05T13:13:47.573563+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:48.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:48 smithi045 bash[30785]: audit 2023-12-05T13:13:47.565336+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:48.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:48 smithi045 bash[30785]: audit 2023-12-05T13:13:47.573563+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:49.829 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:49 smithi045 bash[25015]: cluster 2023-12-05T13:13:48.201372+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:49.829 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:49 smithi045 bash[30785]: cluster 2023-12-05T13:13:48.201372+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:49 smithi079 bash[25290]: cluster 2023-12-05T13:13:48.201372+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:51.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:51 smithi045 bash[25015]: cluster 2023-12-05T13:13:50.201991+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:51.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:51 smithi045 bash[30785]: cluster 2023-12-05T13:13:50.201991+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:51.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:51 smithi079 bash[25290]: cluster 2023-12-05T13:13:50.201991+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:52 smithi079 bash[25290]: cluster 2023-12-05T13:13:52.202603+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:53.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:52 smithi045 bash[25015]: cluster 2023-12-05T13:13:52.202603+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:53.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:52 smithi045 bash[30785]: cluster 2023-12-05T13:13:52.202603+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:54.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:53 smithi045 bash[30785]: audit 2023-12-05T13:13:53.212686+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:13:54.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:53 smithi045 bash[30785]: audit 2023-12-05T13:13:53.214566+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:54.134 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:53 smithi045 bash[30785]: cephadm 2023-12-05T13:13:53.216053+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-12-05T13:13:54.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:53 smithi045 bash[25015]: audit 2023-12-05T13:13:53.212686+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:13:54.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:53 smithi045 bash[25015]: audit 2023-12-05T13:13:53.214566+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:54.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:53 smithi045 bash[25015]: cephadm 2023-12-05T13:13:53.216053+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-12-05T13:13:54.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:53 smithi079 bash[25290]: audit 2023-12-05T13:13:53.212686+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:13:54.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:53 smithi079 bash[25290]: audit 2023-12-05T13:13:53.214566+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:54.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:53 smithi079 bash[25290]: cephadm 2023-12-05T13:13:53.216053+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-12-05T13:13:54.443 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:13:54 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:13:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:13:55.634 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:55 smithi079 bash[25290]: cluster 2023-12-05T13:13:54.203229+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-05T13:13:55.634 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:55 smithi079 bash[25290]: audit 2023-12-05T13:13:54.344238+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:55.634 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:55 smithi079 bash[25290]: audit 2023-12-05T13:13:54.350650+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:55.693 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:55 smithi045 bash[30785]: cluster 2023-12-05T13:13:54.203229+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-05T13:13:55.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:55 smithi045 bash[30785]: audit 2023-12-05T13:13:54.344238+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:55.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:55 smithi045 bash[30785]: audit 2023-12-05T13:13:54.350650+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:55.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:55 smithi045 bash[25015]: cluster 2023-12-05T13:13:54.203229+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-05T13:13:55.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:55 smithi045 bash[25015]: audit 2023-12-05T13:13:54.344238+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:55.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:55 smithi045 bash[25015]: audit 2023-12-05T13:13:54.350650+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:57.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[25015]: cluster 2023-12-05T13:13:56.203851+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-05T13:13:57.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[25015]: audit 2023-12-05T13:13:57.064724+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:57.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[25015]: audit 2023-12-05T13:13:57.080779+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:57.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[25015]: audit 2023-12-05T13:13:57.083845+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:57.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[25015]: audit 2023-12-05T13:13:57.085828+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:57.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[25015]: audit 2023-12-05T13:13:57.099254+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:57.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[30785]: cluster 2023-12-05T13:13:56.203851+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-05T13:13:57.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[30785]: audit 2023-12-05T13:13:57.064724+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:57.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[30785]: audit 2023-12-05T13:13:57.080779+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:57.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[30785]: audit 2023-12-05T13:13:57.083845+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:57.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[30785]: audit 2023-12-05T13:13:57.085828+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:57.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:57 smithi045 bash[30785]: audit 2023-12-05T13:13:57.099254+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:57 smithi079 bash[25290]: cluster 2023-12-05T13:13:56.203851+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-05T13:13:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:57 smithi079 bash[25290]: audit 2023-12-05T13:13:57.064724+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:57 smithi079 bash[25290]: audit 2023-12-05T13:13:57.080779+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:57 smithi079 bash[25290]: audit 2023-12-05T13:13:57.083845+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:57 smithi079 bash[25290]: audit 2023-12-05T13:13:57.085828+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:57 smithi079 bash[25290]: audit 2023-12-05T13:13:57.099254+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:13:58.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:58 smithi045 bash[25015]: audit 2023-12-05T13:13:57.797129+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:13:58.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:58 smithi045 bash[25015]: audit 2023-12-05T13:13:57.798075+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:13:58.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:58 smithi045 bash[30785]: audit 2023-12-05T13:13:57.797129+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:13:58.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:58 smithi045 bash[30785]: audit 2023-12-05T13:13:57.798075+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:13:58.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:58 smithi079 bash[25290]: audit 2023-12-05T13:13:57.797129+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:13:58.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:58 smithi079 bash[25290]: audit 2023-12-05T13:13:57.798075+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:13:59.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:13:59 smithi079 bash[25290]: cluster 2023-12-05T13:13:58.204454+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-05T13:13:59.693 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:13:59 smithi045 bash[25015]: cluster 2023-12-05T13:13:58.204454+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-05T13:13:59.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:13:59 smithi045 bash[30785]: cluster 2023-12-05T13:13:58.204454+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-05T13:14:01.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:01 smithi045 bash[25015]: cluster 2023-12-05T13:14:00.205001+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:01.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:01 smithi045 bash[30785]: cluster 2023-12-05T13:14:00.205001+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:01 smithi079 bash[25290]: cluster 2023-12-05T13:14:00.205001+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:03.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:02 smithi045 bash[30785]: cluster 2023-12-05T13:14:02.205581+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:02 smithi045 bash[25015]: cluster 2023-12-05T13:14:02.205581+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:02 smithi079 bash[25290]: cluster 2023-12-05T13:14:02.205581+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:03.546 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 4 on host 'smithi079' 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: audit 2023-12-05T13:14:03.536154+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: audit 2023-12-05T13:14:03.542898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: audit 2023-12-05T13:14:03.543355+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: audit 2023-12-05T13:14:03.547659+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: audit 2023-12-05T13:14:03.551311+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: cephadm 2023-12-05T13:14:03.552442+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 16247M 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: audit 2023-12-05T13:14:03.560208+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:03 smithi079 bash[25290]: audit 2023-12-05T13:14:03.567189+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: audit 2023-12-05T13:14:03.536154+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: audit 2023-12-05T13:14:03.542898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: audit 2023-12-05T13:14:03.543355+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: audit 2023-12-05T13:14:03.547659+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: audit 2023-12-05T13:14:03.551311+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: cephadm 2023-12-05T13:14:03.552442+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 16247M 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: audit 2023-12-05T13:14:03.560208+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[25015]: audit 2023-12-05T13:14:03.567189+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: audit 2023-12-05T13:14:03.536154+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: audit 2023-12-05T13:14:03.542898+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: audit 2023-12-05T13:14:03.543355+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: audit 2023-12-05T13:14:03.547659+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: audit 2023-12-05T13:14:03.551311+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: cephadm 2023-12-05T13:14:03.552442+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 16247M 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: audit 2023-12-05T13:14:03.560208+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:03 smithi045 bash[30785]: audit 2023-12-05T13:14:03.567189+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:04.231 DEBUG:teuthology.orchestra.run.smithi079:osd.4> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.4.service 2023-12-05T13:14:04.234 INFO:tasks.cephadm:Deploying osd.5 on smithi079 with /dev/vg_nvme/lv_3... 2023-12-05T13:14:04.234 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T13:14:04.747 INFO:journalctl@ceph.osd.4.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:14:05.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:04 smithi045 bash[25015]: audit 2023-12-05T13:14:04.127124+0000 mon.a (mon.0) 537 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:14:05.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:04 smithi045 bash[25015]: audit 2023-12-05T13:14:04.127253+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:14:05.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:04 smithi045 bash[25015]: cluster 2023-12-05T13:14:04.206148+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-05T13:14:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:04 smithi045 bash[30785]: audit 2023-12-05T13:14:04.127124+0000 mon.a (mon.0) 537 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:14:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:04 smithi045 bash[30785]: audit 2023-12-05T13:14:04.127253+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:14:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:04 smithi045 bash[30785]: cluster 2023-12-05T13:14:04.206148+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-05T13:14:05.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:04 smithi079 bash[25290]: audit 2023-12-05T13:14:04.127124+0000 mon.a (mon.0) 537 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:14:05.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:04 smithi079 bash[25290]: audit 2023-12-05T13:14:04.127253+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:14:05.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:04 smithi079 bash[25290]: cluster 2023-12-05T13:14:04.206148+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-05T13:14:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[25015]: audit 2023-12-05T13:14:04.887659+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"]}]': finished 2023-12-05T13:14:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[25015]: cluster 2023-12-05T13:14:04.887738+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-05T13:14:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[25015]: audit 2023-12-05T13:14:04.888010+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[25015]: audit 2023-12-05T13:14:04.892579+0000 mon.a (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[25015]: audit 2023-12-05T13:14:04.892661+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[30785]: audit 2023-12-05T13:14:04.887659+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"]}]': finished 2023-12-05T13:14:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[30785]: cluster 2023-12-05T13:14:04.887738+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-05T13:14:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[30785]: audit 2023-12-05T13:14:04.888010+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[30785]: audit 2023-12-05T13:14:04.892579+0000 mon.a (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:05 smithi045 bash[30785]: audit 2023-12-05T13:14:04.892661+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:06.293 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:14:05 smithi079 bash[30908]: debug 2023-12-05T13:14:05.897+0000 7f8a9a6d4700 -1 osd.4 0 waiting for initial osdmap 2023-12-05T13:14:06.293 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:14:05 smithi079 bash[30908]: debug 2023-12-05T13:14:05.909+0000 7f8a9706f700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:14:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:05 smithi079 bash[25290]: audit 2023-12-05T13:14:04.887659+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"]}]': finished 2023-12-05T13:14:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:05 smithi079 bash[25290]: cluster 2023-12-05T13:14:04.887738+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-05T13:14:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:05 smithi079 bash[25290]: audit 2023-12-05T13:14:04.888010+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:05 smithi079 bash[25290]: audit 2023-12-05T13:14:04.892579+0000 mon.a (mon.0) 541 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:05 smithi079 bash[25290]: audit 2023-12-05T13:14:04.892661+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:07.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: audit 2023-12-05T13:14:05.893388+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=smithi079", "root=default"]}]': finished 2023-12-05T13:14:07.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: cluster 2023-12-05T13:14:05.893590+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-05T13:14:07.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: audit 2023-12-05T13:14:05.894293+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: audit 2023-12-05T13:14:05.902590+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: cluster 2023-12-05T13:14:06.206713+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:07.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: cluster 2023-12-05T13:14:06.871826+0000 mon.a (mon.0) 546 : cluster [INF] osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191] boot 2023-12-05T13:14:07.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: cluster 2023-12-05T13:14:06.872008+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-05T13:14:07.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:06 smithi079 bash[25290]: audit 2023-12-05T13:14:06.872876+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: audit 2023-12-05T13:14:05.893388+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=smithi079", "root=default"]}]': finished 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: cluster 2023-12-05T13:14:05.893590+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: audit 2023-12-05T13:14:05.894293+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: audit 2023-12-05T13:14:05.902590+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: cluster 2023-12-05T13:14:06.206713+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: cluster 2023-12-05T13:14:06.871826+0000 mon.a (mon.0) 546 : cluster [INF] osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191] boot 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: cluster 2023-12-05T13:14:06.872008+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-05T13:14:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[25015]: audit 2023-12-05T13:14:06.872876+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: audit 2023-12-05T13:14:05.893388+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=smithi079", "root=default"]}]': finished 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: cluster 2023-12-05T13:14:05.893590+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: audit 2023-12-05T13:14:05.894293+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: audit 2023-12-05T13:14:05.902590+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: cluster 2023-12-05T13:14:06.206713+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: cluster 2023-12-05T13:14:06.871826+0000 mon.a (mon.0) 546 : cluster [INF] osd.4 [v2:172.21.15.79:6800/2651099191,v1:172.21.15.79:6801/2651099191] boot 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: cluster 2023-12-05T13:14:06.872008+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-05T13:14:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:06 smithi045 bash[30785]: audit 2023-12-05T13:14:06.872876+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:14:08.194 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:14:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: cluster 2023-12-05T13:14:05.091795+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:14:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: cluster 2023-12-05T13:14:05.091983+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:14:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: audit 2023-12-05T13:14:07.703790+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: cephadm 2023-12-05T13:14:07.705043+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:14:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: audit 2023-12-05T13:14:07.712358+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: audit 2023-12-05T13:14:07.748735+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: audit 2023-12-05T13:14:07.751587+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: audit 2023-12-05T13:14:07.753605+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: cluster 2023-12-05T13:14:07.758656+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: audit 2023-12-05T13:14:07.765554+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[25015]: cluster 2023-12-05T13:14:07.882407+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: cluster 2023-12-05T13:14:05.091795+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: cluster 2023-12-05T13:14:05.091983+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: audit 2023-12-05T13:14:07.703790+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: cephadm 2023-12-05T13:14:07.705043+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: audit 2023-12-05T13:14:07.712358+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: audit 2023-12-05T13:14:07.748735+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: audit 2023-12-05T13:14:07.751587+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: audit 2023-12-05T13:14:07.753605+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: cluster 2023-12-05T13:14:07.758656+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: audit 2023-12-05T13:14:07.765554+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:07 smithi045 bash[30785]: cluster 2023-12-05T13:14:07.882407+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: cluster 2023-12-05T13:14:05.091795+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: cluster 2023-12-05T13:14:05.091983+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: audit 2023-12-05T13:14:07.703790+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: cephadm 2023-12-05T13:14:07.705043+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: audit 2023-12-05T13:14:07.712358+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: audit 2023-12-05T13:14:07.748735+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: audit 2023-12-05T13:14:07.751587+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: audit 2023-12-05T13:14:07.753605+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: cluster 2023-12-05T13:14:07.758656+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: audit 2023-12-05T13:14:07.765554+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:08.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:07 smithi079 bash[25290]: cluster 2023-12-05T13:14:07.882407+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-05T13:14:08.783 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T13:14:08.783 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-05T13:14:08.783 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-12-05T13:14:08.783 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-12-05T13:14:08.783 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0189956 s, 552 MB/s 2023-12-05T13:14:08.783 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 2023-12-05T13:14:08.783 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-12-05T13:14:09.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:08 smithi045 bash[25015]: cluster 2023-12-05T13:14:08.708210+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:14:09.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:08 smithi045 bash[25015]: cluster 2023-12-05T13:14:08.884527+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-05T13:14:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:08 smithi045 bash[30785]: cluster 2023-12-05T13:14:08.708210+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:14:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:08 smithi045 bash[30785]: cluster 2023-12-05T13:14:08.884527+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-05T13:14:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:08 smithi079 bash[25290]: cluster 2023-12-05T13:14:08.708210+0000 mon.a (mon.0) 556 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:14:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:08 smithi079 bash[25290]: cluster 2023-12-05T13:14:08.884527+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-05T13:14:09.641 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_3 2023-12-05T13:14:10.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:09 smithi045 bash[25015]: cluster 2023-12-05T13:14:09.759210+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:10.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:09 smithi045 bash[25015]: cluster 2023-12-05T13:14:09.888518+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-05T13:14:10.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:09 smithi045 bash[30785]: cluster 2023-12-05T13:14:09.759210+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:10.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:09 smithi045 bash[30785]: cluster 2023-12-05T13:14:09.888518+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-05T13:14:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:09 smithi079 bash[25290]: cluster 2023-12-05T13:14:09.759210+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:09 smithi079 bash[25290]: cluster 2023-12-05T13:14:09.888518+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-05T13:14:10.851 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:10 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:14:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: audit 2023-12-05T13:14:10.674867+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: audit 2023-12-05T13:14:10.680962+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: audit 2023-12-05T13:14:10.693726+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: audit 2023-12-05T13:14:10.695673+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: audit 2023-12-05T13:14:10.697023+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: cluster 2023-12-05T13:14:10.700737+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: audit 2023-12-05T13:14:10.707378+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:11.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[25015]: cluster 2023-12-05T13:14:10.890016+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: audit 2023-12-05T13:14:10.674867+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: audit 2023-12-05T13:14:10.680962+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: audit 2023-12-05T13:14:10.693726+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: audit 2023-12-05T13:14:10.695673+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: audit 2023-12-05T13:14:10.697023+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: cluster 2023-12-05T13:14:10.700737+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: audit 2023-12-05T13:14:10.707378+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:11 smithi045 bash[30785]: cluster 2023-12-05T13:14:10.890016+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: audit 2023-12-05T13:14:10.674867+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: audit 2023-12-05T13:14:10.680962+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: audit 2023-12-05T13:14:10.693726+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: audit 2023-12-05T13:14:10.695673+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: audit 2023-12-05T13:14:10.697023+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: cluster 2023-12-05T13:14:10.700737+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: audit 2023-12-05T13:14:10.707378+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:12.087 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:11 smithi079 bash[25290]: cluster 2023-12-05T13:14:10.890016+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-05T13:14:12.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:12 smithi045 bash[25015]: cluster 2023-12-05T13:14:11.682126+0000 mon.a (mon.0) 566 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:14:12.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:12 smithi045 bash[25015]: cluster 2023-12-05T13:14:11.682190+0000 mon.a (mon.0) 567 : cluster [INF] Cluster is now healthy 2023-12-05T13:14:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:12 smithi045 bash[30785]: cluster 2023-12-05T13:14:11.682126+0000 mon.a (mon.0) 566 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:14:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:12 smithi045 bash[30785]: cluster 2023-12-05T13:14:11.682190+0000 mon.a (mon.0) 567 : cluster [INF] Cluster is now healthy 2023-12-05T13:14:13.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:12 smithi079 bash[25290]: cluster 2023-12-05T13:14:11.682126+0000 mon.a (mon.0) 566 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:14:13.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:12 smithi079 bash[25290]: cluster 2023-12-05T13:14:11.682190+0000 mon.a (mon.0) 567 : cluster [INF] Cluster is now healthy 2023-12-05T13:14:13.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[25015]: cluster 2023-12-05T13:14:12.701345+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2023-12-05T13:14:13.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[25015]: audit 2023-12-05T13:14:13.122445+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:14:13.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[25015]: audit 2023-12-05T13:14:13.126966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:14:13.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[25015]: audit 2023-12-05T13:14:13.128610+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:13.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[30785]: cluster 2023-12-05T13:14:12.701345+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2023-12-05T13:14:13.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[30785]: audit 2023-12-05T13:14:13.122445+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:14:13.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[30785]: audit 2023-12-05T13:14:13.126966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:14:13.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:13 smithi045 bash[30785]: audit 2023-12-05T13:14:13.128610+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:14.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:13 smithi079 bash[25290]: cluster 2023-12-05T13:14:12.701345+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2023-12-05T13:14:14.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:13 smithi079 bash[25290]: audit 2023-12-05T13:14:13.122445+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:14:14.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:13 smithi079 bash[25290]: audit 2023-12-05T13:14:13.126966+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:14:14.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:13 smithi079 bash[25290]: audit 2023-12-05T13:14:13.128610+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:14.944 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:14 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:14:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:14.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:14 smithi045 bash[25015]: audit 2023-12-05T13:14:13.118609+0000 mgr.y (mgr.14152) 180 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:14.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:14 smithi045 bash[25015]: audit 2023-12-05T13:14:14.474907+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:14.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:14 smithi045 bash[25015]: audit 2023-12-05T13:14:14.483089+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:14.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:14 smithi045 bash[30785]: audit 2023-12-05T13:14:13.118609+0000 mgr.y (mgr.14152) 180 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:14.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:14 smithi045 bash[30785]: audit 2023-12-05T13:14:14.474907+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:14.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:14 smithi045 bash[30785]: audit 2023-12-05T13:14:14.483089+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:15.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:14 smithi079 bash[25290]: audit 2023-12-05T13:14:13.118609+0000 mgr.y (mgr.14152) 180 : audit [DBG] from='client.24254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:15.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:14 smithi079 bash[25290]: audit 2023-12-05T13:14:14.474907+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:15.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:14 smithi079 bash[25290]: audit 2023-12-05T13:14:14.483089+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:16.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:15 smithi079 bash[25290]: cluster 2023-12-05T13:14:14.701869+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2023-12-05T13:14:16.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:15 smithi045 bash[25015]: cluster 2023-12-05T13:14:14.701869+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2023-12-05T13:14:16.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:15 smithi045 bash[30785]: cluster 2023-12-05T13:14:14.701869+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2023-12-05T13:14:18.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:17 smithi079 bash[25290]: cluster 2023-12-05T13:14:16.702401+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-05T13:14:18.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:17 smithi045 bash[25015]: cluster 2023-12-05T13:14:16.702401+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-05T13:14:18.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:17 smithi045 bash[30785]: cluster 2023-12-05T13:14:16.702401+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-05T13:14:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:19 smithi079 bash[25290]: cluster 2023-12-05T13:14:18.703038+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-12-05T13:14:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:19 smithi079 bash[25290]: audit 2023-12-05T13:14:19.086366+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]: dispatch 2023-12-05T13:14:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:19 smithi079 bash[25290]: audit 2023-12-05T13:14:19.086724+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.79:0/1142239540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]: dispatch 2023-12-05T13:14:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:19 smithi079 bash[25290]: audit 2023-12-05T13:14:19.095716+0000 mon.a (mon.0) 574 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]': finished 2023-12-05T13:14:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:19 smithi079 bash[25290]: cluster 2023-12-05T13:14:19.095882+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-05T13:14:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:19 smithi079 bash[25290]: audit 2023-12-05T13:14:19.096228+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:20.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[30785]: cluster 2023-12-05T13:14:18.703038+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-12-05T13:14:20.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[30785]: audit 2023-12-05T13:14:19.086366+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]: dispatch 2023-12-05T13:14:20.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[30785]: audit 2023-12-05T13:14:19.086724+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.79:0/1142239540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]: dispatch 2023-12-05T13:14:20.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[30785]: audit 2023-12-05T13:14:19.095716+0000 mon.a (mon.0) 574 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]': finished 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[30785]: cluster 2023-12-05T13:14:19.095882+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[30785]: audit 2023-12-05T13:14:19.096228+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[25015]: cluster 2023-12-05T13:14:18.703038+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[25015]: audit 2023-12-05T13:14:19.086366+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]: dispatch 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[25015]: audit 2023-12-05T13:14:19.086724+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.79:0/1142239540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]: dispatch 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[25015]: audit 2023-12-05T13:14:19.095716+0000 mon.a (mon.0) 574 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b14298a-e62e-47ad-bf64-0e72b80d9de7"}]': finished 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[25015]: cluster 2023-12-05T13:14:19.095882+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-05T13:14:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:19 smithi045 bash[25015]: audit 2023-12-05T13:14:19.096228+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:20 smithi079 bash[25290]: audit 2023-12-05T13:14:19.791838+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.79:0/1552373147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:14:21.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:20 smithi045 bash[25015]: audit 2023-12-05T13:14:19.791838+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.79:0/1552373147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:14:21.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:20 smithi045 bash[30785]: audit 2023-12-05T13:14:19.791838+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.79:0/1552373147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:14:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:21 smithi079 bash[25290]: cluster 2023-12-05T13:14:20.703589+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-12-05T13:14:22.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:21 smithi045 bash[25015]: cluster 2023-12-05T13:14:20.703589+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-12-05T13:14:22.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:21 smithi045 bash[30785]: cluster 2023-12-05T13:14:20.703589+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-12-05T13:14:23.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:22 smithi045 bash[25015]: cluster 2023-12-05T13:14:22.704149+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:23.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:22 smithi045 bash[30785]: cluster 2023-12-05T13:14:22.704149+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:22 smithi079 bash[25290]: cluster 2023-12-05T13:14:22.704149+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:25 smithi079 bash[25290]: cluster 2023-12-05T13:14:24.704689+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:26.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:25 smithi045 bash[25015]: cluster 2023-12-05T13:14:24.704689+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:26.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:25 smithi045 bash[30785]: cluster 2023-12-05T13:14:24.704689+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:27 smithi079 bash[25290]: cluster 2023-12-05T13:14:26.705258+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:27 smithi045 bash[25015]: cluster 2023-12-05T13:14:26.705258+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:28.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:27 smithi045 bash[30785]: cluster 2023-12-05T13:14:26.705258+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:29 smithi079 bash[25290]: cluster 2023-12-05T13:14:28.705873+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:30.119 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:29 smithi045 bash[25015]: cluster 2023-12-05T13:14:28.705873+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:30.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:29 smithi045 bash[30785]: cluster 2023-12-05T13:14:28.705873+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:30.982 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:30 smithi079 bash[25290]: audit 2023-12-05T13:14:30.166000+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:14:30.983 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:30 smithi079 bash[25290]: audit 2023-12-05T13:14:30.167875+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:31.075 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:30 smithi045 bash[25015]: audit 2023-12-05T13:14:30.166000+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:14:31.075 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:30 smithi045 bash[25015]: audit 2023-12-05T13:14:30.167875+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:31.076 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:30 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:14:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:31.076 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:30 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:14:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:31.076 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:30 smithi045 bash[30785]: audit 2023-12-05T13:14:30.166000+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:14:31.076 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:30 smithi045 bash[30785]: audit 2023-12-05T13:14:30.167875+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[25015]: cephadm 2023-12-05T13:14:30.169191+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-12-05T13:14:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[25015]: cluster 2023-12-05T13:14:30.706447+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-05T13:14:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[25015]: audit 2023-12-05T13:14:30.829976+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[25015]: audit 2023-12-05T13:14:30.839044+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[25015]: audit 2023-12-05T13:14:30.969778+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[25015]: audit 2023-12-05T13:14:30.978028+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[30785]: cephadm 2023-12-05T13:14:30.169191+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-12-05T13:14:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[30785]: cluster 2023-12-05T13:14:30.706447+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-05T13:14:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[30785]: audit 2023-12-05T13:14:30.829976+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[30785]: audit 2023-12-05T13:14:30.839044+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[30785]: audit 2023-12-05T13:14:30.969778+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:31 smithi045 bash[30785]: audit 2023-12-05T13:14:30.978028+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.240 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:31 smithi079 bash[25290]: cephadm 2023-12-05T13:14:30.169191+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-12-05T13:14:32.240 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:31 smithi079 bash[25290]: cluster 2023-12-05T13:14:30.706447+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-05T13:14:32.240 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:31 smithi079 bash[25290]: audit 2023-12-05T13:14:30.829976+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.240 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:31 smithi079 bash[25290]: audit 2023-12-05T13:14:30.839044+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.240 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:31 smithi079 bash[25290]: audit 2023-12-05T13:14:30.969778+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:32.240 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:31 smithi079 bash[25290]: audit 2023-12-05T13:14:30.978028+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:32 smithi045 bash[25015]: cluster 2023-12-05T13:14:32.707024+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-05T13:14:33.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:32 smithi045 bash[30785]: cluster 2023-12-05T13:14:32.707024+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-05T13:14:33.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:32 smithi079 bash[25290]: cluster 2023-12-05T13:14:32.707024+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-05T13:14:34.944 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:34 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:14:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:35 smithi079 bash[25290]: audit 2023-12-05T13:14:34.604856+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:35 smithi079 bash[25290]: audit 2023-12-05T13:14:34.611930+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:35 smithi079 bash[25290]: cluster 2023-12-05T13:14:34.707615+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-05T13:14:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:35 smithi045 bash[25015]: audit 2023-12-05T13:14:34.604856+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:35 smithi045 bash[25015]: audit 2023-12-05T13:14:34.611930+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:35 smithi045 bash[25015]: cluster 2023-12-05T13:14:34.707615+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-05T13:14:35.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:35 smithi045 bash[30785]: audit 2023-12-05T13:14:34.604856+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:35 smithi045 bash[30785]: audit 2023-12-05T13:14:34.611930+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:35 smithi045 bash[30785]: cluster 2023-12-05T13:14:34.707615+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-05T13:14:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:37 smithi079 bash[25290]: audit 2023-12-05T13:14:36.665206+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:37 smithi079 bash[25290]: audit 2023-12-05T13:14:36.696835+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:37 smithi079 bash[25290]: audit 2023-12-05T13:14:36.698848+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:37 smithi079 bash[25290]: audit 2023-12-05T13:14:36.700218+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:37 smithi079 bash[25290]: cluster 2023-12-05T13:14:36.707966+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:37 smithi079 bash[25290]: audit 2023-12-05T13:14:36.710459+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:37.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[25015]: audit 2023-12-05T13:14:36.665206+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[25015]: audit 2023-12-05T13:14:36.696835+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[25015]: audit 2023-12-05T13:14:36.698848+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[25015]: audit 2023-12-05T13:14:36.700218+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[25015]: cluster 2023-12-05T13:14:36.707966+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[25015]: audit 2023-12-05T13:14:36.710459+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[30785]: audit 2023-12-05T13:14:36.665206+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[30785]: audit 2023-12-05T13:14:36.696835+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[30785]: audit 2023-12-05T13:14:36.698848+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[30785]: audit 2023-12-05T13:14:36.700218+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[30785]: cluster 2023-12-05T13:14:36.707966+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:37.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:37 smithi045 bash[30785]: audit 2023-12-05T13:14:36.710459+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:40.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:39 smithi079 bash[25290]: cluster 2023-12-05T13:14:38.708514+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:40.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:39 smithi045 bash[25015]: cluster 2023-12-05T13:14:38.708514+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:40.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:39 smithi045 bash[30785]: cluster 2023-12-05T13:14:38.708514+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:42.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:41 smithi079 bash[25290]: cluster 2023-12-05T13:14:40.709035+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:42.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:41 smithi045 bash[25015]: cluster 2023-12-05T13:14:40.709035+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:42.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:41 smithi045 bash[30785]: cluster 2023-12-05T13:14:40.709035+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:43.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:42 smithi079 bash[25290]: cluster 2023-12-05T13:14:42.709744+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:43.142 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 5 on host 'smithi079' 2023-12-05T13:14:43.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:42 smithi045 bash[25015]: cluster 2023-12-05T13:14:42.709744+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:42 smithi045 bash[30785]: cluster 2023-12-05T13:14:42.709744+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:43.810 DEBUG:teuthology.orchestra.run.smithi079:osd.5> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.5.service 2023-12-05T13:14:43.812 INFO:tasks.cephadm:Deploying osd.6 on smithi079 with /dev/vg_nvme/lv_2... 2023-12-05T13:14:43.813 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T13:14:43.971 INFO:journalctl@ceph.osd.5.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.138268+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.146100+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.148596+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.150326+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.154570+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.156136+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: cephadm 2023-12-05T13:14:43.157326+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 8123M 2023-12-05T13:14:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.163903+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.172123+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.378190+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"]}]: dispatch 2023-12-05T13:14:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:44 smithi079 bash[25290]: audit 2023-12-05T13:14:43.378977+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:14:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.138268+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.146100+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.148596+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.150326+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.154570+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.156136+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: cephadm 2023-12-05T13:14:43.157326+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 8123M 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.163903+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.172123+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.378190+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"]}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[25015]: audit 2023-12-05T13:14:43.378977+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.138268+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.146100+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.148596+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.150326+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.154570+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.156136+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: cephadm 2023-12-05T13:14:43.157326+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 8123M 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.163903+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.172123+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.378190+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"]}]: dispatch 2023-12-05T13:14:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:44 smithi045 bash[30785]: audit 2023-12-05T13:14:43.378977+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:14:45.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[25015]: audit 2023-12-05T13:14:44.175593+0000 mon.a (mon.0) 599 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[25015]: cluster 2023-12-05T13:14:44.175728+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[25015]: audit 2023-12-05T13:14:44.176046+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[25015]: audit 2023-12-05T13:14:44.177720+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=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[25015]: audit 2023-12-05T13:14:44.178462+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[25015]: cluster 2023-12-05T13:14:44.710379+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[30785]: audit 2023-12-05T13:14:44.175593+0000 mon.a (mon.0) 599 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[30785]: cluster 2023-12-05T13:14:44.175728+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[30785]: audit 2023-12-05T13:14:44.176046+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:45.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[30785]: audit 2023-12-05T13:14:44.177720+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=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:45.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[30785]: audit 2023-12-05T13:14:44.178462+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:45.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:45 smithi045 bash[30785]: cluster 2023-12-05T13:14:44.710379+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:45.543 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[34332]: debug 2023-12-05T13:14:45.188+0000 7fc86604e700 -1 osd.5 0 waiting for initial osdmap 2023-12-05T13:14:45.543 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[34332]: debug 2023-12-05T13:14:45.196+0000 7fc85f1e2700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:14:45.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[25290]: audit 2023-12-05T13:14:44.175593+0000 mon.a (mon.0) 599 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:14:45.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[25290]: cluster 2023-12-05T13:14:44.175728+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-05T13:14:45.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[25290]: audit 2023-12-05T13:14:44.176046+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:45.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[25290]: audit 2023-12-05T13:14:44.177720+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=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:45.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[25290]: audit 2023-12-05T13:14:44.178462+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:14:45.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:45 smithi079 bash[25290]: cluster 2023-12-05T13:14:44.710379+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:46.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[30785]: audit 2023-12-05T13:14:45.179767+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:14:46.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[30785]: cluster 2023-12-05T13:14:45.179967+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-05T13:14:46.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[30785]: audit 2023-12-05T13:14:45.180654+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:46.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[30785]: audit 2023-12-05T13:14:45.187943+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[25015]: audit 2023-12-05T13:14:45.179767+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:14:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[25015]: cluster 2023-12-05T13:14:45.179967+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-05T13:14:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[25015]: audit 2023-12-05T13:14:45.180654+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:46 smithi045 bash[25015]: audit 2023-12-05T13:14:45.187943+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:46.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:46 smithi079 bash[25290]: audit 2023-12-05T13:14:45.179767+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:14:46.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:46 smithi079 bash[25290]: cluster 2023-12-05T13:14:45.179967+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-05T13:14:46.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:46 smithi079 bash[25290]: audit 2023-12-05T13:14:45.180654+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:46.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:46 smithi079 bash[25290]: audit 2023-12-05T13:14:45.187943+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:46.978 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T13:14:46.978 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-05T13:14:46.978 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-12-05T13:14:46.978 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-12-05T13:14:46.978 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0173637 s, 604 MB/s 2023-12-05T13:14:46.978 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-12-05T13:14:47.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: cluster 2023-12-05T13:14:44.345003+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: cluster 2023-12-05T13:14:44.345219+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: audit 2023-12-05T13:14:46.190723+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: cluster 2023-12-05T13:14:46.198309+0000 mon.a (mon.0) 608 : cluster [INF] osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006] boot 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: cluster 2023-12-05T13:14:46.198447+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: audit 2023-12-05T13:14:46.198611+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: cluster 2023-12-05T13:14:46.711057+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[25015]: cluster 2023-12-05T13:14:46.883788+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: cluster 2023-12-05T13:14:44.345003+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: cluster 2023-12-05T13:14:44.345219+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:14:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: audit 2023-12-05T13:14:46.190723+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: cluster 2023-12-05T13:14:46.198309+0000 mon.a (mon.0) 608 : cluster [INF] osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006] boot 2023-12-05T13:14:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: cluster 2023-12-05T13:14:46.198447+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-05T13:14:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: audit 2023-12-05T13:14:46.198611+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: cluster 2023-12-05T13:14:46.711057+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:47 smithi045 bash[30785]: cluster 2023-12-05T13:14:46.883788+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: cluster 2023-12-05T13:14:44.345003+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: cluster 2023-12-05T13:14:44.345219+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: audit 2023-12-05T13:14:46.190723+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: cluster 2023-12-05T13:14:46.198309+0000 mon.a (mon.0) 608 : cluster [INF] osd.5 [v2:172.21.15.79:6808/57891006,v1:172.21.15.79:6809/57891006] boot 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: cluster 2023-12-05T13:14:46.198447+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: audit 2023-12-05T13:14:46.198611+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: cluster 2023-12-05T13:14:46.711057+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:14:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:47 smithi079 bash[25290]: cluster 2023-12-05T13:14:46.883788+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-05T13:14:48.298 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_2 2023-12-05T13:14:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:48 smithi045 bash[25015]: cluster 2023-12-05T13:14:47.887435+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-05T13:14:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:48 smithi045 bash[25015]: cluster 2023-12-05T13:14:48.711721+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v177: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:49.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:48 smithi045 bash[30785]: cluster 2023-12-05T13:14:47.887435+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-05T13:14:49.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:48 smithi045 bash[30785]: cluster 2023-12-05T13:14:48.711721+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v177: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:48 smithi079 bash[25290]: cluster 2023-12-05T13:14:47.887435+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-05T13:14:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:48 smithi079 bash[25290]: cluster 2023-12-05T13:14:48.711721+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v177: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:49 smithi079 bash[25290]: cluster 2023-12-05T13:14:48.880311+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:14:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:49 smithi079 bash[25290]: cluster 2023-12-05T13:14:48.896123+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-05T13:14:50.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:49 smithi045 bash[25015]: cluster 2023-12-05T13:14:48.880311+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:14:50.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:49 smithi045 bash[25015]: cluster 2023-12-05T13:14:48.896123+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-05T13:14:50.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:49 smithi045 bash[30785]: cluster 2023-12-05T13:14:48.880311+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:14:50.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:49 smithi045 bash[30785]: cluster 2023-12-05T13:14:48.896123+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-05T13:14:51.115 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:50 smithi079 bash[25290]: cluster 2023-12-05T13:14:49.897330+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-05T13:14:51.115 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:50 smithi079 bash[25290]: cluster 2023-12-05T13:14:50.712389+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:51.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:50 smithi045 bash[25015]: cluster 2023-12-05T13:14:49.897330+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-05T13:14:51.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:50 smithi045 bash[25015]: cluster 2023-12-05T13:14:50.712389+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:51.195 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:51 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:14:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:51.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:50 smithi045 bash[30785]: cluster 2023-12-05T13:14:49.897330+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-05T13:14:51.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:50 smithi045 bash[30785]: cluster 2023-12-05T13:14:50.712389+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: audit 2023-12-05T13:14:51.101281+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: cephadm 2023-12-05T13:14:51.102935+0000 mgr.y (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: audit 2023-12-05T13:14:51.110656+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: audit 2023-12-05T13:14:51.114972+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: audit 2023-12-05T13:14:51.116910+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: audit 2023-12-05T13:14:51.118201+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: cluster 2023-12-05T13:14:51.122301+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[25015]: audit 2023-12-05T13:14:51.128966+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: audit 2023-12-05T13:14:51.101281+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: cephadm 2023-12-05T13:14:51.102935+0000 mgr.y (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: audit 2023-12-05T13:14:51.110656+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: audit 2023-12-05T13:14:51.114972+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: audit 2023-12-05T13:14:51.116910+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: audit 2023-12-05T13:14:51.118201+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: cluster 2023-12-05T13:14:51.122301+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:52 smithi045 bash[30785]: audit 2023-12-05T13:14:51.128966+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: audit 2023-12-05T13:14:51.101281+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: cephadm 2023-12-05T13:14:51.102935+0000 mgr.y (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: audit 2023-12-05T13:14:51.110656+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: audit 2023-12-05T13:14:51.114972+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: audit 2023-12-05T13:14:51.116910+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: audit 2023-12-05T13:14:51.118201+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: cluster 2023-12-05T13:14:51.122301+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:14:52.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:52 smithi079 bash[25290]: audit 2023-12-05T13:14:51.128966+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[30785]: cluster 2023-12-05T13:14:52.106520+0000 mon.a (mon.0) 622 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[30785]: audit 2023-12-05T13:14:52.685192+0000 mgr.y (mgr.14152) 204 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[30785]: audit 2023-12-05T13:14:52.692287+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[30785]: audit 2023-12-05T13:14:52.698700+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[30785]: audit 2023-12-05T13:14:52.700426+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[25015]: cluster 2023-12-05T13:14:52.106520+0000 mon.a (mon.0) 622 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[25015]: audit 2023-12-05T13:14:52.685192+0000 mgr.y (mgr.14152) 204 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:53.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[25015]: audit 2023-12-05T13:14:52.692287+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:14:53.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[25015]: audit 2023-12-05T13:14:52.698700+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:14:53.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:53 smithi045 bash[25015]: audit 2023-12-05T13:14:52.700426+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:53.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:53 smithi079 bash[25290]: cluster 2023-12-05T13:14:52.106520+0000 mon.a (mon.0) 622 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:14:53.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:53 smithi079 bash[25290]: audit 2023-12-05T13:14:52.685192+0000 mgr.y (mgr.14152) 204 : audit [DBG] from='client.24281 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:53.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:53 smithi079 bash[25290]: audit 2023-12-05T13:14:52.692287+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:14:53.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:53 smithi079 bash[25290]: audit 2023-12-05T13:14:52.698700+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:14:53.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:53 smithi079 bash[25290]: audit 2023-12-05T13:14:52.700426+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:54.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:54 smithi045 bash[25015]: cluster 2023-12-05T13:14:53.122953+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-12-05T13:14:54.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:54 smithi045 bash[30785]: cluster 2023-12-05T13:14:53.122953+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-12-05T13:14:54.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:54 smithi079 bash[25290]: cluster 2023-12-05T13:14:53.122953+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-12-05T13:14:55.114 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:54 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:14:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:55 smithi045 bash[25015]: cluster 2023-12-05T13:14:54.100876+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:14:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:55 smithi045 bash[25015]: audit 2023-12-05T13:14:54.738297+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:55.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:55 smithi045 bash[25015]: audit 2023-12-05T13:14:54.744585+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:55.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:14:55 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:14:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:14:55.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:55 smithi045 bash[30785]: cluster 2023-12-05T13:14:54.100876+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:14:55.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:55 smithi045 bash[30785]: audit 2023-12-05T13:14:54.738297+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:55.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:55 smithi045 bash[30785]: audit 2023-12-05T13:14:54.744585+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:55 smithi079 bash[25290]: cluster 2023-12-05T13:14:54.100876+0000 mon.a (mon.0) 626 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:14:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:55 smithi079 bash[25290]: audit 2023-12-05T13:14:54.738297+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:55 smithi079 bash[25290]: audit 2023-12-05T13:14:54.744585+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: cluster 2023-12-05T13:14:55.123647+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: audit 2023-12-05T13:14:55.319665+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: audit 2023-12-05T13:14:55.326542+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: audit 2023-12-05T13:14:55.362532+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: audit 2023-12-05T13:14:55.365260+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: audit 2023-12-05T13:14:55.367015+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: cluster 2023-12-05T13:14:55.371345+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; 80 KiB/s, 0 objects/s recovering 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: audit 2023-12-05T13:14:55.377069+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.645 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: cluster 2023-12-05T13:14:56.111117+0000 mon.a (mon.0) 635 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:14:56.646 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:56 smithi079 bash[25290]: cluster 2023-12-05T13:14:56.111196+0000 mon.a (mon.0) 636 : cluster [INF] Cluster is now healthy 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: cluster 2023-12-05T13:14:55.123647+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: audit 2023-12-05T13:14:55.319665+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: audit 2023-12-05T13:14:55.326542+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: audit 2023-12-05T13:14:55.362532+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: audit 2023-12-05T13:14:55.365260+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: audit 2023-12-05T13:14:55.367015+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: cluster 2023-12-05T13:14:55.371345+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; 80 KiB/s, 0 objects/s recovering 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: audit 2023-12-05T13:14:55.377069+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: cluster 2023-12-05T13:14:56.111117+0000 mon.a (mon.0) 635 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:14:56.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[25015]: cluster 2023-12-05T13:14:56.111196+0000 mon.a (mon.0) 636 : cluster [INF] Cluster is now healthy 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: cluster 2023-12-05T13:14:55.123647+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: audit 2023-12-05T13:14:55.319665+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: audit 2023-12-05T13:14:55.326542+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: audit 2023-12-05T13:14:55.362532+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: audit 2023-12-05T13:14:55.365260+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: audit 2023-12-05T13:14:55.367015+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: cluster 2023-12-05T13:14:55.371345+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; 80 KiB/s, 0 objects/s recovering 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: audit 2023-12-05T13:14:55.377069+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: cluster 2023-12-05T13:14:56.111117+0000 mon.a (mon.0) 635 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:14:56.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:56 smithi045 bash[30785]: cluster 2023-12-05T13:14:56.111196+0000 mon.a (mon.0) 636 : cluster [INF] Cluster is now healthy 2023-12-05T13:14:58.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:57 smithi045 bash[25015]: cluster 2023-12-05T13:14:57.371952+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-12-05T13:14:58.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:57 smithi045 bash[25015]: audit 2023-12-05T13:14:57.800258+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:14:58.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:57 smithi045 bash[25015]: audit 2023-12-05T13:14:57.803131+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:14:58.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:57 smithi045 bash[30785]: cluster 2023-12-05T13:14:57.371952+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-12-05T13:14:58.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:57 smithi045 bash[30785]: audit 2023-12-05T13:14:57.800258+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:14:58.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:57 smithi045 bash[30785]: audit 2023-12-05T13:14:57.803131+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:14:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:57 smithi079 bash[25290]: cluster 2023-12-05T13:14:57.371952+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-12-05T13:14:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:57 smithi079 bash[25290]: audit 2023-12-05T13:14:57.800258+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:14:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:57 smithi079 bash[25290]: audit 2023-12-05T13:14:57.803131+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:14:59.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[25015]: audit 2023-12-05T13:14:58.876133+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]: dispatch 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[25015]: audit 2023-12-05T13:14:58.876979+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.79:0/2865537765' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]: dispatch 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[25015]: audit 2023-12-05T13:14:58.885668+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]': finished 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[25015]: cluster 2023-12-05T13:14:58.885987+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[25015]: audit 2023-12-05T13:14:58.886440+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[30785]: audit 2023-12-05T13:14:58.876133+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]: dispatch 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[30785]: audit 2023-12-05T13:14:58.876979+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.79:0/2865537765' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]: dispatch 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[30785]: audit 2023-12-05T13:14:58.885668+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]': finished 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[30785]: cluster 2023-12-05T13:14:58.885987+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-05T13:14:59.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:58 smithi045 bash[30785]: audit 2023-12-05T13:14:58.886440+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:14:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:58 smithi079 bash[25290]: audit 2023-12-05T13:14:58.876133+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]: dispatch 2023-12-05T13:14:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:58 smithi079 bash[25290]: audit 2023-12-05T13:14:58.876979+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.79:0/2865537765' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]: dispatch 2023-12-05T13:14:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:58 smithi079 bash[25290]: audit 2023-12-05T13:14:58.885668+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0b0309f-1eeb-4223-879a-63823ef47b8a"}]': finished 2023-12-05T13:14:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:58 smithi079 bash[25290]: cluster 2023-12-05T13:14:58.885987+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-05T13:14:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:58 smithi079 bash[25290]: audit 2023-12-05T13:14:58.886440+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:00.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:59 smithi045 bash[25015]: cluster 2023-12-05T13:14:59.372550+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-05T13:15:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:14:59 smithi045 bash[25015]: audit 2023-12-05T13:14:59.573815+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.79:0/2044935458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:15:00.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:59 smithi045 bash[30785]: cluster 2023-12-05T13:14:59.372550+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-05T13:15:00.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:14:59 smithi045 bash[30785]: audit 2023-12-05T13:14:59.573815+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.79:0/2044935458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:15:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:59 smithi079 bash[25290]: cluster 2023-12-05T13:14:59.372550+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-05T13:15:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:14:59 smithi079 bash[25290]: audit 2023-12-05T13:14:59.573815+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.79:0/2044935458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:15:02.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:02 smithi079 bash[25290]: cluster 2023-12-05T13:15:01.373113+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:02 smithi045 bash[25015]: cluster 2023-12-05T13:15:01.373113+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:02.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:02 smithi045 bash[30785]: cluster 2023-12-05T13:15:01.373113+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:04.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:04 smithi045 bash[25015]: cluster 2023-12-05T13:15:03.373717+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:04.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:04 smithi045 bash[30785]: cluster 2023-12-05T13:15:03.373717+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:04.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:04 smithi079 bash[25290]: cluster 2023-12-05T13:15:03.373717+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:06.679 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:06 smithi079 bash[25290]: cluster 2023-12-05T13:15:05.374303+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:06.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:06 smithi045 bash[25015]: cluster 2023-12-05T13:15:05.374303+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:06.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:06 smithi045 bash[30785]: cluster 2023-12-05T13:15:05.374303+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:07 smithi045 bash[25015]: cluster 2023-12-05T13:15:07.374930+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:07 smithi045 bash[30785]: cluster 2023-12-05T13:15:07.374930+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:07 smithi079 bash[25290]: cluster 2023-12-05T13:15:07.374930+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:10.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:10 smithi079 bash[25290]: cluster 2023-12-05T13:15:09.375555+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:10.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:10 smithi079 bash[25290]: audit 2023-12-05T13:15:09.920492+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:15:10.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:10 smithi079 bash[25290]: audit 2023-12-05T13:15:09.922316+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:10.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:10 smithi045 bash[25015]: cluster 2023-12-05T13:15:09.375555+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:10.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:10 smithi045 bash[25015]: audit 2023-12-05T13:15:09.920492+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:15:10.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:10 smithi045 bash[25015]: audit 2023-12-05T13:15:09.922316+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:10.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:10 smithi045 bash[30785]: cluster 2023-12-05T13:15:09.375555+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:10.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:10 smithi045 bash[30785]: audit 2023-12-05T13:15:09.920492+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:15:10.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:10 smithi045 bash[30785]: audit 2023-12-05T13:15:09.922316+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:11.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:11 smithi045 bash[30785]: cephadm 2023-12-05T13:15:09.923806+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-12-05T13:15:11.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:11 smithi045 bash[25015]: cephadm 2023-12-05T13:15:09.923806+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-12-05T13:15:11.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:11 smithi079 bash[25290]: cephadm 2023-12-05T13:15:09.923806+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-12-05T13:15:12.766 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:12 smithi079 bash[25290]: cluster 2023-12-05T13:15:11.376146+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-05T13:15:12.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:12 smithi045 bash[25015]: cluster 2023-12-05T13:15:11.376146+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-05T13:15:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:12 smithi045 bash[30785]: cluster 2023-12-05T13:15:11.376146+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-05T13:15:13.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:13 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:15:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[25015]: cluster 2023-12-05T13:15:13.376732+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[25015]: audit 2023-12-05T13:15:13.380486+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[25015]: cephadm 2023-12-05T13:15:13.382218+0000 mgr.y (mgr.14152) 218 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[25015]: audit 2023-12-05T13:15:13.387625+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[30785]: cluster 2023-12-05T13:15:13.376732+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[30785]: audit 2023-12-05T13:15:13.380486+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[30785]: cephadm 2023-12-05T13:15:13.382218+0000 mgr.y (mgr.14152) 218 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:15:14.684 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[30785]: audit 2023-12-05T13:15:13.387625+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:14.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:14 smithi079 bash[25290]: cluster 2023-12-05T13:15:13.376732+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:14.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:14 smithi079 bash[25290]: audit 2023-12-05T13:15:13.380486+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:14.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:14 smithi079 bash[25290]: cephadm 2023-12-05T13:15:13.382218+0000 mgr.y (mgr.14152) 218 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:15:14.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:14 smithi079 bash[25290]: audit 2023-12-05T13:15:13.387625+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:14.944 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:14 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:15:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:16.125 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:15 smithi079 bash[25290]: audit 2023-12-05T13:15:14.866116+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:16.125 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:15 smithi079 bash[25290]: audit 2023-12-05T13:15:14.874600+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:16.125 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:15 smithi079 bash[25290]: cluster 2023-12-05T13:15:15.377486+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-05T13:15:16.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:15 smithi045 bash[30785]: audit 2023-12-05T13:15:14.866116+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:16.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:15 smithi045 bash[30785]: audit 2023-12-05T13:15:14.874600+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:16.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:15 smithi045 bash[30785]: cluster 2023-12-05T13:15:15.377486+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-05T13:15:16.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:15 smithi045 bash[25015]: audit 2023-12-05T13:15:14.866116+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:16.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:15 smithi045 bash[25015]: audit 2023-12-05T13:15:14.874600+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:16.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:15 smithi045 bash[25015]: cluster 2023-12-05T13:15:15.377486+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-05T13:15:17.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:17 smithi079 bash[25290]: audit 2023-12-05T13:15:16.502005+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:17.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:17 smithi079 bash[25290]: audit 2023-12-05T13:15:16.502519+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:17.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:17 smithi079 bash[25290]: audit 2023-12-05T13:15:16.516155+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:17.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:17 smithi079 bash[25290]: audit 2023-12-05T13:15:16.518061+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:17.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:17 smithi079 bash[25290]: audit 2023-12-05T13:15:16.531672+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:17.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[25015]: audit 2023-12-05T13:15:16.502005+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:17.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[25015]: audit 2023-12-05T13:15:16.502519+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:17.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[25015]: audit 2023-12-05T13:15:16.516155+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:17.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[25015]: audit 2023-12-05T13:15:16.518061+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:17.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[25015]: audit 2023-12-05T13:15:16.531672+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:17.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[30785]: audit 2023-12-05T13:15:16.502005+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:17.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[30785]: audit 2023-12-05T13:15:16.502519+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:17.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[30785]: audit 2023-12-05T13:15:16.516155+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:17.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[30785]: audit 2023-12-05T13:15:16.518061+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:17.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:17 smithi045 bash[30785]: audit 2023-12-05T13:15:16.531672+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:18 smithi079 bash[25290]: cluster 2023-12-05T13:15:17.378156+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-05T13:15:18.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:18 smithi045 bash[25015]: cluster 2023-12-05T13:15:17.378156+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-05T13:15:18.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:18 smithi045 bash[30785]: cluster 2023-12-05T13:15:17.378156+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-05T13:15:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:20 smithi079 bash[25290]: cluster 2023-12-05T13:15:19.378752+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-05T13:15:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:20 smithi045 bash[25015]: cluster 2023-12-05T13:15:19.378752+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-05T13:15:20.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:20 smithi045 bash[30785]: cluster 2023-12-05T13:15:19.378752+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-05T13:15:22.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:22 smithi079 bash[25290]: cluster 2023-12-05T13:15:21.379359+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-05T13:15:22.901 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 6 on host 'smithi079' 2023-12-05T13:15:22.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:22 smithi045 bash[25015]: cluster 2023-12-05T13:15:21.379359+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-05T13:15:22.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:22 smithi045 bash[30785]: cluster 2023-12-05T13:15:21.379359+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-05T13:15:23.514 DEBUG:teuthology.orchestra.run.smithi079:osd.6> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.6.service 2023-12-05T13:15:23.516 INFO:tasks.cephadm:Deploying osd.7 on smithi079 with /dev/vg_nvme/lv_1... 2023-12-05T13:15:23.516 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T13:15:23.627 INFO:journalctl@ceph.osd.6.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:15:23.793 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[37769]: debug 2023-12-05T13:15:23.535+0000 7f3244cac3c0 -1 osd.6 0 log_to_monitors true 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.897142+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.923437+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.926101+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.927794+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.932434+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.934283+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.935976+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: cephadm 2023-12-05T13:15:22.937331+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 5415M 2023-12-05T13:15:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.943965+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:22.952865+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: cluster 2023-12-05T13:15:23.379966+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:23.543278+0000 mon.a (mon.0) 663 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:15:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:23 smithi079 bash[25290]: audit 2023-12-05T13:15:23.544461+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:15:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.897142+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.923437+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.926101+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.927794+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.932434+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.934283+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.935976+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: cephadm 2023-12-05T13:15:22.937331+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 5415M 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.943965+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:22.952865+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: cluster 2023-12-05T13:15:23.379966+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:23.543278+0000 mon.a (mon.0) 663 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[25015]: audit 2023-12-05T13:15:23.544461+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.897142+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.923437+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.926101+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.927794+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.932434+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.934283+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.935976+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:15:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: cephadm 2023-12-05T13:15:22.937331+0000 mgr.y (mgr.14152) 223 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 5415M 2023-12-05T13:15:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.943965+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:22.952865+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: cluster 2023-12-05T13:15:23.379966+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:23.543278+0000 mon.a (mon.0) 663 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:15:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:23 smithi045 bash[30785]: audit 2023-12-05T13:15:23.544461+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:15:25.293 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[37769]: debug 2023-12-05T13:15:24.971+0000 7f323b6af700 -1 osd.6 0 waiting for initial osdmap 2023-12-05T13:15:25.293 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[37769]: debug 2023-12-05T13:15:24.987+0000 7f3237849700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:15:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:24 smithi079 bash[25290]: audit 2023-12-05T13:15:23.960639+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:15:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: cluster 2023-12-05T13:15:23.960781+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-05T13:15:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: audit 2023-12-05T13:15:23.960978+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: audit 2023-12-05T13:15:23.963653+0000 mon.a (mon.0) 667 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:15:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: audit 2023-12-05T13:15:23.964931+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:15:25.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[25015]: audit 2023-12-05T13:15:23.960639+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:15:25.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[25015]: cluster 2023-12-05T13:15:23.960781+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-05T13:15:25.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[25015]: audit 2023-12-05T13:15:23.960978+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:25.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[25015]: audit 2023-12-05T13:15:23.963653+0000 mon.a (mon.0) 667 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:15:25.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[25015]: audit 2023-12-05T13:15:23.964931+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:15:25.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[30785]: audit 2023-12-05T13:15:23.960639+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:15:25.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[30785]: cluster 2023-12-05T13:15:23.960781+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-05T13:15:25.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[30785]: audit 2023-12-05T13:15:23.960978+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:25.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[30785]: audit 2023-12-05T13:15:23.963653+0000 mon.a (mon.0) 667 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:15:25.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:24 smithi045 bash[30785]: audit 2023-12-05T13:15:23.964931+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: audit 2023-12-05T13:15:24.965956+0000 mon.a (mon.0) 668 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: cluster 2023-12-05T13:15:24.966247+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: audit 2023-12-05T13:15:24.967065+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: audit 2023-12-05T13:15:24.975469+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: cluster 2023-12-05T13:15:25.380544+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: cluster 2023-12-05T13:15:25.968688+0000 mon.a (mon.0) 672 : cluster [INF] osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149] boot 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: cluster 2023-12-05T13:15:25.968824+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-05T13:15:26.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:25 smithi079 bash[25290]: audit 2023-12-05T13:15:25.969216+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: audit 2023-12-05T13:15:24.965956+0000 mon.a (mon.0) 668 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: cluster 2023-12-05T13:15:24.966247+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: audit 2023-12-05T13:15:24.967065+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: audit 2023-12-05T13:15:24.975469+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: cluster 2023-12-05T13:15:25.380544+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: cluster 2023-12-05T13:15:25.968688+0000 mon.a (mon.0) 672 : cluster [INF] osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149] boot 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: cluster 2023-12-05T13:15:25.968824+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-05T13:15:26.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[25015]: audit 2023-12-05T13:15:25.969216+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: audit 2023-12-05T13:15:24.965956+0000 mon.a (mon.0) 668 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: cluster 2023-12-05T13:15:24.966247+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: audit 2023-12-05T13:15:24.967065+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: audit 2023-12-05T13:15:24.975469+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: cluster 2023-12-05T13:15:25.380544+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: cluster 2023-12-05T13:15:25.968688+0000 mon.a (mon.0) 672 : cluster [INF] osd.6 [v2:172.21.15.79:6816/2877533149,v1:172.21.15.79:6817/2877533149] boot 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: cluster 2023-12-05T13:15:25.968824+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-05T13:15:26.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:25 smithi045 bash[30785]: audit 2023-12-05T13:15:25.969216+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:15:26.675 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T13:15:26.675 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-05T13:15:26.675 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-12-05T13:15:26.675 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-12-05T13:15:26.676 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.019615 s, 535 MB/s 2023-12-05T13:15:26.676 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-12-05T13:15:27.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:26 smithi079 bash[25290]: cluster 2023-12-05T13:15:24.537915+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:15:27.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:26 smithi079 bash[25290]: cluster 2023-12-05T13:15:24.538149+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:15:27.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:26 smithi079 bash[25290]: cluster 2023-12-05T13:15:26.897245+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-05T13:15:27.330 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_1 2023-12-05T13:15:27.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:26 smithi045 bash[25015]: cluster 2023-12-05T13:15:24.537915+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:15:27.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:26 smithi045 bash[25015]: cluster 2023-12-05T13:15:24.538149+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:15:27.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:26 smithi045 bash[25015]: cluster 2023-12-05T13:15:26.897245+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-05T13:15:27.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:26 smithi045 bash[30785]: cluster 2023-12-05T13:15:24.537915+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:15:27.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:26 smithi045 bash[30785]: cluster 2023-12-05T13:15:24.538149+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:15:27.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:26 smithi045 bash[30785]: cluster 2023-12-05T13:15:26.897245+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-05T13:15:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:27 smithi079 bash[25290]: cluster 2023-12-05T13:15:27.381150+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-05T13:15:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:27 smithi079 bash[25290]: cluster 2023-12-05T13:15:27.906976+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-05T13:15:28.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:27 smithi045 bash[25015]: cluster 2023-12-05T13:15:27.381150+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-05T13:15:28.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:27 smithi045 bash[25015]: cluster 2023-12-05T13:15:27.906976+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-05T13:15:28.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:27 smithi045 bash[30785]: cluster 2023-12-05T13:15:27.381150+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-05T13:15:28.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:27 smithi045 bash[30785]: cluster 2023-12-05T13:15:27.906976+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-05T13:15:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:30 smithi079 bash[25290]: cluster 2023-12-05T13:15:29.001479+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-05T13:15:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:30 smithi079 bash[25290]: cluster 2023-12-05T13:15:29.381760+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:30.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:30 smithi045 bash[25015]: cluster 2023-12-05T13:15:29.001479+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-05T13:15:30.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:30 smithi045 bash[25015]: cluster 2023-12-05T13:15:29.381760+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:30.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:30 smithi045 bash[30785]: cluster 2023-12-05T13:15:29.001479+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-05T13:15:30.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:30 smithi045 bash[30785]: cluster 2023-12-05T13:15:29.381760+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:31.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:31 smithi079 bash[25290]: cluster 2023-12-05T13:15:30.010209+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-05T13:15:31.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:31 smithi045 bash[30785]: cluster 2023-12-05T13:15:30.010209+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-05T13:15:31.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:31 smithi045 bash[25015]: cluster 2023-12-05T13:15:30.010209+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-05T13:15:32.280 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:32 smithi079 bash[25290]: cluster 2023-12-05T13:15:31.382423+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; 115 KiB/s, 0 objects/s recovering 2023-12-05T13:15:32.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:32 smithi079 bash[25290]: audit 2023-12-05T13:15:31.471532+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:32.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:32 smithi079 bash[25290]: audit 2023-12-05T13:15:31.478110+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:15:32.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:32 smithi079 bash[25290]: audit 2023-12-05T13:15:31.484371+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:15:32.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:32 smithi079 bash[25290]: audit 2023-12-05T13:15:31.486048+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:32.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[25015]: cluster 2023-12-05T13:15:31.382423+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; 115 KiB/s, 0 objects/s recovering 2023-12-05T13:15:32.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[25015]: audit 2023-12-05T13:15:31.471532+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[25015]: audit 2023-12-05T13:15:31.478110+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[25015]: audit 2023-12-05T13:15:31.484371+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[25015]: audit 2023-12-05T13:15:31.486048+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[30785]: cluster 2023-12-05T13:15:31.382423+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; 115 KiB/s, 0 objects/s recovering 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[30785]: audit 2023-12-05T13:15:31.471532+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24308 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[30785]: audit 2023-12-05T13:15:31.478110+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[30785]: audit 2023-12-05T13:15:31.484371+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:15:32.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:32 smithi045 bash[30785]: audit 2023-12-05T13:15:31.486048+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:33.834 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:33 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:15:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: cluster 2023-12-05T13:15:33.383081+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-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: audit 2023-12-05T13:15:33.522469+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: audit 2023-12-05T13:15:33.529924+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: audit 2023-12-05T13:15:33.552713+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: audit 2023-12-05T13:15:33.555114+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: audit 2023-12-05T13:15:33.556784+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: cluster 2023-12-05T13:15:33.561300+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-12-05T13:15:34.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:34 smithi079 bash[25290]: audit 2023-12-05T13:15:33.567637+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: cluster 2023-12-05T13:15:33.383081+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-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: audit 2023-12-05T13:15:33.522469+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: audit 2023-12-05T13:15:33.529924+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: audit 2023-12-05T13:15:33.552713+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: audit 2023-12-05T13:15:33.555114+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: audit 2023-12-05T13:15:33.556784+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: cluster 2023-12-05T13:15:33.561300+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-12-05T13:15:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[25015]: audit 2023-12-05T13:15:33.567637+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: cluster 2023-12-05T13:15:33.383081+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-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: audit 2023-12-05T13:15:33.522469+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: audit 2023-12-05T13:15:33.529924+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: audit 2023-12-05T13:15:33.552713+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: audit 2023-12-05T13:15:33.555114+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: audit 2023-12-05T13:15:33.556784+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: cluster 2023-12-05T13:15:33.561300+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-12-05T13:15:34.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:34 smithi045 bash[30785]: audit 2023-12-05T13:15:33.567637+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:35.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:35 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:15:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:35.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:35 smithi079 bash[25290]: cluster 2023-12-05T13:15:34.528820+0000 mon.a (mon.0) 688 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:15:35.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:35 smithi079 bash[25290]: audit 2023-12-05T13:15:35.001998+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:35.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:35 smithi079 bash[25290]: audit 2023-12-05T13:15:35.008890+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:35.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:35 smithi045 bash[25015]: cluster 2023-12-05T13:15:34.528820+0000 mon.a (mon.0) 688 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:15:35.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:35 smithi045 bash[25015]: audit 2023-12-05T13:15:35.001998+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:35.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:35 smithi045 bash[25015]: audit 2023-12-05T13:15:35.008890+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:35 smithi045 bash[30785]: cluster 2023-12-05T13:15:34.528820+0000 mon.a (mon.0) 688 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2023-12-05T13:15:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:35 smithi045 bash[30785]: audit 2023-12-05T13:15:35.001998+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:35 smithi045 bash[30785]: audit 2023-12-05T13:15:35.008890+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[30785]: cluster 2023-12-05T13:15:35.562092+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[30785]: audit 2023-12-05T13:15:36.334333+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[30785]: audit 2023-12-05T13:15:36.342451+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[30785]: audit 2023-12-05T13:15:36.343042+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[30785]: audit 2023-12-05T13:15:36.345001+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[30785]: audit 2023-12-05T13:15:36.346138+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[30785]: audit 2023-12-05T13:15:36.354715+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25015]: cluster 2023-12-05T13:15:35.562092+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-12-05T13:15:36.539 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25015]: audit 2023-12-05T13:15:36.334333+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25015]: audit 2023-12-05T13:15:36.342451+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25015]: audit 2023-12-05T13:15:36.343042+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:36.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25015]: audit 2023-12-05T13:15:36.345001+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:36.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25015]: audit 2023-12-05T13:15:36.346138+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:36.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25015]: audit 2023-12-05T13:15:36.354715+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.540 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:36 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:15:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:36.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:36 smithi079 bash[25290]: cluster 2023-12-05T13:15:35.562092+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-12-05T13:15:36.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:36 smithi079 bash[25290]: audit 2023-12-05T13:15:36.334333+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:36 smithi079 bash[25290]: audit 2023-12-05T13:15:36.342451+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:36.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:36 smithi079 bash[25290]: audit 2023-12-05T13:15:36.343042+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:36.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:36 smithi079 bash[25290]: audit 2023-12-05T13:15:36.345001+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:36.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:36 smithi079 bash[25290]: audit 2023-12-05T13:15:36.346138+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:36.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:36 smithi079 bash[25290]: audit 2023-12-05T13:15:36.354715+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:37 smithi079 bash[25290]: cluster 2023-12-05T13:15:36.349212+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-05T13:15:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:37 smithi079 bash[25290]: cluster 2023-12-05T13:15:36.523913+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:15:37.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:37 smithi079 bash[25290]: cluster 2023-12-05T13:15:36.523985+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2023-12-05T13:15:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:37 smithi045 bash[25015]: cluster 2023-12-05T13:15:36.349212+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-05T13:15:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:37 smithi045 bash[25015]: cluster 2023-12-05T13:15:36.523913+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:15:37.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:37 smithi045 bash[25015]: cluster 2023-12-05T13:15:36.523985+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2023-12-05T13:15:37.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:37 smithi045 bash[30785]: cluster 2023-12-05T13:15:36.349212+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-05T13:15:37.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:37 smithi045 bash[30785]: cluster 2023-12-05T13:15:36.523913+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2023-12-05T13:15:37.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:37 smithi045 bash[30785]: cluster 2023-12-05T13:15:36.523985+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2023-12-05T13:15:38.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:38 smithi079 bash[25290]: audit 2023-12-05T13:15:37.634729+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]: dispatch 2023-12-05T13:15:38.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:38 smithi079 bash[25290]: audit 2023-12-05T13:15:37.635962+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.79:0/3832092362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]: dispatch 2023-12-05T13:15:38.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:38 smithi079 bash[25290]: audit 2023-12-05T13:15:37.643695+0000 mon.a (mon.0) 700 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]': finished 2023-12-05T13:15:38.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:38 smithi079 bash[25290]: cluster 2023-12-05T13:15:37.643869+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-05T13:15:38.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:38 smithi079 bash[25290]: audit 2023-12-05T13:15:37.644206+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:15:38.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:38 smithi079 bash[25290]: audit 2023-12-05T13:15:38.351636+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.79:0/3806192808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:15:38.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[30785]: audit 2023-12-05T13:15:37.634729+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]: dispatch 2023-12-05T13:15:38.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[30785]: audit 2023-12-05T13:15:37.635962+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.79:0/3832092362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]: dispatch 2023-12-05T13:15:38.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[30785]: audit 2023-12-05T13:15:37.643695+0000 mon.a (mon.0) 700 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]': finished 2023-12-05T13:15:38.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[30785]: cluster 2023-12-05T13:15:37.643869+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-05T13:15:38.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[30785]: audit 2023-12-05T13:15:37.644206+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:15:38.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[30785]: audit 2023-12-05T13:15:38.351636+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.79:0/3806192808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:15:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[25015]: audit 2023-12-05T13:15:37.634729+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]: dispatch 2023-12-05T13:15:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[25015]: audit 2023-12-05T13:15:37.635962+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.79:0/3832092362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]: dispatch 2023-12-05T13:15:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[25015]: audit 2023-12-05T13:15:37.643695+0000 mon.a (mon.0) 700 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e549e3e-9212-4bb5-8bb6-f35399f0051e"}]': finished 2023-12-05T13:15:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[25015]: cluster 2023-12-05T13:15:37.643869+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-05T13:15:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[25015]: audit 2023-12-05T13:15:37.644206+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:15:38.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:38 smithi045 bash[25015]: audit 2023-12-05T13:15:38.351636+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.79:0/3806192808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:15:39.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:39 smithi045 bash[30785]: cluster 2023-12-05T13:15:38.349766+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:39.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:39 smithi045 bash[25015]: cluster 2023-12-05T13:15:38.349766+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:40.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:39 smithi079 bash[25290]: cluster 2023-12-05T13:15:38.349766+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:41.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:41 smithi079 bash[25290]: cluster 2023-12-05T13:15:40.350408+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:41.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:41 smithi045 bash[25015]: cluster 2023-12-05T13:15:40.350408+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:41.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:41 smithi045 bash[30785]: cluster 2023-12-05T13:15:40.350408+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:43.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:42 smithi045 bash[25015]: cluster 2023-12-05T13:15:42.351020+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:43.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:42 smithi045 bash[30785]: cluster 2023-12-05T13:15:42.351020+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:42 smithi079 bash[25290]: cluster 2023-12-05T13:15:42.351020+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:45.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:45 smithi045 bash[25015]: cluster 2023-12-05T13:15:44.351637+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:45.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:45 smithi045 bash[30785]: cluster 2023-12-05T13:15:44.351637+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:45.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:45 smithi079 bash[25290]: cluster 2023-12-05T13:15:44.351637+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:47.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:47 smithi079 bash[25290]: cluster 2023-12-05T13:15:46.352269+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:47.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:47 smithi045 bash[25015]: cluster 2023-12-05T13:15:46.352269+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:47.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:47 smithi045 bash[30785]: cluster 2023-12-05T13:15:46.352269+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:48.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:48 smithi045 bash[25015]: audit 2023-12-05T13:15:47.882716+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:15:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:48 smithi045 bash[25015]: audit 2023-12-05T13:15:47.884637+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:48.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:48 smithi045 bash[30785]: audit 2023-12-05T13:15:47.882716+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:15:48.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:48 smithi045 bash[30785]: audit 2023-12-05T13:15:47.884637+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:48.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:48 smithi079 bash[25290]: audit 2023-12-05T13:15:47.882716+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:15:48.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:48 smithi079 bash[25290]: audit 2023-12-05T13:15:47.884637+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:49.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:49 smithi079 bash[25290]: cephadm 2023-12-05T13:15:47.886216+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-12-05T13:15:49.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:49 smithi079 bash[25290]: cluster 2023-12-05T13:15:48.352906+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-05T13:15:49.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:49 smithi045 bash[25015]: cephadm 2023-12-05T13:15:47.886216+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-12-05T13:15:49.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:49 smithi045 bash[25015]: cluster 2023-12-05T13:15:48.352906+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-05T13:15:49.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:49 smithi045 bash[30785]: cephadm 2023-12-05T13:15:47.886216+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-12-05T13:15:49.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:49 smithi045 bash[30785]: cluster 2023-12-05T13:15:48.352906+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-05T13:15:51.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:51 smithi079 bash[25290]: cluster 2023-12-05T13:15:50.353497+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:51.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:51 smithi045 bash[25015]: cluster 2023-12-05T13:15:50.353497+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:51.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:51 smithi045 bash[30785]: cluster 2023-12-05T13:15:50.353497+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:53.538 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:53 smithi079 bash[25290]: audit 2023-12-05T13:15:52.266998+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:53.538 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:53 smithi079 bash[25290]: audit 2023-12-05T13:15:52.271981+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:53.538 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:53 smithi079 bash[25290]: audit 2023-12-05T13:15:52.275184+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:53.538 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:53 smithi079 bash[25290]: audit 2023-12-05T13:15:52.277552+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:53.538 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:53 smithi079 bash[25290]: audit 2023-12-05T13:15:52.290648+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:53.538 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:53 smithi079 bash[25290]: cluster 2023-12-05T13:15:52.354091+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:53.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[25015]: audit 2023-12-05T13:15:52.266998+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:53.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[25015]: audit 2023-12-05T13:15:52.271981+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:53.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[25015]: audit 2023-12-05T13:15:52.275184+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:53.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[25015]: audit 2023-12-05T13:15:52.277552+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:53.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[25015]: audit 2023-12-05T13:15:52.290648+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:53.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[25015]: cluster 2023-12-05T13:15:52.354091+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:53.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[30785]: audit 2023-12-05T13:15:52.266998+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:53.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[30785]: audit 2023-12-05T13:15:52.271981+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:53.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[30785]: audit 2023-12-05T13:15:52.275184+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:53.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[30785]: audit 2023-12-05T13:15:52.277552+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:53.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[30785]: audit 2023-12-05T13:15:52.290648+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:53.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:53 smithi045 bash[30785]: cluster 2023-12-05T13:15:52.354091+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:55.413 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:55 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:15:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:55 smithi079 bash[25290]: cluster 2023-12-05T13:15:54.354538+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:55 smithi079 bash[25290]: audit 2023-12-05T13:15:55.140474+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:55 smithi079 bash[25290]: audit 2023-12-05T13:15:55.150146+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:55.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:55 smithi045 bash[25015]: cluster 2023-12-05T13:15:54.354538+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:55.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:55 smithi045 bash[25015]: audit 2023-12-05T13:15:55.140474+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:55.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:55 smithi045 bash[25015]: audit 2023-12-05T13:15:55.150146+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:55.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:55 smithi045 bash[30785]: cluster 2023-12-05T13:15:54.354538+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:55.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:55 smithi045 bash[30785]: audit 2023-12-05T13:15:55.140474+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:55.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:55 smithi045 bash[30785]: audit 2023-12-05T13:15:55.150146+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:56.799 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:56 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:15:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:57.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:15:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:15:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: cluster 2023-12-05T13:15:56.355134+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:56.486323+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: cephadm 2023-12-05T13:15:56.487661+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:15:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:56.493782+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:56.525886+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:57.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:56.528732+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:56.530609+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:56.542315+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:57.110381+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:57.116049+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:57.116552+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:57.119155+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:57.120527+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:57.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:57 smithi079 bash[25290]: audit 2023-12-05T13:15:57.129492+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: cluster 2023-12-05T13:15:56.355134+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:56.486323+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: cephadm 2023-12-05T13:15:56.487661+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:56.493782+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:56.525886+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:56.528732+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:56.530609+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:56.542315+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:57.110381+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:57.116049+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:57.116552+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:57.119155+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:57.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:57.120527+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[25015]: audit 2023-12-05T13:15:57.129492+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: cluster 2023-12-05T13:15:56.355134+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:56.486323+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: cephadm 2023-12-05T13:15:56.487661+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:56.493782+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:56.525886+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:56.528732+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:56.530609+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:56.542315+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:57.110381+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:57.116049+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:57.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:57.116552+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:57.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:57.119155+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:57.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:57.120527+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:57.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:57 smithi045 bash[30785]: audit 2023-12-05T13:15:57.129492+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:15:58.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:58 smithi079 bash[25290]: audit 2023-12-05T13:15:57.803250+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:15:58.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:58 smithi079 bash[25290]: audit 2023-12-05T13:15:57.806590+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:15:58.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:58 smithi045 bash[30785]: audit 2023-12-05T13:15:57.803250+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:15:58.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:58 smithi045 bash[30785]: audit 2023-12-05T13:15:57.806590+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:15:58.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:58 smithi045 bash[25015]: audit 2023-12-05T13:15:57.803250+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:15:58.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:58 smithi045 bash[25015]: audit 2023-12-05T13:15:57.806590+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:15:59.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:15:59 smithi079 bash[25290]: cluster 2023-12-05T13:15:58.355753+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:59.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:15:59 smithi045 bash[25015]: cluster 2023-12-05T13:15:58.355753+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:59.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:15:59 smithi045 bash[30785]: cluster 2023-12-05T13:15:58.355753+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:15:59.946 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 7 on host 'smithi079' 2023-12-05T13:16:00.625 DEBUG:teuthology.orchestra.run.smithi079:osd.7> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.7.service 2023-12-05T13:16:00.627 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-05T13:16:00.628 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-05T13:16:00.776 INFO:journalctl@ceph.osd.7.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.655272+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.656876+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.942278+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.959122+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.961725+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.963397+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.967492+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.969082+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.970616+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.972125+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.981436+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:00 smithi079 bash[25290]: audit 2023-12-05T13:15:59.988500+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.655272+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:16:00.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.656876+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:16:00.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.942278+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.959122+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.961725+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.963397+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.967492+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.969082+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.970616+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.972125+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.981436+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[25015]: audit 2023-12-05T13:15:59.988500+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.655272+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.656876+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:16:00.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.942278+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.959122+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.961725+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.963397+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.967492+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.969082+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.970616+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.972125+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.981436+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:00.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:00 smithi045 bash[30785]: audit 2023-12-05T13:15:59.988500+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:01.793 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[41227]: debug 2023-12-05T13:16:01.526+0000 7f3177a2e700 -1 osd.7 0 waiting for initial osdmap 2023-12-05T13:16:01.793 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[41227]: debug 2023-12-05T13:16:01.538+0000 7f3172bc6700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:16:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[25290]: cephadm 2023-12-05T13:15:59.973386+0000 mgr.y (mgr.14152) 247 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 4061M 2023-12-05T13:16:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[25290]: cluster 2023-12-05T13:16:00.356379+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:16:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[25290]: audit 2023-12-05T13:16:00.511757+0000 mon.a (mon.0) 737 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:16:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[25290]: cluster 2023-12-05T13:16:00.511909+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-05T13:16:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[25290]: audit 2023-12-05T13:16:00.512070+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:01.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[25290]: audit 2023-12-05T13:16:00.517135+0000 mon.a (mon.0) 740 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:16:01.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:01 smithi079 bash[25290]: audit 2023-12-05T13:16:00.518766+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:16:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[25015]: cephadm 2023-12-05T13:15:59.973386+0000 mgr.y (mgr.14152) 247 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 4061M 2023-12-05T13:16:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[25015]: cluster 2023-12-05T13:16:00.356379+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:16:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[25015]: audit 2023-12-05T13:16:00.511757+0000 mon.a (mon.0) 737 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:16:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[25015]: cluster 2023-12-05T13:16:00.511909+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-05T13:16:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[25015]: audit 2023-12-05T13:16:00.512070+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[25015]: audit 2023-12-05T13:16:00.517135+0000 mon.a (mon.0) 740 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:16:01.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[25015]: audit 2023-12-05T13:16:00.518766+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:16:01.811 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[30785]: cephadm 2023-12-05T13:15:59.973386+0000 mgr.y (mgr.14152) 247 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 4061M 2023-12-05T13:16:01.811 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[30785]: cluster 2023-12-05T13:16:00.356379+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:16:01.811 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[30785]: audit 2023-12-05T13:16:00.511757+0000 mon.a (mon.0) 737 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:16:01.811 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[30785]: cluster 2023-12-05T13:16:00.511909+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-05T13:16:01.811 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[30785]: audit 2023-12-05T13:16:00.512070+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:01.812 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[30785]: audit 2023-12-05T13:16:00.517135+0000 mon.a (mon.0) 740 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:16:01.812 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:01 smithi045 bash[30785]: audit 2023-12-05T13:16:00.518766+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:16:02.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:02 smithi079 bash[25290]: audit 2023-12-05T13:16:01.517137+0000 mon.a (mon.0) 741 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:16:02.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:02 smithi079 bash[25290]: cluster 2023-12-05T13:16:01.517452+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-05T13:16:02.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:02 smithi079 bash[25290]: audit 2023-12-05T13:16:01.518185+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:02 smithi079 bash[25290]: audit 2023-12-05T13:16:01.527819+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:02 smithi079 bash[25290]: cluster 2023-12-05T13:16:01.907226+0000 mon.a (mon.0) 745 : cluster [INF] osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815] boot 2023-12-05T13:16:02.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:02 smithi079 bash[25290]: cluster 2023-12-05T13:16:01.907295+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-05T13:16:02.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:02 smithi079 bash[25290]: audit 2023-12-05T13:16:01.907931+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[25015]: audit 2023-12-05T13:16:01.517137+0000 mon.a (mon.0) 741 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[25015]: cluster 2023-12-05T13:16:01.517452+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[25015]: audit 2023-12-05T13:16:01.518185+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[25015]: audit 2023-12-05T13:16:01.527819+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[25015]: cluster 2023-12-05T13:16:01.907226+0000 mon.a (mon.0) 745 : cluster [INF] osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815] boot 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[25015]: cluster 2023-12-05T13:16:01.907295+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[25015]: audit 2023-12-05T13:16:01.907931+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[30785]: audit 2023-12-05T13:16:01.517137+0000 mon.a (mon.0) 741 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[30785]: cluster 2023-12-05T13:16:01.517452+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-05T13:16:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[30785]: audit 2023-12-05T13:16:01.518185+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[30785]: audit 2023-12-05T13:16:01.527819+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:02.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[30785]: cluster 2023-12-05T13:16:01.907226+0000 mon.a (mon.0) 745 : cluster [INF] osd.7 [v2:172.21.15.79:6824/3718702815,v1:172.21.15.79:6825/3718702815] boot 2023-12-05T13:16:02.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[30785]: cluster 2023-12-05T13:16:01.907295+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-05T13:16:02.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:02 smithi045 bash[30785]: audit 2023-12-05T13:16:01.907931+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:03.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[25015]: cluster 2023-12-05T13:16:00.636216+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:16:03.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[25015]: cluster 2023-12-05T13:16:00.636380+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:16:03.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[25015]: cluster 2023-12-05T13:16:02.356972+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:16:03.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[25015]: cluster 2023-12-05T13:16:02.911013+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-05T13:16:03.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[30785]: cluster 2023-12-05T13:16:00.636216+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:16:03.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[30785]: cluster 2023-12-05T13:16:00.636380+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:16:03.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[30785]: cluster 2023-12-05T13:16:02.356972+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:16:03.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:03 smithi045 bash[30785]: cluster 2023-12-05T13:16:02.911013+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-05T13:16:03.787 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:16:03.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:03 smithi079 bash[25290]: cluster 2023-12-05T13:16:00.636216+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T13:16:03.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:03 smithi079 bash[25290]: cluster 2023-12-05T13:16:00.636380+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T13:16:03.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:03 smithi079 bash[25290]: cluster 2023-12-05T13:16:02.356972+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:16:03.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:03 smithi079 bash[25290]: cluster 2023-12-05T13:16:02.911013+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-05T13:16:04.464 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1701782161,"num_in_osds":8,"osd_in_since":1701782137,"num_remapped_pgs":1} 2023-12-05T13:16:04.464 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T13:16:04.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:04 smithi079 bash[25290]: audit 2023-12-05T13:16:03.784262+0000 mon.a (mon.0) 749 : audit [DBG] from='client.? 172.21.15.45:0/597291029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T13:16:04.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:04 smithi079 bash[25290]: cluster 2023-12-05T13:16:03.921237+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-05T13:16:04.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:04 smithi045 bash[25015]: audit 2023-12-05T13:16:03.784262+0000 mon.a (mon.0) 749 : audit [DBG] from='client.? 172.21.15.45:0/597291029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T13:16:04.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:04 smithi045 bash[25015]: cluster 2023-12-05T13:16:03.921237+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-05T13:16:04.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:04 smithi045 bash[30785]: audit 2023-12-05T13:16:03.784262+0000 mon.a (mon.0) 749 : audit [DBG] from='client.? 172.21.15.45:0/597291029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T13:16:04.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:04 smithi045 bash[30785]: cluster 2023-12-05T13:16:03.921237+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-05T13:16:05.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:05 smithi079 bash[25290]: cluster 2023-12-05T13:16:04.357559+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v234: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:05.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:05 smithi079 bash[25290]: cluster 2023-12-05T13:16:04.928535+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-05T13:16:05.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:05 smithi045 bash[25015]: cluster 2023-12-05T13:16:04.357559+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v234: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:05.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:05 smithi045 bash[25015]: cluster 2023-12-05T13:16:04.928535+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-05T13:16:05.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:05 smithi045 bash[30785]: cluster 2023-12-05T13:16:04.357559+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v234: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:05.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:05 smithi045 bash[30785]: cluster 2023-12-05T13:16:04.928535+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-05T13:16:07.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:06 smithi045 bash[25015]: cluster 2023-12-05T13:16:05.931583+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-05T13:16:07.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:06 smithi045 bash[25015]: cluster 2023-12-05T13:16:06.358185+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v237: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:06 smithi045 bash[30785]: cluster 2023-12-05T13:16:05.931583+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-05T13:16:07.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:06 smithi045 bash[30785]: cluster 2023-12-05T13:16:06.358185+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v237: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:07.196 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:16:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:06 smithi079 bash[25290]: cluster 2023-12-05T13:16:05.931583+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-05T13:16:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:06 smithi079 bash[25290]: cluster 2023-12-05T13:16:06.358185+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v237: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:09.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:09 smithi045 bash[25015]: cluster 2023-12-05T13:16:08.358887+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-12-05T13:16:09.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:09 smithi045 bash[30785]: cluster 2023-12-05T13:16:08.358887+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-12-05T13:16:09.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:09 smithi079 bash[25290]: cluster 2023-12-05T13:16:08.358887+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-12-05T13:16:10.002 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:16:10.002 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":58,"fsid":"5356199a-936f-11ee-95a2-87774f69a715","created":"2023-12-05T13:08:55.770645+0000","modified":"2023-12-05T13:16:05.923809+0000","last_up_change":"2023-12-05T13:16:01.900993+0000","last_in_change":"2023-12-05T13:15:37.636009+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-05T13:12:56.322128+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":"21","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":"164b1220-51a8-4e17-8539-bae2f9c4ba68","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6803","nonce":3249476800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6805","nonce":3249476800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6809","nonce":3249476800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6807","nonce":3249476800}]},"public_addr":"172.21.15.45:6803/3249476800","cluster_addr":"172.21.15.45:6805/3249476800","heartbeat_back_addr":"172.21.15.45:6809/3249476800","heartbeat_front_addr":"172.21.15.45:6807/3249476800","state":["exists","up"]},{"osd":1,"uuid":"67f64c74-8b4f-4afc-b654-3748a740eeed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6811","nonce":1884070796}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6813","nonce":1884070796}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6817","nonce":1884070796}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6815","nonce":1884070796}]},"public_addr":"172.21.15.45:6811/1884070796","cluster_addr":"172.21.15.45:6813/1884070796","heartbeat_back_addr":"172.21.15.45:6817/1884070796","heartbeat_front_addr":"172.21.15.45:6815/1884070796","state":["exists","up"]},{"osd":2,"uuid":"86d5f5ba-c877-404d-8712-20c2c18e2d61","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.45:6818","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6819","nonce":1096849815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6821","nonce":1096849815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6825","nonce":1096849815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6823","nonce":1096849815}]},"public_addr":"172.21.15.45:6819/1096849815","cluster_addr":"172.21.15.45:6821/1096849815","heartbeat_back_addr":"172.21.15.45:6825/1096849815","heartbeat_front_addr":"172.21.15.45:6823/1096849815","state":["exists","up"]},{"osd":3,"uuid":"49ebf566-102c-4584-ba54-bf298ce4f1f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6827","nonce":1271154868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6829","nonce":1271154868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6833","nonce":1271154868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6831","nonce":1271154868}]},"public_addr":"172.21.15.45:6827/1271154868","cluster_addr":"172.21.15.45:6829/1271154868","heartbeat_back_addr":"172.21.15.45:6833/1271154868","heartbeat_front_addr":"172.21.15.45:6831/1271154868","state":["exists","up"]},{"osd":4,"uuid":"db44372e-875c-40f4-958b-f488ec704b48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6801","nonce":2651099191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6803","nonce":2651099191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6807","nonce":2651099191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6805","nonce":2651099191}]},"public_addr":"172.21.15.79:6801/2651099191","cluster_addr":"172.21.15.79:6803/2651099191","heartbeat_back_addr":"172.21.15.79:6807/2651099191","heartbeat_front_addr":"172.21.15.79:6805/2651099191","state":["exists","up"]},{"osd":5,"uuid":"7b14298a-e62e-47ad-bf64-0e72b80d9de7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6809","nonce":57891006}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6811","nonce":57891006}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6815","nonce":57891006}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6813","nonce":57891006}]},"public_addr":"172.21.15.79:6809/57891006","cluster_addr":"172.21.15.79:6811/57891006","heartbeat_back_addr":"172.21.15.79:6815/57891006","heartbeat_front_addr":"172.21.15.79:6813/57891006","state":["exists","up"]},{"osd":6,"uuid":"c0b0309f-1eeb-4223-879a-63823ef47b8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6817","nonce":2877533149}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6819","nonce":2877533149}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6823","nonce":2877533149}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6821","nonce":2877533149}]},"public_addr":"172.21.15.79:6817/2877533149","cluster_addr":"172.21.15.79:6819/2877533149","heartbeat_back_addr":"172.21.15.79:6823/2877533149","heartbeat_front_addr":"172.21.15.79:6821/2877533149","state":["exists","up"]},{"osd":7,"uuid":"8e549e3e-9212-4bb5-8bb6-f35399f0051e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6825","nonce":3718702815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6827","nonce":3718702815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6831","nonce":3718702815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6829","nonce":3718702815}]},"public_addr":"172.21.15.79:6825/3718702815","cluster_addr":"172.21.15.79:6827/3718702815","heartbeat_back_addr":"172.21.15.79:6831/3718702815","heartbeat_front_addr":"172.21.15.79:6829/3718702815","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-05T13:11:40.237145+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-05T13:12:15.632477+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-05T13:12:54.535608+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-05T13:13:30.952218+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-05T13:14:05.091988+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-05T13:14:44.345227+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-05T13:15:24.538156+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-05T13:16:00.636384+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2761033208":"2023-12-06T13:09:56.998533+0000","172.21.15.45:6800/2649644535":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/452257194":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/649421836":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/4223705708":"2023-12-06T13:09:26.670323+0000","172.21.15.45:0/653004954":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6800/2034057900":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6801/2649644535":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/3665139563":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6801/2034057900":"2023-12-06T13:09:26.670323+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-05T13:16:10.676 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:10 smithi079 bash[25290]: audit 2023-12-05T13:16:09.997168+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.45:0/3863104723' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:16:10.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:10 smithi045 bash[25015]: audit 2023-12-05T13:16:09.997168+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.45:0/3863104723' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:16:10.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:10 smithi045 bash[30785]: audit 2023-12-05T13:16:09.997168+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.45:0/3863104723' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:16:10.760 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-05T13:12:56.322128+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': '21', '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-05T13:16:10.760 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-05T13:16:11.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:11 smithi045 bash[25015]: cluster 2023-12-05T13:16:10.359564+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; 80 KiB/s, 0 objects/s recovering 2023-12-05T13:16:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:11 smithi045 bash[30785]: cluster 2023-12-05T13:16:10.359564+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; 80 KiB/s, 0 objects/s recovering 2023-12-05T13:16:11.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:11 smithi079 bash[25290]: cluster 2023-12-05T13:16:10.359564+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; 80 KiB/s, 0 objects/s recovering 2023-12-05T13:16:13.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:12 smithi045 bash[25015]: cluster 2023-12-05T13:16:12.360372+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T13:16:13.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:12 smithi045 bash[30785]: cluster 2023-12-05T13:16:12.360372+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T13:16:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:12 smithi079 bash[25290]: cluster 2023-12-05T13:16:12.360372+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T13:16:13.494 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:16:15.112 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:14 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:16:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:15.400 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:16:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:16.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[25015]: cluster 2023-12-05T13:16:14.361126+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-05T13:16:16.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[25015]: audit 2023-12-05T13:16:14.831000+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[25015]: audit 2023-12-05T13:16:14.839952+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[25015]: audit 2023-12-05T13:16:15.269269+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[25015]: audit 2023-12-05T13:16:15.277082+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[30785]: cluster 2023-12-05T13:16:14.361126+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-05T13:16:16.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[30785]: audit 2023-12-05T13:16:14.831000+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[30785]: audit 2023-12-05T13:16:14.839952+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[30785]: audit 2023-12-05T13:16:15.269269+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:15 smithi045 bash[30785]: audit 2023-12-05T13:16:15.277082+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:15 smithi079 bash[25290]: cluster 2023-12-05T13:16:14.361126+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-05T13:16:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:15 smithi079 bash[25290]: audit 2023-12-05T13:16:14.831000+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:15 smithi079 bash[25290]: audit 2023-12-05T13:16:14.839952+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:15 smithi079 bash[25290]: audit 2023-12-05T13:16:15.269269+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:16.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:15 smithi079 bash[25290]: audit 2023-12-05T13:16:15.277082+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:17.374 INFO:teuthology.orchestra.run.smithi045.stdout:pg_num: 1 2023-12-05T13:16:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:17 smithi045 bash[25015]: cluster 2023-12-05T13:16:16.361800+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-05T13:16:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:17 smithi045 bash[25015]: audit 2023-12-05T13:16:17.370153+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.45:0/1807108313' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T13:16:18.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:17 smithi045 bash[30785]: cluster 2023-12-05T13:16:16.361800+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-05T13:16:18.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:17 smithi045 bash[30785]: audit 2023-12-05T13:16:17.370153+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.45:0/1807108313' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T13:16:18.217 INFO:tasks.cephadm:Adding prometheus.a on smithi079 2023-12-05T13:16:18.217 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi079=a' 2023-12-05T13:16:18.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:17 smithi079 bash[25290]: cluster 2023-12-05T13:16:16.361800+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-05T13:16:18.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:17 smithi079 bash[25290]: audit 2023-12-05T13:16:17.370153+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.45:0/1807108313' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T13:16:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:19 smithi045 bash[25015]: cluster 2023-12-05T13:16:18.362503+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-05T13:16:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:19 smithi045 bash[30785]: cluster 2023-12-05T13:16:18.362503+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-05T13:16:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:19 smithi079 bash[25290]: cluster 2023-12-05T13:16:18.362503+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-05T13:16:21.098 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled prometheus update... 2023-12-05T13:16:21.792 DEBUG:teuthology.orchestra.run.smithi079:prometheus.a> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-05T13:16:21.835 INFO:tasks.cephadm:Adding node-exporter.a on smithi045 2023-12-05T13:16:21.835 INFO:tasks.cephadm:Adding node-exporter.b on smithi079 2023-12-05T13:16:21.835 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi045=a;smithi079=b' 2023-12-05T13:16:21.936 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:16:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:21 smithi079 bash[25290]: cluster 2023-12-05T13:16:20.363157+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:21 smithi079 bash[25290]: audit 2023-12-05T13:16:21.094179+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:21 smithi079 bash[25290]: audit 2023-12-05T13:16:21.113430+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:21 smithi079 bash[25290]: audit 2023-12-05T13:16:21.116093+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:21 smithi079 bash[25290]: audit 2023-12-05T13:16:21.117837+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:21 smithi079 bash[25290]: audit 2023-12-05T13:16:21.128451+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:21 smithi079 bash[25290]: audit 2023-12-05T13:16:21.140151+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:16:22.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[30785]: cluster 2023-12-05T13:16:20.363157+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:22.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[30785]: audit 2023-12-05T13:16:21.094179+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:22.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[30785]: audit 2023-12-05T13:16:21.113430+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[30785]: audit 2023-12-05T13:16:21.116093+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[30785]: audit 2023-12-05T13:16:21.117837+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[30785]: audit 2023-12-05T13:16:21.128451+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[30785]: audit 2023-12-05T13:16:21.140151+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[25015]: cluster 2023-12-05T13:16:20.363157+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[25015]: audit 2023-12-05T13:16:21.094179+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[25015]: audit 2023-12-05T13:16:21.113430+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[25015]: audit 2023-12-05T13:16:21.116093+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[25015]: audit 2023-12-05T13:16:21.117837+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[25015]: audit 2023-12-05T13:16:21.128451+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' 2023-12-05T13:16:22.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:21 smithi045 bash[25015]: audit 2023-12-05T13:16:21.140151+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:16:22.293 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[26341]: ignoring --setuser ceph since I am not root 2023-12-05T13:16:22.293 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[26341]: ignoring --setgroup ceph since I am not root 2023-12-05T13:16:22.293 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[26341]: debug 2023-12-05T13:16:22.182+0000 7f49e8427700 1 -- 172.21.15.79:0/1808030347 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f2643a0340 con 0x55f26511cc00 2023-12-05T13:16:22.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25292]: ignoring --setuser ceph since I am not root 2023-12-05T13:16:22.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25292]: ignoring --setgroup ceph since I am not root 2023-12-05T13:16:22.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25292]: debug 2023-12-05T13:16:22.189+0000 7f3cb14c0700 1 -- 172.21.15.45:0/4087735573 <== mon.0 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e557a12340 con 0x55e55878e800 2023-12-05T13:16:22.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25292]: debug 2023-12-05T13:16:22.349+0000 7f3cb9f1c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:16:22.542 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[26341]: debug 2023-12-05T13:16:22.338+0000 7f49f0e83000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:16:23.169 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:23 smithi045 bash[25292]: debug 2023-12-05T13:16:23.037+0000 7f3cb9f1c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25015]: audit 2023-12-05T13:16:21.083319+0000 mgr.y (mgr.14152) 259 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25015]: cephadm 2023-12-05T13:16:21.086955+0000 mgr.y (mgr.14152) 260 : cephadm [INF] Saving service prometheus spec with placement smithi079=a;count:1 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25015]: audit 2023-12-05T13:16:22.141707+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[25015]: cluster 2023-12-05T13:16:22.141800+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[30785]: audit 2023-12-05T13:16:21.083319+0000 mgr.y (mgr.14152) 259 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[30785]: cephadm 2023-12-05T13:16:21.086955+0000 mgr.y (mgr.14152) 260 : cephadm [INF] Saving service prometheus spec with placement smithi079=a;count:1 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[30785]: audit 2023-12-05T13:16:22.141707+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:16:23.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:22 smithi045 bash[30785]: cluster 2023-12-05T13:16:22.141800+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-05T13:16:23.171 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:23 smithi079 bash[26341]: debug 2023-12-05T13:16:23.046+0000 7f49f0e83000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:16:23.171 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[25290]: audit 2023-12-05T13:16:21.083319+0000 mgr.y (mgr.14152) 259 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:23.171 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[25290]: cephadm 2023-12-05T13:16:21.086955+0000 mgr.y (mgr.14152) 260 : cephadm [INF] Saving service prometheus spec with placement smithi079=a;count:1 2023-12-05T13:16:23.171 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[25290]: audit 2023-12-05T13:16:22.141707+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.45:0/1543466849' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:16:23.171 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:22 smithi079 bash[25290]: cluster 2023-12-05T13:16:22.141800+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-05T13:16:23.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:23 smithi045 bash[25292]: debug 2023-12-05T13:16:23.161+0000 7f3cb9f1c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:16:23.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:23 smithi045 bash[25292]: debug 2023-12-05T13:16:23.325+0000 7f3cb9f1c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:16:23.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:23 smithi079 bash[26341]: debug 2023-12-05T13:16:23.170+0000 7f49f0e83000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:16:23.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:23 smithi079 bash[26341]: debug 2023-12-05T13:16:23.326+0000 7f49f0e83000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:16:23.945 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:23 smithi045 bash[25292]: debug 2023-12-05T13:16:23.665+0000 7f3cb9f1c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:16:23.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:23 smithi045 bash[25292]: debug 2023-12-05T13:16:23.761+0000 7f3cb9f1c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:16:23.958 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:23 smithi079 bash[26341]: debug 2023-12-05T13:16:23.654+0000 7f49f0e83000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:16:23.958 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:23 smithi079 bash[26341]: debug 2023-12-05T13:16:23.754+0000 7f49f0e83000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:16:24.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:23 smithi079 bash[26341]: debug 2023-12-05T13:16:23.954+0000 7f49f0e83000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:16:24.445 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:23 smithi045 bash[25292]: debug 2023-12-05T13:16:23.973+0000 7f3cb9f1c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:16:25.141 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:24 smithi079 bash[26341]: debug 2023-12-05T13:16:24.822+0000 7f49f0e83000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:16:25.141 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:24 smithi079 bash[26341]: debug 2023-12-05T13:16:24.934+0000 7f49f0e83000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:16:25.178 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:24 smithi045 bash[25292]: debug 2023-12-05T13:16:24.848+0000 7f3cb9f1c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:16:25.178 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:24 smithi045 bash[25292]: debug 2023-12-05T13:16:24.956+0000 7f3cb9f1c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:16:25.178 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:25 smithi045 bash[25292]: debug 2023-12-05T13:16:25.168+0000 7f3cb9f1c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:16:25.484 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:25 smithi079 bash[26341]: debug 2023-12-05T13:16:25.134+0000 7f49f0e83000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:16:25.792 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:25 smithi079 bash[26341]: debug 2023-12-05T13:16:25.478+0000 7f49f0e83000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:16:25.875 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:25 smithi045 bash[25292]: debug 2023-12-05T13:16:25.528+0000 7f3cb9f1c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:16:26.176 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:25 smithi079 bash[26341]: debug 2023-12-05T13:16:25.802+0000 7f49f0e83000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:16:26.195 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:25 smithi045 bash[25292]: debug 2023-12-05T13:16:25.864+0000 7f3cb9f1c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:16:26.443 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:26 smithi079 bash[26341]: debug 2023-12-05T13:16:26.170+0000 7f49f0e83000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:16:26.543 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:26 smithi045 bash[25292]: debug 2023-12-05T13:16:26.252+0000 7f3cb9f1c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:16:26.792 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:26 smithi079 bash[26341]: debug 2023-12-05T13:16:26.438+0000 7f49f0e83000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:16:27.380 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:27 smithi079 bash[26341]: debug 2023-12-05T13:16:27.114+0000 7f49f0e83000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:16:27.380 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:27 smithi079 bash[26341]: debug 2023-12-05T13:16:27.218+0000 7f49f0e83000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:16:27.518 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:26 smithi045 bash[25292]: debug 2023-12-05T13:16:26.532+0000 7f3cb9f1c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:16:27.518 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:27 smithi045 bash[25292]: debug 2023-12-05T13:16:27.236+0000 7f3cb9f1c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:16:27.518 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:27 smithi045 bash[25292]: debug 2023-12-05T13:16:27.344+0000 7f3cb9f1c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:16:27.518 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:27 smithi045 bash[25292]: debug 2023-12-05T13:16:27.508+0000 7f3cb9f1c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:16:27.773 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:27 smithi045 bash[25292]: debug 2023-12-05T13:16:27.620+0000 7f3cb9f1c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:16:27.794 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:27 smithi079 bash[26341]: debug 2023-12-05T13:16:27.374+0000 7f49f0e83000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:16:27.794 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:27 smithi079 bash[26341]: debug 2023-12-05T13:16:27.482+0000 7f49f0e83000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:16:27.794 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:27 smithi079 bash[26341]: debug 2023-12-05T13:16:27.618+0000 7f49f0e83000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:16:28.071 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:27 smithi045 bash[25292]: debug 2023-12-05T13:16:27.764+0000 7f3cb9f1c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:16:28.209 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:27 smithi079 bash[26341]: debug 2023-12-05T13:16:27.906+0000 7f49f0e83000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:16:28.209 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:28 smithi079 bash[26341]: debug 2023-12-05T13:16:28.022+0000 7f49f0e83000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:16:28.381 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:28 smithi045 bash[25292]: debug 2023-12-05T13:16:28.060+0000 7f3cb9f1c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:16:28.381 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:28 smithi045 bash[25292]: debug 2023-12-05T13:16:28.184+0000 7f3cb9f1c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:16:28.542 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:28 smithi079 bash[26341]: debug 2023-12-05T13:16:28.202+0000 7f49f0e83000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:16:28.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:28 smithi079 bash[26341]: debug 2023-12-05T13:16:28.322+0000 7f49f0e83000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:16:28.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:28 smithi045 bash[25292]: debug 2023-12-05T13:16:28.372+0000 7f3cb9f1c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:16:28.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:28 smithi045 bash[25292]: debug 2023-12-05T13:16:28.496+0000 7f3cb9f1c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[26341]: debug 2023-12-05T13:16:29.166+0000 7f49f0e83000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[26341]: [05/Dec/2023:13:16:29] ENGINE Bus STARTING 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[26341]: CherryPy Checker: 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[26341]: The Application mounted at '' has an empty config. 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[26341]: [05/Dec/2023:13:16:29] ENGINE Serving on http://:::9283 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[26341]: [05/Dec/2023:13:16:29] ENGINE Bus STARTED 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[25290]: cluster 2023-12-05T13:16:29.190510+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:16:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[25290]: cluster 2023-12-05T13:16:29.190655+0000 mon.a (mon.0) 767 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:16:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[25290]: audit 2023-12-05T13:16:29.198532+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:16:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[25290]: audit 2023-12-05T13:16:29.199838+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:16:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[25290]: audit 2023-12-05T13:16:29.206095+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:16:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:29 smithi079 bash[25290]: audit 2023-12-05T13:16:29.206672+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:16:29.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[25292]: debug 2023-12-05T13:16:29.380+0000 7f3cb9f1c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[30785]: cluster 2023-12-05T13:16:29.190510+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[30785]: cluster 2023-12-05T13:16:29.190655+0000 mon.a (mon.0) 767 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[30785]: audit 2023-12-05T13:16:29.198532+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[30785]: audit 2023-12-05T13:16:29.199838+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[30785]: audit 2023-12-05T13:16:29.206095+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[30785]: audit 2023-12-05T13:16:29.206672+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[25015]: cluster 2023-12-05T13:16:29.190510+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[25015]: cluster 2023-12-05T13:16:29.190655+0000 mon.a (mon.0) 767 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[25015]: audit 2023-12-05T13:16:29.198532+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:16:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[25015]: audit 2023-12-05T13:16:29.199838+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:16:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[25015]: audit 2023-12-05T13:16:29.206095+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:16:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:29 smithi045 bash[25015]: audit 2023-12-05T13:16:29.206672+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.79:0/799126095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:16:30.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:30 smithi079 bash[25290]: cluster 2023-12-05T13:16:29.252510+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-05T13:16:30.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:30 smithi079 bash[25290]: cluster 2023-12-05T13:16:29.405701+0000 mon.a (mon.0) 769 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:16:30.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:30 smithi079 bash[25290]: cluster 2023-12-05T13:16:29.406594+0000 mon.a (mon.0) 770 : cluster [INF] Activating manager daemon y 2023-12-05T13:16:30.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:30 smithi079 bash[25290]: cluster 2023-12-05T13:16:29.412527+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-05T13:16:30.686 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25015]: cluster 2023-12-05T13:16:29.252510+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-05T13:16:30.687 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25015]: cluster 2023-12-05T13:16:29.405701+0000 mon.a (mon.0) 769 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:16:30.687 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25015]: cluster 2023-12-05T13:16:29.406594+0000 mon.a (mon.0) 770 : cluster [INF] Activating manager daemon y 2023-12-05T13:16:30.687 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25015]: cluster 2023-12-05T13:16:29.412527+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-05T13:16:30.687 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[30785]: cluster 2023-12-05T13:16:29.252510+0000 mon.a (mon.0) 768 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-05T13:16:30.687 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[30785]: cluster 2023-12-05T13:16:29.405701+0000 mon.a (mon.0) 769 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:16:30.687 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[30785]: cluster 2023-12-05T13:16:29.406594+0000 mon.a (mon.0) 770 : cluster [INF] Activating manager daemon y 2023-12-05T13:16:30.687 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[30785]: cluster 2023-12-05T13:16:29.412527+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-05T13:16:30.688 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25292]: [05/Dec/2023:13:16:30] ENGINE Bus STARTING 2023-12-05T13:16:30.945 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25292]: CherryPy Checker: 2023-12-05T13:16:30.945 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25292]: The Application mounted at '' has an empty config. 2023-12-05T13:16:30.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25292]: [05/Dec/2023:13:16:30] ENGINE Serving on http://:::9283 2023-12-05T13:16:30.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25292]: [05/Dec/2023:13:16:30] ENGINE Bus STARTED 2023-12-05T13:16:31.277 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:30 smithi045 bash[25292]: [05/Dec/2023:13:16:30] ENGINE Bus STARTING 2023-12-05T13:16:31.278 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25292]: [05/Dec/2023:13:16:31] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:16:31.278 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25292]: [05/Dec/2023:13:16:31] ENGINE Bus STARTED 2023-12-05T13:16:31.311 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled node-exporter update... 2023-12-05T13:16:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cluster 2023-12-05T13:16:30.266162+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e18: y(active, starting, since 0.859728s), standbys: x 2023-12-05T13:16:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.270410+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:16:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.274379+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:16:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.274621+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.275057+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.275277+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.275497+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.275771+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.276046+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.276394+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.276624+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.276880+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.277113+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.277388+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.277610+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.277863+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.278383+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cluster 2023-12-05T13:16:30.288148+0000 mon.a (mon.0) 789 : cluster [INF] Manager daemon y is now available 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.322512+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.327101+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.331967+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.335233+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.338035+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.344277+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.345230+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.351943+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]': finished 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cephadm 2023-12-05T13:16:30.354254+0000 mgr.y (mgr.14445) 1 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.359453+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]': finished 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cephadm 2023-12-05T13:16:30.360660+0000 mgr.y (mgr.14445) 2 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.365461+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.634913+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:30.642796+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cephadm 2023-12-05T13:16:30.999163+0000 mgr.y (mgr.14445) 3 : cephadm [INF] [05/Dec/2023:13:16:30] ENGINE Bus STARTING 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cephadm 2023-12-05T13:16:31.080148+0000 mgr.y (mgr.14445) 4 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:16:31.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cephadm 2023-12-05T13:16:31.102250+0000 mgr.y (mgr.14445) 5 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:16:31.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cephadm 2023-12-05T13:16:31.130738+0000 mgr.y (mgr.14445) 6 : cephadm [INF] [05/Dec/2023:13:16:31] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:16:31.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: cephadm 2023-12-05T13:16:31.131263+0000 mgr.y (mgr.14445) 7 : cephadm [INF] [05/Dec/2023:13:16:31] ENGINE Bus STARTED 2023-12-05T13:16:31.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:31.137730+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:31 smithi079 bash[25290]: audit 2023-12-05T13:16:31.205077+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cluster 2023-12-05T13:16:30.266162+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e18: y(active, starting, since 0.859728s), standbys: x 2023-12-05T13:16:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.270410+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:16:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.274379+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:16:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.274621+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:16:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.275057+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:16:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.275277+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:16:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.275497+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:16:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.275771+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:16:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.276046+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:16:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.276394+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:16:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.276624+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.276880+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.277113+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.277388+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.277610+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.277863+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.278383+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cluster 2023-12-05T13:16:30.288148+0000 mon.a (mon.0) 789 : cluster [INF] Manager daemon y is now available 2023-12-05T13:16:31.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.322512+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cluster 2023-12-05T13:16:30.266162+0000 mon.a (mon.0) 772 : cluster [DBG] mgrmap e18: y(active, starting, since 0.859728s), standbys: x 2023-12-05T13:16:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.270410+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:16:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.274379+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:16:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.274621+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:16:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.275057+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:16:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.275277+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:16:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.275497+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:16:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.275771+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:16:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.276046+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:16:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.276394+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:16:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.276624+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.276880+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.277113+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.277388+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.277610+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.277863+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.278383+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cluster 2023-12-05T13:16:30.288148+0000 mon.a (mon.0) 789 : cluster [INF] Manager daemon y is now available 2023-12-05T13:16:31.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.322512+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.327101+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:31.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.331967+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:31.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.335233+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:31.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.338035+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:31.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.344277+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:31.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.345230+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:31.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.351943+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]': finished 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cephadm 2023-12-05T13:16:30.354254+0000 mgr.y (mgr.14445) 1 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.359453+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]': finished 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cephadm 2023-12-05T13:16:30.360660+0000 mgr.y (mgr.14445) 2 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.365461+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.634913+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:30.642796+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cephadm 2023-12-05T13:16:30.999163+0000 mgr.y (mgr.14445) 3 : cephadm [INF] [05/Dec/2023:13:16:30] ENGINE Bus STARTING 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cephadm 2023-12-05T13:16:31.080148+0000 mgr.y (mgr.14445) 4 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cephadm 2023-12-05T13:16:31.102250+0000 mgr.y (mgr.14445) 5 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cephadm 2023-12-05T13:16:31.130738+0000 mgr.y (mgr.14445) 6 : cephadm [INF] [05/Dec/2023:13:16:31] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: cephadm 2023-12-05T13:16:31.131263+0000 mgr.y (mgr.14445) 7 : cephadm [INF] [05/Dec/2023:13:16:31] ENGINE Bus STARTED 2023-12-05T13:16:31.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:31.137730+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[25015]: audit 2023-12-05T13:16:31.205077+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.327101+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.331967+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.335233+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.338035+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.344277+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.345230+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.351943+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]': finished 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cephadm 2023-12-05T13:16:30.354254+0000 mgr.y (mgr.14445) 1 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.359453+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]': finished 2023-12-05T13:16:31.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cephadm 2023-12-05T13:16:30.360660+0000 mgr.y (mgr.14445) 2 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.365461+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.634913+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:30.642796+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cephadm 2023-12-05T13:16:30.999163+0000 mgr.y (mgr.14445) 3 : cephadm [INF] [05/Dec/2023:13:16:30] ENGINE Bus STARTING 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cephadm 2023-12-05T13:16:31.080148+0000 mgr.y (mgr.14445) 4 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cephadm 2023-12-05T13:16:31.102250+0000 mgr.y (mgr.14445) 5 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cephadm 2023-12-05T13:16:31.130738+0000 mgr.y (mgr.14445) 6 : cephadm [INF] [05/Dec/2023:13:16:31] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: cephadm 2023-12-05T13:16:31.131263+0000 mgr.y (mgr.14445) 7 : cephadm [INF] [05/Dec/2023:13:16:31] ENGINE Bus STARTED 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:31.137730+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:31.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:31 smithi045 bash[30785]: audit 2023-12-05T13:16:31.205077+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.479 DEBUG:teuthology.orchestra.run.smithi045:node-exporter.a> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-05T13:16:32.482 DEBUG:teuthology.orchestra.run.smithi079:node-exporter.b> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-05T13:16:32.484 INFO:tasks.cephadm:Adding alertmanager.a on smithi045 2023-12-05T13:16:32.484 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi045=a' 2023-12-05T13:16:32.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: cluster 2023-12-05T13:16:31.294927+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: y(active, since 1.88849s), standbys: x 2023-12-05T13:16:32.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: audit 2023-12-05T13:16:31.299759+0000 mgr.y (mgr.14445) 8 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi045=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:32.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: cephadm 2023-12-05T13:16:31.302551+0000 mgr.y (mgr.14445) 9 : cephadm [INF] Saving service node-exporter spec with placement smithi045=a;smithi079=b;count:2 2023-12-05T13:16:32.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: cluster 2023-12-05T13:16:31.304087+0000 mgr.y (mgr.14445) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:32.670 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: audit 2023-12-05T13:16:31.306820+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.670 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: audit 2023-12-05T13:16:31.345146+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.670 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: audit 2023-12-05T13:16:31.353062+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.670 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:32 smithi079 bash[25290]: audit 2023-12-05T13:16:31.362702+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:16:32.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: cluster 2023-12-05T13:16:31.294927+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: y(active, since 1.88849s), standbys: x 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: audit 2023-12-05T13:16:31.299759+0000 mgr.y (mgr.14445) 8 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi045=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: cephadm 2023-12-05T13:16:31.302551+0000 mgr.y (mgr.14445) 9 : cephadm [INF] Saving service node-exporter spec with placement smithi045=a;smithi079=b;count:2 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: cluster 2023-12-05T13:16:31.304087+0000 mgr.y (mgr.14445) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: audit 2023-12-05T13:16:31.306820+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: audit 2023-12-05T13:16:31.345146+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: audit 2023-12-05T13:16:31.353062+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[25015]: audit 2023-12-05T13:16:31.362702+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: cluster 2023-12-05T13:16:31.294927+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e19: y(active, since 1.88849s), standbys: x 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: audit 2023-12-05T13:16:31.299759+0000 mgr.y (mgr.14445) 8 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi045=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: cephadm 2023-12-05T13:16:31.302551+0000 mgr.y (mgr.14445) 9 : cephadm [INF] Saving service node-exporter spec with placement smithi045=a;smithi079=b;count:2 2023-12-05T13:16:32.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: cluster 2023-12-05T13:16:31.304087+0000 mgr.y (mgr.14445) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:32.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: audit 2023-12-05T13:16:31.306820+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: audit 2023-12-05T13:16:31.345146+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: audit 2023-12-05T13:16:31.353062+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:32.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:32 smithi045 bash[30785]: audit 2023-12-05T13:16:31.362702+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:16:32.738 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:16:33.111 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:16:33.632 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:33 smithi079 bash[25290]: cluster 2023-12-05T13:16:32.275042+0000 mgr.y (mgr.14445) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:33.633 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:33 smithi079 bash[25290]: audit 2023-12-05T13:16:32.364895+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:16:33.633 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:33 smithi079 bash[25290]: cluster 2023-12-05T13:16:32.364971+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-05T13:16:33.633 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:33 smithi079 bash[25290]: cephadm 2023-12-05T13:16:32.383177+0000 mgr.y (mgr.14445) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2023-12-05T13:16:33.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[25015]: cluster 2023-12-05T13:16:32.275042+0000 mgr.y (mgr.14445) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:33.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[25015]: audit 2023-12-05T13:16:32.364895+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:16:33.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[25015]: cluster 2023-12-05T13:16:32.364971+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-05T13:16:33.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[25015]: cephadm 2023-12-05T13:16:32.383177+0000 mgr.y (mgr.14445) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2023-12-05T13:16:33.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[30785]: cluster 2023-12-05T13:16:32.275042+0000 mgr.y (mgr.14445) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:33.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[30785]: audit 2023-12-05T13:16:32.364895+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:16:33.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[30785]: cluster 2023-12-05T13:16:32.364971+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-05T13:16:33.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:33 smithi045 bash[30785]: cephadm 2023-12-05T13:16:32.383177+0000 mgr.y (mgr.14445) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2023-12-05T13:16:35.195 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:34 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:16:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:35.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:16:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:35.862 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled alertmanager update... 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[25015]: cluster 2023-12-05T13:16:34.275842+0000 mgr.y (mgr.14445) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[25015]: audit 2023-12-05T13:16:34.971151+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[25015]: audit 2023-12-05T13:16:34.977664+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[25015]: audit 2023-12-05T13:16:35.406593+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[25015]: audit 2023-12-05T13:16:35.414557+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[25015]: audit 2023-12-05T13:16:35.857948+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[30785]: cluster 2023-12-05T13:16:34.275842+0000 mgr.y (mgr.14445) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[30785]: audit 2023-12-05T13:16:34.971151+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[30785]: audit 2023-12-05T13:16:34.977664+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[30785]: audit 2023-12-05T13:16:35.406593+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[30785]: audit 2023-12-05T13:16:35.414557+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:35 smithi045 bash[30785]: audit 2023-12-05T13:16:35.857948+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:35 smithi079 bash[25290]: cluster 2023-12-05T13:16:34.275842+0000 mgr.y (mgr.14445) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:36.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:35 smithi079 bash[25290]: audit 2023-12-05T13:16:34.971151+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:35 smithi079 bash[25290]: audit 2023-12-05T13:16:34.977664+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:35 smithi079 bash[25290]: audit 2023-12-05T13:16:35.406593+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:35 smithi079 bash[25290]: audit 2023-12-05T13:16:35.414557+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:35 smithi079 bash[25290]: audit 2023-12-05T13:16:35.857948+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:36.769 DEBUG:teuthology.orchestra.run.smithi045:alertmanager.a> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-05T13:16:36.771 INFO:tasks.cephadm:Adding grafana.a on smithi079 2023-12-05T13:16:36.772 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi079=a' 2023-12-05T13:16:36.885 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:16:37.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:36 smithi079 bash[25290]: audit 2023-12-05T13:16:35.848750+0000 mgr.y (mgr.14445) 14 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi045=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:37.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:36 smithi079 bash[25290]: cephadm 2023-12-05T13:16:35.852253+0000 mgr.y (mgr.14445) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi045=a;count:1 2023-12-05T13:16:37.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:36 smithi045 bash[25015]: audit 2023-12-05T13:16:35.848750+0000 mgr.y (mgr.14445) 14 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi045=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:37.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:36 smithi045 bash[25015]: cephadm 2023-12-05T13:16:35.852253+0000 mgr.y (mgr.14445) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi045=a;count:1 2023-12-05T13:16:37.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:36 smithi045 bash[30785]: audit 2023-12-05T13:16:35.848750+0000 mgr.y (mgr.14445) 14 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi045=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:37.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:36 smithi045 bash[30785]: cephadm 2023-12-05T13:16:35.852253+0000 mgr.y (mgr.14445) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi045=a;count:1 2023-12-05T13:16:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:37 smithi045 bash[25015]: cluster 2023-12-05T13:16:36.276518+0000 mgr.y (mgr.14445) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:38.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:37 smithi045 bash[30785]: cluster 2023-12-05T13:16:36.276518+0000 mgr.y (mgr.14445) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:38.268 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:37 smithi079 bash[25290]: cluster 2023-12-05T13:16:36.276518+0000 mgr.y (mgr.14445) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:39 smithi079 bash[25290]: cluster 2023-12-05T13:16:38.277306+0000 mgr.y (mgr.14445) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:40.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:39 smithi045 bash[25015]: cluster 2023-12-05T13:16:38.277306+0000 mgr.y (mgr.14445) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:40.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:39 smithi045 bash[30785]: cluster 2023-12-05T13:16:38.277306+0000 mgr.y (mgr.14445) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:41.681 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled grafana update... 2023-12-05T13:16:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:41 smithi079 bash[25290]: cluster 2023-12-05T13:16:40.277986+0000 mgr.y (mgr.14445) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:41 smithi079 bash[25290]: audit 2023-12-05T13:16:41.676771+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:42.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:41 smithi045 bash[25015]: cluster 2023-12-05T13:16:40.277986+0000 mgr.y (mgr.14445) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:42.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:41 smithi045 bash[25015]: audit 2023-12-05T13:16:41.676771+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:42.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:41 smithi045 bash[30785]: cluster 2023-12-05T13:16:40.277986+0000 mgr.y (mgr.14445) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:42.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:41 smithi045 bash[30785]: audit 2023-12-05T13:16:41.676771+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:42 smithi079 bash[25290]: audit 2023-12-05T13:16:41.665930+0000 mgr.y (mgr.14445) 19 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:42 smithi079 bash[25290]: cephadm 2023-12-05T13:16:41.669268+0000 mgr.y (mgr.14445) 20 : cephadm [INF] Saving service grafana spec with placement smithi079=a;count:1 2023-12-05T13:16:43.426 DEBUG:teuthology.orchestra.run.smithi079:grafana.a> sudo journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@grafana.a.service 2023-12-05T13:16:43.428 INFO:tasks.cephadm:Setting up client nodes... 2023-12-05T13:16:43.428 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-05T13:16:43.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:42 smithi045 bash[25015]: audit 2023-12-05T13:16:41.665930+0000 mgr.y (mgr.14445) 19 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:43.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:42 smithi045 bash[25015]: cephadm 2023-12-05T13:16:41.669268+0000 mgr.y (mgr.14445) 20 : cephadm [INF] Saving service grafana spec with placement smithi079=a;count:1 2023-12-05T13:16:43.442 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:42 smithi045 bash[30785]: audit 2023-12-05T13:16:41.665930+0000 mgr.y (mgr.14445) 19 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:43.442 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:42 smithi045 bash[30785]: cephadm 2023-12-05T13:16:41.669268+0000 mgr.y (mgr.14445) 20 : cephadm [INF] Saving service grafana spec with placement smithi079=a;count:1 2023-12-05T13:16:44.165 INFO:journalctl@ceph.grafana.a.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T13:16:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:43 smithi079 bash[25290]: cluster 2023-12-05T13:16:42.278810+0000 mgr.y (mgr.14445) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:44.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:43 smithi045 bash[25015]: cluster 2023-12-05T13:16:42.278810+0000 mgr.y (mgr.14445) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:43 smithi045 bash[30785]: cluster 2023-12-05T13:16:42.278810+0000 mgr.y (mgr.14445) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:46.150 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:46 smithi079 bash[25290]: cluster 2023-12-05T13:16:44.279542+0000 mgr.y (mgr.14445) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:46 smithi045 bash[25015]: cluster 2023-12-05T13:16:44.279542+0000 mgr.y (mgr.14445) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:46 smithi045 bash[30785]: cluster 2023-12-05T13:16:44.279542+0000 mgr.y (mgr.14445) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:46.517 INFO:teuthology.orchestra.run.smithi045.stdout:[client.0] 2023-12-05T13:16:46.517 INFO:teuthology.orchestra.run.smithi045.stdout: key = AQC+Im9lhlIkHhAAHxpxlI6sCkDh65eAhUQ1Fw== 2023-12-05T13:16:47.235 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-05T13:16:47.235 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-05T13:16:47.235 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-05T13:16:47.262 DEBUG:teuthology.orchestra.run.smithi079:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-05T13:16:47.276 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:47 smithi079 bash[25290]: audit 2023-12-05T13:16:46.504602+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.45:0/3913939486' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:16:47.276 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:47 smithi079 bash[25290]: audit 2023-12-05T13:16:46.505345+0000 mon.a (mon.0) 817 : 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-05T13:16:47.276 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:47 smithi079 bash[25290]: audit 2023-12-05T13:16:46.512515+0000 mon.a (mon.0) 818 : 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-05T13:16:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:47 smithi045 bash[25015]: audit 2023-12-05T13:16:46.504602+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.45:0/3913939486' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:16:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:47 smithi045 bash[25015]: audit 2023-12-05T13:16:46.505345+0000 mon.a (mon.0) 817 : 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-05T13:16:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:47 smithi045 bash[25015]: audit 2023-12-05T13:16:46.512515+0000 mon.a (mon.0) 818 : 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-05T13:16:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:47 smithi045 bash[30785]: audit 2023-12-05T13:16:46.504602+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.45:0/3913939486' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:16:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:47 smithi045 bash[30785]: audit 2023-12-05T13:16:46.505345+0000 mon.a (mon.0) 817 : 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-05T13:16:47.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:47 smithi045 bash[30785]: audit 2023-12-05T13:16:46.512515+0000 mon.a (mon.0) 818 : 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-05T13:16:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:48 smithi079 bash[25290]: cluster 2023-12-05T13:16:46.280010+0000 mgr.y (mgr.14445) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:48.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:48 smithi045 bash[25015]: cluster 2023-12-05T13:16:46.280010+0000 mgr.y (mgr.14445) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:48 smithi045 bash[30785]: cluster 2023-12-05T13:16:46.280010+0000 mgr.y (mgr.14445) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:49.483 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:49 smithi079 systemd[1]: Started Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:16:50.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:50 smithi045 bash[25015]: cluster 2023-12-05T13:16:48.280620+0000 mgr.y (mgr.14445) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:50.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:50 smithi045 bash[25015]: audit 2023-12-05T13:16:49.495738+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:50.184 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:50 smithi045 bash[30785]: cluster 2023-12-05T13:16:48.280620+0000 mgr.y (mgr.14445) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:50.184 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:50 smithi045 bash[30785]: audit 2023-12-05T13:16:49.495738+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:50.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:50 smithi079 bash[25290]: cluster 2023-12-05T13:16:48.280620+0000 mgr.y (mgr.14445) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:50.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:50 smithi079 bash[25290]: audit 2023-12-05T13:16:49.495738+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:50.445 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:50 smithi045 systemd[1]: Started Ceph node-exporter.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:16:50.446 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:50 smithi045 bash[49288]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-05T13:16:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:51 smithi079 bash[25290]: cephadm 2023-12-05T13:16:49.502122+0000 mgr.y (mgr.14445) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi045 2023-12-05T13:16:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:51 smithi079 bash[25290]: audit 2023-12-05T13:16:50.213542+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:51 smithi079 bash[25290]: audit 2023-12-05T13:16:50.361457+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:51.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:51 smithi079 systemd[1]: Started Ceph node-exporter.b for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:16:51.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:51 smithi079 bash[44140]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-05T13:16:51.352 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-05T13:16:51.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[30785]: cephadm 2023-12-05T13:16:49.502122+0000 mgr.y (mgr.14445) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi045 2023-12-05T13:16:51.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[30785]: audit 2023-12-05T13:16:50.213542+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:51.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[30785]: audit 2023-12-05T13:16:50.361457+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:51.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[25015]: cephadm 2023-12-05T13:16:49.502122+0000 mgr.y (mgr.14445) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi045 2023-12-05T13:16:51.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[25015]: audit 2023-12-05T13:16:50.213542+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:51.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[25015]: audit 2023-12-05T13:16:50.361457+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:51.695 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: aa2a8d90b84c: Pulling fs layer 2023-12-05T13:16:51.696 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: b45d31ee2d7f: Pulling fs layer 2023-12-05T13:16:51.696 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: b5db1e299295: Pulling fs layer 2023-12-05T13:16:52.158 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: b45d31ee2d7f: Download complete 2023-12-05T13:16:52.158 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: aa2a8d90b84c: Verifying Checksum 2023-12-05T13:16:52.158 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: aa2a8d90b84c: Download complete 2023-12-05T13:16:52.158 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: b5db1e299295: Verifying Checksum 2023-12-05T13:16:52.158 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: b5db1e299295: Download complete 2023-12-05T13:16:52.158 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:51 smithi045 bash[49288]: aa2a8d90b84c: Pull complete 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: cephadm 2023-12-05T13:16:50.215244+0000 mgr.y (mgr.14445) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: cluster 2023-12-05T13:16:50.281166+0000 mgr.y (mgr.14445) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: audit 2023-12-05T13:16:51.154364+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: audit 2023-12-05T13:16:51.158702+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: audit 2023-12-05T13:16:51.161685+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: audit 2023-12-05T13:16:51.163420+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: audit 2023-12-05T13:16:51.172979+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: cephadm 2023-12-05T13:16:51.173735+0000 mgr.y (mgr.14445) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:16:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: cephadm 2023-12-05T13:16:51.176339+0000 mgr.y (mgr.14445) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:16:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[25290]: cephadm 2023-12-05T13:16:51.181318+0000 mgr.y (mgr.14445) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:16:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: cephadm 2023-12-05T13:16:50.215244+0000 mgr.y (mgr.14445) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2023-12-05T13:16:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: cluster 2023-12-05T13:16:50.281166+0000 mgr.y (mgr.14445) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: audit 2023-12-05T13:16:51.154364+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: audit 2023-12-05T13:16:51.158702+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: audit 2023-12-05T13:16:51.161685+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:52.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: audit 2023-12-05T13:16:51.163420+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:52.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: audit 2023-12-05T13:16:51.172979+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:52.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: cephadm 2023-12-05T13:16:51.173735+0000 mgr.y (mgr.14445) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:16:52.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: cephadm 2023-12-05T13:16:51.176339+0000 mgr.y (mgr.14445) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:16:52.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[30785]: cephadm 2023-12-05T13:16:51.181318+0000 mgr.y (mgr.14445) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:16:52.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: cephadm 2023-12-05T13:16:50.215244+0000 mgr.y (mgr.14445) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2023-12-05T13:16:52.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: cluster 2023-12-05T13:16:50.281166+0000 mgr.y (mgr.14445) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:52.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: audit 2023-12-05T13:16:51.154364+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:52.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: audit 2023-12-05T13:16:51.158702+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:16:52.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: audit 2023-12-05T13:16:51.161685+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:16:52.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: audit 2023-12-05T13:16:51.163420+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:16:52.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: audit 2023-12-05T13:16:51.172979+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:52.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: cephadm 2023-12-05T13:16:51.173735+0000 mgr.y (mgr.14445) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:16:52.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: cephadm 2023-12-05T13:16:51.176339+0000 mgr.y (mgr.14445) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:16:52.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[25015]: cephadm 2023-12-05T13:16:51.181318+0000 mgr.y (mgr.14445) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:16:52.875 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:52 smithi079 bash[44140]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-05T13:16:52.945 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:52 smithi045 bash[49288]: b45d31ee2d7f: Pull complete 2023-12-05T13:16:53.215 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.007Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T13:16:53.215 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.007Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T13:16:53.215 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.007Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T13:16:53.215 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.007Z 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 smithi079 (none))" 2023-12-05T13:16:53.215 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.007Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.007Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.009Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.009Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.012Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.016Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.016Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.49µs 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.016Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.017Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.017Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=49.619µs wal_replay_duration=398.837µs total_replay_duration=490.381µs 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.019Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.019Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.019Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.047Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=28.309343ms db_storage=1.097µs remote_storage=1.889µs web_handler=504ns query_engine=886ns scrape=455.005µs scrape_sd=28.085µs notify=1.467µs notify_sd=2.221µs rules=27.503773ms 2023-12-05T13:16:53.216 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44005]: ts=2023-12-05T13:16:53.047Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T13:16:53.543 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44140]: aa2a8d90b84c: Pulling fs layer 2023-12-05T13:16:53.543 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44140]: b45d31ee2d7f: Pulling fs layer 2023-12-05T13:16:53.543 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44140]: b5db1e299295: Pulling fs layer 2023-12-05T13:16:53.946 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:53 smithi045 bash[49288]: b5db1e299295: Pull complete 2023-12-05T13:16:53.994 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44140]: b45d31ee2d7f: Verifying Checksum 2023-12-05T13:16:53.995 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44140]: b45d31ee2d7f: Download complete 2023-12-05T13:16:54.062 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:53 smithi079 bash[44140]: aa2a8d90b84c: Download complete 2023-12-05T13:16:54.230 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:54 smithi045 bash[25015]: cluster 2023-12-05T13:16:52.281601+0000 mgr.y (mgr.14445) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:54.230 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:54 smithi045 bash[30785]: cluster 2023-12-05T13:16:52.281601+0000 mgr.y (mgr.14445) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:54.230 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:53 smithi045 bash[49288]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-05T13:16:54.230 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:54 smithi045 bash[49288]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-05T13:16:54.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:54 smithi079 bash[44140]: b5db1e299295: Verifying Checksum 2023-12-05T13:16:54.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:54 smithi079 bash[44140]: b5db1e299295: Download complete 2023-12-05T13:16:54.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:54 smithi079 bash[44140]: aa2a8d90b84c: Pull complete 2023-12-05T13:16:54.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:54 smithi079 bash[25290]: cluster 2023-12-05T13:16:52.281601+0000 mgr.y (mgr.14445) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:54.306 INFO:teuthology.orchestra.run.smithi079.stdout:[client.1] 2023-12-05T13:16:54.306 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDGIm9lICWMERAA6xZ5Sll1rMhBUCo5L0BU0Q== 2023-12-05T13:16:55.243 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:16:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:55.243 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[25015]: audit 2023-12-05T13:16:54.294029+0000 mon.a (mon.0) 827 : 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-05T13:16:55.243 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[25015]: audit 2023-12-05T13:16:54.296132+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.79:0/1195788021' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:16:55.243 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[25015]: audit 2023-12-05T13:16:54.302082+0000 mon.a (mon.0) 828 : 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-05T13:16:55.244 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[25015]: audit 2023-12-05T13:16:55.099260+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:55.244 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[30785]: audit 2023-12-05T13:16:54.294029+0000 mon.a (mon.0) 827 : 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-05T13:16:55.244 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[30785]: audit 2023-12-05T13:16:54.296132+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.79:0/1195788021' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:16:55.244 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[30785]: audit 2023-12-05T13:16:54.302082+0000 mon.a (mon.0) 828 : 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-05T13:16:55.244 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[30785]: audit 2023-12-05T13:16:55.099260+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:55 smithi079 bash[25290]: audit 2023-12-05T13:16:54.294029+0000 mon.a (mon.0) 827 : 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-05T13:16:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:55 smithi079 bash[25290]: audit 2023-12-05T13:16:54.296132+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.79:0/1195788021' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:16:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:55 smithi079 bash[25290]: audit 2023-12-05T13:16:54.302082+0000 mon.a (mon.0) 828 : 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-05T13:16:55.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:55 smithi079 bash[25290]: audit 2023-12-05T13:16:55.099260+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:55.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:16:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.797Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.797Z 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-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.797Z 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-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.797Z 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-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T13:16:56.002 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T13:16:56.003 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T13:16:56.004 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.800Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T13:16:56.005 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:16:55 smithi045 bash[49288]: ts=2023-12-05T13:16:55.801Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T13:16:56.042 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:55 smithi079 bash[44140]: b45d31ee2d7f: Pull complete 2023-12-05T13:16:56.252 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-05T13:16:56.252 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-05T13:16:56.252 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-05T13:16:56.316 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-05T13:16:56.316 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-05T13:16:56.317 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-05T13:16:56.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:56 smithi045 bash[25015]: cluster 2023-12-05T13:16:54.282204+0000 mgr.y (mgr.14445) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:56.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:56 smithi045 bash[25015]: audit 2023-12-05T13:16:55.370661+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:56.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:56 smithi045 bash[25015]: audit 2023-12-05T13:16:55.532904+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:56.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:56 smithi045 bash[30785]: cluster 2023-12-05T13:16:54.282204+0000 mgr.y (mgr.14445) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:56.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:56 smithi045 bash[30785]: audit 2023-12-05T13:16:55.370661+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:56.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:56 smithi045 bash[30785]: audit 2023-12-05T13:16:55.532904+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:56.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:56 smithi079 bash[25290]: cluster 2023-12-05T13:16:54.282204+0000 mgr.y (mgr.14445) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:56.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:56 smithi079 bash[25290]: audit 2023-12-05T13:16:55.370661+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:56.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:56 smithi079 bash[25290]: audit 2023-12-05T13:16:55.532904+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:56.972 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:56 smithi079 bash[44140]: b5db1e299295: Pull complete 2023-12-05T13:16:57.271 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:57 smithi079 bash[44140]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-05T13:16:57.576 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:57 smithi079 bash[44140]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-05T13:16:58.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:58 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:16:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:58.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:58 smithi045 bash[25015]: cluster 2023-12-05T13:16:56.282816+0000 mgr.y (mgr.14445) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:58.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:16:58 smithi045 bash[25015]: audit 2023-12-05T13:16:58.096591+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:58.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:58 smithi045 bash[30785]: cluster 2023-12-05T13:16:56.282816+0000 mgr.y (mgr.14445) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:58.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:16:58 smithi045 bash[30785]: audit 2023-12-05T13:16:58.096591+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:58.448 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[25290]: cluster 2023-12-05T13:16:56.282816+0000 mgr.y (mgr.14445) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:16:58.448 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[25290]: audit 2023-12-05T13:16:58.096591+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:16:59.165 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.951Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T13:16:59.165 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.951Z 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-05T13:16:59.165 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.953Z 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-05T13:16:59.165 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.953Z 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-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T13:16:59.166 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T13:16:59.167 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T13:16:59.168 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T13:16:59.169 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T13:16:59.169 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:16:58 smithi079 bash[44140]: ts=2023-12-05T13:16:58.954Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T13:16:59.430 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:16:59.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:16:59 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:16:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:16:59.463 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 systemd[1]: Stopping Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:16:59.463 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44977]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:16:59.463 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.269Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T13:16:59.464 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44005]: ts=2023-12-05T13:16:59.270Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T13:17:00.045 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[44986]: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus-a 2023-12-05T13:17:00.045 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:16:59 smithi079 bash[45022]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:17:00.045 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:00 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-05T13:17:00.045 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:00 smithi079 systemd[1]: Stopped Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:17:00.045 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:00 smithi079 systemd[1]: Started Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:17:00.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: cluster 2023-12-05T13:16:58.283610+0000 mgr.y (mgr.14445) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:00.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:16:59.137404+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.053625+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.059064+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:17:00.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.061450+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.79:9095"}]: dispatch 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.068539+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.072990+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.075175+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.076600+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.087088+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.091326+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.093105+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.094233+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25015]: audit 2023-12-05T13:17:00.101424+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: cluster 2023-12-05T13:16:58.283610+0000 mgr.y (mgr.14445) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:16:59.137404+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.420 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.053625+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.059064+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.061450+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.79:9095"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.068539+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.072990+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.075175+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.076600+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.087088+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.091326+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.093105+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.094233+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:00.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[30785]: audit 2023-12-05T13:17:00.101424+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: cluster 2023-12-05T13:16:58.283610+0000 mgr.y (mgr.14445) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:00.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:16:59.137404+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.053625+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.059064+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.061450+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.79:9095"}]: dispatch 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.068539+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.072990+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.075175+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.076600+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.087088+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.091326+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.093105+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:00.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.094233+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:00.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:00 smithi079 bash[25290]: audit 2023-12-05T13:17:00.101424+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:00.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:00 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:17:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:01.400 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[25290]: audit 2023-12-05T13:17:00.059985+0000 mgr.y (mgr.14445) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:17:01.400 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[25290]: audit 2023-12-05T13:17:00.062001+0000 mgr.y (mgr.14445) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.79:9095"}]: dispatch 2023-12-05T13:17:01.400 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[25290]: cephadm 2023-12-05T13:17:00.087806+0000 mgr.y (mgr.14445) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:01.400 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[25290]: cephadm 2023-12-05T13:17:00.102026+0000 mgr.y (mgr.14445) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:01.400 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[25290]: audit 2023-12-05T13:17:00.495866+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:01.400 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[25290]: audit 2023-12-05T13:17:00.502331+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[25015]: audit 2023-12-05T13:17:00.059985+0000 mgr.y (mgr.14445) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:17:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[25015]: audit 2023-12-05T13:17:00.062001+0000 mgr.y (mgr.14445) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.79:9095"}]: dispatch 2023-12-05T13:17:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[25015]: cephadm 2023-12-05T13:17:00.087806+0000 mgr.y (mgr.14445) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[25015]: cephadm 2023-12-05T13:17:00.102026+0000 mgr.y (mgr.14445) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[25015]: audit 2023-12-05T13:17:00.495866+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[25015]: audit 2023-12-05T13:17:00.502331+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[30785]: audit 2023-12-05T13:17:00.059985+0000 mgr.y (mgr.14445) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:17:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[30785]: audit 2023-12-05T13:17:00.062001+0000 mgr.y (mgr.14445) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.79:9095"}]: dispatch 2023-12-05T13:17:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[30785]: cephadm 2023-12-05T13:17:00.087806+0000 mgr.y (mgr.14445) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[30785]: cephadm 2023-12-05T13:17:00.102026+0000 mgr.y (mgr.14445) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[30785]: audit 2023-12-05T13:17:00.495866+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:01 smithi045 bash[30785]: audit 2023-12-05T13:17:00.502331+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.579Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.579Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.579Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.579Z 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 smithi079 (none))" 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.579Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.579Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.581Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.582Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.583Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.587Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.587Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.083µs 2023-12-05T13:17:01.700 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.587Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.588Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.588Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.588Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=42.559µs wal_replay_duration=385.515µs total_replay_duration=444.042µs 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.589Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.589Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.589Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.610Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=21.079364ms db_storage=788ns remote_storage=1.543µs web_handler=358ns query_engine=701ns scrape=320.875µs scrape_sd=50.158µs notify=1.659µs notify_sd=3.038µs rules=20.429352ms 2023-12-05T13:17:01.701 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:17:01 smithi079 bash[45060]: ts=2023-12-05T13:17:01.610Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T13:17:02.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:02 smithi045 bash[25015]: cluster 2023-12-05T13:17:00.284336+0000 mgr.y (mgr.14445) 39 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:02.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:02 smithi045 bash[30785]: cluster 2023-12-05T13:17:00.284336+0000 mgr.y (mgr.14445) 39 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:02 smithi079 bash[25290]: cluster 2023-12-05T13:17:00.284336+0000 mgr.y (mgr.14445) 39 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:02.748 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:17:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:03 smithi079 bash[25290]: audit 2023-12-05T13:17:02.733926+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.45:0/357079625' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T13:17:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:03 smithi045 bash[25015]: audit 2023-12-05T13:17:02.733926+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.45:0/357079625' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T13:17:03.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:03 smithi045 bash[30785]: audit 2023-12-05T13:17:02.733926+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.45:0/357079625' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T13:17:03.584 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":20,"active_gid":14445,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":1212400452},{"type":"v1","addr":"172.21.15.45:6801","nonce":1212400452}]},"active_addr":"172.21.15.45:6801/1212400452","active_change":"2023-12-05T13:16:29.406416+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24359,"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.45:8443/","prometheus":"http://172.21.15.45: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":59,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":3210490687}]},{"addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":3921195421}]},{"addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":403906123}]},{"addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":2318686180}]}]}} 2023-12-05T13:17:03.590 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-05T13:17:03.590 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-05T13:17:03.592 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T13:17:04.412 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:04 smithi079 bash[25290]: cluster 2023-12-05T13:17:02.284935+0000 mgr.y (mgr.14445) 40 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:04.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:04 smithi045 bash[25015]: cluster 2023-12-05T13:17:02.284935+0000 mgr.y (mgr.14445) 40 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:04.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:04 smithi045 bash[30785]: cluster 2023-12-05T13:17:02.284935+0000 mgr.y (mgr.14445) 40 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:05.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:05 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:17:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:06.332 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:06.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[25015]: cluster 2023-12-05T13:17:04.285533+0000 mgr.y (mgr.14445) 41 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:06.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[25015]: audit 2023-12-05T13:17:05.356772+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[25015]: audit 2023-12-05T13:17:05.363490+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[25015]: audit 2023-12-05T13:17:05.381105+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:06.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[25015]: audit 2023-12-05T13:17:05.383283+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:06.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[25015]: audit 2023-12-05T13:17:05.384916+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:06.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[25015]: audit 2023-12-05T13:17:05.395567+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[30785]: cluster 2023-12-05T13:17:04.285533+0000 mgr.y (mgr.14445) 41 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:06.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[30785]: audit 2023-12-05T13:17:05.356772+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[30785]: audit 2023-12-05T13:17:05.363490+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[30785]: audit 2023-12-05T13:17:05.381105+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:06.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[30785]: audit 2023-12-05T13:17:05.383283+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:06.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[30785]: audit 2023-12-05T13:17:05.384916+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:06.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:06 smithi045 bash[30785]: audit 2023-12-05T13:17:05.395567+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:06 smithi079 bash[25290]: cluster 2023-12-05T13:17:04.285533+0000 mgr.y (mgr.14445) 41 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:06.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:06 smithi079 bash[25290]: audit 2023-12-05T13:17:05.356772+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:06 smithi079 bash[25290]: audit 2023-12-05T13:17:05.363490+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:06.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:06 smithi079 bash[25290]: audit 2023-12-05T13:17:05.381105+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:06.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:06 smithi079 bash[25290]: audit 2023-12-05T13:17:05.383283+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:06.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:06 smithi079 bash[25290]: audit 2023-12-05T13:17:05.384916+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:06.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:06 smithi079 bash[25290]: audit 2023-12-05T13:17:05.395567+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:07.432 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:07 smithi079 bash[25290]: cephadm 2023-12-05T13:17:05.409909+0000 mgr.y (mgr.14445) 42 : cephadm [INF] Deploying daemon alertmanager.a on smithi045 2023-12-05T13:17:07.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:07 smithi045 bash[25015]: cephadm 2023-12-05T13:17:05.409909+0000 mgr.y (mgr.14445) 42 : cephadm [INF] Deploying daemon alertmanager.a on smithi045 2023-12-05T13:17:07.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:07 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:07] "GET /metrics HTTP/1.1" 200 191489 "" "Prometheus/2.33.4" 2023-12-05T13:17:07.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:07 smithi045 bash[30785]: cephadm 2023-12-05T13:17:05.409909+0000 mgr.y (mgr.14445) 42 : cephadm [INF] Deploying daemon alertmanager.a on smithi045 2023-12-05T13:17:08.299 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:08 smithi045 bash[25015]: cluster 2023-12-05T13:17:06.286270+0000 mgr.y (mgr.14445) 43 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:08.299 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:08 smithi045 bash[30785]: cluster 2023-12-05T13:17:06.286270+0000 mgr.y (mgr.14445) 43 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:08.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:08 smithi079 bash[25290]: cluster 2023-12-05T13:17:06.286270+0000 mgr.y (mgr.14445) 43 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:08.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:08 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:17:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:09.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:09 smithi045 bash[25015]: audit 2023-12-05T13:17:08.286574+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:09.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:09 smithi045 bash[25015]: cluster 2023-12-05T13:17:08.286839+0000 mgr.y (mgr.14445) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:09.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:09 smithi045 bash[25015]: audit 2023-12-05T13:17:08.294433+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:09.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:09 smithi045 bash[30785]: audit 2023-12-05T13:17:08.286574+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:09.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:09 smithi045 bash[30785]: cluster 2023-12-05T13:17:08.286839+0000 mgr.y (mgr.14445) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:09.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:09 smithi045 bash[30785]: audit 2023-12-05T13:17:08.294433+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:09.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:09 smithi079 bash[25290]: audit 2023-12-05T13:17:08.286574+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:09.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:09 smithi079 bash[25290]: cluster 2023-12-05T13:17:08.286839+0000 mgr.y (mgr.14445) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:09.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:09 smithi079 bash[25290]: audit 2023-12-05T13:17:08.294433+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:11.374 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:17:11.374 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":59,"fsid":"5356199a-936f-11ee-95a2-87774f69a715","created":"2023-12-05T13:08:55.770645+0000","modified":"2023-12-05T13:16:29.405830+0000","last_up_change":"2023-12-05T13:16:01.900993+0000","last_in_change":"2023-12-05T13:15:37.636009+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-05T13:12:56.322128+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":"21","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":"164b1220-51a8-4e17-8539-bae2f9c4ba68","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6803","nonce":3249476800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6805","nonce":3249476800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6809","nonce":3249476800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6807","nonce":3249476800}]},"public_addr":"172.21.15.45:6803/3249476800","cluster_addr":"172.21.15.45:6805/3249476800","heartbeat_back_addr":"172.21.15.45:6809/3249476800","heartbeat_front_addr":"172.21.15.45:6807/3249476800","state":["exists","up"]},{"osd":1,"uuid":"67f64c74-8b4f-4afc-b654-3748a740eeed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6811","nonce":1884070796}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6813","nonce":1884070796}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6817","nonce":1884070796}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6815","nonce":1884070796}]},"public_addr":"172.21.15.45:6811/1884070796","cluster_addr":"172.21.15.45:6813/1884070796","heartbeat_back_addr":"172.21.15.45:6817/1884070796","heartbeat_front_addr":"172.21.15.45:6815/1884070796","state":["exists","up"]},{"osd":2,"uuid":"86d5f5ba-c877-404d-8712-20c2c18e2d61","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.45:6818","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6819","nonce":1096849815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6821","nonce":1096849815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6825","nonce":1096849815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6823","nonce":1096849815}]},"public_addr":"172.21.15.45:6819/1096849815","cluster_addr":"172.21.15.45:6821/1096849815","heartbeat_back_addr":"172.21.15.45:6825/1096849815","heartbeat_front_addr":"172.21.15.45:6823/1096849815","state":["exists","up"]},{"osd":3,"uuid":"49ebf566-102c-4584-ba54-bf298ce4f1f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6827","nonce":1271154868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6829","nonce":1271154868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6833","nonce":1271154868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6831","nonce":1271154868}]},"public_addr":"172.21.15.45:6827/1271154868","cluster_addr":"172.21.15.45:6829/1271154868","heartbeat_back_addr":"172.21.15.45:6833/1271154868","heartbeat_front_addr":"172.21.15.45:6831/1271154868","state":["exists","up"]},{"osd":4,"uuid":"db44372e-875c-40f4-958b-f488ec704b48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6801","nonce":2651099191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6803","nonce":2651099191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6807","nonce":2651099191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6805","nonce":2651099191}]},"public_addr":"172.21.15.79:6801/2651099191","cluster_addr":"172.21.15.79:6803/2651099191","heartbeat_back_addr":"172.21.15.79:6807/2651099191","heartbeat_front_addr":"172.21.15.79:6805/2651099191","state":["exists","up"]},{"osd":5,"uuid":"7b14298a-e62e-47ad-bf64-0e72b80d9de7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6809","nonce":57891006}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6811","nonce":57891006}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6815","nonce":57891006}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6813","nonce":57891006}]},"public_addr":"172.21.15.79:6809/57891006","cluster_addr":"172.21.15.79:6811/57891006","heartbeat_back_addr":"172.21.15.79:6815/57891006","heartbeat_front_addr":"172.21.15.79:6813/57891006","state":["exists","up"]},{"osd":6,"uuid":"c0b0309f-1eeb-4223-879a-63823ef47b8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6817","nonce":2877533149}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6819","nonce":2877533149}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6823","nonce":2877533149}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6821","nonce":2877533149}]},"public_addr":"172.21.15.79:6817/2877533149","cluster_addr":"172.21.15.79:6819/2877533149","heartbeat_back_addr":"172.21.15.79:6823/2877533149","heartbeat_front_addr":"172.21.15.79:6821/2877533149","state":["exists","up"]},{"osd":7,"uuid":"8e549e3e-9212-4bb5-8bb6-f35399f0051e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6825","nonce":3718702815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6827","nonce":3718702815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6831","nonce":3718702815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6829","nonce":3718702815}]},"public_addr":"172.21.15.79:6825/3718702815","cluster_addr":"172.21.15.79:6827/3718702815","heartbeat_back_addr":"172.21.15.79:6831/3718702815","heartbeat_front_addr":"172.21.15.79:6829/3718702815","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-05T13:11:40.237145+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-05T13:12:15.632477+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-05T13:12:54.535608+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-05T13:13:30.952218+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-05T13:14:05.091988+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-05T13:14:44.345227+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-05T13:15:24.538156+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-05T13:16:00.636384+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:6801/2904982112":"2023-12-06T13:16:29.405743+0000","172.21.15.45:6800/2904982112":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/1691015516":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/263615548":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/1245021965":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/2761033208":"2023-12-06T13:09:56.998533+0000","172.21.15.45:6800/2649644535":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/3985904394":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/452257194":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/649421836":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/4223705708":"2023-12-06T13:09:26.670323+0000","172.21.15.45:0/653004954":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6800/2034057900":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6801/2649644535":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/3665139563":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6801/2034057900":"2023-12-06T13:09:26.670323+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-05T13:17:11.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:11 smithi045 bash[25015]: cluster 2023-12-05T13:17:10.287407+0000 mgr.y (mgr.14445) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:11.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:11 smithi045 bash[30785]: cluster 2023-12-05T13:17:10.287407+0000 mgr.y (mgr.14445) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:11.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:11 smithi079 bash[25290]: cluster 2023-12-05T13:17:10.287407+0000 mgr.y (mgr.14445) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:12.458 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-05T13:17:12.459 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T13:17:12.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:12 smithi045 bash[25015]: audit 2023-12-05T13:17:11.367920+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.45:0/3859910639' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:17:12.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:12 smithi045 bash[30785]: audit 2023-12-05T13:17:11.367920+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.45:0/3859910639' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:17:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:12 smithi079 bash[25290]: audit 2023-12-05T13:17:11.367920+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.45:0/3859910639' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:17:13.938 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:17:13 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:17:14.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:13 smithi045 bash[25015]: cluster 2023-12-05T13:17:12.288091+0000 mgr.y (mgr.14445) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:14.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:13 smithi045 bash[30785]: cluster 2023-12-05T13:17:12.288091+0000 mgr.y (mgr.14445) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:14.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:13 smithi079 bash[25290]: cluster 2023-12-05T13:17:12.288091+0000 mgr.y (mgr.14445) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:15.202 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:16.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:15 smithi045 bash[25015]: cluster 2023-12-05T13:17:14.288761+0000 mgr.y (mgr.14445) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:16.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:15 smithi045 bash[30785]: cluster 2023-12-05T13:17:14.288761+0000 mgr.y (mgr.14445) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:16.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:15 smithi079 bash[25290]: cluster 2023-12-05T13:17:14.288761+0000 mgr.y (mgr.14445) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:17.360 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:17 smithi045 systemd[1]: Started Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:17:17.404 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:17] "GET /metrics HTTP/1.1" 200 191491 "" "Prometheus/2.33.4" 2023-12-05T13:17:18.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[25015]: cluster 2023-12-05T13:17:16.289409+0000 mgr.y (mgr.14445) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:18.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[25015]: audit 2023-12-05T13:17:17.124649+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[25015]: audit 2023-12-05T13:17:17.208942+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[25015]: audit 2023-12-05T13:17:17.215234+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[25015]: audit 2023-12-05T13:17:17.221219+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:17:18.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[25015]: audit 2023-12-05T13:17:17.229912+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[30785]: cluster 2023-12-05T13:17:16.289409+0000 mgr.y (mgr.14445) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[30785]: audit 2023-12-05T13:17:17.124649+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[30785]: audit 2023-12-05T13:17:17.208942+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[30785]: audit 2023-12-05T13:17:17.215234+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[30785]: audit 2023-12-05T13:17:17.221219+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:17:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:18 smithi045 bash[30785]: audit 2023-12-05T13:17:17.229912+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:18 smithi079 bash[25290]: cluster 2023-12-05T13:17:16.289409+0000 mgr.y (mgr.14445) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:18 smithi079 bash[25290]: audit 2023-12-05T13:17:17.124649+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:18 smithi079 bash[25290]: audit 2023-12-05T13:17:17.208942+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:18 smithi079 bash[25290]: audit 2023-12-05T13:17:17.215234+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:18 smithi079 bash[25290]: audit 2023-12-05T13:17:17.221219+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:17:18.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:18 smithi079 bash[25290]: audit 2023-12-05T13:17:17.229912+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:19.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:19 smithi045 bash[25015]: audit 2023-12-05T13:17:17.221784+0000 mgr.y (mgr.14445) 49 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:17:19.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:19 smithi045 bash[25015]: cephadm 2023-12-05T13:17:17.236887+0000 mgr.y (mgr.14445) 50 : cephadm [INF] Deploying daemon grafana.a on smithi079 2023-12-05T13:17:19.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:19 smithi045 bash[30785]: audit 2023-12-05T13:17:17.221784+0000 mgr.y (mgr.14445) 49 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:17:19.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:19 smithi045 bash[30785]: cephadm 2023-12-05T13:17:17.236887+0000 mgr.y (mgr.14445) 50 : cephadm [INF] Deploying daemon grafana.a on smithi079 2023-12-05T13:17:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:19 smithi079 bash[25290]: audit 2023-12-05T13:17:17.221784+0000 mgr.y (mgr.14445) 49 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:17:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:19 smithi079 bash[25290]: cephadm 2023-12-05T13:17:17.236887+0000 mgr.y (mgr.14445) 50 : cephadm [INF] Deploying daemon grafana.a on smithi079 2023-12-05T13:17:20.336 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[25015]: cluster 2023-12-05T13:17:18.290070+0000 mgr.y (mgr.14445) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:20.336 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[30785]: cluster 2023-12-05T13:17:18.290070+0000 mgr.y (mgr.14445) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:20.336 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.170Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-05T13:17:20.336 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.170Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-05T13:17:20.336 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.173Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.45 port=9094 2023-12-05T13:17:20.337 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.175Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-05T13:17:20.337 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.224Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T13:17:20.337 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.224Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T13:17:20.337 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.230Z caller=main.go:518 msg=Listening address=:9093 2023-12-05T13:17:20.337 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:20.230Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-05T13:17:20.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:20 smithi079 bash[25290]: cluster 2023-12-05T13:17:18.290070+0000 mgr.y (mgr.14445) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:20.752 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:17:20.752 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":59,"fsid":"5356199a-936f-11ee-95a2-87774f69a715","created":"2023-12-05T13:08:55.770645+0000","modified":"2023-12-05T13:16:29.405830+0000","last_up_change":"2023-12-05T13:16:01.900993+0000","last_in_change":"2023-12-05T13:15:37.636009+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-05T13:12:56.322128+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":"21","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":"164b1220-51a8-4e17-8539-bae2f9c4ba68","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6803","nonce":3249476800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6805","nonce":3249476800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6809","nonce":3249476800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3249476800},{"type":"v1","addr":"172.21.15.45:6807","nonce":3249476800}]},"public_addr":"172.21.15.45:6803/3249476800","cluster_addr":"172.21.15.45:6805/3249476800","heartbeat_back_addr":"172.21.15.45:6809/3249476800","heartbeat_front_addr":"172.21.15.45:6807/3249476800","state":["exists","up"]},{"osd":1,"uuid":"67f64c74-8b4f-4afc-b654-3748a740eeed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6811","nonce":1884070796}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6813","nonce":1884070796}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6817","nonce":1884070796}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":1884070796},{"type":"v1","addr":"172.21.15.45:6815","nonce":1884070796}]},"public_addr":"172.21.15.45:6811/1884070796","cluster_addr":"172.21.15.45:6813/1884070796","heartbeat_back_addr":"172.21.15.45:6817/1884070796","heartbeat_front_addr":"172.21.15.45:6815/1884070796","state":["exists","up"]},{"osd":2,"uuid":"86d5f5ba-c877-404d-8712-20c2c18e2d61","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.45:6818","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6819","nonce":1096849815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6821","nonce":1096849815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6825","nonce":1096849815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1096849815},{"type":"v1","addr":"172.21.15.45:6823","nonce":1096849815}]},"public_addr":"172.21.15.45:6819/1096849815","cluster_addr":"172.21.15.45:6821/1096849815","heartbeat_back_addr":"172.21.15.45:6825/1096849815","heartbeat_front_addr":"172.21.15.45:6823/1096849815","state":["exists","up"]},{"osd":3,"uuid":"49ebf566-102c-4584-ba54-bf298ce4f1f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6827","nonce":1271154868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6829","nonce":1271154868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6833","nonce":1271154868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1271154868},{"type":"v1","addr":"172.21.15.45:6831","nonce":1271154868}]},"public_addr":"172.21.15.45:6827/1271154868","cluster_addr":"172.21.15.45:6829/1271154868","heartbeat_back_addr":"172.21.15.45:6833/1271154868","heartbeat_front_addr":"172.21.15.45:6831/1271154868","state":["exists","up"]},{"osd":4,"uuid":"db44372e-875c-40f4-958b-f488ec704b48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6801","nonce":2651099191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6803","nonce":2651099191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6807","nonce":2651099191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2651099191},{"type":"v1","addr":"172.21.15.79:6805","nonce":2651099191}]},"public_addr":"172.21.15.79:6801/2651099191","cluster_addr":"172.21.15.79:6803/2651099191","heartbeat_back_addr":"172.21.15.79:6807/2651099191","heartbeat_front_addr":"172.21.15.79:6805/2651099191","state":["exists","up"]},{"osd":5,"uuid":"7b14298a-e62e-47ad-bf64-0e72b80d9de7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6809","nonce":57891006}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6811","nonce":57891006}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6815","nonce":57891006}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":57891006},{"type":"v1","addr":"172.21.15.79:6813","nonce":57891006}]},"public_addr":"172.21.15.79:6809/57891006","cluster_addr":"172.21.15.79:6811/57891006","heartbeat_back_addr":"172.21.15.79:6815/57891006","heartbeat_front_addr":"172.21.15.79:6813/57891006","state":["exists","up"]},{"osd":6,"uuid":"c0b0309f-1eeb-4223-879a-63823ef47b8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6817","nonce":2877533149}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6819","nonce":2877533149}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6823","nonce":2877533149}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":2877533149},{"type":"v1","addr":"172.21.15.79:6821","nonce":2877533149}]},"public_addr":"172.21.15.79:6817/2877533149","cluster_addr":"172.21.15.79:6819/2877533149","heartbeat_back_addr":"172.21.15.79:6823/2877533149","heartbeat_front_addr":"172.21.15.79:6821/2877533149","state":["exists","up"]},{"osd":7,"uuid":"8e549e3e-9212-4bb5-8bb6-f35399f0051e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6825","nonce":3718702815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6827","nonce":3718702815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6831","nonce":3718702815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":3718702815},{"type":"v1","addr":"172.21.15.79:6829","nonce":3718702815}]},"public_addr":"172.21.15.79:6825/3718702815","cluster_addr":"172.21.15.79:6827/3718702815","heartbeat_back_addr":"172.21.15.79:6831/3718702815","heartbeat_front_addr":"172.21.15.79:6829/3718702815","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-05T13:11:40.237145+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-05T13:12:15.632477+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-05T13:12:54.535608+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-05T13:13:30.952218+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-05T13:14:05.091988+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-05T13:14:44.345227+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-05T13:15:24.538156+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-05T13:16:00.636384+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:6801/2904982112":"2023-12-06T13:16:29.405743+0000","172.21.15.45:6800/2904982112":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/1691015516":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/263615548":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/1245021965":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/2761033208":"2023-12-06T13:09:56.998533+0000","172.21.15.45:6800/2649644535":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/3985904394":"2023-12-06T13:16:29.405743+0000","172.21.15.45:0/452257194":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/649421836":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/4223705708":"2023-12-06T13:09:26.670323+0000","172.21.15.45:0/653004954":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6800/2034057900":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6801/2649644535":"2023-12-06T13:09:56.998533+0000","172.21.15.45:0/3665139563":"2023-12-06T13:09:26.670323+0000","172.21.15.45:6801/2034057900":"2023-12-06T13:09:26.670323+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-05T13:17:20.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:20 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:17:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:21.612 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-05T13:17:21.613 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-05T13:17:21.613 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-05T13:17:21.613 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-05T13:17:21.614 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-05T13:17:21.614 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-05T13:17:21.615 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-05T13:17:21.615 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-05T13:17:21.634 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[25015]: cluster 2023-12-05T13:17:20.290639+0000 mgr.y (mgr.14445) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:21.634 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[25015]: audit 2023-12-05T13:17:20.378954+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:21.634 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[25015]: audit 2023-12-05T13:17:20.615906+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:21.634 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[25015]: audit 2023-12-05T13:17:20.747031+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.45:0/1502904988' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:17:21.634 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[30785]: cluster 2023-12-05T13:17:20.290639+0000 mgr.y (mgr.14445) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:21.635 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[30785]: audit 2023-12-05T13:17:20.378954+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:21.635 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[30785]: audit 2023-12-05T13:17:20.615906+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:21.635 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:21 smithi045 bash[30785]: audit 2023-12-05T13:17:20.747031+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.45:0/1502904988' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:17:21.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:21 smithi079 bash[25290]: cluster 2023-12-05T13:17:20.290639+0000 mgr.y (mgr.14445) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:21.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:21 smithi079 bash[25290]: audit 2023-12-05T13:17:20.378954+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:21 smithi079 bash[25290]: audit 2023-12-05T13:17:20.615906+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:21 smithi079 bash[25290]: audit 2023-12-05T13:17:20.747031+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.45:0/1502904988' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:17:22.180 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:22 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:17:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:22.397 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:22 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:22.175Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000361994s 2023-12-05T13:17:23.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:23 smithi045 bash[25015]: audit 2023-12-05T13:17:22.082149+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:23.407 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:23 smithi045 bash[25015]: audit 2023-12-05T13:17:22.090191+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:23.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:23 smithi045 bash[30785]: audit 2023-12-05T13:17:22.082149+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:23.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:23 smithi045 bash[30785]: audit 2023-12-05T13:17:22.090191+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:23.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:23 smithi079 bash[25290]: audit 2023-12-05T13:17:22.082149+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:23.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:23 smithi079 bash[25290]: audit 2023-12-05T13:17:22.090191+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:24.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:17:23 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:17:24.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:24 smithi045 bash[25015]: cluster 2023-12-05T13:17:22.291364+0000 mgr.y (mgr.14445) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:24.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:24 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:17:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:24.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:24 smithi045 bash[30785]: cluster 2023-12-05T13:17:22.291364+0000 mgr.y (mgr.14445) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:24.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:24 smithi079 bash[25290]: cluster 2023-12-05T13:17:22.291364+0000 mgr.y (mgr.14445) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:24.633 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:24.634 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:24.635 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:24.635 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:24.637 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:24.638 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:24.641 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:24.641 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:25 smithi045 bash[25015]: cluster 2023-12-05T13:17:24.291949+0000 mgr.y (mgr.14445) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:25 smithi045 bash[25015]: audit 2023-12-05T13:17:24.310036+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:25 smithi045 bash[30785]: cluster 2023-12-05T13:17:24.291949+0000 mgr.y (mgr.14445) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:25 smithi045 bash[30785]: audit 2023-12-05T13:17:24.310036+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:25.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:25 smithi079 bash[25290]: cluster 2023-12-05T13:17:24.291949+0000 mgr.y (mgr.14445) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:25.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:25 smithi079 bash[25290]: audit 2023-12-05T13:17:24.310036+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:26.799 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:26 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:17:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:27.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:27 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:27] "GET /metrics HTTP/1.1" 200 191491 "" "Prometheus/2.33.4" 2023-12-05T13:17:27.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:27 smithi045 bash[25015]: cluster 2023-12-05T13:17:26.292635+0000 mgr.y (mgr.14445) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:27.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:27 smithi045 bash[25015]: audit 2023-12-05T13:17:26.548891+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:27.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:27 smithi045 bash[25015]: audit 2023-12-05T13:17:26.556346+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:27.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:27 smithi045 bash[30785]: cluster 2023-12-05T13:17:26.292635+0000 mgr.y (mgr.14445) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:27.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:27 smithi045 bash[30785]: audit 2023-12-05T13:17:26.548891+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:27.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:27 smithi045 bash[30785]: audit 2023-12-05T13:17:26.556346+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:27 smithi079 bash[25290]: cluster 2023-12-05T13:17:26.292635+0000 mgr.y (mgr.14445) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:27 smithi079 bash[25290]: audit 2023-12-05T13:17:26.548891+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:27 smithi079 bash[25290]: audit 2023-12-05T13:17:26.556346+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:29 smithi045 bash[25015]: cluster 2023-12-05T13:17:28.293286+0000 mgr.y (mgr.14445) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:29 smithi045 bash[30785]: cluster 2023-12-05T13:17:28.293286+0000 mgr.y (mgr.14445) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:29 smithi079 bash[25290]: cluster 2023-12-05T13:17:28.293286+0000 mgr.y (mgr.14445) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:30.446 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:30 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:30.178Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002811014s 2023-12-05T13:17:31.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:17:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:31.851 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[25015]: cluster 2023-12-05T13:17:30.293845+0000 mgr.y (mgr.14445) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:31.851 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[25015]: audit 2023-12-05T13:17:30.641206+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:17:31.851 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[25015]: audit 2023-12-05T13:17:30.647757+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:17:31.852 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[25015]: audit 2023-12-05T13:17:31.275758+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:31.852 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[25015]: audit 2023-12-05T13:17:31.283763+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:31.852 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[30785]: cluster 2023-12-05T13:17:30.293845+0000 mgr.y (mgr.14445) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:31.852 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[30785]: audit 2023-12-05T13:17:30.641206+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:17:31.852 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[30785]: audit 2023-12-05T13:17:30.647757+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:17:31.852 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[30785]: audit 2023-12-05T13:17:31.275758+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:31.852 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:31 smithi045 bash[30785]: audit 2023-12-05T13:17:31.283763+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:31.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:31 smithi079 bash[25290]: cluster 2023-12-05T13:17:30.293845+0000 mgr.y (mgr.14445) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:31.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:31 smithi079 bash[25290]: audit 2023-12-05T13:17:30.641206+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:17:31.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:31 smithi079 bash[25290]: audit 2023-12-05T13:17:30.647757+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:17:31.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:31 smithi079 bash[25290]: audit 2023-12-05T13:17:31.275758+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:31.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:31 smithi079 bash[25290]: audit 2023-12-05T13:17:31.283763+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:33.897 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:17:33 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:17:34.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:33 smithi045 bash[25015]: cluster 2023-12-05T13:17:32.294632+0000 mgr.y (mgr.14445) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:34.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:33 smithi045 bash[30785]: cluster 2023-12-05T13:17:32.294632+0000 mgr.y (mgr.14445) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:33 smithi079 bash[25290]: cluster 2023-12-05T13:17:32.294632+0000 mgr.y (mgr.14445) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: cluster 2023-12-05T13:17:34.295248+0000 mgr.y (mgr.14445) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: audit 2023-12-05T13:17:34.887772+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: audit 2023-12-05T13:17:34.891559+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: audit 2023-12-05T13:17:34.893648+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: audit 2023-12-05T13:17:34.894989+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: audit 2023-12-05T13:17:34.904023+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: cephadm 2023-12-05T13:17:34.905405+0000 mgr.y (mgr.14445) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: cephadm 2023-12-05T13:17:34.908002+0000 mgr.y (mgr.14445) 61 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: cephadm 2023-12-05T13:17:34.913862+0000 mgr.y (mgr.14445) 62 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi045 2023-12-05T13:17:36.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[25015]: audit 2023-12-05T13:17:35.389957+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: cluster 2023-12-05T13:17:34.295248+0000 mgr.y (mgr.14445) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: audit 2023-12-05T13:17:34.887772+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: audit 2023-12-05T13:17:34.891559+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: audit 2023-12-05T13:17:34.893648+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: audit 2023-12-05T13:17:34.894989+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: audit 2023-12-05T13:17:34.904023+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: cephadm 2023-12-05T13:17:34.905405+0000 mgr.y (mgr.14445) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: cephadm 2023-12-05T13:17:34.908002+0000 mgr.y (mgr.14445) 61 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: cephadm 2023-12-05T13:17:34.913862+0000 mgr.y (mgr.14445) 62 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi045 2023-12-05T13:17:36.155 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:35 smithi045 bash[30785]: audit 2023-12-05T13:17:35.389957+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: cluster 2023-12-05T13:17:34.295248+0000 mgr.y (mgr.14445) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:36.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: audit 2023-12-05T13:17:34.887772+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: audit 2023-12-05T13:17:34.891559+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:36.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: audit 2023-12-05T13:17:34.893648+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:17:36.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: audit 2023-12-05T13:17:34.894989+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:17:36.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: audit 2023-12-05T13:17:34.904023+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: cephadm 2023-12-05T13:17:34.905405+0000 mgr.y (mgr.14445) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:17:36.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: cephadm 2023-12-05T13:17:34.908002+0000 mgr.y (mgr.14445) 61 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T13:17:36.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: cephadm 2023-12-05T13:17:34.913862+0000 mgr.y (mgr.14445) 62 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi045 2023-12-05T13:17:36.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:35 smithi079 bash[25290]: audit 2023-12-05T13:17:35.389957+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:36.444 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-05T13:17:36.444 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-05T13:17:36.722 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-05T13:17:36.722 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-05T13:17:36.722 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-05T13:17:36.722 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-05T13:17:36.722 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-05T13:17:36.722 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-05T13:17:36.722 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-05T13:17:36.723 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-05T13:17:36.982 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-05T13:17:36.983 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-05T13:17:36.983 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-05T13:17:36.983 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-05T13:17:36.983 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-05T13:17:37.261 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:36 smithi079 bash[46229]: t=2023-12-05T13:17:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-05T13:17:37.261 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-05T13:17:37.261 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-05T13:17:37.261 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-05T13:17:37.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-05T13:17:37.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-05T13:17:37.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-05T13:17:37.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-05T13:17:37.262 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-05T13:17:37.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:37 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:37] "GET /metrics HTTP/1.1" 200 191484 "" "Prometheus/2.33.4" 2023-12-05T13:17:37.523 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-05T13:17:37.523 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-05T13:17:37.523 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-05T13:17:37.523 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-05T13:17:37.523 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-05T13:17:37.523 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-05T13:17:37.523 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-05T13:17:37.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-05T13:17:37.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-05T13:17:37.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-05T13:17:38.109 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[25290]: cluster 2023-12-05T13:17:36.295916+0000 mgr.y (mgr.14445) 63 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:38.109 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-05T13:17:38.109 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:37 smithi079 bash[46229]: t=2023-12-05T13:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-05T13:17:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:37 smithi045 bash[25015]: cluster 2023-12-05T13:17:36.295916+0000 mgr.y (mgr.14445) 63 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:38.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:37 smithi045 bash[30785]: cluster 2023-12-05T13:17:36.295916+0000 mgr.y (mgr.14445) 63 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:38.385 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:38 smithi079 bash[46229]: t=2023-12-05T13:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-05T13:17:38.687 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:38 smithi079 bash[46229]: t=2023-12-05T13:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-05T13:17:38.688 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:38 smithi079 bash[46229]: t=2023-12-05T13:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-05T13:17:38.688 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:38 smithi079 bash[46229]: t=2023-12-05T13:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-05T13:17:39.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:38 smithi079 bash[46229]: t=2023-12-05T13:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-05T13:17:39.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:38 smithi079 bash[46229]: t=2023-12-05T13:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-05T13:17:39.191 INFO:teuthology.orchestra.run.smithi045.stdout:55834574912 2023-12-05T13:17:39.192 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-05T13:17:39.529 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[46229]: t=2023-12-05T13:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-05T13:17:39.529 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[46229]: t=2023-12-05T13:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-05T13:17:39.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[46229]: t=2023-12-05T13:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-05T13:17:39.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[46229]: t=2023-12-05T13:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-05T13:17:39.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[46229]: t=2023-12-05T13:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-05T13:17:40.097 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:39 smithi045 bash[25015]: cluster 2023-12-05T13:17:38.296513+0000 mgr.y (mgr.14445) 64 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:40.097 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:39 smithi045 bash[30785]: cluster 2023-12-05T13:17:38.296513+0000 mgr.y (mgr.14445) 64 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:40.122 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[25290]: cluster 2023-12-05T13:17:38.296513+0000 mgr.y (mgr.14445) 64 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:40.122 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[46229]: t=2023-12-05T13:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-05T13:17:40.122 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:39 smithi079 bash[46229]: t=2023-12-05T13:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-05T13:17:40.122 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-05T13:17:40.396 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-05T13:17:40.396 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-05T13:17:40.396 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-05T13:17:40.396 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-05T13:17:40.396 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-05T13:17:40.545 INFO:teuthology.orchestra.run.smithi045.stdout:231928234004 2023-12-05T13:17:40.546 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-05T13:17:40.661 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-05T13:17:40.661 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-05T13:17:40.661 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-05T13:17:40.925 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-05T13:17:41.257 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:40 smithi079 bash[46229]: t=2023-12-05T13:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-05T13:17:41.505 INFO:teuthology.orchestra.run.smithi045.stdout:77309411386 2023-12-05T13:17:41.505 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-05T13:17:41.542 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:41 smithi079 bash[46229]: t=2023-12-05T13:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-05T13:17:41.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:41 smithi079 bash[46229]: t=2023-12-05T13:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-05T13:17:41.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:41 smithi079 bash[46229]: t=2023-12-05T13:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-05T13:17:41.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:41 smithi079 bash[46229]: t=2023-12-05T13:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-05T13:17:41.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:41 smithi079 bash[46229]: t=2023-12-05T13:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-05T13:17:42.085 INFO:teuthology.orchestra.run.smithi045.stdout:163208757284 2023-12-05T13:17:42.086 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-05T13:17:42.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:41 smithi079 bash[25290]: cluster 2023-12-05T13:17:40.296905+0000 mgr.y (mgr.14445) 65 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:42.188 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:41 smithi079 bash[46229]: t=2023-12-05T13:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-05T13:17:42.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:41 smithi045 bash[25015]: cluster 2023-12-05T13:17:40.296905+0000 mgr.y (mgr.14445) 65 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:42.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:41 smithi045 bash[30785]: cluster 2023-12-05T13:17:40.296905+0000 mgr.y (mgr.14445) 65 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:42.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:42 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:17:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:42.477 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-05T13:17:42.761 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-05T13:17:42.761 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-05T13:17:42.761 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-05T13:17:42.761 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-05T13:17:43.016 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-05T13:17:43.016 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-05T13:17:43.016 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:42 smithi079 bash[46229]: t=2023-12-05T13:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-05T13:17:43.016 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-05T13:17:43.287 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[25290]: audit 2023-12-05T13:17:42.215172+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:43.287 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-05T13:17:43.287 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-05T13:17:43.287 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-05T13:17:43.287 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-05T13:17:43.287 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-05T13:17:43.334 INFO:teuthology.orchestra.run.smithi045.stdout:34359738441 2023-12-05T13:17:43.334 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-05T13:17:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:43 smithi045 bash[25015]: audit 2023-12-05T13:17:42.215172+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:43.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:43 smithi045 bash[30785]: audit 2023-12-05T13:17:42.215172+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:43.461 INFO:teuthology.orchestra.run.smithi045.stdout:107374182450 2023-12-05T13:17:43.461 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-05T13:17:43.542 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-05T13:17:43.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-05T13:17:43.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-05T13:17:43.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-05T13:17:43.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-05T13:17:43.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-05T13:17:43.818 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:17:43.818 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-05T13:17:43.818 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-05T13:17:43.818 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-05T13:17:43.819 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-05T13:17:43.819 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-05T13:17:43.819 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-05T13:17:43.819 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-05T13:17:43.819 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-05T13:17:43.861 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:43.861 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:43.892 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:43 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:17:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:44.071 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-05T13:17:44.071 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-05T13:17:44.071 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-05T13:17:44.071 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-05T13:17:44.071 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:43 smithi079 bash[46229]: t=2023-12-05T13:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-05T13:17:44.072 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-05T13:17:44.072 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-05T13:17:44.369 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[25290]: cluster 2023-12-05T13:17:42.297489+0000 mgr.y (mgr.14445) 66 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:44.369 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[25290]: audit 2023-12-05T13:17:43.489476+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:44.369 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[25290]: audit 2023-12-05T13:17:43.495947+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:44.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-05T13:17:44.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-05T13:17:44.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-05T13:17:44.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-05T13:17:44.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-05T13:17:44.369 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-05T13:17:44.370 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-05T13:17:44.370 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-05T13:17:44.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:44 smithi045 bash[25015]: cluster 2023-12-05T13:17:42.297489+0000 mgr.y (mgr.14445) 66 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:44.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:44 smithi045 bash[25015]: audit 2023-12-05T13:17:43.489476+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:44.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:44 smithi045 bash[25015]: audit 2023-12-05T13:17:43.495947+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:44 smithi045 bash[30785]: cluster 2023-12-05T13:17:42.297489+0000 mgr.y (mgr.14445) 66 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:44 smithi045 bash[30785]: audit 2023-12-05T13:17:43.489476+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:44 smithi045 bash[30785]: audit 2023-12-05T13:17:43.495947+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:44.627 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-05T13:17:44.627 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-05T13:17:44.627 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-05T13:17:44.628 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-05T13:17:44.628 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-05T13:17:44.979 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-05T13:17:44.979 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-05T13:17:45.042 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:44 smithi079 bash[46229]: t=2023-12-05T13:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-05T13:17:45.049 INFO:teuthology.orchestra.run.smithi045.stdout:197568495645 2023-12-05T13:17:45.049 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-05T13:17:45.050 INFO:teuthology.orchestra.run.smithi045.stdout:128849018925 2023-12-05T13:17:45.050 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-05T13:17:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:45 smithi045 bash[25015]: cluster 2023-12-05T13:17:44.298121+0000 mgr.y (mgr.14445) 67 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:45.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:45 smithi045 bash[30785]: cluster 2023-12-05T13:17:44.298121+0000 mgr.y (mgr.14445) 67 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:45.505 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[25290]: cluster 2023-12-05T13:17:44.298121+0000 mgr.y (mgr.14445) 67 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:45.505 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-05T13:17:45.505 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-05T13:17:45.533 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:45.533 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:45.782 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-05T13:17:45.783 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-05T13:17:45.783 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-05T13:17:45.783 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-05T13:17:45.783 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-05T13:17:45.783 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-05T13:17:45.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:45 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:17:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:46.042 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-05T13:17:46.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-05T13:17:46.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-05T13:17:46.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-05T13:17:46.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-05T13:17:46.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-05T13:17:46.043 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:45 smithi079 bash[46229]: t=2023-12-05T13:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-05T13:17:46.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-05T13:17:46.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-05T13:17:46.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-05T13:17:46.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-05T13:17:46.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-05T13:17:46.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-05T13:17:46.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-05T13:17:46.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-05T13:17:46.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-05T13:17:46.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-05T13:17:46.548 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:46.548 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-05T13:17:46.594 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-05T13:17:46.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[25290]: audit 2023-12-05T13:17:45.768801+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:46.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[25290]: audit 2023-12-05T13:17:45.776122+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:46.855 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-05T13:17:46.855 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-05T13:17:46.856 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-05T13:17:46.856 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-05T13:17:46.856 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-05T13:17:46.856 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-05T13:17:46.856 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-05T13:17:46.856 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-05T13:17:46.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:46 smithi045 bash[30785]: audit 2023-12-05T13:17:45.768801+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:46.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:46 smithi045 bash[30785]: audit 2023-12-05T13:17:45.776122+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:46.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:46 smithi045 bash[25015]: audit 2023-12-05T13:17:45.768801+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:46.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:46 smithi045 bash[25015]: audit 2023-12-05T13:17:45.776122+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:47.108 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-05T13:17:47.108 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-05T13:17:47.109 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-05T13:17:47.109 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:46 smithi079 bash[46229]: t=2023-12-05T13:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-05T13:17:47.109 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-05T13:17:47.109 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-05T13:17:47.109 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-05T13:17:47.370 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-05T13:17:47.370 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-05T13:17:47.370 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-05T13:17:47.370 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-05T13:17:47.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-05T13:17:47.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-05T13:17:47.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+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-05T13:17:47.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-05T13:17:47.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-05T13:17:47.371 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-05T13:17:47.564 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:47.565 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:17:47.631 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-05T13:17:47.631 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-05T13:17:47.632 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-05T13:17:47.632 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-05T13:17:47.632 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-05T13:17:47.632 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-05T13:17:47.632 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-05T13:17:47.632 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-05T13:17:47.663 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:47 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:47] "GET /metrics HTTP/1.1" 200 191504 "" "Prometheus/2.33.4" 2023-12-05T13:17:47.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-05T13:17:47.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-05T13:17:47.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-05T13:17:47.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-05T13:17:47.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-05T13:17:47.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-05T13:17:47.901 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-05T13:17:48.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[25290]: cluster 2023-12-05T13:17:46.298738+0000 mgr.y (mgr.14445) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:48.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-05T13:17:48.180 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-05T13:17:48.180 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:47 smithi079 bash[46229]: t=2023-12-05T13:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-05T13:17:48.180 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-05T13:17:48.180 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-05T13:17:48.180 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-05T13:17:48.180 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-05T13:17:48.180 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-05T13:17:48.243 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:47 smithi045 bash[30785]: cluster 2023-12-05T13:17:46.298738+0000 mgr.y (mgr.14445) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:48.243 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:47 smithi045 bash[25015]: cluster 2023-12-05T13:17:46.298738+0000 mgr.y (mgr.14445) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-05T13:17:48.433 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-05T13:17:48.434 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-05T13:17:48.434 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-05T13:17:48.752 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+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-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-05T13:17:48.753 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-05T13:17:49.014 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-05T13:17:49.015 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-05T13:17:49.015 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-05T13:17:49.015 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-05T13:17:49.015 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-05T13:17:49.015 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:48 smithi079 bash[46229]: t=2023-12-05T13:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-05T13:17:49.015 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-05T13:17:49.284 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-05T13:17:49.285 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-05T13:17:49.542 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-05T13:17:49.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-05T13:17:49.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-05T13:17:49.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-05T13:17:49.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-05T13:17:49.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-05T13:17:49.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-05T13:17:49.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-05T13:17:49.815 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-05T13:17:49.816 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-05T13:17:49.816 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-05T13:17:49.816 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-05T13:17:49.816 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-05T13:17:49.816 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-05T13:17:49.816 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-05T13:17:50.068 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[25290]: cluster 2023-12-05T13:17:48.299388+0000 mgr.y (mgr.14445) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:50.069 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-05T13:17:50.069 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-05T13:17:50.069 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-05T13:17:50.069 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-05T13:17:50.069 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:49 smithi079 bash[46229]: t=2023-12-05T13:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-05T13:17:50.070 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-05T13:17:50.070 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-05T13:17:50.070 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-05T13:17:50.224 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:49 smithi045 bash[25015]: cluster 2023-12-05T13:17:48.299388+0000 mgr.y (mgr.14445) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:50.224 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:49 smithi045 bash[30785]: cluster 2023-12-05T13:17:48.299388+0000 mgr.y (mgr.14445) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-05T13:17:50.330 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-05T13:17:50.331 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-05T13:17:50.601 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-05T13:17:50.602 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-05T13:17:50.602 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-05T13:17:50.602 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-05T13:17:50.602 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-05T13:17:50.602 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-05T13:17:50.602 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-05T13:17:50.602 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-05T13:17:50.603 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-05T13:17:50.860 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-05T13:17:50.861 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-05T13:17:50.861 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-05T13:17:50.861 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-05T13:17:50.861 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-05T13:17:50.861 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-05T13:17:50.861 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-05T13:17:51.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-05T13:17:51.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-05T13:17:51.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-05T13:17:51.123 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-05T13:17:51.124 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:50 smithi079 bash[46229]: t=2023-12-05T13:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-05T13:17:51.124 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-05T13:17:51.124 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-05T13:17:51.124 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-05T13:17:51.124 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-05T13:17:51.395 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-05T13:17:51.606 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:51 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:17:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+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-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+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-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+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-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-05T13:17:51.648 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-05T13:17:51.917 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-05T13:17:51.917 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-05T13:17:51.917 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-05T13:17:51.917 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-05T13:17:51.918 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-05T13:17:51.918 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-05T13:17:51.918 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-05T13:17:52.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[25290]: cluster 2023-12-05T13:17:50.299982+0000 mgr.y (mgr.14445) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:52.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[25290]: audit 2023-12-05T13:17:51.412653+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:52.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[25290]: audit 2023-12-05T13:17:51.420595+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:51 smithi079 bash[46229]: t=2023-12-05T13:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-05T13:17:52.179 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-05T13:17:52.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:51 smithi045 bash[25015]: cluster 2023-12-05T13:17:50.299982+0000 mgr.y (mgr.14445) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:52.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:51 smithi045 bash[25015]: audit 2023-12-05T13:17:51.412653+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:52.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:51 smithi045 bash[25015]: audit 2023-12-05T13:17:51.420595+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:52.180 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:51 smithi045 bash[30785]: cluster 2023-12-05T13:17:50.299982+0000 mgr.y (mgr.14445) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:52.180 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:51 smithi045 bash[30785]: audit 2023-12-05T13:17:51.412653+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:52.180 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:51 smithi045 bash[30785]: audit 2023-12-05T13:17:51.420595+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:52.457 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-05T13:17:52.457 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-05T13:17:52.457 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+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-05T13:17:52.457 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-05T13:17:52.457 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+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-05T13:17:52.457 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+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-05T13:17:52.458 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-05T13:17:52.458 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-05T13:17:52.531 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:52 smithi045 systemd[1]: Stopping Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:17:52.531 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:52 smithi045 bash[54205]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T13:17:52.744 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-05T13:17:52.744 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-05T13:17:52.744 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-05T13:17:52.744 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-05T13:17:52.744 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-05T13:17:52.744 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-05T13:17:52.745 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-05T13:17:52.745 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-05T13:17:52.745 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-05T13:17:52.745 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-05T13:17:52.745 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-05T13:17:52.799 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:52 smithi045 bash[50718]: level=info ts=2023-12-05T13:17:52.447Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:17:53.005 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-05T13:17:53.005 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-05T13:17:53.005 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-05T13:17:53.005 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-05T13:17:53.005 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-05T13:17:53.005 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:52 smithi079 bash[46229]: t=2023-12-05T13:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-05T13:17:53.005 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-05T13:17:53.266 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-05T13:17:53.267 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-05T13:17:53.536 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-05T13:17:53.536 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-05T13:17:53.536 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-05T13:17:53.536 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-05T13:17:53.536 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-05T13:17:53.537 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-05T13:17:53.537 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-05T13:17:53.537 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-05T13:17:53.537 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-05T13:17:53.792 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:17:53.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-05T13:17:53.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-05T13:17:53.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-05T13:17:53.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-05T13:17:53.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-05T13:17:53.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-05T13:17:53.793 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-05T13:17:54.067 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[25290]: cluster 2023-12-05T13:17:52.300657+0000 mgr.y (mgr.14445) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:54.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-05T13:17:54.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-05T13:17:54.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-05T13:17:54.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-05T13:17:54.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:53 smithi079 bash[46229]: t=2023-12-05T13:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-05T13:17:54.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=17.692822681s 2023-12-05T13:17:54.067 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-05T13:17:54.068 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-05T13:17:54.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:53 smithi045 bash[25015]: cluster 2023-12-05T13:17:52.300657+0000 mgr.y (mgr.14445) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:54.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:53 smithi045 bash[30785]: cluster 2023-12-05T13:17:52.300657+0000 mgr.y (mgr.14445) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:54.542 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+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-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-05T13:17:54.543 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:17:54 smithi079 bash[46229]: t=2023-12-05T13:17:54+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-05T13:17:56.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:55 smithi045 bash[25015]: cluster 2023-12-05T13:17:54.301288+0000 mgr.y (mgr.14445) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:56.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:55 smithi045 bash[30785]: cluster 2023-12-05T13:17:54.301288+0000 mgr.y (mgr.14445) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:56.197 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:56 smithi045 bash[54215]: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager-a 2023-12-05T13:17:56.197 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:56 smithi045 bash[54383]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T13:17:56.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:55 smithi079 bash[25290]: cluster 2023-12-05T13:17:54.301288+0000 mgr.y (mgr.14445) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:57.196 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:56 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-05T13:17:57.196 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:56 smithi045 systemd[1]: Stopped Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:17:57.196 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:17:56 smithi045 systemd[1]: Started Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:17:57.351 INFO:teuthology.orchestra.run.smithi045.stdout:231928234007 2023-12-05T13:17:57.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:17:57 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:17:57] "GET /metrics HTTP/1.1" 200 191504 "" "Prometheus/2.33.4" 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[30785]: cluster 2023-12-05T13:17:56.301881+0000 mgr.y (mgr.14445) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[30785]: audit 2023-12-05T13:17:57.041969+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[30785]: cephadm 2023-12-05T13:17:57.044480+0000 mgr.y (mgr.14445) 74 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[30785]: cephadm 2023-12-05T13:17:57.051267+0000 mgr.y (mgr.14445) 75 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[30785]: audit 2023-12-05T13:17:57.346690+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.45:0/4138876696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[25015]: cluster 2023-12-05T13:17:56.301881+0000 mgr.y (mgr.14445) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[25015]: audit 2023-12-05T13:17:57.041969+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[25015]: cephadm 2023-12-05T13:17:57.044480+0000 mgr.y (mgr.14445) 74 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:17:58.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[25015]: cephadm 2023-12-05T13:17:57.051267+0000 mgr.y (mgr.14445) 75 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:17:58.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:17:58 smithi045 bash[25015]: audit 2023-12-05T13:17:57.346690+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.45:0/4138876696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T13:17:58.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:58 smithi079 bash[25290]: cluster 2023-12-05T13:17:56.301881+0000 mgr.y (mgr.14445) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:17:58.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:58 smithi079 bash[25290]: audit 2023-12-05T13:17:57.041969+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:17:58.429 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:58 smithi079 bash[25290]: cephadm 2023-12-05T13:17:57.044480+0000 mgr.y (mgr.14445) 74 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:17:58.429 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:58 smithi079 bash[25290]: cephadm 2023-12-05T13:17:57.051267+0000 mgr.y (mgr.14445) 75 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:17:58.429 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:17:58 smithi079 bash[25290]: audit 2023-12-05T13:17:57.346690+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.45:0/4138876696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T13:17:59.963 INFO:teuthology.orchestra.run.smithi045.stdout:55834574917 2023-12-05T13:18:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:00 smithi045 bash[25015]: cluster 2023-12-05T13:17:58.302629+0000 mgr.y (mgr.14445) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:00 smithi045 bash[25015]: audit 2023-12-05T13:17:59.958850+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.45:0/1488593253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T13:18:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:00 smithi045 bash[30785]: cluster 2023-12-05T13:17:58.302629+0000 mgr.y (mgr.14445) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:00 smithi045 bash[30785]: audit 2023-12-05T13:17:59.958850+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.45:0/1488593253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T13:18:00.448 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:00 smithi079 bash[25290]: cluster 2023-12-05T13:17:58.302629+0000 mgr.y (mgr.14445) 76 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:00.449 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:00 smithi079 bash[25290]: audit 2023-12-05T13:17:59.958850+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.45:0/1488593253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T13:18:01.266 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:00 smithi079 systemd[1]: Stopping Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:00 smithi079 bash[47325]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.045Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.046Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.047Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.047Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T13:18:01.267 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[45060]: ts=2023-12-05T13:18:01.048Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T13:18:01.815 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[47334]: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus-a 2023-12-05T13:18:01.815 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 bash[47407]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:18:01.815 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-05T13:18:01.816 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 systemd[1]: Stopped Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:18:01.816 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:01 smithi079 systemd[1]: Started Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:18:01.826 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234004 got 231928234007 for osd.7 2023-12-05T13:18:01.826 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:01.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:01 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:18:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: cluster 2023-12-05T13:18:00.303249+0000 mgr.y (mgr.14445) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.711587+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.720451+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.787846+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.796283+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.798434+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.804455+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.811363+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.824956+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.826515+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.79:3000"}]: dispatch 2023-12-05T13:18:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.831745+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.835844+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.837736+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.839114+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.847984+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.858998+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.860600+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.861669+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:02 smithi079 bash[25290]: audit 2023-12-05T13:18:01.870455+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: cluster 2023-12-05T13:18:00.303249+0000 mgr.y (mgr.14445) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.711587+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.720451+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.787846+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.796283+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.798434+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.804455+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.811363+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.824956+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.826515+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.79:3000"}]: dispatch 2023-12-05T13:18:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.831745+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.835844+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.837736+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.839114+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.847984+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.858998+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.860600+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.861669+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[25015]: audit 2023-12-05T13:18:01.870455+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: cluster 2023-12-05T13:18:00.303249+0000 mgr.y (mgr.14445) 77 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.711587+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.720451+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.787846+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.796283+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.798434+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.804455+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.811363+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.824956+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.826515+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.79:3000"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.831745+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.835844+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.837736+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.839114+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.847984+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.858998+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:02.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.860600+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:02.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.861669+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:02.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:02 smithi045 bash[30785]: audit 2023-12-05T13:18:01.870455+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:03.141 INFO:teuthology.orchestra.run.smithi045.stdout:77309411391 2023-12-05T13:18:03.152 INFO:teuthology.orchestra.run.smithi045.stdout:34359738446 2023-12-05T13:18:03.227 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574912 got 55834574917 for osd.1 2023-12-05T13:18:03.227 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:03.343 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[25290]: cluster 2023-12-05T13:18:01.713170+0000 mgr.y (mgr.14445) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:03.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[25290]: audit 2023-12-05T13:18:01.796836+0000 mgr.y (mgr.14445) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:18:03.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[25290]: audit 2023-12-05T13:18:01.799056+0000 mgr.y (mgr.14445) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-05T13:18:03.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[25290]: audit 2023-12-05T13:18:01.811981+0000 mgr.y (mgr.14445) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:18:03.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[25290]: audit 2023-12-05T13:18:01.825450+0000 mgr.y (mgr.14445) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:18:03.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[25290]: audit 2023-12-05T13:18:01.826872+0000 mgr.y (mgr.14445) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.79:3000"}]: dispatch 2023-12-05T13:18:03.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[25290]: cluster 2023-12-05T13:18:01.842357+0000 mgr.y (mgr.14445) 84 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[25015]: cluster 2023-12-05T13:18:01.713170+0000 mgr.y (mgr.14445) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[25015]: audit 2023-12-05T13:18:01.796836+0000 mgr.y (mgr.14445) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[25015]: audit 2023-12-05T13:18:01.799056+0000 mgr.y (mgr.14445) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[25015]: audit 2023-12-05T13:18:01.811981+0000 mgr.y (mgr.14445) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[25015]: audit 2023-12-05T13:18:01.825450+0000 mgr.y (mgr.14445) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[25015]: audit 2023-12-05T13:18:01.826872+0000 mgr.y (mgr.14445) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.79:3000"}]: dispatch 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[25015]: cluster 2023-12-05T13:18:01.842357+0000 mgr.y (mgr.14445) 84 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:03.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[30785]: cluster 2023-12-05T13:18:01.713170+0000 mgr.y (mgr.14445) 78 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:03.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[30785]: audit 2023-12-05T13:18:01.796836+0000 mgr.y (mgr.14445) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:18:03.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[30785]: audit 2023-12-05T13:18:01.799056+0000 mgr.y (mgr.14445) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-05T13:18:03.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[30785]: audit 2023-12-05T13:18:01.811981+0000 mgr.y (mgr.14445) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:18:03.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[30785]: audit 2023-12-05T13:18:01.825450+0000 mgr.y (mgr.14445) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:18:03.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[30785]: audit 2023-12-05T13:18:01.826872+0000 mgr.y (mgr.14445) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.79:3000"}]: dispatch 2023-12-05T13:18:03.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:03 smithi045 bash[30785]: cluster 2023-12-05T13:18:01.842357+0000 mgr.y (mgr.14445) 84 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:03.667 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.343Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T13:18:03.667 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.343Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T13:18:03.667 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.343Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.343Z 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 smithi079 (none))" 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.343Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.343Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.346Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.347Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.349Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.354Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.354Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.095µs 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.354Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.354Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-05T13:18:03.668 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.666Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-05T13:18:04.042 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.667Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-05T13:18:04.042 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.667Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=118.375µs wal_replay_duration=312.807572ms total_replay_duration=312.964025ms 2023-12-05T13:18:04.043 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.672Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T13:18:04.043 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.672Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T13:18:04.043 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.672Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T13:18:04.043 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.697Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=25.603168ms db_storage=1.29µs remote_storage=1.944µs web_handler=628ns query_engine=1.077µs scrape=444.018µs scrape_sd=71.551µs notify=60.741µs notify_sd=50.969µs rules=24.51286ms 2023-12-05T13:18:04.043 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:18:03 smithi079 bash[47460]: ts=2023-12-05T13:18:03.698Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T13:18:04.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:04 smithi045 bash[25015]: audit 2023-12-05T13:18:03.137147+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.45:0/2079882250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T13:18:04.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:04 smithi045 bash[25015]: audit 2023-12-05T13:18:03.147481+0000 mon.a (mon.0) 907 : audit [DBG] from='client.? 172.21.15.45:0/3027344302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T13:18:04.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:04 smithi045 bash[30785]: audit 2023-12-05T13:18:03.137147+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.45:0/2079882250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T13:18:04.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:04 smithi045 bash[30785]: audit 2023-12-05T13:18:03.147481+0000 mon.a (mon.0) 907 : audit [DBG] from='client.? 172.21.15.45:0/3027344302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T13:18:04.518 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:04 smithi079 bash[25290]: audit 2023-12-05T13:18:03.137147+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.45:0/2079882250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T13:18:04.518 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:04 smithi079 bash[25290]: audit 2023-12-05T13:18:03.147481+0000 mon.a (mon.0) 907 : audit [DBG] from='client.? 172.21.15.45:0/3027344302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T13:18:05.187 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:05 smithi045 bash[25015]: cluster 2023-12-05T13:18:03.842937+0000 mgr.y (mgr.14445) 85 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:05.187 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:05 smithi045 bash[30785]: cluster 2023-12-05T13:18:03.842937+0000 mgr.y (mgr.14445) 85 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:05.276 INFO:teuthology.orchestra.run.smithi045.stdout:128849018929 2023-12-05T13:18:05.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:05 smithi079 bash[25290]: cluster 2023-12-05T13:18:03.842937+0000 mgr.y (mgr.14445) 85 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:06.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:06 smithi045 bash[25015]: audit 2023-12-05T13:18:05.272336+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.45:0/2509311416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T13:18:06.399 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:06 smithi045 bash[30785]: audit 2023-12-05T13:18:05.272336+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.45:0/2509311416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T13:18:06.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:06 smithi079 bash[25290]: audit 2023-12-05T13:18:05.272336+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.45:0/2509311416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T13:18:06.882 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738441 got 34359738446 for osd.0 2023-12-05T13:18:06.882 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:07.043 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411386 got 77309411391 for osd.2 2023-12-05T13:18:07.043 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:07.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[25015]: cluster 2023-12-05T13:18:05.843522+0000 mgr.y (mgr.14445) 86 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:07.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[30785]: cluster 2023-12-05T13:18:05.843522+0000 mgr.y (mgr.14445) 86 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.091Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.091Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.093Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.45 port=9094 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.096Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.142Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.142Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.146Z caller=main.go:518 msg=Listening address=:9093 2023-12-05T13:18:07.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:07 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:07.146Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-05T13:18:07.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:07 smithi079 bash[25290]: cluster 2023-12-05T13:18:05.843522+0000 mgr.y (mgr.14445) 86 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:07.756 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018925 got 128849018929 for osd.4 2023-12-05T13:18:07.756 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:07.966 INFO:teuthology.orchestra.run.smithi045.stdout:163208757289 2023-12-05T13:18:08.003 INFO:teuthology.orchestra.run.smithi045.stdout:107374182454 2023-12-05T13:18:08.006 INFO:teuthology.orchestra.run.smithi045.stdout:197568495649 2023-12-05T13:18:08.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:08 smithi045 bash[25015]: audit 2023-12-05T13:18:07.961832+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.45:0/1436939843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T13:18:08.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:08 smithi045 bash[25015]: audit 2023-12-05T13:18:07.999159+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.45:0/249377201' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T13:18:08.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:08 smithi045 bash[25015]: audit 2023-12-05T13:18:08.000659+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.45:0/4222335470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T13:18:08.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:08 smithi045 bash[30785]: audit 2023-12-05T13:18:07.961832+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.45:0/1436939843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T13:18:08.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:08 smithi045 bash[30785]: audit 2023-12-05T13:18:07.999159+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.45:0/249377201' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T13:18:08.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:08 smithi045 bash[30785]: audit 2023-12-05T13:18:08.000659+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.45:0/4222335470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T13:18:08.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:08 smithi079 bash[25290]: audit 2023-12-05T13:18:07.961832+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.45:0/1436939843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T13:18:08.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:08 smithi079 bash[25290]: audit 2023-12-05T13:18:07.999159+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.45:0/249377201' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T13:18:08.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:08 smithi079 bash[25290]: audit 2023-12-05T13:18:08.000659+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.45:0/4222335470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T13:18:09.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:09 smithi045 bash[25015]: cluster 2023-12-05T13:18:07.844222+0000 mgr.y (mgr.14445) 87 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:09.343 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:09 smithi045 bash[30785]: cluster 2023-12-05T13:18:07.844222+0000 mgr.y (mgr.14445) 87 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:09.344 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:09 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:09.097Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001018124s 2023-12-05T13:18:09.344 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757284 got 163208757289 for osd.5 2023-12-05T13:18:09.345 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:09.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:09 smithi079 bash[25290]: cluster 2023-12-05T13:18:07.844222+0000 mgr.y (mgr.14445) 87 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:09.720 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495645 got 197568495649 for osd.6 2023-12-05T13:18:09.720 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:09.899 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182450 got 107374182454 for osd.3 2023-12-05T13:18:09.899 DEBUG:teuthology.parallel:result is None 2023-12-05T13:18:09.899 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-05T13:18:09.899 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T13:18:11.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:11 smithi045 bash[25015]: cluster 2023-12-05T13:18:09.844818+0000 mgr.y (mgr.14445) 88 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:11.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:11 smithi045 bash[30785]: cluster 2023-12-05T13:18:09.844818+0000 mgr.y (mgr.14445) 88 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:11 smithi079 bash[25290]: cluster 2023-12-05T13:18:09.844818+0000 mgr.y (mgr.14445) 88 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:11.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:11 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:18:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:12.397 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:18:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:12 smithi045 bash[25015]: audit 2023-12-05T13:18:11.621409+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:12 smithi045 bash[25015]: audit 2023-12-05T13:18:11.627638+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:12 smithi045 bash[25015]: cluster 2023-12-05T13:18:11.845449+0000 mgr.y (mgr.14445) 89 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:12.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:12 smithi045 bash[30785]: audit 2023-12-05T13:18:11.621409+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:12.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:12 smithi045 bash[30785]: audit 2023-12-05T13:18:11.627638+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:12.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:12 smithi045 bash[30785]: cluster 2023-12-05T13:18:11.845449+0000 mgr.y (mgr.14445) 89 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:13.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:12 smithi079 bash[25290]: audit 2023-12-05T13:18:11.621409+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:13.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:12 smithi079 bash[25290]: audit 2023-12-05T13:18:11.627638+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:13.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:12 smithi079 bash[25290]: cluster 2023-12-05T13:18:11.845449+0000 mgr.y (mgr.14445) 89 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:14.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:18:13 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:18:14.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:14 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:18:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:15.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:14 smithi045 bash[25015]: cluster 2023-12-05T13:18:13.845887+0000 mgr.y (mgr.14445) 90 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:15.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:14 smithi045 bash[25015]: audit 2023-12-05T13:18:14.496796+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:15.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:14 smithi045 bash[25015]: audit 2023-12-05T13:18:14.504816+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:14 smithi045 bash[30785]: cluster 2023-12-05T13:18:13.845887+0000 mgr.y (mgr.14445) 90 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:14 smithi045 bash[30785]: audit 2023-12-05T13:18:14.496796+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:14 smithi045 bash[30785]: audit 2023-12-05T13:18:14.504816+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:15.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:14 smithi079 bash[25290]: cluster 2023-12-05T13:18:13.845887+0000 mgr.y (mgr.14445) 90 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:15.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:14 smithi079 bash[25290]: audit 2023-12-05T13:18:14.496796+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:15.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:14 smithi079 bash[25290]: audit 2023-12-05T13:18:14.504816+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:16.248 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:18:16.251 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-12-05T13:18:17.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:16 smithi079 bash[25290]: cluster 2023-12-05T13:18:15.846439+0000 mgr.y (mgr.14445) 91 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:16 smithi045 bash[25015]: cluster 2023-12-05T13:18:15.846439+0000 mgr.y (mgr.14445) 91 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:17.197 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:17 smithi045 bash[54485]: level=info ts=2023-12-05T13:18:17.100Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004232265s 2023-12-05T13:18:17.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:16 smithi045 bash[30785]: cluster 2023-12-05T13:18:15.846439+0000 mgr.y (mgr.14445) 91 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:17.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:17] "GET /metrics HTTP/1.1" 200 191490 "" "Prometheus/2.33.4" 2023-12-05T13:18:17.849 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":57,"stamp":"2023-12-05T13:18:15.846132+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":48912,"kb_used_data":6096,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912304,"statfs":{"total":767960285184,"available":767910199296,"internally_reserved":0,"allocated":6242304,"data_stored":3488982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003497"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-05T13:16:30.669795+0000","last_change":"2023-12-05T13:16:05.938370+0000","last_active":"2023-12-05T13:16:30.669795+0000","last_peered":"2023-12-05T13:16:30.669795+0000","last_clean":"2023-12-05T13:16:30.669795+0000","last_became_active":"2023-12-05T13:16:05.937410+0000","last_became_peered":"2023-12-05T13:16:05.937410+0000","last_unstale":"2023-12-05T13:16:30.669795+0000","last_undegraded":"2023-12-05T13:16:30.669795+0000","last_fullsized":"2023-12-05T13:16:30.669795+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T13:12:56.769243+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T13:12:56.769243+0000","last_clean_scrub_stamp":"2023-12-05T13:12:56.769243+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-06T23:16:43.107306+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":54,"seq":231928234011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"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":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92800000000000005,"15min":0.92700000000000005},"min":{"1min":0.622,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3009999999999999,"5min":1.425,"15min":1.425},"last":1.3620000000000001},{"interface":"front","average":{"1min":1.028,"5min":1.024,"15min":1.024},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3100000000000001,"5min":1.321,"15min":1.321},"last":1.2150000000000001}]},{"osd":1,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.052,"15min":1.054},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.343,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.1120000000000001},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.96199999999999997,"15min":0.95699999999999996},"min":{"1min":0.77200000000000002,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.004}]},{"osd":2,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.046,"15min":1.044},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.88200000000000001},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.99299999999999999,"15min":0.999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.75800000000000001}]},{"osd":3,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":1.0249999999999999,"15min":1.0329999999999999},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":1.2569999999999999,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.091,"15min":1.089},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.2689999999999999}]},{"osd":4,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.96799999999999997,"15min":0.96399999999999997},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.93300000000000005,"5min":1.0569999999999999,"15min":1.0780000000000001},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.321,"5min":1.395,"15min":1.395},"last":0.94099999999999995}]},{"osd":5,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0980000000000001,"15min":1.101},"min":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.395,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.3169999999999999},{"interface":"front","average":{"1min":1.121,"5min":1.129,"15min":1.131},"min":{"1min":0.86799999999999999,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.365,"5min":1.397,"15min":1.397},"last":1.079}]},{"osd":6,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.151,"15min":1.155},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.3939999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.113,"5min":1.1930000000000001,"15min":1.206},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.3560000000000001,"5min":1.464,"15min":1.464},"last":1.1519999999999999}]}]},{"osd":6,"up_from":46,"seq":197568495651,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6148,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739004,"statfs":{"total":95995035648,"available":95988740096,"internally_reserved":0,"allocated":1110016,"data_stored":766504,"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":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.91300000000000003,"15min":0.90500000000000003},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.94099999999999995},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.89300000000000002,"15min":0.89100000000000001},"min":{"1min":0.63,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.2410000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.0089999999999999}]},{"osd":1,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.93700000000000006,"15min":0.93200000000000005},"min":{"1min":0.70899999999999996,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.2669999999999999,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":1.0940000000000001},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95099999999999996,"15min":0.95799999999999996},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1739999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.1830000000000001}]},{"osd":2,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.363,"5min":1.381,"15min":1.381},"last":1.252},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"min":{"1min":0.62,"5min":0.62,"15min":0.62},"max":{"1min":1.1759999999999999,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.80500000000000005}]},{"osd":3,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.024,"15min":1.0289999999999999},"min":{"1min":0.66100000000000003,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.054},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.038,"15min":1.036},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.4399999999999999,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.3480000000000001}]},{"osd":4,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.96699999999999997,"15min":0.97199999999999998},"min":{"1min":0.627,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.1819999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.91400000000000003},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0429999999999999,"15min":1.042},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.3999999999999999,"5min":1.833,"15min":1.833},"last":1.153}]},{"osd":5,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.0800000000000001,"15min":1.071},"min":{"1min":0.70199999999999996,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.4470000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.4219999999999999},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1200000000000001,"15min":1.121},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4870000000000001,"5min":1.738,"15min":1.738},"last":1.222}]},{"osd":7,"last update":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.21,"15min":1.2170000000000001},"min":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.415,"5min":1.573,"15min":1.573},"last":1.488},{"interface":"front","average":{"1min":1.222,"5min":1.246,"15min":1.25},"min":{"1min":0.85099999999999998,"5min":0.63,"15min":0.63},"max":{"1min":1.4810000000000001,"5min":1.631,"15min":1.631},"last":1.2889999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574920,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":237576,"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":"Tue Dec 5 13:17:25 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.70099999999999996,"15min":0.59299999999999997},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":1.2210000000000001,"5min":1.353,"15min":1.353},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.80200000000000005,"15min":0.68100000000000005},"min":{"1min":0.52500000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":0.88700000000000001}]},{"osd":2,"last update":"Tue Dec 5 13:18:07 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":0.875,"15min":0.73499999999999999},"min":{"1min":0.65200000000000002,"5min":0.436,"15min":0.436},"max":{"1min":4.0170000000000003,"5min":4.0170000000000003,"15min":4.0170000000000003},"last":1.155},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.879,"15min":0.79200000000000004},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":2.5630000000000002,"5min":2.5630000000000002,"15min":2.5630000000000002},"last":1.1859999999999999}]},{"osd":3,"last update":"Tue Dec 5 13:17:47 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.91700000000000004,"15min":0.86699999999999999},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.3149999999999999,"5min":1.758,"15min":1.758},"last":1.232},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.96299999999999997,"15min":0.95699999999999996},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.3839999999999999,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.413}]},{"osd":4,"last update":"Tue Dec 5 13:17:14 2023","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.141,"15min":1.137},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.879,"5min":1.879,"15min":1.879},"last":4.0359999999999996},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.143,"15min":1.1339999999999999},"min":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.764,"5min":1.764,"15min":1.764},"last":4.1379999999999999}]},{"osd":5,"last update":"Tue Dec 5 13:17:55 2023","interfaces":[{"interface":"back","average":{"1min":1.226,"5min":1.1799999999999999,"15min":1.167},"min":{"1min":0.79400000000000004,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":2.7130000000000001,"5min":2.7130000000000001,"15min":2.7130000000000001},"last":3.8769999999999998},{"interface":"front","average":{"1min":1.085,"5min":1.054,"15min":1.0589999999999999},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.8300000000000001,"5min":1.8300000000000001,"15min":1.8300000000000001},"last":4.1020000000000003}]},{"osd":6,"last update":"Tue Dec 5 13:17:34 2023","interfaces":[{"interface":"back","average":{"1min":1.262,"5min":1.3,"15min":1.306},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.8069999999999999,"5min":1.9790000000000001,"15min":1.9790000000000001},"last":3.9710000000000001},{"interface":"front","average":{"1min":1.252,"5min":1.371,"15min":1.391},"min":{"1min":0.872,"5min":0.872,"15min":0.872},"max":{"1min":1.6639999999999999,"5min":1.978,"15min":1.978},"last":3.988}]},{"osd":7,"last update":"Tue Dec 5 13:18:07 2023","interfaces":[{"interface":"back","average":{"1min":1.1359999999999999,"5min":1.1120000000000001,"15min":1.1080000000000001},"min":{"1min":0.83299999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":3.8660000000000001},{"interface":"front","average":{"1min":1.339,"5min":1.387,"15min":1.395},"min":{"1min":0.80900000000000005,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.804,"5min":2.0840000000000001,"15min":2.0840000000000001},"last":4.2199999999999998}]}]},{"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":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"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":"Tue Dec 5 13:17:29 2023","interfaces":[{"interface":"back","average":{"1min":0.755,"5min":0.72699999999999998,"15min":0.64000000000000001},"min":{"1min":0.53700000000000003,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.046,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.748,"15min":0.65600000000000003},"min":{"1min":0.45000000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1910000000000001,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.996}]},{"osd":2,"last update":"Tue Dec 5 13:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.76600000000000001,"15min":0.73099999999999998},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.038,"5min":1.113,"15min":1.113},"last":1.038},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.89500000000000002,"15min":0.81100000000000005},"min":{"1min":0.54800000000000004,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":0.77000000000000002}]},{"osd":3,"last update":"Tue Dec 5 13:17:41 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.92100000000000004,"15min":0.88300000000000001},"min":{"1min":0.69799999999999995,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.90200000000000002,"15min":0.878},"min":{"1min":0.61299999999999999,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.101}]},{"osd":4,"last update":"Tue Dec 5 13:17:10 2023","interfaces":[{"interface":"back","average":{"1min":1.161,"5min":1.071,"15min":1.0349999999999999},"min":{"1min":0.89200000000000002,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.643,"5min":1.643,"15min":1.643},"last":1.24},{"interface":"front","average":{"1min":1.268,"5min":1.1519999999999999,"15min":1.1100000000000001},"min":{"1min":0.84699999999999998,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.881,"5min":1.881,"15min":1.881},"last":1.135}]},{"osd":5,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":1.2929999999999999,"5min":1.242,"15min":1.238},"min":{"1min":0.747,"5min":0.747,"15min":0.747},"max":{"1min":1.724,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":1.2450000000000001,"5min":1.171,"15min":1.155},"min":{"1min":0.871,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.502,"5min":1.7,"15min":1.7},"last":1.494}]},{"osd":6,"last update":"Tue Dec 5 13:17:29 2023","interfaces":[{"interface":"back","average":{"1min":1.2250000000000001,"5min":1.2609999999999999,"15min":1.2669999999999999},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.6499999999999999,"5min":1.796,"15min":1.796},"last":1.157},{"interface":"front","average":{"1min":1.298,"5min":1.244,"15min":1.2350000000000001},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.806,"5min":1.825,"15min":1.825},"last":1.548}]},{"osd":7,"last update":"Tue Dec 5 13:18:03 2023","interfaces":[{"interface":"back","average":{"1min":1.3740000000000001,"5min":1.3540000000000001,"15min":1.351},"min":{"1min":0.877,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.6890000000000001,"5min":1.976,"15min":1.976},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.3220000000000001,"5min":1.2789999999999999,"15min":1.272},"min":{"1min":1.0189999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.202}]}]},{"osd":2,"up_from":18,"seq":77309411393,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.77100000000000002,"15min":0.71699999999999997},"min":{"1min":0.52700000000000002,"5min":0.432,"15min":0.432},"max":{"1min":1.421,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":0.82599999999999996},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.79300000000000004,"15min":0.76400000000000001},"min":{"1min":0.45400000000000001,"5min":0.434,"15min":0.434},"max":{"1min":1.157,"5min":1.365,"15min":1.365},"last":0.78300000000000003}]},{"osd":1,"last update":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.79100000000000004,"15min":0.745},"min":{"1min":0.45400000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.97399999999999998,"5min":3.6779999999999999,"15min":3.6779999999999999},"last":1.125},{"interface":"front","average":{"1min":1.2609999999999999,"5min":0.98899999999999999,"15min":0.84999999999999998},"min":{"1min":0.66700000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":6.9240000000000004,"5min":6.9240000000000004,"15min":6.9240000000000004},"last":0.95399999999999996}]},{"osd":3,"last update":"Tue Dec 5 13:17:48 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.92900000000000005,"15min":0.90100000000000002},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.24,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.1890000000000001},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.89800000000000002,"15min":0.90000000000000002},"min":{"1min":0.58599999999999997,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.04,"5min":1.357,"15min":1.357},"last":1.0509999999999999}]},{"osd":4,"last update":"Tue Dec 5 13:17:15 2023","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.0429999999999999,"15min":1.0309999999999999},"min":{"1min":0.72399999999999998,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.554,"5min":1.585,"15min":1.585},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.2609999999999999,"5min":1.1970000000000001,"15min":1.1779999999999999},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.623,"5min":1.827,"15min":1.827},"last":1.3799999999999999}]},{"osd":5,"last update":"Tue Dec 5 13:17:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1839999999999999,"5min":1.2050000000000001,"15min":1.1919999999999999},"min":{"1min":0.89200000000000002,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.4159999999999999,"5min":1.897,"15min":1.897},"last":1.47},{"interface":"front","average":{"1min":1.149,"5min":1.175,"15min":1.1699999999999999},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":1.696,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":1.0680000000000001}]},{"osd":6,"last update":"Tue Dec 5 13:17:30 2023","interfaces":[{"interface":"back","average":{"1min":1.278,"5min":1.2669999999999999,"15min":1.2649999999999999},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.8580000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":1.347},{"interface":"front","average":{"1min":1.335,"5min":1.367,"15min":1.3720000000000001},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.903,"5min":2.0790000000000002,"15min":2.0790000000000002},"last":1.5449999999999999}]},{"osd":7,"last update":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.2929999999999999,"15min":1.3049999999999999},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.518,"5min":1.9730000000000001,"15min":1.9730000000000001},"last":1.3069999999999999},{"interface":"front","average":{"1min":1.335,"5min":1.4339999999999999,"15min":1.45},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.5940000000000001,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":1.6220000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182456,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 13:17:40 2023","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.73399999999999999,"15min":0.72999999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":1.046,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.79100000000000004,"15min":0.752},"min":{"1min":0.48499999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.74199999999999999}]},{"osd":1,"last update":"Tue Dec 5 13:17:40 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.86399999999999999,"15min":0.81200000000000006},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.84299999999999997,"15min":0.84399999999999997},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0980000000000001,"5min":1.569,"15min":1.569},"last":0.98399999999999999}]},{"osd":2,"last update":"Tue Dec 5 13:17:40 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.86199999999999999,"15min":0.85699999999999998},"min":{"1min":0.60499999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.276,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.91200000000000003,"15min":0.878},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.94699999999999995}]},{"osd":4,"last update":"Tue Dec 5 13:17:15 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0349999999999999,"15min":1.0029999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.6919999999999999,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.107},{"interface":"front","average":{"1min":1.157,"5min":1.121,"15min":1.0920000000000001},"min":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"max":{"1min":1.4490000000000001,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":1.4870000000000001}]},{"osd":5,"last update":"Tue Dec 5 13:17:51 2023","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.177,"15min":1.1879999999999999},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":1.397},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.73599999999999999,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.5309999999999999,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.173}]},{"osd":6,"last update":"Tue Dec 5 13:17:26 2023","interfaces":[{"interface":"back","average":{"1min":1.2430000000000001,"5min":1.2989999999999999,"15min":1.3080000000000001},"min":{"1min":0.878,"5min":0.878,"15min":0.878},"max":{"1min":1.7470000000000001,"5min":1.873,"15min":1.873},"last":1.5389999999999999},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.2769999999999999,"15min":1.2929999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.7130000000000001,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":1.254}]},{"osd":7,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.258,"5min":1.258,"15min":1.258},"min":{"1min":0.877,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.3700000000000001},{"interface":"front","average":{"1min":1.3440000000000001,"5min":1.353,"15min":1.355},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":1.5860000000000001}]}]},{"osd":4,"up_from":30,"seq":128849018931,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.89100000000000001,"15min":0.86499999999999999},"min":{"1min":0.57099999999999995,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.1579999999999999},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.90100000000000002,"15min":0.87},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.1839999999999999,"5min":1.292,"15min":1.292},"last":0.96899999999999997}]},{"osd":1,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":0.89800000000000002,"15min":0.84999999999999998},"min":{"1min":0.53200000000000003,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.4379999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.0680000000000001},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.94499999999999995,"15min":0.96599999999999997},"min":{"1min":0.65500000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2609999999999999,"5min":1.343,"15min":1.343},"last":1.091}]},{"osd":2,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.92000000000000004,"15min":0.90000000000000002},"min":{"1min":0.66500000000000004,"5min":0.626,"15min":0.626},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.93000000000000005,"15min":0.91400000000000003},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.3169999999999999,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1}]},{"osd":3,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":0.97899999999999998,"15min":0.92200000000000004},"min":{"1min":0.66400000000000003,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.266,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.244},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.018,"15min":1.012},"min":{"1min":0.89200000000000002,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.3560000000000001,"5min":1.385,"15min":1.385},"last":1.3560000000000001}]},{"osd":5,"last update":"Tue Dec 5 13:17:55 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.84899999999999998,"15min":0.82299999999999995},"min":{"1min":0.70899999999999996,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.89800000000000002},{"interface":"front","average":{"1min":1.0780000000000001,"5min":0.91700000000000004,"15min":0.86299999999999999},"min":{"1min":0.72299999999999998,"5min":0.442,"15min":0.442},"max":{"1min":1.343,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.2150000000000001}]},{"osd":6,"last update":"Tue Dec 5 13:17:31 2023","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.048,"15min":1.04},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.333},{"interface":"front","average":{"1min":1.095,"5min":1.0589999999999999,"15min":1.0529999999999999},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":1.274}]},{"osd":7,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.1459999999999999,"15min":1.1359999999999999},"min":{"1min":0.90300000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.5189999999999999},{"interface":"front","average":{"1min":1.244,"5min":1.2010000000000001,"15min":1.194},"min":{"1min":0.81699999999999995,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.3999999999999999}]}]},{"osd":5,"up_from":38,"seq":163208757291,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.86499999999999999,"15min":0.86899999999999999},"min":{"1min":0.624,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.089,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.93999999999999995},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.89600000000000002,"15min":0.88400000000000001},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.6459999999999999,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":0.97899999999999998}]},{"osd":1,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.91500000000000004,"15min":0.92500000000000004},"min":{"1min":0.68999999999999995,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.474,"5min":1.9990000000000001,"15min":1.9990000000000001},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.58199999999999996,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":1.222}]},{"osd":2,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.91500000000000004,"15min":0.91500000000000004},"min":{"1min":0.67600000000000005,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.82399999999999995},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.91600000000000004,"15min":0.88100000000000001},"min":{"1min":0.78000000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.2529999999999999,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.177}]},{"osd":3,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.94699999999999995,"15min":0.94699999999999995},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.145},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.0249999999999999,"15min":0.997},"min":{"1min":0.83599999999999997,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.613,"5min":1.889,"15min":1.889},"last":1.077}]},{"osd":4,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.84399999999999997,"15min":0.80500000000000005},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.754,"5min":1.754,"15min":1.754},"last":1.3220000000000001},{"interface":"front","average":{"1min":1.0589999999999999,"5min":0.93400000000000005,"15min":0.88800000000000001},"min":{"1min":0.75700000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.3520000000000001,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.96199999999999997}]},{"osd":6,"last update":"Tue Dec 5 13:17:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0720000000000001,"5min":1.0029999999999999,"15min":0.99099999999999999},"min":{"1min":0.67400000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":1.117,"5min":0.99299999999999999,"15min":0.97199999999999998},"min":{"1min":0.76600000000000001,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.0369999999999999}]},{"osd":7,"last update":"Tue Dec 5 13:18:10 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.1519999999999999,"15min":1.155},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.6890000000000001,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.2549999999999999},{"interface":"front","average":{"1min":1.1950000000000001,"5min":1.1870000000000001,"15min":1.1850000000000001},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.2709999999999999}]}]}],"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-05T13:18:17.851 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T13:18:18.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:17 smithi079 bash[25290]: audit 2023-12-05T13:18:16.232404+0000 mgr.y (mgr.14445) 92 : audit [DBG] from='client.14607 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:18:18.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:17 smithi045 bash[25015]: audit 2023-12-05T13:18:16.232404+0000 mgr.y (mgr.14445) 92 : audit [DBG] from='client.14607 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:18:18.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:17 smithi045 bash[30785]: audit 2023-12-05T13:18:16.232404+0000 mgr.y (mgr.14445) 92 : audit [DBG] from='client.14607 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:18:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:18 smithi045 bash[25015]: cluster 2023-12-05T13:18:17.847020+0000 mgr.y (mgr.14445) 93 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:18 smithi045 bash[30785]: cluster 2023-12-05T13:18:17.847020+0000 mgr.y (mgr.14445) 93 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:19.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:18 smithi079 bash[25290]: cluster 2023-12-05T13:18:17.847020+0000 mgr.y (mgr.14445) 93 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:20.588 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:18:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:20 smithi079 bash[25290]: cluster 2023-12-05T13:18:19.847571+0000 mgr.y (mgr.14445) 94 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:21.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:20 smithi045 bash[25015]: cluster 2023-12-05T13:18:19.847571+0000 mgr.y (mgr.14445) 94 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:21.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:20 smithi045 bash[30785]: cluster 2023-12-05T13:18:19.847571+0000 mgr.y (mgr.14445) 94 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:22.197 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:21 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:18:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: cluster 2023-12-05T13:18:21.849805+0000 mgr.y (mgr.14445) 95 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: audit 2023-12-05T13:18:21.857745+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: cluster 2023-12-05T13:18:21.858742+0000 mgr.y (mgr.14445) 96 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: audit 2023-12-05T13:18:21.864709+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: audit 2023-12-05T13:18:21.891900+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: audit 2023-12-05T13:18:21.894619+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: audit 2023-12-05T13:18:21.897107+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: cluster 2023-12-05T13:18:21.901447+0000 mgr.y (mgr.14445) 97 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: cluster 2023-12-05T13:18:21.901845+0000 mgr.y (mgr.14445) 98 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: audit 2023-12-05T13:18:21.909334+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[25015]: cluster 2023-12-05T13:18:21.970571+0000 mon.a (mon.0) 919 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: cluster 2023-12-05T13:18:21.849805+0000 mgr.y (mgr.14445) 95 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: audit 2023-12-05T13:18:21.857745+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: cluster 2023-12-05T13:18:21.858742+0000 mgr.y (mgr.14445) 96 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: audit 2023-12-05T13:18:21.864709+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: audit 2023-12-05T13:18:21.891900+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: audit 2023-12-05T13:18:21.894619+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: audit 2023-12-05T13:18:21.897107+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: cluster 2023-12-05T13:18:21.901447+0000 mgr.y (mgr.14445) 97 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: cluster 2023-12-05T13:18:21.901845+0000 mgr.y (mgr.14445) 98 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: audit 2023-12-05T13:18:21.909334+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:22 smithi045 bash[30785]: cluster 2023-12-05T13:18:21.970571+0000 mon.a (mon.0) 919 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:18:23.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: cluster 2023-12-05T13:18:21.849805+0000 mgr.y (mgr.14445) 95 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: audit 2023-12-05T13:18:21.857745+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: cluster 2023-12-05T13:18:21.858742+0000 mgr.y (mgr.14445) 96 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: audit 2023-12-05T13:18:21.864709+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: audit 2023-12-05T13:18:21.891900+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: audit 2023-12-05T13:18:21.894619+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: audit 2023-12-05T13:18:21.897107+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: cluster 2023-12-05T13:18:21.901447+0000 mgr.y (mgr.14445) 97 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: cluster 2023-12-05T13:18:21.901845+0000 mgr.y (mgr.14445) 98 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: audit 2023-12-05T13:18:21.909334+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:22 smithi079 bash[25290]: cluster 2023-12-05T13:18:21.970571+0000 mon.a (mon.0) 919 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:18:23.537 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:23 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:18:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:23.663 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:18:23.666 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-12-05T13:18:23.792 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:18:23 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:18:23.905 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:23 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:23.532Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:18:23.905 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:23 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:23.532Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:18:24.460 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":64,"stamp":"2023-12-05T13:18:23.446557+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":48912,"kb_used_data":6096,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912304,"statfs":{"total":767960285184,"available":767910199296,"internally_reserved":0,"allocated":6242304,"data_stored":3488982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"5.599752"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-05T13:16:30.669795+0000","last_change":"2023-12-05T13:16:05.938370+0000","last_active":"2023-12-05T13:16:30.669795+0000","last_peered":"2023-12-05T13:16:30.669795+0000","last_clean":"2023-12-05T13:16:30.669795+0000","last_became_active":"2023-12-05T13:16:05.937410+0000","last_became_peered":"2023-12-05T13:16:05.937410+0000","last_unstale":"2023-12-05T13:16:30.669795+0000","last_undegraded":"2023-12-05T13:16:30.669795+0000","last_fullsized":"2023-12-05T13:16:30.669795+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T13:12:56.769243+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T13:12:56.769243+0000","last_clean_scrub_stamp":"2023-12-05T13:12:56.769243+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-06T23:16:43.107306+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":54,"seq":231928234013,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"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":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92800000000000005,"15min":0.92700000000000005},"min":{"1min":0.622,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3009999999999999,"5min":1.425,"15min":1.425},"last":1.123},{"interface":"front","average":{"1min":1.028,"5min":1.024,"15min":1.024},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3100000000000001,"5min":1.321,"15min":1.321},"last":0.72599999999999998}]},{"osd":1,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.052,"15min":1.054},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.343,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.999},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.96199999999999997,"15min":0.95699999999999996},"min":{"1min":0.77200000000000002,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.89200000000000002}]},{"osd":2,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.046,"15min":1.044},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.99299999999999999,"15min":0.999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":1.0960000000000001}]},{"osd":3,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":1.0249999999999999,"15min":1.0329999999999999},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":1.2569999999999999,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.97799999999999998},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.091,"15min":1.089},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.83899999999999997}]},{"osd":4,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.96799999999999997,"15min":0.96399999999999997},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.93300000000000005,"5min":1.0569999999999999,"15min":1.0780000000000001},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.321,"5min":1.395,"15min":1.395},"last":0.91200000000000003}]},{"osd":5,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0980000000000001,"15min":1.101},"min":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.395,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.077},{"interface":"front","average":{"1min":1.121,"5min":1.129,"15min":1.131},"min":{"1min":0.86799999999999999,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.365,"5min":1.397,"15min":1.397},"last":1.0329999999999999}]},{"osd":6,"last update":"Tue Dec 5 13:18:04 2023","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.151,"15min":1.155},"min":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.3939999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.96399999999999997},{"interface":"front","average":{"1min":1.113,"5min":1.1930000000000001,"15min":1.206},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.3560000000000001,"5min":1.464,"15min":1.464},"last":1.05}]}]},{"osd":6,"up_from":46,"seq":197568495653,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6148,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739004,"statfs":{"total":95995035648,"available":95988740096,"internally_reserved":0,"allocated":1110016,"data_stored":766504,"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":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.91300000000000003,"15min":0.90500000000000003},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.89300000000000002,"15min":0.89100000000000001},"min":{"1min":0.63,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.2410000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.147}]},{"osd":1,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.93700000000000006,"15min":0.93200000000000005},"min":{"1min":0.70899999999999996,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.2669999999999999,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95099999999999996,"15min":0.95799999999999996},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1739999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.228}]},{"osd":2,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.363,"5min":1.381,"15min":1.381},"last":1.1759999999999999},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"min":{"1min":0.62,"5min":0.62,"15min":0.62},"max":{"1min":1.1759999999999999,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.0580000000000001}]},{"osd":3,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.024,"15min":1.0289999999999999},"min":{"1min":0.66100000000000003,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.84199999999999997},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.038,"15min":1.036},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.4399999999999999,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":0.99199999999999999}]},{"osd":4,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.96699999999999997,"15min":0.97199999999999998},"min":{"1min":0.627,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.1819999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.94399999999999995},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0429999999999999,"15min":1.042},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.3999999999999999,"5min":1.833,"15min":1.833},"last":1.032}]},{"osd":5,"last update":"Tue Dec 5 13:17:33 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.0800000000000001,"15min":1.071},"min":{"1min":0.70199999999999996,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.4470000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.264},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.1200000000000001,"15min":1.121},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4870000000000001,"5min":1.738,"15min":1.738},"last":1.0880000000000001}]},{"osd":7,"last update":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.21,"15min":1.2170000000000001},"min":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.415,"5min":1.573,"15min":1.573},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.222,"5min":1.246,"15min":1.25},"min":{"1min":0.85099999999999998,"5min":0.63,"15min":0.63},"max":{"1min":1.4810000000000001,"5min":1.631,"15min":1.631},"last":1.1259999999999999}]}]},{"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":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":237576,"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":"Tue Dec 5 13:17:25 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.70099999999999996,"15min":0.59299999999999997},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":1.2210000000000001,"5min":1.353,"15min":1.353},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.80200000000000005,"15min":0.68100000000000005},"min":{"1min":0.52500000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":0.66900000000000004}]},{"osd":2,"last update":"Tue Dec 5 13:18:07 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":0.875,"15min":0.73499999999999999},"min":{"1min":0.65200000000000002,"5min":0.436,"15min":0.436},"max":{"1min":4.0170000000000003,"5min":4.0170000000000003,"15min":4.0170000000000003},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.879,"15min":0.79200000000000004},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":2.5630000000000002,"5min":2.5630000000000002,"15min":2.5630000000000002},"last":0.78400000000000003}]},{"osd":3,"last update":"Tue Dec 5 13:17:47 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.91700000000000004,"15min":0.86699999999999999},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.3149999999999999,"5min":1.758,"15min":1.758},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.96299999999999997,"15min":0.95699999999999996},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.3839999999999999,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":0.86299999999999999}]},{"osd":4,"last update":"Tue Dec 5 13:18:15 2023","interfaces":[{"interface":"back","average":{"1min":1.266,"5min":1.167,"15min":1.1459999999999999},"min":{"1min":0.77800000000000002,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":4.0359999999999996,"5min":4.0359999999999996,"15min":4.0359999999999996},"last":0.85099999999999998},{"interface":"front","average":{"1min":1.446,"5min":1.206,"15min":1.155},"min":{"1min":0.92500000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":4.1379999999999999,"5min":4.1379999999999999,"15min":4.1379999999999999},"last":1.004}]},{"osd":5,"last update":"Tue Dec 5 13:17:55 2023","interfaces":[{"interface":"back","average":{"1min":1.226,"5min":1.1799999999999999,"15min":1.167},"min":{"1min":0.79400000000000004,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":2.7130000000000001,"5min":2.7130000000000001,"15min":2.7130000000000001},"last":1.2290000000000001},{"interface":"front","average":{"1min":1.085,"5min":1.054,"15min":1.0589999999999999},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.8300000000000001,"5min":1.8300000000000001,"15min":1.8300000000000001},"last":0.94999999999999996}]},{"osd":6,"last update":"Tue Dec 5 13:17:34 2023","interfaces":[{"interface":"back","average":{"1min":1.262,"5min":1.3,"15min":1.306},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.8069999999999999,"5min":1.9790000000000001,"15min":1.9790000000000001},"last":0.91700000000000004},{"interface":"front","average":{"1min":1.252,"5min":1.371,"15min":1.391},"min":{"1min":0.872,"5min":0.872,"15min":0.872},"max":{"1min":1.6639999999999999,"5min":1.978,"15min":1.978},"last":1.2849999999999999}]},{"osd":7,"last update":"Tue Dec 5 13:18:07 2023","interfaces":[{"interface":"back","average":{"1min":1.1359999999999999,"5min":1.1120000000000001,"15min":1.1080000000000001},"min":{"1min":0.83299999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.339,"5min":1.387,"15min":1.395},"min":{"1min":0.80900000000000005,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.804,"5min":2.0840000000000001,"15min":2.0840000000000001},"last":1.028}]}]},{"osd":0,"up_from":8,"seq":34359738450,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"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":"Tue Dec 5 13:17:29 2023","interfaces":[{"interface":"back","average":{"1min":0.755,"5min":0.72699999999999998,"15min":0.64000000000000001},"min":{"1min":0.53700000000000003,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.046,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.1719999999999999},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.748,"15min":0.65600000000000003},"min":{"1min":0.45000000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1910000000000001,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.93000000000000005}]},{"osd":2,"last update":"Tue Dec 5 13:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.76600000000000001,"15min":0.73099999999999998},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.038,"5min":1.113,"15min":1.113},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.89500000000000002,"15min":0.81100000000000005},"min":{"1min":0.54800000000000004,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":1.3129999999999999}]},{"osd":3,"last update":"Tue Dec 5 13:17:41 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.92100000000000004,"15min":0.88300000000000001},"min":{"1min":0.69799999999999995,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.90200000000000002,"15min":0.878},"min":{"1min":0.61299999999999999,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.129}]},{"osd":4,"last update":"Tue Dec 5 13:18:13 2023","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.089,"15min":1.0409999999999999},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.55,"5min":1.643,"15min":1.643},"last":1.2829999999999999},{"interface":"front","average":{"1min":1.2410000000000001,"5min":1.1819999999999999,"15min":1.1200000000000001},"min":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.72,"5min":1.881,"15min":1.881},"last":1.45}]},{"osd":5,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":1.2929999999999999,"5min":1.242,"15min":1.238},"min":{"1min":0.747,"5min":0.747,"15min":0.747},"max":{"1min":1.724,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":1.617},{"interface":"front","average":{"1min":1.2450000000000001,"5min":1.171,"15min":1.155},"min":{"1min":0.871,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.502,"5min":1.7,"15min":1.7},"last":1.518}]},{"osd":6,"last update":"Tue Dec 5 13:17:29 2023","interfaces":[{"interface":"back","average":{"1min":1.2250000000000001,"5min":1.2609999999999999,"15min":1.2669999999999999},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.6499999999999999,"5min":1.796,"15min":1.796},"last":1.6399999999999999},{"interface":"front","average":{"1min":1.298,"5min":1.244,"15min":1.2350000000000001},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.806,"5min":1.825,"15min":1.825},"last":1.411}]},{"osd":7,"last update":"Tue Dec 5 13:18:03 2023","interfaces":[{"interface":"back","average":{"1min":1.3740000000000001,"5min":1.3540000000000001,"15min":1.351},"min":{"1min":0.877,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.6890000000000001,"5min":1.976,"15min":1.976},"last":1.7130000000000001},{"interface":"front","average":{"1min":1.3220000000000001,"5min":1.2789999999999999,"15min":1.272},"min":{"1min":1.0189999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.54}]}]},{"osd":2,"up_from":18,"seq":77309411395,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.77100000000000002,"15min":0.71699999999999997},"min":{"1min":0.52700000000000002,"5min":0.432,"15min":0.432},"max":{"1min":1.421,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.79300000000000004,"15min":0.76400000000000001},"min":{"1min":0.45400000000000001,"5min":0.434,"15min":0.434},"max":{"1min":1.157,"5min":1.365,"15min":1.365},"last":0.83099999999999996}]},{"osd":1,"last update":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.79100000000000004,"15min":0.745},"min":{"1min":0.45400000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.97399999999999998,"5min":3.6779999999999999,"15min":3.6779999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":1.2609999999999999,"5min":0.98899999999999999,"15min":0.84999999999999998},"min":{"1min":0.66700000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":6.9240000000000004,"5min":6.9240000000000004,"15min":6.9240000000000004},"last":1.1040000000000001}]},{"osd":3,"last update":"Tue Dec 5 13:17:48 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.92900000000000005,"15min":0.90100000000000002},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.24,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.204},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.89800000000000002,"15min":0.90000000000000002},"min":{"1min":0.58599999999999997,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.04,"5min":1.357,"15min":1.357},"last":1.004}]},{"osd":4,"last update":"Tue Dec 5 13:18:16 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":1.04,"15min":1.03},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.645,"5min":1.645,"15min":1.645},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.181,"5min":1.2,"15min":1.179},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.6879999999999999,"5min":1.827,"15min":1.827},"last":1.361}]},{"osd":5,"last update":"Tue Dec 5 13:17:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1839999999999999,"5min":1.2050000000000001,"15min":1.1919999999999999},"min":{"1min":0.89200000000000002,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.4159999999999999,"5min":1.897,"15min":1.897},"last":1.617},{"interface":"front","average":{"1min":1.149,"5min":1.175,"15min":1.1699999999999999},"min":{"1min":0.753,"5min":0.753,"15min":0.753},"max":{"1min":1.696,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":1.3340000000000001}]},{"osd":6,"last update":"Tue Dec 5 13:17:30 2023","interfaces":[{"interface":"back","average":{"1min":1.278,"5min":1.2669999999999999,"15min":1.2649999999999999},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.8580000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":1.1679999999999999},{"interface":"front","average":{"1min":1.335,"5min":1.367,"15min":1.3720000000000001},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.903,"5min":2.0790000000000002,"15min":2.0790000000000002},"last":1.462}]},{"osd":7,"last update":"Tue Dec 5 13:18:05 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.2929999999999999,"15min":1.3049999999999999},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.518,"5min":1.9730000000000001,"15min":1.9730000000000001},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.335,"5min":1.4339999999999999,"15min":1.45},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.5940000000000001,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":1.5389999999999999}]}]},{"osd":3,"up_from":25,"seq":107374182458,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 13:17:40 2023","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.73399999999999999,"15min":0.72999999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":1.046,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.79100000000000004,"15min":0.752},"min":{"1min":0.48499999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.92400000000000004}]},{"osd":1,"last update":"Tue Dec 5 13:17:40 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.86399999999999999,"15min":0.81200000000000006},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.84299999999999997,"15min":0.84399999999999997},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0980000000000001,"5min":1.569,"15min":1.569},"last":1.089}]},{"osd":2,"last update":"Tue Dec 5 13:17:40 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.86199999999999999,"15min":0.85699999999999998},"min":{"1min":0.60499999999999998,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.276,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.91200000000000003,"15min":0.878},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":1.006}]},{"osd":4,"last update":"Tue Dec 5 13:18:19 2023","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.052,"15min":1.008},"min":{"1min":0.65500000000000003,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.421,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.1319999999999999},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.1399999999999999,"15min":1.0980000000000001},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.607,"5min":1.607,"15min":1.607},"last":1.607}]},{"osd":5,"last update":"Tue Dec 5 13:17:51 2023","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.177,"15min":1.1879999999999999},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":1.71},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.73599999999999999,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.5309999999999999,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.2649999999999999}]},{"osd":6,"last update":"Tue Dec 5 13:17:26 2023","interfaces":[{"interface":"back","average":{"1min":1.2430000000000001,"5min":1.2989999999999999,"15min":1.3080000000000001},"min":{"1min":0.878,"5min":0.878,"15min":0.878},"max":{"1min":1.7470000000000001,"5min":1.873,"15min":1.873},"last":1.821},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.2769999999999999,"15min":1.2929999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.7130000000000001,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":1.5049999999999999}]},{"osd":7,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.258,"5min":1.258,"15min":1.258},"min":{"1min":0.877,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.3600000000000001},{"interface":"front","average":{"1min":1.3440000000000001,"5min":1.353,"15min":1.355},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":1.7729999999999999}]}]},{"osd":4,"up_from":30,"seq":128849018933,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.89100000000000001,"15min":0.86499999999999999},"min":{"1min":0.57099999999999995,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.624},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.90100000000000002,"15min":0.87},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.1839999999999999,"5min":1.292,"15min":1.292},"last":0.76400000000000001}]},{"osd":1,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":0.89800000000000002,"15min":0.84999999999999998},"min":{"1min":0.53200000000000003,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.4379999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.94499999999999995,"15min":0.96599999999999997},"min":{"1min":0.65500000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2609999999999999,"5min":1.343,"15min":1.343},"last":0.88}]},{"osd":2,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.92000000000000004,"15min":0.90000000000000002},"min":{"1min":0.66500000000000004,"5min":0.626,"15min":0.626},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":1.016},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.93000000000000005,"15min":0.91400000000000003},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.3169999999999999,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.119}]},{"osd":3,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":0.97899999999999998,"15min":0.92200000000000004},"min":{"1min":0.66400000000000003,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.266,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.96199999999999997},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.018,"15min":1.012},"min":{"1min":0.89200000000000002,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.3560000000000001,"5min":1.385,"15min":1.385},"last":1.0449999999999999}]},{"osd":5,"last update":"Tue Dec 5 13:17:55 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.84899999999999998,"15min":0.82299999999999995},"min":{"1min":0.70899999999999996,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.1699999999999999},{"interface":"front","average":{"1min":1.0780000000000001,"5min":0.91700000000000004,"15min":0.86299999999999999},"min":{"1min":0.72299999999999998,"5min":0.442,"15min":0.442},"max":{"1min":1.343,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.089}]},{"osd":6,"last update":"Tue Dec 5 13:17:31 2023","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.048,"15min":1.04},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.095,"5min":1.0589999999999999,"15min":1.0529999999999999},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":1.0629999999999999}]},{"osd":7,"last update":"Tue Dec 5 13:18:09 2023","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.1459999999999999,"15min":1.1359999999999999},"min":{"1min":0.90300000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.244,"5min":1.2010000000000001,"15min":1.194},"min":{"1min":0.81699999999999995,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.1539999999999999}]}]},{"osd":5,"up_from":38,"seq":163208757293,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"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":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.86499999999999999,"15min":0.86899999999999999},"min":{"1min":0.624,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.089,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":1.151},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.89600000000000002,"15min":0.88400000000000001},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.6459999999999999,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":0.69999999999999996}]},{"osd":1,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.91500000000000004,"15min":0.92500000000000004},"min":{"1min":0.68999999999999995,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.474,"5min":1.9990000000000001,"15min":1.9990000000000001},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.94599999999999995,"15min":0.94399999999999995},"min":{"1min":0.58199999999999996,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":1.024}]},{"osd":2,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.91500000000000004,"15min":0.91500000000000004},"min":{"1min":0.67600000000000005,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.752},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.91600000000000004,"15min":0.88100000000000001},"min":{"1min":0.78000000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.2529999999999999,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.1140000000000001}]},{"osd":3,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.94699999999999995,"15min":0.94699999999999995},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.0249999999999999,"15min":0.997},"min":{"1min":0.83599999999999997,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.613,"5min":1.889,"15min":1.889},"last":1.0589999999999999}]},{"osd":4,"last update":"Tue Dec 5 13:17:52 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.84399999999999997,"15min":0.80500000000000005},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.754,"5min":1.754,"15min":1.754},"last":0.84599999999999997},{"interface":"front","average":{"1min":1.0589999999999999,"5min":0.93400000000000005,"15min":0.88800000000000001},"min":{"1min":0.75700000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.3520000000000001,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.97899999999999998}]},{"osd":6,"last update":"Tue Dec 5 13:17:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0720000000000001,"5min":1.0029999999999999,"15min":0.99099999999999999},"min":{"1min":0.67400000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.135},{"interface":"front","average":{"1min":1.117,"5min":0.99299999999999999,"15min":0.97199999999999998},"min":{"1min":0.76600000000000001,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.878}]},{"osd":7,"last update":"Tue Dec 5 13:18:10 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.1519999999999999,"15min":1.155},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.6890000000000001,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.1950000000000001,"5min":1.1870000000000001,"15min":1.1850000000000001},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.194}]}]}],"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-05T13:18:24.461 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-05T13:18:24.461 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-05T13:18:24.461 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-05T13:18:24.462 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 5356199a-936f-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-05T13:18:24.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: audit 2023-12-05T13:18:23.445298+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: cluster 2023-12-05T13:18:23.446753+0000 mgr.y (mgr.14445) 99 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:24.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: audit 2023-12-05T13:18:23.452462+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: audit 2023-12-05T13:18:23.489074+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:24.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: audit 2023-12-05T13:18:23.491561+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:24.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: audit 2023-12-05T13:18:23.493306+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:24.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: audit 2023-12-05T13:18:23.502997+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:24 smithi079 bash[25290]: audit 2023-12-05T13:18:23.650924+0000 mgr.y (mgr.14445) 100 : audit [DBG] from='client.24514 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:18:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: audit 2023-12-05T13:18:23.445298+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: cluster 2023-12-05T13:18:23.446753+0000 mgr.y (mgr.14445) 99 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: audit 2023-12-05T13:18:23.452462+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: audit 2023-12-05T13:18:23.489074+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: audit 2023-12-05T13:18:23.491561+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: audit 2023-12-05T13:18:23.493306+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: audit 2023-12-05T13:18:23.502997+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[25015]: audit 2023-12-05T13:18:23.650924+0000 mgr.y (mgr.14445) 100 : audit [DBG] from='client.24514 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:18:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: audit 2023-12-05T13:18:23.445298+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: cluster 2023-12-05T13:18:23.446753+0000 mgr.y (mgr.14445) 99 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: audit 2023-12-05T13:18:23.452462+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: audit 2023-12-05T13:18:23.489074+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: audit 2023-12-05T13:18:23.491561+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: audit 2023-12-05T13:18:23.493306+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: audit 2023-12-05T13:18:23.502997+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:24 smithi045 bash[30785]: audit 2023-12-05T13:18:23.650924+0000 mgr.y (mgr.14445) 100 : audit [DBG] from='client.24514 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:18:25.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:25 smithi079 bash[25290]: cluster 2023-12-05T13:18:24.441346+0000 mon.a (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:18:25.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:25 smithi079 bash[25290]: cluster 2023-12-05T13:18:24.441429+0000 mon.a (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-05T13:18:25.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:25 smithi045 bash[25015]: cluster 2023-12-05T13:18:24.441346+0000 mon.a (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:18:25.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:25 smithi045 bash[25015]: cluster 2023-12-05T13:18:24.441429+0000 mon.a (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-05T13:18:25.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:25 smithi045 bash[30785]: cluster 2023-12-05T13:18:24.441346+0000 mon.a (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:18:25.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:25 smithi045 bash[30785]: cluster 2023-12-05T13:18:24.441429+0000 mon.a (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-05T13:18:26.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:26 smithi079 bash[25290]: cluster 2023-12-05T13:18:25.447324+0000 mgr.y (mgr.14445) 101 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:26.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:26 smithi045 bash[25015]: cluster 2023-12-05T13:18:25.447324+0000 mgr.y (mgr.14445) 101 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:26.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:26 smithi045 bash[30785]: cluster 2023-12-05T13:18:25.447324+0000 mgr.y (mgr.14445) 101 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:27.196 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T13:18:27.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:27 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:27] "GET /metrics HTTP/1.1" 200 191490 "" "Prometheus/2.33.4" 2023-12-05T13:18:29.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:28 smithi079 bash[25290]: cluster 2023-12-05T13:18:27.447985+0000 mgr.y (mgr.14445) 102 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:29.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:28 smithi045 bash[25015]: cluster 2023-12-05T13:18:27.447985+0000 mgr.y (mgr.14445) 102 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:28 smithi045 bash[30785]: cluster 2023-12-05T13:18:27.447985+0000 mgr.y (mgr.14445) 102 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:30.900 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-05T13:18:30.900 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-05T13:18:31.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[25015]: cluster 2023-12-05T13:18:29.448503+0000 mgr.y (mgr.14445) 103 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:31.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[25015]: audit 2023-12-05T13:18:30.644579+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:18:31.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[25015]: audit 2023-12-05T13:18:30.651518+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:18:31.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[25015]: audit 2023-12-05T13:18:30.895810+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.45:0/338691164' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T13:18:31.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[30785]: cluster 2023-12-05T13:18:29.448503+0000 mgr.y (mgr.14445) 103 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:31.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[30785]: audit 2023-12-05T13:18:30.644579+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:18:31.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[30785]: audit 2023-12-05T13:18:30.651518+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:18:31.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:30 smithi045 bash[30785]: audit 2023-12-05T13:18:30.895810+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.45:0/338691164' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T13:18:31.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:30 smithi079 bash[25290]: cluster 2023-12-05T13:18:29.448503+0000 mgr.y (mgr.14445) 103 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:31.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:30 smithi079 bash[25290]: audit 2023-12-05T13:18:30.644579+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:18:31.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:30 smithi079 bash[25290]: audit 2023-12-05T13:18:30.651518+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:18:31.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:30 smithi079 bash[25290]: audit 2023-12-05T13:18:30.895810+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.45:0/338691164' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T13:18:31.562 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:31 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:18:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:32 smithi079 bash[25290]: audit 2023-12-05T13:18:31.277815+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:32 smithi079 bash[25290]: audit 2023-12-05T13:18:31.286385+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:32 smithi079 bash[25290]: cluster 2023-12-05T13:18:31.449050+0000 mgr.y (mgr.14445) 104 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:32.616 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:32 smithi045 bash[30785]: audit 2023-12-05T13:18:31.277815+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:32.616 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:32 smithi045 bash[30785]: audit 2023-12-05T13:18:31.286385+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:32.616 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:32 smithi045 bash[30785]: cluster 2023-12-05T13:18:31.449050+0000 mgr.y (mgr.14445) 104 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:32.616 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:32 smithi045 bash[25015]: audit 2023-12-05T13:18:31.277815+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:32.616 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:32 smithi045 bash[25015]: audit 2023-12-05T13:18:31.286385+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:32.617 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:32 smithi045 bash[25015]: cluster 2023-12-05T13:18:31.449050+0000 mgr.y (mgr.14445) 104 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:32.617 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-05T13:18:32.617 INFO:tasks.cephadm:Setup complete, yielding 2023-12-05T13:18:32.618 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T13:18:32.629 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi045.front.sepia.ceph.com 2023-12-05T13:18:32.630 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-05T13:18:33.856 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:33 smithi045 bash[54485]: level=error ts=2023-12-05T13:18:33.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:18:33.856 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:33 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:18:33.856 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:33 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:33.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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:18:33.950 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:18:33 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:18:34.766 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:34 smithi045 bash[25015]: cluster 2023-12-05T13:18:33.449765+0000 mgr.y (mgr.14445) 105 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:34.767 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:34 smithi045 bash[30785]: cluster 2023-12-05T13:18:33.449765+0000 mgr.y (mgr.14445) 105 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:34.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:34 smithi079 bash[25290]: cluster 2023-12-05T13:18:33.449765+0000 mgr.y (mgr.14445) 105 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:36.774 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:36 smithi079 bash[25290]: cluster 2023-12-05T13:18:35.450416+0000 mgr.y (mgr.14445) 106 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:36.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:36 smithi045 bash[25015]: cluster 2023-12-05T13:18:35.450416+0000 mgr.y (mgr.14445) 106 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:36.820 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:36 smithi045 bash[30785]: cluster 2023-12-05T13:18:35.450416+0000 mgr.y (mgr.14445) 106 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:37.399 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T13:18:37.409 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi045.front.sepia.ceph.com 2023-12-05T13:18:37.410 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-05T13:18:37.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:37] "GET /metrics HTTP/1.1" 200 191491 "" "Prometheus/2.33.4" 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[25015]: audit 2023-12-05T13:18:36.572434+0000 mon.a (mon.0) 932 : audit [INF] from='client.? ' entity='client.admin' 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[25015]: audit 2023-12-05T13:18:36.606569+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[25015]: audit 2023-12-05T13:18:36.608385+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[25015]: audit 2023-12-05T13:18:36.617848+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[30785]: audit 2023-12-05T13:18:36.572434+0000 mon.a (mon.0) 932 : audit [INF] from='client.? ' entity='client.admin' 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[30785]: audit 2023-12-05T13:18:36.606569+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[30785]: audit 2023-12-05T13:18:36.608385+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:37.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:37 smithi045 bash[30785]: audit 2023-12-05T13:18:36.617848+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:38.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:37 smithi079 bash[25290]: audit 2023-12-05T13:18:36.572434+0000 mon.a (mon.0) 932 : audit [INF] from='client.? ' entity='client.admin' 2023-12-05T13:18:38.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:37 smithi079 bash[25290]: audit 2023-12-05T13:18:36.606569+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:38.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:37 smithi079 bash[25290]: audit 2023-12-05T13:18:36.608385+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:38.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:37 smithi079 bash[25290]: audit 2023-12-05T13:18:36.617848+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:39.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:38 smithi045 bash[25015]: cluster 2023-12-05T13:18:37.451071+0000 mgr.y (mgr.14445) 107 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:39.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:38 smithi045 bash[30785]: cluster 2023-12-05T13:18:37.451071+0000 mgr.y (mgr.14445) 107 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:38 smithi079 bash[25290]: cluster 2023-12-05T13:18:37.451071+0000 mgr.y (mgr.14445) 107 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:41.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:40 smithi079 bash[25290]: cluster 2023-12-05T13:18:39.451456+0000 mgr.y (mgr.14445) 108 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:41.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:40 smithi045 bash[25015]: cluster 2023-12-05T13:18:39.451456+0000 mgr.y (mgr.14445) 108 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:41.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:18:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:41.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:40 smithi045 bash[30785]: cluster 2023-12-05T13:18:39.451456+0000 mgr.y (mgr.14445) 108 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:42.035 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:18:42.035 INFO:teuthology.orchestra.run.smithi045.stdout: "id": "c27e3a54-0be0-4d38-9add-9a6b78bf943f", 2023-12-05T13:18:42.036 INFO:teuthology.orchestra.run.smithi045.stdout: "name": "r", 2023-12-05T13:18:42.036 INFO:teuthology.orchestra.run.smithi045.stdout: "current_period": "298a837e-cb48-44ba-9ed7-fd78f619bde5", 2023-12-05T13:18:42.036 INFO:teuthology.orchestra.run.smithi045.stdout: "epoch": 1 2023-12-05T13:18:42.036 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:18:42.252 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[25015]: cluster 2023-12-05T13:18:40.980683+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-05T13:18:42.252 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[25015]: audit 2023-12-05T13:18:40.987489+0000 mon.a (mon.0) 937 : audit [INF] from='client.? 172.21.15.45:0/1401625362' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T13:18:42.252 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[25015]: audit 2023-12-05T13:18:41.183045+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:42.253 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[25015]: audit 2023-12-05T13:18:41.190816+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:42.253 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[30785]: cluster 2023-12-05T13:18:40.980683+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-05T13:18:42.253 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[30785]: audit 2023-12-05T13:18:40.987489+0000 mon.a (mon.0) 937 : audit [INF] from='client.? 172.21.15.45:0/1401625362' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T13:18:42.253 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[30785]: audit 2023-12-05T13:18:41.183045+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:42.253 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:41 smithi045 bash[30785]: audit 2023-12-05T13:18:41.190816+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:41 smithi079 bash[25290]: cluster 2023-12-05T13:18:40.980683+0000 mon.a (mon.0) 936 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-05T13:18:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:41 smithi079 bash[25290]: audit 2023-12-05T13:18:40.987489+0000 mon.a (mon.0) 937 : audit [INF] from='client.? 172.21.15.45:0/1401625362' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T13:18:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:41 smithi079 bash[25290]: audit 2023-12-05T13:18:41.183045+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:41 smithi079 bash[25290]: audit 2023-12-05T13:18:41.190816+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:42.779 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-05T13:18:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:42 smithi045 bash[25015]: cluster 2023-12-05T13:18:41.452299+0000 mgr.y (mgr.14445) 109 : cluster [DBG] pgmap v74: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:42 smithi045 bash[25015]: audit 2023-12-05T13:18:41.984472+0000 mon.a (mon.0) 940 : audit [INF] from='client.? 172.21.15.45:0/1401625362' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-05T13:18:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:42 smithi045 bash[25015]: cluster 2023-12-05T13:18:41.984678+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-05T13:18:43.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:42 smithi045 bash[30785]: cluster 2023-12-05T13:18:41.452299+0000 mgr.y (mgr.14445) 109 : cluster [DBG] pgmap v74: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:43.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:42 smithi045 bash[30785]: audit 2023-12-05T13:18:41.984472+0000 mon.a (mon.0) 940 : audit [INF] from='client.? 172.21.15.45:0/1401625362' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-05T13:18:43.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:42 smithi045 bash[30785]: cluster 2023-12-05T13:18:41.984678+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-05T13:18:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:42 smithi079 bash[25290]: cluster 2023-12-05T13:18:41.452299+0000 mgr.y (mgr.14445) 109 : cluster [DBG] pgmap v74: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:42 smithi079 bash[25290]: audit 2023-12-05T13:18:41.984472+0000 mon.a (mon.0) 940 : audit [INF] from='client.? 172.21.15.45:0/1401625362' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-05T13:18:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:42 smithi079 bash[25290]: cluster 2023-12-05T13:18:41.984678+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-05T13:18:43.898 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:43 smithi045 bash[54485]: level=error ts=2023-12-05T13:18:43.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:18:43.898 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:43 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:43.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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:18:43.899 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:43 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:43.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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:18:44.013 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:18:43 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:18:44.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:44 smithi045 bash[25015]: cluster 2023-12-05T13:18:43.004996+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-05T13:18:44.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:44 smithi045 bash[30785]: cluster 2023-12-05T13:18:43.004996+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-05T13:18:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:44 smithi079 bash[25290]: cluster 2023-12-05T13:18:43.004996+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-05T13:18:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:45 smithi079 bash[25290]: cluster 2023-12-05T13:18:43.453043+0000 mgr.y (mgr.14445) 110 : cluster [DBG] pgmap v77: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:45 smithi045 bash[25015]: cluster 2023-12-05T13:18:43.453043+0000 mgr.y (mgr.14445) 110 : cluster [DBG] pgmap v77: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:45.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:45 smithi045 bash[30785]: cluster 2023-12-05T13:18:43.453043+0000 mgr.y (mgr.14445) 110 : cluster [DBG] pgmap v77: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:47.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:47 smithi045 bash[25015]: cluster 2023-12-05T13:18:45.453678+0000 mgr.y (mgr.14445) 111 : cluster [DBG] pgmap v78: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:47.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:47 smithi045 bash[30785]: cluster 2023-12-05T13:18:45.453678+0000 mgr.y (mgr.14445) 111 : cluster [DBG] pgmap v78: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:47 smithi079 bash[25290]: cluster 2023-12-05T13:18:45.453678+0000 mgr.y (mgr.14445) 111 : cluster [DBG] pgmap v78: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:18:47.636 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:47 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:47] "GET /metrics HTTP/1.1" 200 192575 "" "Prometheus/2.33.4" 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout: "id": "8a604fd0-84c0-4381-b358-00a645ba3054", 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout: "name": "default", 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout: "api_name": "default", 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout: "is_master": "true", 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout: "endpoints": [], 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout: "hostnames": [], 2023-12-05T13:18:47.653 INFO:teuthology.orchestra.run.smithi045.stdout: "hostnames_s3website": [], 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: "master_zone": "", 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: "zones": [], 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: "placement_targets": [], 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: "default_placement": "", 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: "realm_id": "c27e3a54-0be0-4d38-9add-9a6b78bf943f", 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: "sync_policy": { 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: "groups": [] 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:18:47.654 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:18:49.117 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-05T13:18:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:49 smithi079 bash[25290]: cluster 2023-12-05T13:18:47.454613+0000 mgr.y (mgr.14445) 112 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 1 op/s 2023-12-05T13:18:49.298 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:49 smithi045 bash[25015]: cluster 2023-12-05T13:18:47.454613+0000 mgr.y (mgr.14445) 112 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 1 op/s 2023-12-05T13:18:49.298 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:49 smithi045 bash[30785]: cluster 2023-12-05T13:18:47.454613+0000 mgr.y (mgr.14445) 112 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 1 op/s 2023-12-05T13:18:51.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:51 smithi045 bash[25015]: cluster 2023-12-05T13:18:49.455291+0000 mgr.y (mgr.14445) 113 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2023-12-05T13:18:51.271 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:51 smithi045 bash[30785]: cluster 2023-12-05T13:18:49.455291+0000 mgr.y (mgr.14445) 113 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2023-12-05T13:18:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:51 smithi079 bash[25290]: cluster 2023-12-05T13:18:49.455291+0000 mgr.y (mgr.14445) 113 : cluster [DBG] pgmap v80: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2023-12-05T13:18:51.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:51 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:18:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:18:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:52 smithi079 bash[25290]: cluster 2023-12-05T13:18:51.455932+0000 mgr.y (mgr.14445) 114 : cluster [DBG] pgmap v81: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 432 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-05T13:18:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:52 smithi079 bash[25290]: audit 2023-12-05T13:18:51.458165+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:52 smithi079 bash[25290]: audit 2023-12-05T13:18:51.466113+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:52.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:52 smithi045 bash[25015]: cluster 2023-12-05T13:18:51.455932+0000 mgr.y (mgr.14445) 114 : cluster [DBG] pgmap v81: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 432 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-05T13:18:52.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:52 smithi045 bash[25015]: audit 2023-12-05T13:18:51.458165+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:52.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:52 smithi045 bash[25015]: audit 2023-12-05T13:18:51.466113+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:52.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:52 smithi045 bash[30785]: cluster 2023-12-05T13:18:51.455932+0000 mgr.y (mgr.14445) 114 : cluster [DBG] pgmap v81: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 432 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-12-05T13:18:52.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:52 smithi045 bash[30785]: audit 2023-12-05T13:18:51.458165+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:52.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:52 smithi045 bash[30785]: audit 2023-12-05T13:18:51.466113+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:18:53.192 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:18:53.192 INFO:teuthology.orchestra.run.smithi045.stdout: "id": "9c1c306a-53eb-48b8-ae6f-be4161d4d448", 2023-12-05T13:18:53.192 INFO:teuthology.orchestra.run.smithi045.stdout: "name": "z", 2023-12-05T13:18:53.192 INFO:teuthology.orchestra.run.smithi045.stdout: "domain_root": "z.rgw.meta:root", 2023-12-05T13:18:53.192 INFO:teuthology.orchestra.run.smithi045.stdout: "control_pool": "z.rgw.control", 2023-12-05T13:18:53.192 INFO:teuthology.orchestra.run.smithi045.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "log_pool": "z.rgw.log", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "otp_pool": "z.rgw.otp", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "system_key": { 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "access_key": "", 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: "secret_key": "" 2023-12-05T13:18:53.193 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "placement_pools": [ 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: { 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "key": "default-placement", 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "val": { 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "storage_classes": { 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "STANDARD": { 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-05T13:18:53.194 INFO:teuthology.orchestra.run.smithi045.stdout: "index_type": 0 2023-12-05T13:18:53.195 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:18:53.195 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:18:53.195 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:18:53.195 INFO:teuthology.orchestra.run.smithi045.stdout: "realm_id": "c27e3a54-0be0-4d38-9add-9a6b78bf943f", 2023-12-05T13:18:53.195 INFO:teuthology.orchestra.run.smithi045.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-05T13:18:53.195 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:18:53.697 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:53 smithi045 bash[54485]: level=error ts=2023-12-05T13:18:53.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:18:53.697 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:53 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:53.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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:18:53.697 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:18:53 smithi045 bash[54485]: level=warn ts=2023-12-05T13:18:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:18:53.919 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:18:53 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:18:54.042 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-05T13:18:54.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:54 smithi045 bash[25015]: cluster 2023-12-05T13:18:53.456573+0000 mgr.y (mgr.14445) 115 : cluster [DBG] pgmap v82: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 391 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-05T13:18:54.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:54 smithi045 bash[30785]: cluster 2023-12-05T13:18:53.456573+0000 mgr.y (mgr.14445) 115 : cluster [DBG] pgmap v82: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 391 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-05T13:18:54.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:54 smithi079 bash[25290]: cluster 2023-12-05T13:18:53.456573+0000 mgr.y (mgr.14445) 115 : cluster [DBG] pgmap v82: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 391 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-05T13:18:56.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:56 smithi079 bash[25290]: cluster 2023-12-05T13:18:55.457191+0000 mgr.y (mgr.14445) 116 : cluster [DBG] pgmap v83: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 1 op/s 2023-12-05T13:18:56.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:56 smithi045 bash[25015]: cluster 2023-12-05T13:18:55.457191+0000 mgr.y (mgr.14445) 116 : cluster [DBG] pgmap v83: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 1 op/s 2023-12-05T13:18:56.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:56 smithi045 bash[30785]: cluster 2023-12-05T13:18:55.457191+0000 mgr.y (mgr.14445) 116 : cluster [DBG] pgmap v83: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 938 B/s wr, 1 op/s 2023-12-05T13:18:57.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:18:57 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:18:57] "GET /metrics HTTP/1.1" 200 192575 "" "Prometheus/2.33.4" 2023-12-05T13:18:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:59 smithi079 bash[25290]: cluster 2023-12-05T13:18:57.457988+0000 mgr.y (mgr.14445) 117 : cluster [DBG] pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-05T13:18:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:59 smithi079 bash[25290]: cluster 2023-12-05T13:18:57.990587+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-05T13:18:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:59 smithi079 bash[25290]: audit 2023-12-05T13:18:58.003033+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.45:0/1668559622' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T13:18:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:18:59 smithi079 bash[25290]: audit 2023-12-05T13:18:58.003466+0000 mon.a (mon.0) 946 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T13:18:59.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[25015]: cluster 2023-12-05T13:18:57.457988+0000 mgr.y (mgr.14445) 117 : cluster [DBG] pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-05T13:18:59.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[25015]: cluster 2023-12-05T13:18:57.990587+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-05T13:18:59.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[25015]: audit 2023-12-05T13:18:58.003033+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.45:0/1668559622' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T13:18:59.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[25015]: audit 2023-12-05T13:18:58.003466+0000 mon.a (mon.0) 946 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T13:18:59.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[30785]: cluster 2023-12-05T13:18:57.457988+0000 mgr.y (mgr.14445) 117 : cluster [DBG] pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-05T13:18:59.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[30785]: cluster 2023-12-05T13:18:57.990587+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-05T13:18:59.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[30785]: audit 2023-12-05T13:18:58.003033+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.45:0/1668559622' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T13:18:59.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:18:59 smithi045 bash[30785]: audit 2023-12-05T13:18:58.003466+0000 mon.a (mon.0) 946 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T13:19:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:00 smithi079 bash[25290]: audit 2023-12-05T13:18:58.995431+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-05T13:19:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:00 smithi079 bash[25290]: cluster 2023-12-05T13:18:58.995638+0000 mon.a (mon.0) 948 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-05T13:19:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:00 smithi045 bash[25015]: audit 2023-12-05T13:18:58.995431+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-05T13:19:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:00 smithi045 bash[25015]: cluster 2023-12-05T13:18:58.995638+0000 mon.a (mon.0) 948 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-05T13:19:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:00 smithi045 bash[30785]: audit 2023-12-05T13:18:58.995431+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-05T13:19:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:00 smithi045 bash[30785]: cluster 2023-12-05T13:18:58.995638+0000 mon.a (mon.0) 948 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-05T13:19:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:01 smithi079 bash[25290]: cluster 2023-12-05T13:18:59.458620+0000 mgr.y (mgr.14445) 118 : cluster [DBG] pgmap v87: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-05T13:19:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:01 smithi079 bash[25290]: cluster 2023-12-05T13:19:00.017747+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-05T13:19:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:01 smithi079 bash[25290]: audit 2023-12-05T13:19:00.021491+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.45:0/1668559622' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T13:19:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:01 smithi079 bash[25290]: audit 2023-12-05T13:19:00.022181+0000 mon.a (mon.0) 950 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T13:19:01.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[25015]: cluster 2023-12-05T13:18:59.458620+0000 mgr.y (mgr.14445) 118 : cluster [DBG] pgmap v87: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-05T13:19:01.333 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[25015]: cluster 2023-12-05T13:19:00.017747+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-05T13:19:01.333 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[25015]: audit 2023-12-05T13:19:00.021491+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.45:0/1668559622' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T13:19:01.333 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[25015]: audit 2023-12-05T13:19:00.022181+0000 mon.a (mon.0) 950 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T13:19:01.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[30785]: cluster 2023-12-05T13:18:59.458620+0000 mgr.y (mgr.14445) 118 : cluster [DBG] pgmap v87: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-05T13:19:01.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[30785]: cluster 2023-12-05T13:19:00.017747+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-05T13:19:01.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[30785]: audit 2023-12-05T13:19:00.021491+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.45:0/1668559622' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T13:19:01.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[30785]: audit 2023-12-05T13:19:00.022181+0000 mon.a (mon.0) 950 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T13:19:01.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:01 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:19:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[25015]: audit 2023-12-05T13:19:01.026487+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[25015]: cluster 2023-12-05T13:19:01.026839+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[25015]: audit 2023-12-05T13:19:01.319498+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[25015]: audit 2023-12-05T13:19:01.326993+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[30785]: audit 2023-12-05T13:19:01.026487+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[30785]: cluster 2023-12-05T13:19:01.026839+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[30785]: audit 2023-12-05T13:19:01.319498+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:02.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:02 smithi045 bash[30785]: audit 2023-12-05T13:19:01.326993+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:02 smithi079 bash[25290]: audit 2023-12-05T13:19:01.026487+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-05T13:19:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:02 smithi079 bash[25290]: cluster 2023-12-05T13:19:01.026839+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-05T13:19:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:02 smithi079 bash[25290]: audit 2023-12-05T13:19:01.319498+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:02 smithi079 bash[25290]: audit 2023-12-05T13:19:01.326993+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[25015]: cluster 2023-12-05T13:19:01.459724+0000 mgr.y (mgr.14445) 119 : cluster [DBG] pgmap v90: 97 pgs: 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-05T13:19:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[25015]: cluster 2023-12-05T13:19:02.108097+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-05T13:19:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[25015]: audit 2023-12-05T13:19:02.110659+0000 mon.a (mon.0) 956 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T13:19:03.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[30785]: cluster 2023-12-05T13:19:01.459724+0000 mgr.y (mgr.14445) 119 : cluster [DBG] pgmap v90: 97 pgs: 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-05T13:19:03.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[30785]: cluster 2023-12-05T13:19:02.108097+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-05T13:19:03.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[30785]: audit 2023-12-05T13:19:02.110659+0000 mon.a (mon.0) 956 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T13:19:03.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:03 smithi079 bash[25290]: cluster 2023-12-05T13:19:01.459724+0000 mgr.y (mgr.14445) 119 : cluster [DBG] pgmap v90: 97 pgs: 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-05T13:19:03.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:03 smithi079 bash[25290]: cluster 2023-12-05T13:19:02.108097+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-05T13:19:03.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:03 smithi079 bash[25290]: audit 2023-12-05T13:19:02.110659+0000 mon.a (mon.0) 956 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T13:19:03.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[54485]: level=error ts=2023-12-05T13:19:03.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:03.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:03.520Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:03.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:03 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:03.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:04.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:19:03 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:19:04.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[25015]: audit 2023-12-05T13:19:03.115233+0000 mon.a (mon.0) 957 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[25015]: cluster 2023-12-05T13:19:03.115813+0000 mon.a (mon.0) 958 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[25015]: audit 2023-12-05T13:19:03.120777+0000 mon.a (mon.0) 959 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[25015]: audit 2023-12-05T13:19:04.117085+0000 mon.a (mon.0) 960 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[25015]: cluster 2023-12-05T13:19:04.117172+0000 mon.a (mon.0) 961 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[25015]: audit 2023-12-05T13:19:04.118300+0000 mon.a (mon.0) 962 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[30785]: audit 2023-12-05T13:19:03.115233+0000 mon.a (mon.0) 957 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[30785]: cluster 2023-12-05T13:19:03.115813+0000 mon.a (mon.0) 958 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[30785]: audit 2023-12-05T13:19:03.120777+0000 mon.a (mon.0) 959 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[30785]: audit 2023-12-05T13:19:04.117085+0000 mon.a (mon.0) 960 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-05T13:19:04.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[30785]: cluster 2023-12-05T13:19:04.117172+0000 mon.a (mon.0) 961 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-05T13:19:04.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:04 smithi045 bash[30785]: audit 2023-12-05T13:19:04.118300+0000 mon.a (mon.0) 962 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T13:19:04.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:04 smithi079 bash[25290]: audit 2023-12-05T13:19:03.115233+0000 mon.a (mon.0) 957 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-05T13:19:04.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:04 smithi079 bash[25290]: cluster 2023-12-05T13:19:03.115813+0000 mon.a (mon.0) 958 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-05T13:19:04.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:04 smithi079 bash[25290]: audit 2023-12-05T13:19:03.120777+0000 mon.a (mon.0) 959 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T13:19:04.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:04 smithi079 bash[25290]: audit 2023-12-05T13:19:04.117085+0000 mon.a (mon.0) 960 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-05T13:19:04.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:04 smithi079 bash[25290]: cluster 2023-12-05T13:19:04.117172+0000 mon.a (mon.0) 961 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-05T13:19:04.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:04 smithi079 bash[25290]: audit 2023-12-05T13:19:04.118300+0000 mon.a (mon.0) 962 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T13:19:05.240 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "id": "9c235d4c-ec8a-4845-8eeb-f68b3c6b808e", 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "epoch": 1, 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "predecessor_uuid": "298a837e-cb48-44ba-9ed7-fd78f619bde5", 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "sync_status": [], 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "period_map": { 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "id": "9c235d4c-ec8a-4845-8eeb-f68b3c6b808e", 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "zonegroups": [ 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: { 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "id": "8a604fd0-84c0-4381-b358-00a645ba3054", 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "name": "default", 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "api_name": "default", 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "is_master": "true", 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "endpoints": [], 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "hostnames": [], 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "hostnames_s3website": [], 2023-12-05T13:19:05.241 INFO:teuthology.orchestra.run.smithi045.stdout: "master_zone": "9c1c306a-53eb-48b8-ae6f-be4161d4d448", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "zones": [ 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: { 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "id": "9c1c306a-53eb-48b8-ae6f-be4161d4d448", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "name": "z", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "endpoints": [], 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "log_meta": "false", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "log_data": "false", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "bucket_index_max_shards": 11, 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "read_only": "false", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "tier_type": "", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "sync_from_all": "true", 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "sync_from": [], 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: "redirect_zone": "" 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:19:05.242 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "placement_targets": [ 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: { 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "name": "default-placement", 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "tags": [], 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "storage_classes": [ 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "STANDARD" 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "default_placement": "default-placement", 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "realm_id": "c27e3a54-0be0-4d38-9add-9a6b78bf943f", 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "sync_policy": { 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: "groups": [] 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:19:05.243 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "short_zone_ids": [ 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: { 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "key": "9c1c306a-53eb-48b8-ae6f-be4161d4d448", 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "val": 267730883 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "master_zonegroup": "8a604fd0-84c0-4381-b358-00a645ba3054", 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "master_zone": "9c1c306a-53eb-48b8-ae6f-be4161d4d448", 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "period_config": { 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "bucket_quota": { 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "enabled": false, 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "check_on_raw": false, 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "max_size": -1, 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "max_size_kb": 0, 2023-12-05T13:19:05.244 INFO:teuthology.orchestra.run.smithi045.stdout: "max_objects": -1 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "user_quota": { 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "enabled": false, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "check_on_raw": false, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_size": -1, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_size_kb": 0, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_objects": -1 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "user_ratelimit": { 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_read_ops": 0, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_write_ops": 0, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_read_bytes": 0, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_write_bytes": 0, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "enabled": false 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "bucket_ratelimit": { 2023-12-05T13:19:05.245 INFO:teuthology.orchestra.run.smithi045.stdout: "max_read_ops": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "max_write_ops": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "max_read_bytes": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "max_write_bytes": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "enabled": false 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "anonymous_ratelimit": { 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "max_read_ops": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "max_write_ops": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "max_read_bytes": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "max_write_bytes": 0, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "enabled": false 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "realm_id": "c27e3a54-0be0-4d38-9add-9a6b78bf943f", 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "realm_name": "r", 2023-12-05T13:19:05.246 INFO:teuthology.orchestra.run.smithi045.stdout: "realm_epoch": 2 2023-12-05T13:19:05.247 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:19:05.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:05 smithi045 bash[25015]: cluster 2023-12-05T13:19:03.460521+0000 mgr.y (mgr.14445) 120 : cluster [DBG] pgmap v93: 129 pgs: 32 unknown, 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-05T13:19:05.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:05 smithi045 bash[25015]: audit 2023-12-05T13:19:05.119891+0000 mon.a (mon.0) 963 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-05T13:19:05.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:05 smithi045 bash[25015]: cluster 2023-12-05T13:19:05.120064+0000 mon.a (mon.0) 964 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-05T13:19:05.280 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:05 smithi045 bash[30785]: cluster 2023-12-05T13:19:03.460521+0000 mgr.y (mgr.14445) 120 : cluster [DBG] pgmap v93: 129 pgs: 32 unknown, 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-05T13:19:05.280 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:05 smithi045 bash[30785]: audit 2023-12-05T13:19:05.119891+0000 mon.a (mon.0) 963 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-05T13:19:05.280 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:05 smithi045 bash[30785]: cluster 2023-12-05T13:19:05.120064+0000 mon.a (mon.0) 964 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-05T13:19:05.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:05 smithi079 bash[25290]: cluster 2023-12-05T13:19:03.460521+0000 mgr.y (mgr.14445) 120 : cluster [DBG] pgmap v93: 129 pgs: 32 unknown, 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-05T13:19:05.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:05 smithi079 bash[25290]: audit 2023-12-05T13:19:05.119891+0000 mon.a (mon.0) 963 : audit [INF] from='client.? 172.21.15.45:0/3467941874' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-05T13:19:05.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:05 smithi079 bash[25290]: cluster 2023-12-05T13:19:05.120064+0000 mon.a (mon.0) 964 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-05T13:19:06.573 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-05T13:19:07.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:07 smithi045 bash[25015]: cluster 2023-12-05T13:19:05.461299+0000 mgr.y (mgr.14445) 121 : cluster [DBG] pgmap v96: 129 pgs: 32 unknown, 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:07.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:07 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:07] "GET /metrics HTTP/1.1" 200 195190 "" "Prometheus/2.33.4" 2023-12-05T13:19:07.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:07 smithi045 bash[30785]: cluster 2023-12-05T13:19:05.461299+0000 mgr.y (mgr.14445) 121 : cluster [DBG] pgmap v96: 129 pgs: 32 unknown, 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:07.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:07 smithi079 bash[25290]: cluster 2023-12-05T13:19:05.461299+0000 mgr.y (mgr.14445) 121 : cluster [DBG] pgmap v96: 129 pgs: 32 unknown, 11 creating+activating, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:09.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:09 smithi045 bash[30785]: cluster 2023-12-05T13:19:07.462863+0000 mgr.y (mgr.14445) 122 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-05T13:19:09.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:09 smithi045 bash[25015]: cluster 2023-12-05T13:19:07.462863+0000 mgr.y (mgr.14445) 122 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-05T13:19:09.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:09 smithi079 bash[25290]: cluster 2023-12-05T13:19:07.462863+0000 mgr.y (mgr.14445) 122 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-05T13:19:11.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:11 smithi045 bash[25015]: cluster 2023-12-05T13:19:09.463593+0000 mgr.y (mgr.14445) 123 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-05T13:19:11.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:11 smithi045 bash[30785]: cluster 2023-12-05T13:19:09.463593+0000 mgr.y (mgr.14445) 123 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-05T13:19:11.389 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled rgw.foo update... 2023-12-05T13:19:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:11 smithi079 bash[25290]: cluster 2023-12-05T13:19:09.463593+0000 mgr.y (mgr.14445) 123 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-12-05T13:19:11.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:11 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:19:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:12.367 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw smpl' 2023-12-05T13:19:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.375751+0000 mgr.y (mgr.14445) 124 : audit [DBG] from='client.14691 -' 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-05T13:19:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: cephadm 2023-12-05T13:19:11.379495+0000 mgr.y (mgr.14445) 125 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.383779+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.385719+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.386999+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.396635+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.409529+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.415110+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: cephadm 2023-12-05T13:19:11.415918+0000 mgr.y (mgr.14445) 126 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.422822+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.423640+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.428318+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.434335+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.435511+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:12.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: cephadm 2023-12-05T13:19:11.436796+0000 mgr.y (mgr.14445) 127 : cephadm [INF] Deploying daemon rgw.foo.smithi045.wpfwns on smithi045 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: cluster 2023-12-05T13:19:11.464493+0000 mgr.y (mgr.14445) 128 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.575295+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[25015]: audit 2023-12-05T13:19:11.583821+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.375751+0000 mgr.y (mgr.14445) 124 : audit [DBG] from='client.14691 -' 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-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: cephadm 2023-12-05T13:19:11.379495+0000 mgr.y (mgr.14445) 125 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.383779+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.385719+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.386999+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.396635+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.409529+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.415110+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: cephadm 2023-12-05T13:19:11.415918+0000 mgr.y (mgr.14445) 126 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.422822+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.423640+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.428318+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.434335+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.435511+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: cephadm 2023-12-05T13:19:11.436796+0000 mgr.y (mgr.14445) 127 : cephadm [INF] Deploying daemon rgw.foo.smithi045.wpfwns on smithi045 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: cluster 2023-12-05T13:19:11.464493+0000 mgr.y (mgr.14445) 128 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.575295+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:12 smithi045 bash[30785]: audit 2023-12-05T13:19:11.583821+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.375751+0000 mgr.y (mgr.14445) 124 : audit [DBG] from='client.14691 -' 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-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: cephadm 2023-12-05T13:19:11.379495+0000 mgr.y (mgr.14445) 125 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.383779+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.385719+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.386999+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.396635+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.409529+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.415110+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: cephadm 2023-12-05T13:19:11.415918+0000 mgr.y (mgr.14445) 126 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.422822+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.781 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.423640+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:12.782 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.428318+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:12.782 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.434335+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.782 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.435511+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:12.782 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: cephadm 2023-12-05T13:19:11.436796+0000 mgr.y (mgr.14445) 127 : cephadm [INF] Deploying daemon rgw.foo.smithi045.wpfwns on smithi045 2023-12-05T13:19:12.782 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: cluster 2023-12-05T13:19:11.464493+0000 mgr.y (mgr.14445) 128 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-05T13:19:12.782 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.575295+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:12.782 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:12 smithi079 bash[25290]: audit 2023-12-05T13:19:11.583821+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:13.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:13 smithi045 bash[54485]: level=error ts=2023-12-05T13:19:13.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:13.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:13 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:13.522Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:13.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:13 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:13.524Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:14.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:19:13 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:19:14.751 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:14 smithi045 bash[25015]: cluster 2023-12-05T13:19:13.465146+0000 mgr.y (mgr.14445) 129 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 985 B/s wr, 2 op/s 2023-12-05T13:19:14.751 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:14 smithi045 bash[30785]: cluster 2023-12-05T13:19:13.465146+0000 mgr.y (mgr.14445) 129 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 985 B/s wr, 2 op/s 2023-12-05T13:19:14.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:14 smithi079 bash[25290]: cluster 2023-12-05T13:19:13.465146+0000 mgr.y (mgr.14445) 129 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 985 B/s wr, 2 op/s 2023-12-05T13:19:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:16 smithi079 bash[25290]: cluster 2023-12-05T13:19:15.465838+0000 mgr.y (mgr.14445) 130 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 890 B/s wr, 2 op/s 2023-12-05T13:19:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:16 smithi079 bash[25290]: audit 2023-12-05T13:19:16.238844+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:16 smithi079 bash[25290]: audit 2023-12-05T13:19:16.240979+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:16 smithi079 bash[25290]: audit 2023-12-05T13:19:16.245663+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:16.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:16 smithi079 bash[25290]: audit 2023-12-05T13:19:16.252801+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:16.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:16 smithi079 bash[25290]: audit 2023-12-05T13:19:16.254225+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:16.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[30785]: cluster 2023-12-05T13:19:15.465838+0000 mgr.y (mgr.14445) 130 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 890 B/s wr, 2 op/s 2023-12-05T13:19:16.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[30785]: audit 2023-12-05T13:19:16.238844+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:16.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[30785]: audit 2023-12-05T13:19:16.240979+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:16.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[30785]: audit 2023-12-05T13:19:16.245663+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:16.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[30785]: audit 2023-12-05T13:19:16.252801+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:16.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[30785]: audit 2023-12-05T13:19:16.254225+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:16.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[25015]: cluster 2023-12-05T13:19:15.465838+0000 mgr.y (mgr.14445) 130 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 890 B/s wr, 2 op/s 2023-12-05T13:19:16.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[25015]: audit 2023-12-05T13:19:16.238844+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:16.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[25015]: audit 2023-12-05T13:19:16.240979+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:16.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[25015]: audit 2023-12-05T13:19:16.245663+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:16.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[25015]: audit 2023-12-05T13:19:16.252801+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:16.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:16 smithi045 bash[25015]: audit 2023-12-05T13:19:16.254225+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:17.657 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:17] "GET /metrics HTTP/1.1" 200 196815 "" "Prometheus/2.33.4" 2023-12-05T13:19:17.776 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled rgw.smpl update... 2023-12-05T13:19:18.415 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:18 smithi079 bash[25290]: cephadm 2023-12-05T13:19:16.255387+0000 mgr.y (mgr.14445) 131 : cephadm [INF] Deploying daemon rgw.foo.smithi079.njwvfx on smithi079 2023-12-05T13:19:18.415 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:18 smithi079 bash[25290]: audit 2023-12-05T13:19:17.770646+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:18.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:18 smithi045 bash[25015]: cephadm 2023-12-05T13:19:16.255387+0000 mgr.y (mgr.14445) 131 : cephadm [INF] Deploying daemon rgw.foo.smithi079.njwvfx on smithi079 2023-12-05T13:19:18.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:18 smithi045 bash[25015]: audit 2023-12-05T13:19:17.770646+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:18 smithi045 bash[30785]: cephadm 2023-12-05T13:19:16.255387+0000 mgr.y (mgr.14445) 131 : cephadm [INF] Deploying daemon rgw.foo.smithi079.njwvfx on smithi079 2023-12-05T13:19:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:18 smithi045 bash[30785]: audit 2023-12-05T13:19:17.770646+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:18.589 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph osd pool create foo' 2023-12-05T13:19:19.118 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[30785]: cluster 2023-12-05T13:19:17.467398+0000 mgr.y (mgr.14445) 132 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 767 B/s wr, 1 op/s 2023-12-05T13:19:19.118 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[30785]: audit 2023-12-05T13:19:17.763368+0000 mgr.y (mgr.14445) 133 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:19.118 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[30785]: cephadm 2023-12-05T13:19:17.764778+0000 mgr.y (mgr.14445) 134 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T13:19:19.118 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[30785]: audit 2023-12-05T13:19:18.814171+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:19.118 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[30785]: audit 2023-12-05T13:19:18.818633+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:19.118 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[30785]: audit 2023-12-05T13:19:18.820153+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:19.119 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[25015]: cluster 2023-12-05T13:19:17.467398+0000 mgr.y (mgr.14445) 132 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 767 B/s wr, 1 op/s 2023-12-05T13:19:19.119 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[25015]: audit 2023-12-05T13:19:17.763368+0000 mgr.y (mgr.14445) 133 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:19.119 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[25015]: cephadm 2023-12-05T13:19:17.764778+0000 mgr.y (mgr.14445) 134 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T13:19:19.119 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[25015]: audit 2023-12-05T13:19:18.814171+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:19.119 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[25015]: audit 2023-12-05T13:19:18.818633+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:19.119 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:19 smithi045 bash[25015]: audit 2023-12-05T13:19:18.820153+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:19 smithi079 bash[25290]: cluster 2023-12-05T13:19:17.467398+0000 mgr.y (mgr.14445) 132 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 767 B/s wr, 1 op/s 2023-12-05T13:19:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:19 smithi079 bash[25290]: audit 2023-12-05T13:19:17.763368+0000 mgr.y (mgr.14445) 133 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:19 smithi079 bash[25290]: cephadm 2023-12-05T13:19:17.764778+0000 mgr.y (mgr.14445) 134 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T13:19:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:19 smithi079 bash[25290]: audit 2023-12-05T13:19:18.814171+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:19 smithi079 bash[25290]: audit 2023-12-05T13:19:18.818633+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:19 smithi079 bash[25290]: audit 2023-12-05T13:19:18.820153+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:20.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: cephadm 2023-12-05T13:19:18.827662+0000 mgr.y (mgr.14445) 135 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.324791+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.331280+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.339102+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.348696+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.349976+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.662577+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.667477+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.668586+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[25015]: audit 2023-12-05T13:19:19.675231+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: cephadm 2023-12-05T13:19:18.827662+0000 mgr.y (mgr.14445) 135 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:20.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.324791+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.331280+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.339102+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.348696+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.349976+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.662577+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.667477+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.668586+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:20.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:20 smithi045 bash[30785]: audit 2023-12-05T13:19:19.675231+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: cephadm 2023-12-05T13:19:18.827662+0000 mgr.y (mgr.14445) 135 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.324791+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.331280+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.339102+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.348696+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.349976+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.662577+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:20.452 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.667477+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:20.453 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.668586+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:20.453 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:20 smithi079 bash[25290]: audit 2023-12-05T13:19:19.675231+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:21 smithi079 bash[25290]: cephadm 2023-12-05T13:19:19.339655+0000 mgr.y (mgr.14445) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:21 smithi079 bash[25290]: cephadm 2023-12-05T13:19:19.355358+0000 mgr.y (mgr.14445) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:21 smithi079 bash[25290]: cluster 2023-12-05T13:19:19.468259+0000 mgr.y (mgr.14445) 138 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:21 smithi079 bash[25290]: cephadm 2023-12-05T13:19:19.663206+0000 mgr.y (mgr.14445) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:21 smithi079 bash[25290]: cephadm 2023-12-05T13:19:19.675766+0000 mgr.y (mgr.14445) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:21 smithi079 bash[25290]: audit 2023-12-05T13:19:20.403935+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[25015]: cephadm 2023-12-05T13:19:19.339655+0000 mgr.y (mgr.14445) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[25015]: cephadm 2023-12-05T13:19:19.355358+0000 mgr.y (mgr.14445) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[25015]: cluster 2023-12-05T13:19:19.468259+0000 mgr.y (mgr.14445) 138 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[25015]: cephadm 2023-12-05T13:19:19.663206+0000 mgr.y (mgr.14445) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[25015]: cephadm 2023-12-05T13:19:19.675766+0000 mgr.y (mgr.14445) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[25015]: audit 2023-12-05T13:19:20.403935+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[30785]: cephadm 2023-12-05T13:19:19.339655+0000 mgr.y (mgr.14445) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[30785]: cephadm 2023-12-05T13:19:19.355358+0000 mgr.y (mgr.14445) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[30785]: cluster 2023-12-05T13:19:19.468259+0000 mgr.y (mgr.14445) 138 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[30785]: cephadm 2023-12-05T13:19:19.663206+0000 mgr.y (mgr.14445) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[30785]: cephadm 2023-12-05T13:19:19.675766+0000 mgr.y (mgr.14445) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[30785]: audit 2023-12-05T13:19:20.403935+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:21.820 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:21 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:19:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:22.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:22 smithi045 bash[25015]: audit 2023-12-05T13:19:21.452216+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:22.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:22 smithi045 bash[25015]: cluster 2023-12-05T13:19:21.469934+0000 mgr.y (mgr.14445) 141 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.0 KiB/s wr, 164 op/s 2023-12-05T13:19:22.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:22 smithi045 bash[30785]: audit 2023-12-05T13:19:21.452216+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:22.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:22 smithi045 bash[30785]: cluster 2023-12-05T13:19:21.469934+0000 mgr.y (mgr.14445) 141 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.0 KiB/s wr, 164 op/s 2023-12-05T13:19:22.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:22 smithi079 bash[25290]: audit 2023-12-05T13:19:21.452216+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:22.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:22 smithi079 bash[25290]: cluster 2023-12-05T13:19:21.469934+0000 mgr.y (mgr.14445) 141 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.0 KiB/s wr, 164 op/s 2023-12-05T13:19:23.824 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:23 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:19:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:23.824 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:23 smithi045 bash[54485]: level=error ts=2023-12-05T13:19:23.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:23.824 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:23 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:23.527Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:23.824 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:23 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:23.528Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:23.866 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:19:23 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:19:25.032 INFO:teuthology.orchestra.run.smithi045.stderr:pool 'foo' created 2023-12-05T13:19:25.262 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:24 smithi045 bash[25015]: cluster 2023-12-05T13:19:23.470719+0000 mgr.y (mgr.14445) 142 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.0 KiB/s wr, 164 op/s 2023-12-05T13:19:25.262 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:24 smithi045 bash[25015]: audit 2023-12-05T13:19:23.712747+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:25.262 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:24 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:19:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:25.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:24 smithi045 bash[30785]: cluster 2023-12-05T13:19:23.470719+0000 mgr.y (mgr.14445) 142 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.0 KiB/s wr, 164 op/s 2023-12-05T13:19:25.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:24 smithi045 bash[30785]: audit 2023-12-05T13:19:23.712747+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:24 smithi079 bash[25290]: cluster 2023-12-05T13:19:23.470719+0000 mgr.y (mgr.14445) 142 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.0 KiB/s wr, 164 op/s 2023-12-05T13:19:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:24 smithi079 bash[25290]: audit 2023-12-05T13:19:23.712747+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:25.877 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'rbd pool init foo' 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[25015]: audit 2023-12-05T13:19:24.513801+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.45:0/3745478643' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[25015]: audit 2023-12-05T13:19:24.514414+0000 mon.a (mon.0) 999 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[25015]: audit 2023-12-05T13:19:24.968008+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[25015]: audit 2023-12-05T13:19:25.015425+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[25015]: cluster 2023-12-05T13:19:25.015639+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[30785]: audit 2023-12-05T13:19:24.513801+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.45:0/3745478643' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[30785]: audit 2023-12-05T13:19:24.514414+0000 mon.a (mon.0) 999 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[30785]: audit 2023-12-05T13:19:24.968008+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[30785]: audit 2023-12-05T13:19:25.015425+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-05T13:19:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:25 smithi045 bash[30785]: cluster 2023-12-05T13:19:25.015639+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-05T13:19:26.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:25 smithi079 bash[25290]: audit 2023-12-05T13:19:24.513801+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.45:0/3745478643' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T13:19:26.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:25 smithi079 bash[25290]: audit 2023-12-05T13:19:24.514414+0000 mon.a (mon.0) 999 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T13:19:26.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:25 smithi079 bash[25290]: audit 2023-12-05T13:19:24.968008+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:26.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:25 smithi079 bash[25290]: audit 2023-12-05T13:19:25.015425+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-05T13:19:26.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:25 smithi079 bash[25290]: cluster 2023-12-05T13:19:25.015639+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-05T13:19:26.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:26 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:19:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[25015]: cluster 2023-12-05T13:19:25.471512+0000 mgr.y (mgr.14445) 143 : cluster [DBG] pgmap v107: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s rd, 3.6 KiB/s wr, 197 op/s 2023-12-05T13:19:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[25015]: cluster 2023-12-05T13:19:26.020168+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-05T13:19:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[25015]: audit 2023-12-05T13:19:26.498855+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[25015]: audit 2023-12-05T13:19:26.505595+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[30785]: cluster 2023-12-05T13:19:25.471512+0000 mgr.y (mgr.14445) 143 : cluster [DBG] pgmap v107: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s rd, 3.6 KiB/s wr, 197 op/s 2023-12-05T13:19:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[30785]: cluster 2023-12-05T13:19:26.020168+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-05T13:19:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[30785]: audit 2023-12-05T13:19:26.498855+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[30785]: audit 2023-12-05T13:19:26.505595+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:27.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:27 smithi079 bash[25290]: cluster 2023-12-05T13:19:25.471512+0000 mgr.y (mgr.14445) 143 : cluster [DBG] pgmap v107: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s rd, 3.6 KiB/s wr, 197 op/s 2023-12-05T13:19:27.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:27 smithi079 bash[25290]: cluster 2023-12-05T13:19:26.020168+0000 mon.a (mon.0) 1003 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-05T13:19:27.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:27 smithi079 bash[25290]: audit 2023-12-05T13:19:26.498855+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:27.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:27 smithi079 bash[25290]: audit 2023-12-05T13:19:26.505595+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:27.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:27] "GET /metrics HTTP/1.1" 200 196815 "" "Prometheus/2.33.4" 2023-12-05T13:19:27.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:19:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:28.034 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:27 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:19:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: cluster 2023-12-05T13:19:27.031589+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-05T13:19:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.504412+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.867218+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.873468+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.913091+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.915021+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.926683+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.937859+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.938793+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.945257+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.952097+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:28 smithi079 bash[25290]: audit 2023-12-05T13:19:27.953641+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:28.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: cluster 2023-12-05T13:19:27.031589+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-05T13:19:28.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.504412+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.867218+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.873468+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.913091+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:28.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.915021+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:28.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.926683+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.937859+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.938793+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:28.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.945257+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:28.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.952097+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[25015]: audit 2023-12-05T13:19:27.953641+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:28.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: cluster 2023-12-05T13:19:27.031589+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-05T13:19:28.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.504412+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.867218+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.873468+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.913091+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:28.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.915021+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:28.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.926683+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.937859+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.938793+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:28.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.945257+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:28.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.952097+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:28.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:28 smithi045 bash[30785]: audit 2023-12-05T13:19:27.953641+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:29 smithi045 bash[25015]: cluster 2023-12-05T13:19:27.472195+0000 mgr.y (mgr.14445) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-05T13:19:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:29 smithi045 bash[25015]: cephadm 2023-12-05T13:19:27.932961+0000 mgr.y (mgr.14445) 145 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T13:19:29.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:29 smithi045 bash[25015]: cephadm 2023-12-05T13:19:27.955501+0000 mgr.y (mgr.14445) 146 : cephadm [INF] Deploying daemon rgw.smpl.smithi045.rxwiyz on smithi045 2023-12-05T13:19:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:29 smithi045 bash[30785]: cluster 2023-12-05T13:19:27.472195+0000 mgr.y (mgr.14445) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-05T13:19:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:29 smithi045 bash[30785]: cephadm 2023-12-05T13:19:27.932961+0000 mgr.y (mgr.14445) 145 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T13:19:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:29 smithi045 bash[30785]: cephadm 2023-12-05T13:19:27.955501+0000 mgr.y (mgr.14445) 146 : cephadm [INF] Deploying daemon rgw.smpl.smithi045.rxwiyz on smithi045 2023-12-05T13:19:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:29 smithi079 bash[25290]: cluster 2023-12-05T13:19:27.472195+0000 mgr.y (mgr.14445) 144 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-05T13:19:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:29 smithi079 bash[25290]: cephadm 2023-12-05T13:19:27.932961+0000 mgr.y (mgr.14445) 145 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T13:19:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:29 smithi079 bash[25290]: cephadm 2023-12-05T13:19:27.955501+0000 mgr.y (mgr.14445) 146 : cephadm [INF] Deploying daemon rgw.smpl.smithi045.rxwiyz on smithi045 2023-12-05T13:19:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: cluster 2023-12-05T13:19:29.472954+0000 mgr.y (mgr.14445) 147 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-05T13:19:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.217099+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.45:0/3314306236' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T13:19:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.217622+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T13:19:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.307105+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.307607+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.308045+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.308627+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.647565+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[30785]: audit 2023-12-05T13:19:30.654715+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: cluster 2023-12-05T13:19:29.472954+0000 mgr.y (mgr.14445) 147 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.217099+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.45:0/3314306236' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.217622+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.307105+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.307607+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-05T13:19:31.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.308045+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-05T13:19:31.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.308627+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-12-05T13:19:31.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.647565+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:19:31.151 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:31 smithi045 bash[25015]: audit 2023-12-05T13:19:30.654715+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: cluster 2023-12-05T13:19:29.472954+0000 mgr.y (mgr.14445) 147 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.217099+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.45:0/3314306236' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.217622+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.307105+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.307607+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.308045+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.308627+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.647565+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:19:31.436 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:31 smithi079 bash[25290]: audit 2023-12-05T13:19:30.654715+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.137830+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.138132+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.138219+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.138289+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.138371+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: cluster 2023-12-05T13:19:31.138443+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.400841+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.402343+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:32.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.406535+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.413384+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[25015]: audit 2023-12-05T13:19:31.414631+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.137830+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.138132+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.138219+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.138289+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.138371+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: cluster 2023-12-05T13:19:31.138443+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.400841+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.402343+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.406535+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:32.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.413384+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:32.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:32 smithi045 bash[30785]: audit 2023-12-05T13:19:31.414631+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.137830+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-05T13:19:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.138132+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2023-12-05T13:19:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.138219+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-05T13:19:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.138289+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-12-05T13:19:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.138371+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2023-12-05T13:19:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: cluster 2023-12-05T13:19:31.138443+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-05T13:19:32.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.400841+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:32.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.402343+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:19:32.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.406535+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:19:32.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.413384+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:32.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:32 smithi079 bash[25290]: audit 2023-12-05T13:19:31.414631+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:33.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:33 smithi079 bash[25290]: cephadm 2023-12-05T13:19:31.415795+0000 mgr.y (mgr.14445) 148 : cephadm [INF] Deploying daemon rgw.smpl.smithi079.zcvxug on smithi079 2023-12-05T13:19:33.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:33 smithi079 bash[25290]: cluster 2023-12-05T13:19:31.474702+0000 mgr.y (mgr.14445) 149 : cluster [DBG] pgmap v113: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2023-12-05T13:19:33.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:33 smithi079 bash[25290]: cluster 2023-12-05T13:19:32.143290+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-05T13:19:33.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[30785]: cephadm 2023-12-05T13:19:31.415795+0000 mgr.y (mgr.14445) 148 : cephadm [INF] Deploying daemon rgw.smpl.smithi079.zcvxug on smithi079 2023-12-05T13:19:33.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[30785]: cluster 2023-12-05T13:19:31.474702+0000 mgr.y (mgr.14445) 149 : cluster [DBG] pgmap v113: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2023-12-05T13:19:33.421 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[30785]: cluster 2023-12-05T13:19:32.143290+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-05T13:19:33.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[25015]: cephadm 2023-12-05T13:19:31.415795+0000 mgr.y (mgr.14445) 148 : cephadm [INF] Deploying daemon rgw.smpl.smithi079.zcvxug on smithi079 2023-12-05T13:19:33.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[25015]: cluster 2023-12-05T13:19:31.474702+0000 mgr.y (mgr.14445) 149 : cluster [DBG] pgmap v113: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 36 op/s 2023-12-05T13:19:33.421 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[25015]: cluster 2023-12-05T13:19:32.143290+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-05T13:19:33.697 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[54485]: level=error ts=2023-12-05T13:19:33.520Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:33.697 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:33.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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:33.697 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:33 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:33.524Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:33.762 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:19:33 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:19:34.141 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-05T13:19:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:34 smithi079 bash[25290]: cluster 2023-12-05T13:19:33.155981+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-05T13:19:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:34 smithi079 bash[25290]: audit 2023-12-05T13:19:34.031751+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:34 smithi079 bash[25290]: audit 2023-12-05T13:19:34.037503+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:34.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:34 smithi079 bash[25290]: audit 2023-12-05T13:19:34.042276+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[25015]: cluster 2023-12-05T13:19:33.155981+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[25015]: audit 2023-12-05T13:19:34.031751+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[25015]: audit 2023-12-05T13:19:34.037503+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[25015]: audit 2023-12-05T13:19:34.042276+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[30785]: cluster 2023-12-05T13:19:33.155981+0000 mon.a (mon.0) 1037 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[30785]: audit 2023-12-05T13:19:34.031751+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[30785]: audit 2023-12-05T13:19:34.037503+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:34.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:34 smithi045 bash[30785]: audit 2023-12-05T13:19:34.042276+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:35.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[25015]: cluster 2023-12-05T13:19:33.475487+0000 mgr.y (mgr.14445) 150 : cluster [DBG] pgmap v116: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:35.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[25015]: cephadm 2023-12-05T13:19:34.049116+0000 mgr.y (mgr.14445) 151 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:35.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[25015]: audit 2023-12-05T13:19:34.362258+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:35.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[25015]: audit 2023-12-05T13:19:34.374076+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:35.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[25015]: audit 2023-12-05T13:19:34.375237+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:35.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[25015]: audit 2023-12-05T13:19:34.662812+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:35.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[30785]: cluster 2023-12-05T13:19:33.475487+0000 mgr.y (mgr.14445) 150 : cluster [DBG] pgmap v116: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:35.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[30785]: cephadm 2023-12-05T13:19:34.049116+0000 mgr.y (mgr.14445) 151 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:35.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[30785]: audit 2023-12-05T13:19:34.362258+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:35.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[30785]: audit 2023-12-05T13:19:34.374076+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:35.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[30785]: audit 2023-12-05T13:19:34.375237+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:35.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:35 smithi045 bash[30785]: audit 2023-12-05T13:19:34.662812+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:35.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:35 smithi079 bash[25290]: cluster 2023-12-05T13:19:33.475487+0000 mgr.y (mgr.14445) 150 : cluster [DBG] pgmap v116: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:35.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:35 smithi079 bash[25290]: cephadm 2023-12-05T13:19:34.049116+0000 mgr.y (mgr.14445) 151 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:35.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:35 smithi079 bash[25290]: audit 2023-12-05T13:19:34.362258+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:35.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:35 smithi079 bash[25290]: audit 2023-12-05T13:19:34.374076+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:35.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:35 smithi079 bash[25290]: audit 2023-12-05T13:19:34.375237+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:35.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:35 smithi079 bash[25290]: audit 2023-12-05T13:19:34.662812+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:36.188 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[30785]: cephadm 2023-12-05T13:19:34.363192+0000 mgr.y (mgr.14445) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:36.189 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[30785]: cephadm 2023-12-05T13:19:34.381816+0000 mgr.y (mgr.14445) 153 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:36.189 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[30785]: cephadm 2023-12-05T13:19:34.663682+0000 mgr.y (mgr.14445) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:36.189 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[30785]: audit 2023-12-05T13:19:35.417299+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:36.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:36 smithi079 bash[25290]: cephadm 2023-12-05T13:19:34.363192+0000 mgr.y (mgr.14445) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:36.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:36 smithi079 bash[25290]: cephadm 2023-12-05T13:19:34.381816+0000 mgr.y (mgr.14445) 153 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:36.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:36 smithi079 bash[25290]: cephadm 2023-12-05T13:19:34.663682+0000 mgr.y (mgr.14445) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:36.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:36 smithi079 bash[25290]: audit 2023-12-05T13:19:35.417299+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:36.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[25015]: cephadm 2023-12-05T13:19:34.363192+0000 mgr.y (mgr.14445) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:36.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[25015]: cephadm 2023-12-05T13:19:34.381816+0000 mgr.y (mgr.14445) 153 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T13:19:36.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[25015]: cephadm 2023-12-05T13:19:34.663682+0000 mgr.y (mgr.14445) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:36.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:36 smithi045 bash[25015]: audit 2023-12-05T13:19:35.417299+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:37.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:37 smithi045 bash[25015]: cluster 2023-12-05T13:19:35.476556+0000 mgr.y (mgr.14445) 155 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:37.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:37 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:37] "GET /metrics HTTP/1.1" 200 208048 "" "Prometheus/2.33.4" 2023-12-05T13:19:37.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:37 smithi045 bash[30785]: cluster 2023-12-05T13:19:35.476556+0000 mgr.y (mgr.14445) 155 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:37.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:37 smithi079 bash[25290]: cluster 2023-12-05T13:19:35.476556+0000 mgr.y (mgr.14445) 155 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 584 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:39 smithi079 bash[25290]: cluster 2023-12-05T13:19:37.478616+0000 mgr.y (mgr.14445) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 645 B/s wr, 272 op/s; 63 B/s, 0 objects/s recovering 2023-12-05T13:19:39.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:39 smithi045 bash[25015]: cluster 2023-12-05T13:19:37.478616+0000 mgr.y (mgr.14445) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 645 B/s wr, 272 op/s; 63 B/s, 0 objects/s recovering 2023-12-05T13:19:39.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:39 smithi045 bash[30785]: cluster 2023-12-05T13:19:37.478616+0000 mgr.y (mgr.14445) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 645 B/s wr, 272 op/s; 63 B/s, 0 objects/s recovering 2023-12-05T13:19:39.503 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled iscsi.foo update... 2023-12-05T13:19:40.197 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:39 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:19:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:40.306 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 120' 2023-12-05T13:19:40.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: cluster 2023-12-05T13:19:39.479213+0000 mgr.y (mgr.14445) 157 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 895 B/s wr, 217 op/s; 50 B/s, 0 objects/s recovering 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: audit 2023-12-05T13:19:39.486403+0000 mgr.y (mgr.14445) 158 : audit [DBG] from='client.24832 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: cephadm 2023-12-05T13:19:39.490442+0000 mgr.y (mgr.14445) 159 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: audit 2023-12-05T13:19:39.496906+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: audit 2023-12-05T13:19:39.544011+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: audit 2023-12-05T13:19:39.545655+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: audit 2023-12-05T13:19:39.556423+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: cephadm 2023-12-05T13:19:39.557230+0000 mgr.y (mgr.14445) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[25015]: audit 2023-12-05T13:19:39.835398+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: cluster 2023-12-05T13:19:39.479213+0000 mgr.y (mgr.14445) 157 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 895 B/s wr, 217 op/s; 50 B/s, 0 objects/s recovering 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: audit 2023-12-05T13:19:39.486403+0000 mgr.y (mgr.14445) 158 : audit [DBG] from='client.24832 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: cephadm 2023-12-05T13:19:39.490442+0000 mgr.y (mgr.14445) 159 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-05T13:19:40.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: audit 2023-12-05T13:19:39.496906+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: audit 2023-12-05T13:19:39.544011+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:40.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: audit 2023-12-05T13:19:39.545655+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:40.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: audit 2023-12-05T13:19:39.556423+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: cephadm 2023-12-05T13:19:39.557230+0000 mgr.y (mgr.14445) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:40.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:40 smithi045 bash[30785]: audit 2023-12-05T13:19:39.835398+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: cluster 2023-12-05T13:19:39.479213+0000 mgr.y (mgr.14445) 157 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 895 B/s wr, 217 op/s; 50 B/s, 0 objects/s recovering 2023-12-05T13:19:40.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: audit 2023-12-05T13:19:39.486403+0000 mgr.y (mgr.14445) 158 : audit [DBG] from='client.24832 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:40.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: cephadm 2023-12-05T13:19:39.490442+0000 mgr.y (mgr.14445) 159 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-05T13:19:40.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: audit 2023-12-05T13:19:39.496906+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: audit 2023-12-05T13:19:39.544011+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:40.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: audit 2023-12-05T13:19:39.545655+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:40.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: audit 2023-12-05T13:19:39.556423+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:40.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: cephadm 2023-12-05T13:19:39.557230+0000 mgr.y (mgr.14445) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:40.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:40 smithi079 bash[25290]: audit 2023-12-05T13:19:39.835398+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:41.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:41 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:19:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:42.550 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:19:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:42.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[25015]: cluster 2023-12-05T13:19:41.481517+0000 mgr.y (mgr.14445) 161 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 147 KiB/s rd, 767 B/s wr, 223 op/s; 43 B/s, 0 objects/s recovering 2023-12-05T13:19:42.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[25015]: audit 2023-12-05T13:19:41.545505+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:42.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[25015]: audit 2023-12-05T13:19:41.552911+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:42.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[25015]: cluster 2023-12-05T13:19:42.116863+0000 mon.a (mon.0) 1053 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-05T13:19:42.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[25015]: audit 2023-12-05T13:19:42.214905+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:42.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[30785]: cluster 2023-12-05T13:19:41.481517+0000 mgr.y (mgr.14445) 161 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 147 KiB/s rd, 767 B/s wr, 223 op/s; 43 B/s, 0 objects/s recovering 2023-12-05T13:19:42.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[30785]: audit 2023-12-05T13:19:41.545505+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:42.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[30785]: audit 2023-12-05T13:19:41.552911+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:42.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[30785]: cluster 2023-12-05T13:19:42.116863+0000 mon.a (mon.0) 1053 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-05T13:19:42.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:42 smithi045 bash[30785]: audit 2023-12-05T13:19:42.214905+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:43.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:42 smithi079 bash[25290]: cluster 2023-12-05T13:19:41.481517+0000 mgr.y (mgr.14445) 161 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 147 KiB/s rd, 767 B/s wr, 223 op/s; 43 B/s, 0 objects/s recovering 2023-12-05T13:19:43.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:42 smithi079 bash[25290]: audit 2023-12-05T13:19:41.545505+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:43.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:42 smithi079 bash[25290]: audit 2023-12-05T13:19:41.552911+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:43.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:42 smithi079 bash[25290]: cluster 2023-12-05T13:19:42.116863+0000 mon.a (mon.0) 1053 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-05T13:19:43.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:42 smithi079 bash[25290]: audit 2023-12-05T13:19:42.214905+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:43.785 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:43 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:19:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:43.785 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:43 smithi045 bash[54485]: level=error ts=2023-12-05T13:19:43.520Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:43.786 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:43 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:43.525Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:43.786 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:43 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:43.526Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:44.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:19:43 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:19:45.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: cluster 2023-12-05T13:19:43.482489+0000 mgr.y (mgr.14445) 162 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 716 B/s wr, 208 op/s; 40 B/s, 0 objects/s recovering 2023-12-05T13:19:45.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:43.706797+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:43.714335+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:43.736019+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:43.737871+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:44.044314+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:44.052719+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: cephadm 2023-12-05T13:19:44.059794+0000 mgr.y (mgr.14445) 163 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:44.069188+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:44.074702+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: audit 2023-12-05T13:19:44.082087+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:45.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:44 smithi079 bash[25290]: cephadm 2023-12-05T13:19:44.083697+0000 mgr.y (mgr.14445) 164 : cephadm [INF] Deploying daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:19:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: cluster 2023-12-05T13:19:43.482489+0000 mgr.y (mgr.14445) 162 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 716 B/s wr, 208 op/s; 40 B/s, 0 objects/s recovering 2023-12-05T13:19:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:43.706797+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:43.714335+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:43.736019+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:43.737871+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:44.044314+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:44.052719+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: cephadm 2023-12-05T13:19:44.059794+0000 mgr.y (mgr.14445) 163 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:44.069188+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:19:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:44.074702+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:19:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: audit 2023-12-05T13:19:44.082087+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[25015]: cephadm 2023-12-05T13:19:44.083697+0000 mgr.y (mgr.14445) 164 : cephadm [INF] Deploying daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: cluster 2023-12-05T13:19:43.482489+0000 mgr.y (mgr.14445) 162 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 716 B/s wr, 208 op/s; 40 B/s, 0 objects/s recovering 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:43.706797+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:43.714335+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:43.736019+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:43.737871+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:44.044314+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:44.052719+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: cephadm 2023-12-05T13:19:44.059794+0000 mgr.y (mgr.14445) 163 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-05T13:19:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:44.069188+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:19:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:44.074702+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:19:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: audit 2023-12-05T13:19:44.082087+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:44 smithi045 bash[30785]: cephadm 2023-12-05T13:19:44.083697+0000 mgr.y (mgr.14445) 164 : cephadm [INF] Deploying daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:19:46.917 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:46 smithi045 bash[25015]: cluster 2023-12-05T13:19:45.483344+0000 mgr.y (mgr.14445) 165 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 716 B/s wr, 208 op/s; 40 B/s, 0 objects/s recovering 2023-12-05T13:19:46.918 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:46 smithi045 bash[30785]: cluster 2023-12-05T13:19:45.483344+0000 mgr.y (mgr.14445) 165 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 716 B/s wr, 208 op/s; 40 B/s, 0 objects/s recovering 2023-12-05T13:19:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:46 smithi079 bash[25290]: cluster 2023-12-05T13:19:45.483344+0000 mgr.y (mgr.14445) 165 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 716 B/s wr, 208 op/s; 40 B/s, 0 objects/s recovering 2023-12-05T13:19:47.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:47] "GET /metrics HTTP/1.1" 200 214935 "" "Prometheus/2.33.4" 2023-12-05T13:19:48.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: cluster 2023-12-05T13:19:46.736821+0000 mon.a (mon.0) 1064 : cluster [DBG] mgrmap e21: y(active, since 3m), standbys: x 2023-12-05T13:19:48.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.927027+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.930384+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:48.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.931556+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.941929+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: cephadm 2023-12-05T13:19:46.942592+0000 mgr.y (mgr.14445) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.949541+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.950293+0000 mgr.y (mgr.14445) 167 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: cephadm 2023-12-05T13:19:46.951923+0000 mgr.y (mgr.14445) 168 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.952351+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.952882+0000 mgr.y (mgr.14445) 169 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.960048+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.964902+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.965836+0000 mgr.y (mgr.14445) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.978491+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.980340+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.981296+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: audit 2023-12-05T13:19:46.987805+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:47 smithi079 bash[25290]: cephadm 2023-12-05T13:19:46.988398+0000 mgr.y (mgr.14445) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: cluster 2023-12-05T13:19:46.736821+0000 mon.a (mon.0) 1064 : cluster [DBG] mgrmap e21: y(active, since 3m), standbys: x 2023-12-05T13:19:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.927027+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.930384+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.931556+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.941929+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: cephadm 2023-12-05T13:19:46.942592+0000 mgr.y (mgr.14445) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.949541+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.950293+0000 mgr.y (mgr.14445) 167 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: cephadm 2023-12-05T13:19:46.951923+0000 mgr.y (mgr.14445) 168 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.952351+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.952882+0000 mgr.y (mgr.14445) 169 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.960048+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.964902+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.965836+0000 mgr.y (mgr.14445) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.978491+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.980340+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.981296+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: audit 2023-12-05T13:19:46.987805+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[25015]: cephadm 2023-12-05T13:19:46.988398+0000 mgr.y (mgr.14445) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: cluster 2023-12-05T13:19:46.736821+0000 mon.a (mon.0) 1064 : cluster [DBG] mgrmap e21: y(active, since 3m), standbys: x 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.927027+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.930384+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.931556+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.941929+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: cephadm 2023-12-05T13:19:46.942592+0000 mgr.y (mgr.14445) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.949541+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.950293+0000 mgr.y (mgr.14445) 167 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:19:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: cephadm 2023-12-05T13:19:46.951923+0000 mgr.y (mgr.14445) 168 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.952351+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.952882+0000 mgr.y (mgr.14445) 169 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.960048+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.964902+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.965836+0000 mgr.y (mgr.14445) 170 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.978491+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.980340+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.981296+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: audit 2023-12-05T13:19:46.987805+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:47 smithi045 bash[30785]: cephadm 2023-12-05T13:19:46.988398+0000 mgr.y (mgr.14445) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:19:49.364 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:49 smithi045 bash[25015]: cluster 2023-12-05T13:19:47.485037+0000 mgr.y (mgr.14445) 172 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2023-12-05T13:19:49.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:49 smithi045 bash[30785]: cluster 2023-12-05T13:19:47.485037+0000 mgr.y (mgr.14445) 172 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2023-12-05T13:19:49.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:49 smithi079 bash[25290]: cluster 2023-12-05T13:19:47.485037+0000 mgr.y (mgr.14445) 172 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2023-12-05T13:19:50.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:50 smithi045 bash[25015]: audit 2023-12-05T13:19:49.737158+0000 mon.a (mon.0) 1077 : audit [DBG] from='client.? 172.21.15.45:0/1616305599' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:19:50.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:50 smithi045 bash[25015]: audit 2023-12-05T13:19:50.113783+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.45:0/4009245324' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2904982112"}]: dispatch 2023-12-05T13:19:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:50 smithi045 bash[30785]: audit 2023-12-05T13:19:49.737158+0000 mon.a (mon.0) 1077 : audit [DBG] from='client.? 172.21.15.45:0/1616305599' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:19:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:50 smithi045 bash[30785]: audit 2023-12-05T13:19:50.113783+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.45:0/4009245324' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2904982112"}]: dispatch 2023-12-05T13:19:50.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:50 smithi079 bash[25290]: audit 2023-12-05T13:19:49.737158+0000 mon.a (mon.0) 1077 : audit [DBG] from='client.? 172.21.15.45:0/1616305599' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:19:50.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:50 smithi079 bash[25290]: audit 2023-12-05T13:19:50.113783+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.45:0/4009245324' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2904982112"}]: dispatch 2023-12-05T13:19:51.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[25015]: cluster 2023-12-05T13:19:49.485763+0000 mgr.y (mgr.14445) 173 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2023-12-05T13:19:51.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[25015]: audit 2023-12-05T13:19:50.123626+0000 mon.a (mon.0) 1079 : audit [INF] from='client.? 172.21.15.45:0/4009245324' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2904982112"}]': finished 2023-12-05T13:19:51.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[25015]: cluster 2023-12-05T13:19:50.123719+0000 mon.a (mon.0) 1080 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-05T13:19:51.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[25015]: audit 2023-12-05T13:19:50.433540+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:51.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[25015]: audit 2023-12-05T13:19:50.482560+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.45:0/1538402299' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]: dispatch 2023-12-05T13:19:51.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[25015]: audit 2023-12-05T13:19:50.483489+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]: dispatch 2023-12-05T13:19:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[30785]: cluster 2023-12-05T13:19:49.485763+0000 mgr.y (mgr.14445) 173 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2023-12-05T13:19:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[30785]: audit 2023-12-05T13:19:50.123626+0000 mon.a (mon.0) 1079 : audit [INF] from='client.? 172.21.15.45:0/4009245324' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2904982112"}]': finished 2023-12-05T13:19:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[30785]: cluster 2023-12-05T13:19:50.123719+0000 mon.a (mon.0) 1080 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-05T13:19:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[30785]: audit 2023-12-05T13:19:50.433540+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[30785]: audit 2023-12-05T13:19:50.482560+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.45:0/1538402299' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]: dispatch 2023-12-05T13:19:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:51 smithi045 bash[30785]: audit 2023-12-05T13:19:50.483489+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]: dispatch 2023-12-05T13:19:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:51 smithi079 bash[25290]: cluster 2023-12-05T13:19:49.485763+0000 mgr.y (mgr.14445) 173 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2023-12-05T13:19:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:51 smithi079 bash[25290]: audit 2023-12-05T13:19:50.123626+0000 mon.a (mon.0) 1079 : audit [INF] from='client.? 172.21.15.45:0/4009245324' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2904982112"}]': finished 2023-12-05T13:19:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:51 smithi079 bash[25290]: cluster 2023-12-05T13:19:50.123719+0000 mon.a (mon.0) 1080 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-05T13:19:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:51 smithi079 bash[25290]: audit 2023-12-05T13:19:50.433540+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:51 smithi079 bash[25290]: audit 2023-12-05T13:19:50.482560+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.45:0/1538402299' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]: dispatch 2023-12-05T13:19:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:51 smithi079 bash[25290]: audit 2023-12-05T13:19:50.483489+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]: dispatch 2023-12-05T13:19:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[25015]: audit 2023-12-05T13:19:51.437266+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]': finished 2023-12-05T13:19:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[25015]: cluster 2023-12-05T13:19:51.437405+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-05T13:19:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[25015]: cluster 2023-12-05T13:19:51.486371+0000 mgr.y (mgr.14445) 174 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 1 op/s 2023-12-05T13:19:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[25015]: audit 2023-12-05T13:19:51.827352+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.45:0/1779994709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1691015516"}]: dispatch 2023-12-05T13:19:52.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[30785]: audit 2023-12-05T13:19:51.437266+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]': finished 2023-12-05T13:19:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[30785]: cluster 2023-12-05T13:19:51.437405+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-05T13:19:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[30785]: cluster 2023-12-05T13:19:51.486371+0000 mgr.y (mgr.14445) 174 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 1 op/s 2023-12-05T13:19:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:52 smithi045 bash[30785]: audit 2023-12-05T13:19:51.827352+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.45:0/1779994709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1691015516"}]: dispatch 2023-12-05T13:19:52.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:52 smithi079 bash[25290]: audit 2023-12-05T13:19:51.437266+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2904982112"}]': finished 2023-12-05T13:19:52.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:52 smithi079 bash[25290]: cluster 2023-12-05T13:19:51.437405+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-05T13:19:52.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:52 smithi079 bash[25290]: cluster 2023-12-05T13:19:51.486371+0000 mgr.y (mgr.14445) 174 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 1 op/s 2023-12-05T13:19:52.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:52 smithi079 bash[25290]: audit 2023-12-05T13:19:51.827352+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.45:0/1779994709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1691015516"}]: dispatch 2023-12-05T13:19:53.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:19:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:53.697 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[54485]: level=error ts=2023-12-05T13:19:53.522Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:53.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:53.525Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:19:53.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[54485]: level=warn ts=2023-12-05T13:19:53.526Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:19:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[25015]: audit 2023-12-05T13:19:52.446608+0000 mon.a (mon.0) 1086 : audit [INF] from='client.? 172.21.15.45:0/1779994709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1691015516"}]': finished 2023-12-05T13:19:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[25015]: cluster 2023-12-05T13:19:52.446720+0000 mon.a (mon.0) 1087 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-05T13:19:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[25015]: audit 2023-12-05T13:19:52.820087+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.45:0/290414537' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]: dispatch 2023-12-05T13:19:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[25015]: audit 2023-12-05T13:19:52.821011+0000 mon.a (mon.0) 1088 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]: dispatch 2023-12-05T13:19:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[25015]: audit 2023-12-05T13:19:53.282616+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[30785]: audit 2023-12-05T13:19:52.446608+0000 mon.a (mon.0) 1086 : audit [INF] from='client.? 172.21.15.45:0/1779994709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1691015516"}]': finished 2023-12-05T13:19:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[30785]: cluster 2023-12-05T13:19:52.446720+0000 mon.a (mon.0) 1087 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-05T13:19:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[30785]: audit 2023-12-05T13:19:52.820087+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.45:0/290414537' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]: dispatch 2023-12-05T13:19:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[30785]: audit 2023-12-05T13:19:52.821011+0000 mon.a (mon.0) 1088 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]: dispatch 2023-12-05T13:19:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:53 smithi045 bash[30785]: audit 2023-12-05T13:19:53.282616+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:53.792 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:19:53 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:19:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:53 smithi079 bash[25290]: audit 2023-12-05T13:19:52.446608+0000 mon.a (mon.0) 1086 : audit [INF] from='client.? 172.21.15.45:0/1779994709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1691015516"}]': finished 2023-12-05T13:19:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:53 smithi079 bash[25290]: cluster 2023-12-05T13:19:52.446720+0000 mon.a (mon.0) 1087 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-05T13:19:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:53 smithi079 bash[25290]: audit 2023-12-05T13:19:52.820087+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.45:0/290414537' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]: dispatch 2023-12-05T13:19:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:53 smithi079 bash[25290]: audit 2023-12-05T13:19:52.821011+0000 mon.a (mon.0) 1088 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]: dispatch 2023-12-05T13:19:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:53 smithi079 bash[25290]: audit 2023-12-05T13:19:53.282616+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:54.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:54 smithi079 bash[25290]: audit 2023-12-05T13:19:53.449643+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]': finished 2023-12-05T13:19:54.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:54 smithi079 bash[25290]: cluster 2023-12-05T13:19:53.449866+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-05T13:19:54.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:54 smithi079 bash[25290]: cluster 2023-12-05T13:19:53.487070+0000 mgr.y (mgr.14445) 175 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 255 B/s wr, 2 op/s 2023-12-05T13:19:54.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:54 smithi079 bash[25290]: audit 2023-12-05T13:19:53.838483+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.45:0/146700512' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]: dispatch 2023-12-05T13:19:54.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:54 smithi079 bash[25290]: audit 2023-12-05T13:19:53.839411+0000 mon.a (mon.0) 1092 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]: dispatch 2023-12-05T13:19:54.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[25015]: audit 2023-12-05T13:19:53.449643+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]': finished 2023-12-05T13:19:54.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[25015]: cluster 2023-12-05T13:19:53.449866+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-05T13:19:54.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[25015]: cluster 2023-12-05T13:19:53.487070+0000 mgr.y (mgr.14445) 175 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 255 B/s wr, 2 op/s 2023-12-05T13:19:54.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[25015]: audit 2023-12-05T13:19:53.838483+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.45:0/146700512' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]: dispatch 2023-12-05T13:19:54.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[25015]: audit 2023-12-05T13:19:53.839411+0000 mon.a (mon.0) 1092 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]: dispatch 2023-12-05T13:19:54.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[30785]: audit 2023-12-05T13:19:53.449643+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/263615548"}]': finished 2023-12-05T13:19:54.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[30785]: cluster 2023-12-05T13:19:53.449866+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-05T13:19:54.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[30785]: cluster 2023-12-05T13:19:53.487070+0000 mgr.y (mgr.14445) 175 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 255 B/s wr, 2 op/s 2023-12-05T13:19:54.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[30785]: audit 2023-12-05T13:19:53.838483+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.45:0/146700512' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]: dispatch 2023-12-05T13:19:54.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:54 smithi045 bash[30785]: audit 2023-12-05T13:19:53.839411+0000 mon.a (mon.0) 1092 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]: dispatch 2023-12-05T13:19:55.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:19:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:19:55.753 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:54.469722+0000 mon.a (mon.0) 1093 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]': finished 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: cluster 2023-12-05T13:19:54.469811+0000 mon.a (mon.0) 1094 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:54.850712+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.45:0/2168876546' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]: dispatch 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:54.851470+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]: dispatch 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:55.041704+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:55.047891+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:55.075413+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:55.077268+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:55.754 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:55 smithi079 bash[25290]: audit 2023-12-05T13:19:55.089582+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:54.469722+0000 mon.a (mon.0) 1093 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]': finished 2023-12-05T13:19:55.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: cluster 2023-12-05T13:19:54.469811+0000 mon.a (mon.0) 1094 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-05T13:19:55.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:54.850712+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.45:0/2168876546' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]: dispatch 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:54.851470+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]: dispatch 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:55.041704+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:55.047891+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:55.075413+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:55.077268+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[25015]: audit 2023-12-05T13:19:55.089582+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:54.469722+0000 mon.a (mon.0) 1093 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/1245021965"}]': finished 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: cluster 2023-12-05T13:19:54.469811+0000 mon.a (mon.0) 1094 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-05T13:19:55.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:54.850712+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.45:0/2168876546' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]: dispatch 2023-12-05T13:19:55.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:54.851470+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]: dispatch 2023-12-05T13:19:55.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:55.041704+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:55.047891+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:55.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:55.075413+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:55.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:55.077268+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:19:55.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:55 smithi045 bash[30785]: audit 2023-12-05T13:19:55.089582+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:19:56.748 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:56 smithi079 bash[25290]: audit 2023-12-05T13:19:55.482908+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]': finished 2023-12-05T13:19:56.748 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:56 smithi079 bash[25290]: cluster 2023-12-05T13:19:55.483037+0000 mon.a (mon.0) 1102 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-05T13:19:56.748 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:56 smithi079 bash[25290]: cluster 2023-12-05T13:19:55.487769+0000 mgr.y (mgr.14445) 176 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:56.748 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:56 smithi079 bash[25290]: audit 2023-12-05T13:19:55.856012+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.45:0/785912912' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]: dispatch 2023-12-05T13:19:56.748 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:56 smithi079 bash[25290]: audit 2023-12-05T13:19:55.857049+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]: dispatch 2023-12-05T13:19:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[25015]: audit 2023-12-05T13:19:55.482908+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]': finished 2023-12-05T13:19:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[25015]: cluster 2023-12-05T13:19:55.483037+0000 mon.a (mon.0) 1102 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-05T13:19:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[25015]: cluster 2023-12-05T13:19:55.487769+0000 mgr.y (mgr.14445) 176 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[25015]: audit 2023-12-05T13:19:55.856012+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.45:0/785912912' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]: dispatch 2023-12-05T13:19:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[25015]: audit 2023-12-05T13:19:55.857049+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]: dispatch 2023-12-05T13:19:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[30785]: audit 2023-12-05T13:19:55.482908+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2761033208"}]': finished 2023-12-05T13:19:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[30785]: cluster 2023-12-05T13:19:55.483037+0000 mon.a (mon.0) 1102 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-05T13:19:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[30785]: cluster 2023-12-05T13:19:55.487769+0000 mgr.y (mgr.14445) 176 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:19:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[30785]: audit 2023-12-05T13:19:55.856012+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.45:0/785912912' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]: dispatch 2023-12-05T13:19:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:56 smithi045 bash[30785]: audit 2023-12-05T13:19:55.857049+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]: dispatch 2023-12-05T13:19:57.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:19:57] "GET /metrics HTTP/1.1" 200 214935 "" "Prometheus/2.33.4" 2023-12-05T13:19:57.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[25015]: audit 2023-12-05T13:19:56.491804+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]': finished 2023-12-05T13:19:57.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[25015]: cluster 2023-12-05T13:19:56.492030+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-05T13:19:57.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[25015]: audit 2023-12-05T13:19:56.864729+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.45:0/2618157331' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]: dispatch 2023-12-05T13:19:57.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[25015]: audit 2023-12-05T13:19:56.865757+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]: dispatch 2023-12-05T13:19:57.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[30785]: audit 2023-12-05T13:19:56.491804+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]': finished 2023-12-05T13:19:57.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[30785]: cluster 2023-12-05T13:19:56.492030+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-05T13:19:57.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[30785]: audit 2023-12-05T13:19:56.864729+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.45:0/2618157331' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]: dispatch 2023-12-05T13:19:57.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:57 smithi045 bash[30785]: audit 2023-12-05T13:19:56.865757+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]: dispatch 2023-12-05T13:19:57.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:57 smithi079 bash[25290]: audit 2023-12-05T13:19:56.491804+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2649644535"}]': finished 2023-12-05T13:19:57.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:57 smithi079 bash[25290]: cluster 2023-12-05T13:19:56.492030+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-05T13:19:57.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:57 smithi079 bash[25290]: audit 2023-12-05T13:19:56.864729+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.45:0/2618157331' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]: dispatch 2023-12-05T13:19:57.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:57 smithi079 bash[25290]: audit 2023-12-05T13:19:56.865757+0000 mon.a (mon.0) 1106 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]: dispatch 2023-12-05T13:19:58.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:58 smithi079 bash[25290]: cluster 2023-12-05T13:19:57.488819+0000 mgr.y (mgr.14445) 177 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:19:58.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:58 smithi079 bash[25290]: audit 2023-12-05T13:19:57.503321+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]': finished 2023-12-05T13:19:58.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:58 smithi079 bash[25290]: cluster 2023-12-05T13:19:57.503546+0000 mon.a (mon.0) 1108 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-05T13:19:58.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:58 smithi079 bash[25290]: audit 2023-12-05T13:19:57.872977+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.45:0/976737144' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]: dispatch 2023-12-05T13:19:58.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:58 smithi079 bash[25290]: audit 2023-12-05T13:19:57.873516+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]: dispatch 2023-12-05T13:19:58.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[25015]: cluster 2023-12-05T13:19:57.488819+0000 mgr.y (mgr.14445) 177 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:19:58.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[25015]: audit 2023-12-05T13:19:57.503321+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]': finished 2023-12-05T13:19:58.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[25015]: cluster 2023-12-05T13:19:57.503546+0000 mon.a (mon.0) 1108 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-05T13:19:58.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[25015]: audit 2023-12-05T13:19:57.872977+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.45:0/976737144' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]: dispatch 2023-12-05T13:19:58.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[25015]: audit 2023-12-05T13:19:57.873516+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]: dispatch 2023-12-05T13:19:58.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[30785]: cluster 2023-12-05T13:19:57.488819+0000 mgr.y (mgr.14445) 177 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:19:58.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[30785]: audit 2023-12-05T13:19:57.503321+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3985904394"}]': finished 2023-12-05T13:19:58.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[30785]: cluster 2023-12-05T13:19:57.503546+0000 mon.a (mon.0) 1108 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-05T13:19:58.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[30785]: audit 2023-12-05T13:19:57.872977+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.45:0/976737144' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]: dispatch 2023-12-05T13:19:58.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:58 smithi045 bash[30785]: audit 2023-12-05T13:19:57.873516+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]: dispatch 2023-12-05T13:19:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[25015]: audit 2023-12-05T13:19:58.503243+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]': finished 2023-12-05T13:19:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[25015]: cluster 2023-12-05T13:19:58.503401+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-05T13:19:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[25015]: audit 2023-12-05T13:19:58.882290+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.45:0/2955655941' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]: dispatch 2023-12-05T13:19:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[25015]: audit 2023-12-05T13:19:58.883183+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]: dispatch 2023-12-05T13:19:59.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[30785]: audit 2023-12-05T13:19:58.503243+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]': finished 2023-12-05T13:19:59.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[30785]: cluster 2023-12-05T13:19:58.503401+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-05T13:19:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[30785]: audit 2023-12-05T13:19:58.882290+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.45:0/2955655941' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]: dispatch 2023-12-05T13:19:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:19:59 smithi045 bash[30785]: audit 2023-12-05T13:19:58.883183+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]: dispatch 2023-12-05T13:19:59.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:59 smithi079 bash[25290]: audit 2023-12-05T13:19:58.503243+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/452257194"}]': finished 2023-12-05T13:19:59.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:59 smithi079 bash[25290]: cluster 2023-12-05T13:19:58.503401+0000 mon.a (mon.0) 1111 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-05T13:19:59.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:59 smithi079 bash[25290]: audit 2023-12-05T13:19:58.882290+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.45:0/2955655941' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]: dispatch 2023-12-05T13:19:59.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:19:59 smithi079 bash[25290]: audit 2023-12-05T13:19:58.883183+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]: dispatch 2023-12-05T13:20:00.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:20:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:20:00.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: audit 2023-12-05T13:19:59.413010+0000 mgr.y (mgr.14445) 178 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: cluster 2023-12-05T13:19:59.489629+0000 mgr.y (mgr.14445) 179 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: audit 2023-12-05T13:19:59.520016+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]': finished 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: cluster 2023-12-05T13:19:59.520146+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: audit 2023-12-05T13:19:59.896788+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? 172.21.15.45:0/3491445237' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/4223705708"}]: dispatch 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: cluster 2023-12-05T13:20:00.000181+0000 mon.a (mon.0) 1116 : cluster [INF] overall HEALTH_OK 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: audit 2023-12-05T13:20:00.344722+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[30785]: audit 2023-12-05T13:20:00.352727+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: audit 2023-12-05T13:19:59.413010+0000 mgr.y (mgr.14445) 178 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: cluster 2023-12-05T13:19:59.489629+0000 mgr.y (mgr.14445) 179 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:20:00.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: audit 2023-12-05T13:19:59.520016+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]': finished 2023-12-05T13:20:00.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: cluster 2023-12-05T13:19:59.520146+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-05T13:20:00.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: audit 2023-12-05T13:19:59.896788+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? 172.21.15.45:0/3491445237' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/4223705708"}]: dispatch 2023-12-05T13:20:00.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: cluster 2023-12-05T13:20:00.000181+0000 mon.a (mon.0) 1116 : cluster [INF] overall HEALTH_OK 2023-12-05T13:20:00.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: audit 2023-12-05T13:20:00.344722+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:00.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:00 smithi045 bash[25015]: audit 2023-12-05T13:20:00.352727+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: audit 2023-12-05T13:19:59.413010+0000 mgr.y (mgr.14445) 178 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: cluster 2023-12-05T13:19:59.489629+0000 mgr.y (mgr.14445) 179 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: audit 2023-12-05T13:19:59.520016+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/649421836"}]': finished 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: cluster 2023-12-05T13:19:59.520146+0000 mon.a (mon.0) 1114 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: audit 2023-12-05T13:19:59.896788+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? 172.21.15.45:0/3491445237' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/4223705708"}]: dispatch 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: cluster 2023-12-05T13:20:00.000181+0000 mon.a (mon.0) 1116 : cluster [INF] overall HEALTH_OK 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: audit 2023-12-05T13:20:00.344722+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:00.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:00 smithi079 bash[25290]: audit 2023-12-05T13:20:00.352727+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:01 smithi079 bash[25290]: audit 2023-12-05T13:20:00.531434+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? 172.21.15.45:0/3491445237' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/4223705708"}]': finished 2023-12-05T13:20:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:01 smithi079 bash[25290]: cluster 2023-12-05T13:20:00.531556+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-05T13:20:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:01 smithi079 bash[25290]: audit 2023-12-05T13:20:00.902017+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.45:0/2730562901' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]: dispatch 2023-12-05T13:20:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:01 smithi079 bash[25290]: audit 2023-12-05T13:20:00.902850+0000 mon.a (mon.0) 1121 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]: dispatch 2023-12-05T13:20:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[25015]: audit 2023-12-05T13:20:00.531434+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? 172.21.15.45:0/3491445237' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/4223705708"}]': finished 2023-12-05T13:20:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[25015]: cluster 2023-12-05T13:20:00.531556+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-05T13:20:01.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[25015]: audit 2023-12-05T13:20:00.902017+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.45:0/2730562901' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]: dispatch 2023-12-05T13:20:01.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[25015]: audit 2023-12-05T13:20:00.902850+0000 mon.a (mon.0) 1121 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]: dispatch 2023-12-05T13:20:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[30785]: audit 2023-12-05T13:20:00.531434+0000 mon.a (mon.0) 1119 : audit [INF] from='client.? 172.21.15.45:0/3491445237' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/4223705708"}]': finished 2023-12-05T13:20:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[30785]: cluster 2023-12-05T13:20:00.531556+0000 mon.a (mon.0) 1120 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-05T13:20:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[30785]: audit 2023-12-05T13:20:00.902017+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.45:0/2730562901' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]: dispatch 2023-12-05T13:20:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:01 smithi045 bash[30785]: audit 2023-12-05T13:20:00.902850+0000 mon.a (mon.0) 1121 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]: dispatch 2023-12-05T13:20:02.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[25015]: cluster 2023-12-05T13:20:01.491342+0000 mgr.y (mgr.14445) 180 : cluster [DBG] pgmap v142: 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-05T13:20:02.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[25015]: audit 2023-12-05T13:20:01.546279+0000 mon.a (mon.0) 1122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]': finished 2023-12-05T13:20:02.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[25015]: cluster 2023-12-05T13:20:01.546535+0000 mon.a (mon.0) 1123 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-05T13:20:02.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[25015]: audit 2023-12-05T13:20:01.908929+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.45:0/2872001642' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]: dispatch 2023-12-05T13:20:02.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[25015]: audit 2023-12-05T13:20:01.909693+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]: dispatch 2023-12-05T13:20:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[30785]: cluster 2023-12-05T13:20:01.491342+0000 mgr.y (mgr.14445) 180 : cluster [DBG] pgmap v142: 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-05T13:20:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[30785]: audit 2023-12-05T13:20:01.546279+0000 mon.a (mon.0) 1122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]': finished 2023-12-05T13:20:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[30785]: cluster 2023-12-05T13:20:01.546535+0000 mon.a (mon.0) 1123 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-05T13:20:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[30785]: audit 2023-12-05T13:20:01.908929+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.45:0/2872001642' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]: dispatch 2023-12-05T13:20:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:02 smithi045 bash[30785]: audit 2023-12-05T13:20:01.909693+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]: dispatch 2023-12-05T13:20:03.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:02 smithi079 bash[25290]: cluster 2023-12-05T13:20:01.491342+0000 mgr.y (mgr.14445) 180 : cluster [DBG] pgmap v142: 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-05T13:20:03.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:02 smithi079 bash[25290]: audit 2023-12-05T13:20:01.546279+0000 mon.a (mon.0) 1122 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/653004954"}]': finished 2023-12-05T13:20:03.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:02 smithi079 bash[25290]: cluster 2023-12-05T13:20:01.546535+0000 mon.a (mon.0) 1123 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-05T13:20:03.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:02 smithi079 bash[25290]: audit 2023-12-05T13:20:01.908929+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.45:0/2872001642' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]: dispatch 2023-12-05T13:20:03.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:02 smithi079 bash[25290]: audit 2023-12-05T13:20:01.909693+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]: dispatch 2023-12-05T13:20:03.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[54485]: level=error ts=2023-12-05T13:20:03.522Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=7 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:20:03.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[25015]: audit 2023-12-05T13:20:02.556550+0000 mon.a (mon.0) 1125 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]': finished 2023-12-05T13:20:03.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[25015]: cluster 2023-12-05T13:20:02.556677+0000 mon.a (mon.0) 1126 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-05T13:20:03.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[25015]: audit 2023-12-05T13:20:02.924069+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.45:0/2973283511' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]: dispatch 2023-12-05T13:20:03.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[25015]: audit 2023-12-05T13:20:02.925091+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]: dispatch 2023-12-05T13:20:03.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[30785]: audit 2023-12-05T13:20:02.556550+0000 mon.a (mon.0) 1125 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]': finished 2023-12-05T13:20:03.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[30785]: cluster 2023-12-05T13:20:02.556677+0000 mon.a (mon.0) 1126 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-05T13:20:03.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[30785]: audit 2023-12-05T13:20:02.924069+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.45:0/2973283511' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]: dispatch 2023-12-05T13:20:03.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:03 smithi045 bash[30785]: audit 2023-12-05T13:20:02.925091+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]: dispatch 2023-12-05T13:20:04.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:20:03 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:20:04.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:03 smithi079 bash[25290]: audit 2023-12-05T13:20:02.556550+0000 mon.a (mon.0) 1125 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/2034057900"}]': finished 2023-12-05T13:20:04.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:03 smithi079 bash[25290]: cluster 2023-12-05T13:20:02.556677+0000 mon.a (mon.0) 1126 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-05T13:20:04.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:03 smithi079 bash[25290]: audit 2023-12-05T13:20:02.924069+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.45:0/2973283511' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]: dispatch 2023-12-05T13:20:04.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:03 smithi079 bash[25290]: audit 2023-12-05T13:20:02.925091+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]: dispatch 2023-12-05T13:20:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[25015]: cluster 2023-12-05T13:20:03.492201+0000 mgr.y (mgr.14445) 181 : cluster [DBG] pgmap v145: 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-05T13:20:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[25015]: audit 2023-12-05T13:20:03.567331+0000 mon.a (mon.0) 1128 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]': finished 2023-12-05T13:20:04.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[25015]: cluster 2023-12-05T13:20:03.567530+0000 mon.a (mon.0) 1129 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-05T13:20:04.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[25015]: audit 2023-12-05T13:20:03.933108+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.45:0/2061852550' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]: dispatch 2023-12-05T13:20:04.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[25015]: audit 2023-12-05T13:20:03.933875+0000 mon.a (mon.0) 1130 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]: dispatch 2023-12-05T13:20:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[30785]: cluster 2023-12-05T13:20:03.492201+0000 mgr.y (mgr.14445) 181 : cluster [DBG] pgmap v145: 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-05T13:20:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[30785]: audit 2023-12-05T13:20:03.567331+0000 mon.a (mon.0) 1128 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]': finished 2023-12-05T13:20:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[30785]: cluster 2023-12-05T13:20:03.567530+0000 mon.a (mon.0) 1129 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-05T13:20:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[30785]: audit 2023-12-05T13:20:03.933108+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.45:0/2061852550' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]: dispatch 2023-12-05T13:20:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:04 smithi045 bash[30785]: audit 2023-12-05T13:20:03.933875+0000 mon.a (mon.0) 1130 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]: dispatch 2023-12-05T13:20:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:04 smithi079 bash[25290]: cluster 2023-12-05T13:20:03.492201+0000 mgr.y (mgr.14445) 181 : cluster [DBG] pgmap v145: 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-05T13:20:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:04 smithi079 bash[25290]: audit 2023-12-05T13:20:03.567331+0000 mon.a (mon.0) 1128 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2649644535"}]': finished 2023-12-05T13:20:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:04 smithi079 bash[25290]: cluster 2023-12-05T13:20:03.567530+0000 mon.a (mon.0) 1129 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-05T13:20:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:04 smithi079 bash[25290]: audit 2023-12-05T13:20:03.933108+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.45:0/2061852550' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]: dispatch 2023-12-05T13:20:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:04 smithi079 bash[25290]: audit 2023-12-05T13:20:03.933875+0000 mon.a (mon.0) 1130 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]: dispatch 2023-12-05T13:20:05.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[25015]: audit 2023-12-05T13:20:04.577943+0000 mon.a (mon.0) 1131 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]': finished 2023-12-05T13:20:05.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[25015]: cluster 2023-12-05T13:20:04.578167+0000 mon.a (mon.0) 1132 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-05T13:20:05.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[25015]: audit 2023-12-05T13:20:04.944666+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.45:0/1344380412' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]: dispatch 2023-12-05T13:20:05.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[25015]: audit 2023-12-05T13:20:04.945630+0000 mon.a (mon.0) 1133 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]: dispatch 2023-12-05T13:20:05.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[30785]: audit 2023-12-05T13:20:04.577943+0000 mon.a (mon.0) 1131 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]': finished 2023-12-05T13:20:05.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[30785]: cluster 2023-12-05T13:20:04.578167+0000 mon.a (mon.0) 1132 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-05T13:20:05.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[30785]: audit 2023-12-05T13:20:04.944666+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.45:0/1344380412' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]: dispatch 2023-12-05T13:20:05.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:05 smithi045 bash[30785]: audit 2023-12-05T13:20:04.945630+0000 mon.a (mon.0) 1133 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]: dispatch 2023-12-05T13:20:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:05 smithi079 bash[25290]: audit 2023-12-05T13:20:04.577943+0000 mon.a (mon.0) 1131 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3665139563"}]': finished 2023-12-05T13:20:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:05 smithi079 bash[25290]: cluster 2023-12-05T13:20:04.578167+0000 mon.a (mon.0) 1132 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-05T13:20:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:05 smithi079 bash[25290]: audit 2023-12-05T13:20:04.944666+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.45:0/1344380412' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]: dispatch 2023-12-05T13:20:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:05 smithi079 bash[25290]: audit 2023-12-05T13:20:04.945630+0000 mon.a (mon.0) 1133 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]: dispatch 2023-12-05T13:20:06.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:06 smithi045 bash[25015]: cluster 2023-12-05T13:20:05.492996+0000 mgr.y (mgr.14445) 182 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:20:06.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:06 smithi045 bash[25015]: audit 2023-12-05T13:20:05.590069+0000 mon.a (mon.0) 1134 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]': finished 2023-12-05T13:20:06.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:06 smithi045 bash[25015]: cluster 2023-12-05T13:20:05.590235+0000 mon.a (mon.0) 1135 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-05T13:20:06.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:06 smithi045 bash[30785]: cluster 2023-12-05T13:20:05.492996+0000 mgr.y (mgr.14445) 182 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:20:06.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:06 smithi045 bash[30785]: audit 2023-12-05T13:20:05.590069+0000 mon.a (mon.0) 1134 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]': finished 2023-12-05T13:20:06.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:06 smithi045 bash[30785]: cluster 2023-12-05T13:20:05.590235+0000 mon.a (mon.0) 1135 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-05T13:20:07.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:06 smithi079 bash[25290]: cluster 2023-12-05T13:20:05.492996+0000 mgr.y (mgr.14445) 182 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:20:07.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:06 smithi079 bash[25290]: audit 2023-12-05T13:20:05.590069+0000 mon.a (mon.0) 1134 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/2034057900"}]': finished 2023-12-05T13:20:07.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:06 smithi079 bash[25290]: cluster 2023-12-05T13:20:05.590235+0000 mon.a (mon.0) 1135 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-05T13:20:07.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:07 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:07] "GET /metrics HTTP/1.1" 200 214960 "" "Prometheus/2.33.4" 2023-12-05T13:20:09.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:09 smithi045 bash[25015]: cluster 2023-12-05T13:20:07.494685+0000 mgr.y (mgr.14445) 183 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:20:09.431 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:09 smithi045 bash[30785]: cluster 2023-12-05T13:20:07.494685+0000 mgr.y (mgr.14445) 183 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:20:09.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:09 smithi079 bash[25290]: cluster 2023-12-05T13:20:07.494685+0000 mgr.y (mgr.14445) 183 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:20:11.197 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:10 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:20:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:20:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[25015]: audit 2023-12-05T13:20:09.424900+0000 mgr.y (mgr.14445) 184 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[25015]: cluster 2023-12-05T13:20:09.495417+0000 mgr.y (mgr.14445) 185 : 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-05T13:20:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[25015]: audit 2023-12-05T13:20:10.910093+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[25015]: audit 2023-12-05T13:20:10.916257+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[30785]: audit 2023-12-05T13:20:09.424900+0000 mgr.y (mgr.14445) 184 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[30785]: cluster 2023-12-05T13:20:09.495417+0000 mgr.y (mgr.14445) 185 : 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-05T13:20:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[30785]: audit 2023-12-05T13:20:10.910093+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:11 smithi045 bash[30785]: audit 2023-12-05T13:20:10.916257+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:11 smithi079 bash[25290]: audit 2023-12-05T13:20:09.424900+0000 mgr.y (mgr.14445) 184 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:11 smithi079 bash[25290]: cluster 2023-12-05T13:20:09.495417+0000 mgr.y (mgr.14445) 185 : 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-05T13:20:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:11 smithi079 bash[25290]: audit 2023-12-05T13:20:10.910093+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:11 smithi079 bash[25290]: audit 2023-12-05T13:20:10.916257+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:13.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:13 smithi045 bash[25015]: cluster 2023-12-05T13:20:11.497224+0000 mgr.y (mgr.14445) 186 : cluster [DBG] pgmap v152: 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-05T13:20:13.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:13 smithi045 bash[30785]: cluster 2023-12-05T13:20:11.497224+0000 mgr.y (mgr.14445) 186 : cluster [DBG] pgmap v152: 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-05T13:20:13.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:13 smithi079 bash[25290]: cluster 2023-12-05T13:20:11.497224+0000 mgr.y (mgr.14445) 186 : cluster [DBG] pgmap v152: 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-05T13:20:14.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:20:13 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:20:15.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:15 smithi045 bash[30785]: cluster 2023-12-05T13:20:13.498001+0000 mgr.y (mgr.14445) 187 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:20:15.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:15 smithi045 bash[25015]: cluster 2023-12-05T13:20:13.498001+0000 mgr.y (mgr.14445) 187 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:20:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:15 smithi079 bash[25290]: cluster 2023-12-05T13:20:13.498001+0000 mgr.y (mgr.14445) 187 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:20:17.422 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:17 smithi079 bash[25290]: cluster 2023-12-05T13:20:15.498752+0000 mgr.y (mgr.14445) 188 : cluster [DBG] pgmap v154: 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-05T13:20:17.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:17 smithi045 bash[25015]: cluster 2023-12-05T13:20:15.498752+0000 mgr.y (mgr.14445) 188 : cluster [DBG] pgmap v154: 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-05T13:20:17.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:17] "GET /metrics HTTP/1.1" 200 214946 "" "Prometheus/2.33.4" 2023-12-05T13:20:17.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:17 smithi045 bash[30785]: cluster 2023-12-05T13:20:15.498752+0000 mgr.y (mgr.14445) 188 : cluster [DBG] pgmap v154: 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-05T13:20:19.441 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:19 smithi045 bash[25015]: cluster 2023-12-05T13:20:17.500556+0000 mgr.y (mgr.14445) 189 : cluster [DBG] pgmap v155: 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-05T13:20:19.442 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:19 smithi045 bash[30785]: cluster 2023-12-05T13:20:17.500556+0000 mgr.y (mgr.14445) 189 : cluster [DBG] pgmap v155: 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-05T13:20:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:19 smithi079 bash[25290]: cluster 2023-12-05T13:20:17.500556+0000 mgr.y (mgr.14445) 189 : cluster [DBG] pgmap v155: 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-05T13:20:20.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:20 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:20:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:20:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[25015]: audit 2023-12-05T13:20:19.435288+0000 mgr.y (mgr.14445) 190 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[25015]: cluster 2023-12-05T13:20:19.501392+0000 mgr.y (mgr.14445) 191 : 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-05T13:20:21.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[25015]: audit 2023-12-05T13:20:20.481960+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:21.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[25015]: audit 2023-12-05T13:20:20.490727+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[30785]: audit 2023-12-05T13:20:19.435288+0000 mgr.y (mgr.14445) 190 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[30785]: cluster 2023-12-05T13:20:19.501392+0000 mgr.y (mgr.14445) 191 : 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-05T13:20:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[30785]: audit 2023-12-05T13:20:20.481960+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:21 smithi045 bash[30785]: audit 2023-12-05T13:20:20.490727+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:21 smithi079 bash[25290]: audit 2023-12-05T13:20:19.435288+0000 mgr.y (mgr.14445) 190 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:21 smithi079 bash[25290]: cluster 2023-12-05T13:20:19.501392+0000 mgr.y (mgr.14445) 191 : 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-05T13:20:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:21 smithi079 bash[25290]: audit 2023-12-05T13:20:20.481960+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:21 smithi079 bash[25290]: audit 2023-12-05T13:20:20.490727+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:23.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:23 smithi045 bash[25015]: cluster 2023-12-05T13:20:21.503109+0000 mgr.y (mgr.14445) 192 : 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-05T13:20:23.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:23 smithi045 bash[30785]: cluster 2023-12-05T13:20:21.503109+0000 mgr.y (mgr.14445) 192 : 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-05T13:20:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:23 smithi079 bash[25290]: cluster 2023-12-05T13:20:21.503109+0000 mgr.y (mgr.14445) 192 : 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-05T13:20:24.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:20:23 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:20:25.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:25 smithi045 bash[25015]: cluster 2023-12-05T13:20:23.503863+0000 mgr.y (mgr.14445) 193 : 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-05T13:20:25.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:25 smithi045 bash[30785]: cluster 2023-12-05T13:20:23.503863+0000 mgr.y (mgr.14445) 193 : 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-05T13:20:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:25 smithi079 bash[25290]: cluster 2023-12-05T13:20:23.503863+0000 mgr.y (mgr.14445) 193 : 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-05T13:20:27.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:27 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:27] "GET /metrics HTTP/1.1" 200 214946 "" "Prometheus/2.33.4" 2023-12-05T13:20:27.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:27 smithi045 bash[25015]: cluster 2023-12-05T13:20:25.504647+0000 mgr.y (mgr.14445) 194 : 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-05T13:20:27.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:27 smithi045 bash[30785]: cluster 2023-12-05T13:20:25.504647+0000 mgr.y (mgr.14445) 194 : 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-05T13:20:27.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:27 smithi079 bash[25290]: cluster 2023-12-05T13:20:25.504647+0000 mgr.y (mgr.14445) 194 : 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-05T13:20:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:29 smithi045 bash[25015]: cluster 2023-12-05T13:20:27.506332+0000 mgr.y (mgr.14445) 195 : 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-05T13:20:29.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:29 smithi045 bash[30785]: cluster 2023-12-05T13:20:27.506332+0000 mgr.y (mgr.14445) 195 : 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-05T13:20:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:29 smithi079 bash[25290]: cluster 2023-12-05T13:20:27.506332+0000 mgr.y (mgr.14445) 195 : 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-05T13:20:31.179 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:20:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:20:31.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[25015]: audit 2023-12-05T13:20:29.444672+0000 mgr.y (mgr.14445) 196 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[25015]: cluster 2023-12-05T13:20:29.507078+0000 mgr.y (mgr.14445) 197 : 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-05T13:20:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[25015]: audit 2023-12-05T13:20:30.651405+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:20:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[25015]: audit 2023-12-05T13:20:30.659467+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:20:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[25015]: audit 2023-12-05T13:20:31.046560+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[25015]: audit 2023-12-05T13:20:31.054425+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[30785]: audit 2023-12-05T13:20:29.444672+0000 mgr.y (mgr.14445) 196 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[30785]: cluster 2023-12-05T13:20:29.507078+0000 mgr.y (mgr.14445) 197 : 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-05T13:20:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[30785]: audit 2023-12-05T13:20:30.651405+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:20:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[30785]: audit 2023-12-05T13:20:30.659467+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:20:31.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[30785]: audit 2023-12-05T13:20:31.046560+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:31.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:31 smithi045 bash[30785]: audit 2023-12-05T13:20:31.054425+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:31 smithi079 bash[25290]: audit 2023-12-05T13:20:29.444672+0000 mgr.y (mgr.14445) 196 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:31 smithi079 bash[25290]: cluster 2023-12-05T13:20:29.507078+0000 mgr.y (mgr.14445) 197 : 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-05T13:20:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:31 smithi079 bash[25290]: audit 2023-12-05T13:20:30.651405+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:20:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:31 smithi079 bash[25290]: audit 2023-12-05T13:20:30.659467+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:20:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:31 smithi079 bash[25290]: audit 2023-12-05T13:20:31.046560+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:31 smithi079 bash[25290]: audit 2023-12-05T13:20:31.054425+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:33.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:33 smithi045 bash[25015]: cluster 2023-12-05T13:20:31.508930+0000 mgr.y (mgr.14445) 198 : 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-05T13:20:33.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:33 smithi045 bash[30785]: cluster 2023-12-05T13:20:31.508930+0000 mgr.y (mgr.14445) 198 : 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-05T13:20:33.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:33 smithi079 bash[25290]: cluster 2023-12-05T13:20:31.508930+0000 mgr.y (mgr.14445) 198 : 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-05T13:20:34.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:20:33 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:20:35.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:35 smithi045 bash[25015]: cluster 2023-12-05T13:20:33.509841+0000 mgr.y (mgr.14445) 199 : 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-05T13:20:35.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:35 smithi045 bash[30785]: cluster 2023-12-05T13:20:33.509841+0000 mgr.y (mgr.14445) 199 : 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-05T13:20:35.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:35 smithi079 bash[25290]: cluster 2023-12-05T13:20:33.509841+0000 mgr.y (mgr.14445) 199 : 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-05T13:20:37.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:37 smithi045 bash[25015]: cluster 2023-12-05T13:20:35.510664+0000 mgr.y (mgr.14445) 200 : 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-05T13:20:37.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:37 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:37] "GET /metrics HTTP/1.1" 200 214910 "" "Prometheus/2.33.4" 2023-12-05T13:20:37.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:37 smithi045 bash[30785]: cluster 2023-12-05T13:20:35.510664+0000 mgr.y (mgr.14445) 200 : 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-05T13:20:37.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:37 smithi079 bash[25290]: cluster 2023-12-05T13:20:35.510664+0000 mgr.y (mgr.14445) 200 : 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-05T13:20:39.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:39 smithi045 bash[25015]: cluster 2023-12-05T13:20:37.512469+0000 mgr.y (mgr.14445) 201 : 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-05T13:20:39.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:39 smithi045 bash[30785]: cluster 2023-12-05T13:20:37.512469+0000 mgr.y (mgr.14445) 201 : 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-05T13:20:39.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:39 smithi079 bash[25290]: cluster 2023-12-05T13:20:37.512469+0000 mgr.y (mgr.14445) 201 : 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-05T13:20:40.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:40 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:20:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:20:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:41 smithi079 bash[25290]: audit 2023-12-05T13:20:39.453421+0000 mgr.y (mgr.14445) 202 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:41 smithi079 bash[25290]: cluster 2023-12-05T13:20:39.513220+0000 mgr.y (mgr.14445) 203 : 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-05T13:20:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:41 smithi079 bash[25290]: audit 2023-12-05T13:20:40.622389+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:41 smithi079 bash[25290]: audit 2023-12-05T13:20:40.630169+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:41.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[25015]: audit 2023-12-05T13:20:39.453421+0000 mgr.y (mgr.14445) 202 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:41.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[25015]: cluster 2023-12-05T13:20:39.513220+0000 mgr.y (mgr.14445) 203 : 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-05T13:20:41.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[25015]: audit 2023-12-05T13:20:40.622389+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:41.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[25015]: audit 2023-12-05T13:20:40.630169+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:41.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[30785]: audit 2023-12-05T13:20:39.453421+0000 mgr.y (mgr.14445) 202 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:41.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[30785]: cluster 2023-12-05T13:20:39.513220+0000 mgr.y (mgr.14445) 203 : 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-05T13:20:41.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[30785]: audit 2023-12-05T13:20:40.622389+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:41.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:41 smithi045 bash[30785]: audit 2023-12-05T13:20:40.630169+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:43.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:43 smithi079 bash[25290]: cluster 2023-12-05T13:20:41.514919+0000 mgr.y (mgr.14445) 204 : 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-05T13:20:43.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:43 smithi045 bash[25015]: cluster 2023-12-05T13:20:41.514919+0000 mgr.y (mgr.14445) 204 : 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-05T13:20:43.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:43 smithi045 bash[30785]: cluster 2023-12-05T13:20:41.514919+0000 mgr.y (mgr.14445) 204 : 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-05T13:20:44.042 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:20:43 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:20:45.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:45 smithi079 bash[25290]: cluster 2023-12-05T13:20:43.515816+0000 mgr.y (mgr.14445) 205 : 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-05T13:20:45.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:45 smithi045 bash[25015]: cluster 2023-12-05T13:20:43.515816+0000 mgr.y (mgr.14445) 205 : 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-05T13:20:45.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:45 smithi045 bash[30785]: cluster 2023-12-05T13:20:43.515816+0000 mgr.y (mgr.14445) 205 : 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-05T13:20:47.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:47 smithi079 bash[25290]: cluster 2023-12-05T13:20:45.516603+0000 mgr.y (mgr.14445) 206 : 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-05T13:20:47.621 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:47 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:47] "GET /metrics HTTP/1.1" 200 214874 "" "Prometheus/2.33.4" 2023-12-05T13:20:47.621 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:47 smithi045 bash[25015]: cluster 2023-12-05T13:20:45.516603+0000 mgr.y (mgr.14445) 206 : 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-05T13:20:47.621 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:47 smithi045 bash[30785]: cluster 2023-12-05T13:20:45.516603+0000 mgr.y (mgr.14445) 206 : 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-05T13:20:49.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:49 smithi079 bash[25290]: cluster 2023-12-05T13:20:47.518344+0000 mgr.y (mgr.14445) 207 : 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-05T13:20:49.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:49 smithi045 bash[25015]: cluster 2023-12-05T13:20:47.518344+0000 mgr.y (mgr.14445) 207 : 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-05T13:20:49.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:49 smithi045 bash[30785]: cluster 2023-12-05T13:20:47.518344+0000 mgr.y (mgr.14445) 207 : 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-05T13:20:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:51 smithi079 bash[25290]: audit 2023-12-05T13:20:49.460725+0000 mgr.y (mgr.14445) 208 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:51 smithi079 bash[25290]: cluster 2023-12-05T13:20:49.519085+0000 mgr.y (mgr.14445) 209 : 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-05T13:20:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:51 smithi079 bash[25290]: audit 2023-12-05T13:20:51.190220+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:51 smithi079 bash[25290]: audit 2023-12-05T13:20:51.198095+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:51.602 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[25015]: audit 2023-12-05T13:20:49.460725+0000 mgr.y (mgr.14445) 208 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:51.603 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[25015]: cluster 2023-12-05T13:20:49.519085+0000 mgr.y (mgr.14445) 209 : 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-05T13:20:51.603 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[25015]: audit 2023-12-05T13:20:51.190220+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:51.603 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[25015]: audit 2023-12-05T13:20:51.198095+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:51.604 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:20:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:20:51.604 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[30785]: audit 2023-12-05T13:20:49.460725+0000 mgr.y (mgr.14445) 208 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:20:51.604 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[30785]: cluster 2023-12-05T13:20:49.519085+0000 mgr.y (mgr.14445) 209 : 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-05T13:20:51.604 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[30785]: audit 2023-12-05T13:20:51.190220+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:51.604 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:51 smithi045 bash[30785]: audit 2023-12-05T13:20:51.198095+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:53.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:53 smithi079 bash[25290]: cluster 2023-12-05T13:20:51.520856+0000 mgr.y (mgr.14445) 210 : 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-05T13:20:53.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:53 smithi045 bash[25015]: cluster 2023-12-05T13:20:51.520856+0000 mgr.y (mgr.14445) 210 : 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-05T13:20:53.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:53 smithi045 bash[30785]: cluster 2023-12-05T13:20:51.520856+0000 mgr.y (mgr.14445) 210 : 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-05T13:20:54.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:20:53 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:20:55.389 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:55 smithi079 bash[25290]: cluster 2023-12-05T13:20:53.521642+0000 mgr.y (mgr.14445) 211 : 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-05T13:20:55.389 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:55 smithi079 bash[25290]: audit 2023-12-05T13:20:55.102976+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:20:55.389 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:55 smithi079 bash[25290]: audit 2023-12-05T13:20:55.105244+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:20:55.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:55 smithi045 bash[25015]: cluster 2023-12-05T13:20:53.521642+0000 mgr.y (mgr.14445) 211 : 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-05T13:20:55.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:55 smithi045 bash[25015]: audit 2023-12-05T13:20:55.102976+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:20:55.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:55 smithi045 bash[25015]: audit 2023-12-05T13:20:55.105244+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:20:55.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:55 smithi045 bash[30785]: cluster 2023-12-05T13:20:53.521642+0000 mgr.y (mgr.14445) 211 : 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-05T13:20:55.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:55 smithi045 bash[30785]: audit 2023-12-05T13:20:55.102976+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:20:55.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:55 smithi045 bash[30785]: audit 2023-12-05T13:20:55.105244+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:20:56.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:56 smithi045 bash[25015]: audit 2023-12-05T13:20:55.401897+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:56.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:56 smithi045 bash[25015]: audit 2023-12-05T13:20:55.410885+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:56.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:56 smithi045 bash[25015]: cluster 2023-12-05T13:20:55.522415+0000 mgr.y (mgr.14445) 212 : 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-05T13:20:56.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:56 smithi045 bash[30785]: audit 2023-12-05T13:20:55.401897+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:56.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:56 smithi045 bash[30785]: audit 2023-12-05T13:20:55.410885+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:56.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:56 smithi045 bash[30785]: cluster 2023-12-05T13:20:55.522415+0000 mgr.y (mgr.14445) 212 : 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-05T13:20:56.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:56 smithi079 bash[25290]: audit 2023-12-05T13:20:55.401897+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:56.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:56 smithi079 bash[25290]: audit 2023-12-05T13:20:55.410885+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:20:56.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:56 smithi079 bash[25290]: cluster 2023-12-05T13:20:55.522415+0000 mgr.y (mgr.14445) 212 : 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-05T13:20:57.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:20:57 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:20:57] "GET /metrics HTTP/1.1" 200 214874 "" "Prometheus/2.33.4" 2023-12-05T13:20:59.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:20:59 smithi045 bash[25015]: cluster 2023-12-05T13:20:57.524341+0000 mgr.y (mgr.14445) 213 : 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-05T13:20:59.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:20:59 smithi045 bash[30785]: cluster 2023-12-05T13:20:57.524341+0000 mgr.y (mgr.14445) 213 : 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-05T13:20:59.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:20:59 smithi079 bash[25290]: cluster 2023-12-05T13:20:57.524341+0000 mgr.y (mgr.14445) 213 : 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-05T13:21:01.157 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:00 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:21:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:21:01.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:01 smithi079 bash[25290]: audit 2023-12-05T13:20:59.468682+0000 mgr.y (mgr.14445) 214 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:01 smithi079 bash[25290]: cluster 2023-12-05T13:20:59.525123+0000 mgr.y (mgr.14445) 215 : 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-05T13:21:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:01 smithi079 bash[25290]: audit 2023-12-05T13:21:00.791332+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:01 smithi079 bash[25290]: audit 2023-12-05T13:21:00.798187+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[30785]: audit 2023-12-05T13:20:59.468682+0000 mgr.y (mgr.14445) 214 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[30785]: cluster 2023-12-05T13:20:59.525123+0000 mgr.y (mgr.14445) 215 : 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-05T13:21:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[30785]: audit 2023-12-05T13:21:00.791332+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[30785]: audit 2023-12-05T13:21:00.798187+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[25015]: audit 2023-12-05T13:20:59.468682+0000 mgr.y (mgr.14445) 214 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[25015]: cluster 2023-12-05T13:20:59.525123+0000 mgr.y (mgr.14445) 215 : 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-05T13:21:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[25015]: audit 2023-12-05T13:21:00.791332+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:01 smithi045 bash[25015]: audit 2023-12-05T13:21:00.798187+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:03 smithi045 bash[25015]: cluster 2023-12-05T13:21:01.526746+0000 mgr.y (mgr.14445) 216 : 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-05T13:21:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:03 smithi045 bash[30785]: cluster 2023-12-05T13:21:01.526746+0000 mgr.y (mgr.14445) 216 : 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-05T13:21:03.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:03 smithi079 bash[25290]: cluster 2023-12-05T13:21:01.526746+0000 mgr.y (mgr.14445) 216 : 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-05T13:21:04.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:21:03 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:21:05.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:05 smithi045 bash[25015]: cluster 2023-12-05T13:21:03.527477+0000 mgr.y (mgr.14445) 217 : 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-05T13:21:05.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:05 smithi045 bash[30785]: cluster 2023-12-05T13:21:03.527477+0000 mgr.y (mgr.14445) 217 : 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-05T13:21:05.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:05 smithi079 bash[25290]: cluster 2023-12-05T13:21:03.527477+0000 mgr.y (mgr.14445) 217 : 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-05T13:21:07.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:07 smithi045 bash[25015]: cluster 2023-12-05T13:21:05.528217+0000 mgr.y (mgr.14445) 218 : 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-05T13:21:07.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:07 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:07] "GET /metrics HTTP/1.1" 200 214867 "" "Prometheus/2.33.4" 2023-12-05T13:21:07.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:07 smithi045 bash[30785]: cluster 2023-12-05T13:21:05.528217+0000 mgr.y (mgr.14445) 218 : 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-05T13:21:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:07 smithi079 bash[25290]: cluster 2023-12-05T13:21:05.528217+0000 mgr.y (mgr.14445) 218 : 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-05T13:21:09.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:09 smithi045 bash[25015]: cluster 2023-12-05T13:21:07.529921+0000 mgr.y (mgr.14445) 219 : 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-05T13:21:09.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:09 smithi045 bash[30785]: cluster 2023-12-05T13:21:07.529921+0000 mgr.y (mgr.14445) 219 : 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-05T13:21:09.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:09 smithi079 bash[25290]: cluster 2023-12-05T13:21:07.529921+0000 mgr.y (mgr.14445) 219 : 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-05T13:21:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:11 smithi045 bash[25015]: audit 2023-12-05T13:21:09.476753+0000 mgr.y (mgr.14445) 220 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:11 smithi045 bash[25015]: cluster 2023-12-05T13:21:09.530682+0000 mgr.y (mgr.14445) 221 : 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-05T13:21:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:11 smithi045 bash[30785]: audit 2023-12-05T13:21:09.476753+0000 mgr.y (mgr.14445) 220 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:11 smithi045 bash[30785]: cluster 2023-12-05T13:21:09.530682+0000 mgr.y (mgr.14445) 221 : 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-05T13:21:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:11 smithi079 bash[25290]: audit 2023-12-05T13:21:09.476753+0000 mgr.y (mgr.14445) 220 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:11 smithi079 bash[25290]: cluster 2023-12-05T13:21:09.530682+0000 mgr.y (mgr.14445) 221 : 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-05T13:21:11.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:11 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:21:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:21:12.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:12 smithi045 bash[25015]: audit 2023-12-05T13:21:11.311359+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:12.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:12 smithi045 bash[25015]: audit 2023-12-05T13:21:11.317676+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:12.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:12 smithi045 bash[25015]: cluster 2023-12-05T13:21:11.532502+0000 mgr.y (mgr.14445) 222 : 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-05T13:21:12.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:12 smithi045 bash[30785]: audit 2023-12-05T13:21:11.311359+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:12.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:12 smithi045 bash[30785]: audit 2023-12-05T13:21:11.317676+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:12.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:12 smithi045 bash[30785]: cluster 2023-12-05T13:21:11.532502+0000 mgr.y (mgr.14445) 222 : 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-05T13:21:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:12 smithi079 bash[25290]: audit 2023-12-05T13:21:11.311359+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:12 smithi079 bash[25290]: audit 2023-12-05T13:21:11.317676+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:12 smithi079 bash[25290]: cluster 2023-12-05T13:21:11.532502+0000 mgr.y (mgr.14445) 222 : 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-05T13:21:14.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:21:13 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:21:14.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:14 smithi045 bash[25015]: cluster 2023-12-05T13:21:13.533268+0000 mgr.y (mgr.14445) 223 : 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-05T13:21:14.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:14 smithi045 bash[30785]: cluster 2023-12-05T13:21:13.533268+0000 mgr.y (mgr.14445) 223 : 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-05T13:21:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:14 smithi079 bash[25290]: cluster 2023-12-05T13:21:13.533268+0000 mgr.y (mgr.14445) 223 : 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-05T13:21:16.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:16 smithi045 bash[25015]: cluster 2023-12-05T13:21:15.534011+0000 mgr.y (mgr.14445) 224 : 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-05T13:21:16.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:16 smithi045 bash[30785]: cluster 2023-12-05T13:21:15.534011+0000 mgr.y (mgr.14445) 224 : 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-05T13:21:17.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:16 smithi079 bash[25290]: cluster 2023-12-05T13:21:15.534011+0000 mgr.y (mgr.14445) 224 : 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-05T13:21:17.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:17] "GET /metrics HTTP/1.1" 200 214887 "" "Prometheus/2.33.4" 2023-12-05T13:21:19.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:19 smithi045 bash[25015]: cluster 2023-12-05T13:21:17.535764+0000 mgr.y (mgr.14445) 225 : 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-05T13:21:19.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:19 smithi045 bash[30785]: cluster 2023-12-05T13:21:17.535764+0000 mgr.y (mgr.14445) 225 : 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-05T13:21:19.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:19 smithi079 bash[25290]: cluster 2023-12-05T13:21:17.535764+0000 mgr.y (mgr.14445) 225 : 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-05T13:21:21.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:21 smithi079 bash[25290]: audit 2023-12-05T13:21:19.479471+0000 mgr.y (mgr.14445) 226 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:21 smithi079 bash[25290]: cluster 2023-12-05T13:21:19.536549+0000 mgr.y (mgr.14445) 227 : 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-05T13:21:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:21 smithi079 bash[25290]: audit 2023-12-05T13:21:20.942844+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:21 smithi079 bash[25290]: audit 2023-12-05T13:21:20.951278+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:21.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:20 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:21:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:21:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[30785]: audit 2023-12-05T13:21:19.479471+0000 mgr.y (mgr.14445) 226 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[30785]: cluster 2023-12-05T13:21:19.536549+0000 mgr.y (mgr.14445) 227 : 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-05T13:21:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[30785]: audit 2023-12-05T13:21:20.942844+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[30785]: audit 2023-12-05T13:21:20.951278+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:21.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[25015]: audit 2023-12-05T13:21:19.479471+0000 mgr.y (mgr.14445) 226 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:21.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[25015]: cluster 2023-12-05T13:21:19.536549+0000 mgr.y (mgr.14445) 227 : 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-05T13:21:21.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[25015]: audit 2023-12-05T13:21:20.942844+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:21.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:21 smithi045 bash[25015]: audit 2023-12-05T13:21:20.951278+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:23.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:23 smithi045 bash[25015]: cluster 2023-12-05T13:21:21.538219+0000 mgr.y (mgr.14445) 228 : 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-05T13:21:23.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:23 smithi045 bash[30785]: cluster 2023-12-05T13:21:21.538219+0000 mgr.y (mgr.14445) 228 : 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-05T13:21:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:23 smithi079 bash[25290]: cluster 2023-12-05T13:21:21.538219+0000 mgr.y (mgr.14445) 228 : 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-05T13:21:24.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:21:23 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:21:25.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:25 smithi045 bash[25015]: cluster 2023-12-05T13:21:23.538926+0000 mgr.y (mgr.14445) 229 : 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-05T13:21:25.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:25 smithi045 bash[30785]: cluster 2023-12-05T13:21:23.538926+0000 mgr.y (mgr.14445) 229 : 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-05T13:21:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:25 smithi079 bash[25290]: cluster 2023-12-05T13:21:23.538926+0000 mgr.y (mgr.14445) 229 : 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-05T13:21:27.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:27 smithi045 bash[25015]: cluster 2023-12-05T13:21:25.539688+0000 mgr.y (mgr.14445) 230 : 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-05T13:21:27.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:27 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:27] "GET /metrics HTTP/1.1" 200 214887 "" "Prometheus/2.33.4" 2023-12-05T13:21:27.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:27 smithi045 bash[30785]: cluster 2023-12-05T13:21:25.539688+0000 mgr.y (mgr.14445) 230 : 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-05T13:21:27.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:27 smithi079 bash[25290]: cluster 2023-12-05T13:21:25.539688+0000 mgr.y (mgr.14445) 230 : 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-05T13:21:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:29 smithi045 bash[25015]: cluster 2023-12-05T13:21:27.541508+0000 mgr.y (mgr.14445) 231 : 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-05T13:21:29.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:29 smithi045 bash[30785]: cluster 2023-12-05T13:21:27.541508+0000 mgr.y (mgr.14445) 231 : 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-05T13:21:29.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:29 smithi079 bash[25290]: cluster 2023-12-05T13:21:27.541508+0000 mgr.y (mgr.14445) 231 : 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-05T13:21:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[25015]: audit 2023-12-05T13:21:29.490760+0000 mgr.y (mgr.14445) 232 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[25015]: cluster 2023-12-05T13:21:29.542266+0000 mgr.y (mgr.14445) 233 : 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-05T13:21:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[25015]: audit 2023-12-05T13:21:30.659737+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:21:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[25015]: audit 2023-12-05T13:21:30.666614+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:21:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[30785]: audit 2023-12-05T13:21:29.490760+0000 mgr.y (mgr.14445) 232 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[30785]: cluster 2023-12-05T13:21:29.542266+0000 mgr.y (mgr.14445) 233 : 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-05T13:21:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[30785]: audit 2023-12-05T13:21:30.659737+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:21:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[30785]: audit 2023-12-05T13:21:30.666614+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:21:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:31 smithi079 bash[25290]: audit 2023-12-05T13:21:29.490760+0000 mgr.y (mgr.14445) 232 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:31 smithi079 bash[25290]: cluster 2023-12-05T13:21:29.542266+0000 mgr.y (mgr.14445) 233 : 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-05T13:21:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:31 smithi079 bash[25290]: audit 2023-12-05T13:21:30.659737+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:21:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:31 smithi079 bash[25290]: audit 2023-12-05T13:21:30.666614+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:21:31.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:31 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:21:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:21:32.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:32 smithi079 bash[25290]: audit 2023-12-05T13:21:31.454773+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:32.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:32 smithi079 bash[25290]: audit 2023-12-05T13:21:31.463866+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:32.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:32 smithi079 bash[25290]: cluster 2023-12-05T13:21:31.544005+0000 mgr.y (mgr.14445) 234 : 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-05T13:21:32.888 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:32 smithi045 bash[25015]: audit 2023-12-05T13:21:31.454773+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:32.888 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:32 smithi045 bash[25015]: audit 2023-12-05T13:21:31.463866+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:32.889 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:32 smithi045 bash[25015]: cluster 2023-12-05T13:21:31.544005+0000 mgr.y (mgr.14445) 234 : 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-05T13:21:32.889 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:32 smithi045 bash[30785]: audit 2023-12-05T13:21:31.454773+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:32.889 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:32 smithi045 bash[30785]: audit 2023-12-05T13:21:31.463866+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:32.889 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:32 smithi045 bash[30785]: cluster 2023-12-05T13:21:31.544005+0000 mgr.y (mgr.14445) 234 : 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-05T13:21:34.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:21:33 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:21:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:34 smithi045 bash[25015]: cluster 2023-12-05T13:21:33.544927+0000 mgr.y (mgr.14445) 235 : 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-05T13:21:34.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:34 smithi045 bash[30785]: cluster 2023-12-05T13:21:33.544927+0000 mgr.y (mgr.14445) 235 : 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-05T13:21:35.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:34 smithi079 bash[25290]: cluster 2023-12-05T13:21:33.544927+0000 mgr.y (mgr.14445) 235 : 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-05T13:21:36.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:36 smithi045 bash[25015]: cluster 2023-12-05T13:21:35.545718+0000 mgr.y (mgr.14445) 236 : 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-05T13:21:36.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:36 smithi045 bash[30785]: cluster 2023-12-05T13:21:35.545718+0000 mgr.y (mgr.14445) 236 : 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-05T13:21:37.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:36 smithi079 bash[25290]: cluster 2023-12-05T13:21:35.545718+0000 mgr.y (mgr.14445) 236 : 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-05T13:21:37.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:37 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:37] "GET /metrics HTTP/1.1" 200 214884 "" "Prometheus/2.33.4" 2023-12-05T13:21:39.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:39 smithi045 bash[25015]: cluster 2023-12-05T13:21:37.547572+0000 mgr.y (mgr.14445) 237 : 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-05T13:21:39.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:39 smithi045 bash[30785]: cluster 2023-12-05T13:21:37.547572+0000 mgr.y (mgr.14445) 237 : 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-05T13:21:39.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:39 smithi079 bash[25290]: cluster 2023-12-05T13:21:37.547572+0000 mgr.y (mgr.14445) 237 : 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-05T13:21:41.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:21:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:21:41.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[25015]: audit 2023-12-05T13:21:39.500695+0000 mgr.y (mgr.14445) 238 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:41.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[25015]: cluster 2023-12-05T13:21:39.548479+0000 mgr.y (mgr.14445) 239 : 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-05T13:21:41.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[25015]: audit 2023-12-05T13:21:41.085005+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:41.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[25015]: audit 2023-12-05T13:21:41.092677+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:41.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[30785]: audit 2023-12-05T13:21:39.500695+0000 mgr.y (mgr.14445) 238 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:41.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[30785]: cluster 2023-12-05T13:21:39.548479+0000 mgr.y (mgr.14445) 239 : 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-05T13:21:41.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[30785]: audit 2023-12-05T13:21:41.085005+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:41.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:41 smithi045 bash[30785]: audit 2023-12-05T13:21:41.092677+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:41 smithi079 bash[25290]: audit 2023-12-05T13:21:39.500695+0000 mgr.y (mgr.14445) 238 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:41 smithi079 bash[25290]: cluster 2023-12-05T13:21:39.548479+0000 mgr.y (mgr.14445) 239 : 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-05T13:21:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:41 smithi079 bash[25290]: audit 2023-12-05T13:21:41.085005+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:41 smithi079 bash[25290]: audit 2023-12-05T13:21:41.092677+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:43.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:43 smithi045 bash[25015]: cluster 2023-12-05T13:21:41.550147+0000 mgr.y (mgr.14445) 240 : 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-05T13:21:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:43 smithi045 bash[30785]: cluster 2023-12-05T13:21:41.550147+0000 mgr.y (mgr.14445) 240 : 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-05T13:21:43.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:43 smithi079 bash[25290]: cluster 2023-12-05T13:21:41.550147+0000 mgr.y (mgr.14445) 240 : 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-05T13:21:44.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:21:43 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:21:45.007 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-05T13:21:45.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:45 smithi045 bash[25015]: cluster 2023-12-05T13:21:43.550847+0000 mgr.y (mgr.14445) 241 : 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-05T13:21:45.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:45 smithi045 bash[30785]: cluster 2023-12-05T13:21:43.550847+0000 mgr.y (mgr.14445) 241 : 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-05T13:21:45.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:45 smithi079 bash[25290]: cluster 2023-12-05T13:21:43.550847+0000 mgr.y (mgr.14445) 241 : 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-05T13:21:47.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:47 smithi045 bash[25015]: cluster 2023-12-05T13:21:45.551592+0000 mgr.y (mgr.14445) 242 : 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-05T13:21:47.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:47 smithi045 bash[30785]: cluster 2023-12-05T13:21:45.551592+0000 mgr.y (mgr.14445) 242 : 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-05T13:21:47.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:47 smithi079 bash[25290]: cluster 2023-12-05T13:21:45.551592+0000 mgr.y (mgr.14445) 242 : 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-05T13:21:47.698 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:47 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:47] "GET /metrics HTTP/1.1" 200 214871 "" "Prometheus/2.33.4" 2023-12-05T13:21:49.253 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-05T13:21:49.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:49 smithi045 bash[25015]: cluster 2023-12-05T13:21:47.553358+0000 mgr.y (mgr.14445) 243 : 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-05T13:21:49.435 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:49 smithi045 bash[30785]: cluster 2023-12-05T13:21:47.553358+0000 mgr.y (mgr.14445) 243 : 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-05T13:21:49.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:49 smithi079 bash[25290]: cluster 2023-12-05T13:21:47.553358+0000 mgr.y (mgr.14445) 243 : 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-05T13:21:51.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:51 smithi045 bash[25015]: audit 2023-12-05T13:21:49.511955+0000 mgr.y (mgr.14445) 244 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:51.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:51 smithi045 bash[25015]: cluster 2023-12-05T13:21:49.554205+0000 mgr.y (mgr.14445) 245 : 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-05T13:21:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:51 smithi045 bash[30785]: audit 2023-12-05T13:21:49.511955+0000 mgr.y (mgr.14445) 244 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:51 smithi045 bash[30785]: cluster 2023-12-05T13:21:49.554205+0000 mgr.y (mgr.14445) 245 : 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-05T13:21:51.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:51 smithi079 bash[25290]: audit 2023-12-05T13:21:49.511955+0000 mgr.y (mgr.14445) 244 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:21:51.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:51 smithi079 bash[25290]: cluster 2023-12-05T13:21:49.554205+0000 mgr.y (mgr.14445) 245 : 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-05T13:21:51.948 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:51 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:21:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:21:52.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:52 smithi045 bash[25015]: cluster 2023-12-05T13:21:51.555996+0000 mgr.y (mgr.14445) 246 : 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-05T13:21:52.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:52 smithi045 bash[25015]: audit 2023-12-05T13:21:51.587112+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:52.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:52 smithi045 bash[25015]: audit 2023-12-05T13:21:51.595693+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:52 smithi045 bash[30785]: cluster 2023-12-05T13:21:51.555996+0000 mgr.y (mgr.14445) 246 : 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-05T13:21:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:52 smithi045 bash[30785]: audit 2023-12-05T13:21:51.587112+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:52 smithi045 bash[30785]: audit 2023-12-05T13:21:51.595693+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:52 smithi079 bash[25290]: cluster 2023-12-05T13:21:51.555996+0000 mgr.y (mgr.14445) 246 : 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-05T13:21:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:52 smithi079 bash[25290]: audit 2023-12-05T13:21:51.587112+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:52 smithi079 bash[25290]: audit 2023-12-05T13:21:51.595693+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:54.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:21:53 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:21:54.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:54 smithi045 bash[25015]: cluster 2023-12-05T13:21:53.556768+0000 mgr.y (mgr.14445) 247 : 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-05T13:21:54.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:54 smithi045 bash[30785]: cluster 2023-12-05T13:21:53.556768+0000 mgr.y (mgr.14445) 247 : 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-05T13:21:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:54 smithi079 bash[25290]: cluster 2023-12-05T13:21:53.556768+0000 mgr.y (mgr.14445) 247 : 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-05T13:21:55.299 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-05T13:21:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:55 smithi045 bash[25015]: audit 2023-12-05T13:21:55.422568+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:21:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:55 smithi045 bash[25015]: audit 2023-12-05T13:21:55.424157+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:21:55.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:55 smithi045 bash[25015]: audit 2023-12-05T13:21:55.433868+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:55.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:55 smithi045 bash[30785]: audit 2023-12-05T13:21:55.422568+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:21:55.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:55 smithi045 bash[30785]: audit 2023-12-05T13:21:55.424157+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:21:55.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:55 smithi045 bash[30785]: audit 2023-12-05T13:21:55.433868+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:56.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:55 smithi079 bash[25290]: audit 2023-12-05T13:21:55.422568+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:21:56.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:55 smithi079 bash[25290]: audit 2023-12-05T13:21:55.424157+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:21:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:55 smithi079 bash[25290]: audit 2023-12-05T13:21:55.433868+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:21:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:56 smithi045 bash[25015]: cluster 2023-12-05T13:21:55.557451+0000 mgr.y (mgr.14445) 248 : 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-05T13:21:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:56 smithi045 bash[30785]: cluster 2023-12-05T13:21:55.557451+0000 mgr.y (mgr.14445) 248 : 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-05T13:21:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:56 smithi079 bash[25290]: cluster 2023-12-05T13:21:55.557451+0000 mgr.y (mgr.14445) 248 : 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-05T13:21:57.698 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:21:57 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:21:57] "GET /metrics HTTP/1.1" 200 214871 "" "Prometheus/2.33.4" 2023-12-05T13:21:59.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:21:59 smithi045 bash[25015]: cluster 2023-12-05T13:21:57.559103+0000 mgr.y (mgr.14445) 249 : 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-05T13:21:59.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:21:59 smithi045 bash[30785]: cluster 2023-12-05T13:21:57.559103+0000 mgr.y (mgr.14445) 249 : 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-05T13:21:59.538 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:21:59 smithi079 bash[25290]: cluster 2023-12-05T13:21:57.559103+0000 mgr.y (mgr.14445) 249 : 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-05T13:22:00.189 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-05T13:22:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:01 smithi045 bash[25015]: audit 2023-12-05T13:21:59.522167+0000 mgr.y (mgr.14445) 250 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:01 smithi045 bash[25015]: cluster 2023-12-05T13:21:59.559860+0000 mgr.y (mgr.14445) 251 : 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-05T13:22:01.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:01 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:22:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:22:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:01 smithi045 bash[30785]: audit 2023-12-05T13:21:59.522167+0000 mgr.y (mgr.14445) 250 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:01 smithi045 bash[30785]: cluster 2023-12-05T13:21:59.559860+0000 mgr.y (mgr.14445) 251 : 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-05T13:22:01.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:01 smithi079 bash[25290]: audit 2023-12-05T13:21:59.522167+0000 mgr.y (mgr.14445) 250 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:01.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:01 smithi079 bash[25290]: cluster 2023-12-05T13:21:59.559860+0000 mgr.y (mgr.14445) 251 : 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-05T13:22:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:02 smithi045 bash[25015]: audit 2023-12-05T13:22:01.224882+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:02.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:02 smithi045 bash[25015]: audit 2023-12-05T13:22:01.232504+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:02.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:02 smithi045 bash[30785]: audit 2023-12-05T13:22:01.224882+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:02.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:02 smithi045 bash[30785]: audit 2023-12-05T13:22:01.232504+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:02.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:02 smithi079 bash[25290]: audit 2023-12-05T13:22:01.224882+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:02.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:02 smithi079 bash[25290]: audit 2023-12-05T13:22:01.232504+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:03 smithi045 bash[25015]: cluster 2023-12-05T13:22:01.561645+0000 mgr.y (mgr.14445) 252 : 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-05T13:22:03.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:03 smithi045 bash[30785]: cluster 2023-12-05T13:22:01.561645+0000 mgr.y (mgr.14445) 252 : 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-05T13:22:03.503 INFO:teuthology.orchestra.run.smithi045.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:22:03.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:03 smithi079 bash[25290]: cluster 2023-12-05T13:22:01.561645+0000 mgr.y (mgr.14445) 252 : 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-05T13:22:04.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:22:03 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:22:04.448 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T13:22:04.458 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi045.front.sepia.ceph.com 2023-12-05T13:22:04.459 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-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-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: audit 2023-12-05T13:22:03.487374+0000 mgr.y (mgr.14445) 253 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: cephadm 2023-12-05T13:22:03.489157+0000 mgr.y (mgr.14445) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: audit 2023-12-05T13:22:03.496536+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: audit 2023-12-05T13:22:03.526798+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: audit 2023-12-05T13:22:03.528249+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: audit 2023-12-05T13:22:03.538074+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: cephadm 2023-12-05T13:22:03.548786+0000 mgr.y (mgr.14445) 255 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:22:04.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[25015]: cluster 2023-12-05T13:22:03.562137+0000 mgr.y (mgr.14445) 256 : 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-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: audit 2023-12-05T13:22:03.487374+0000 mgr.y (mgr.14445) 253 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: cephadm 2023-12-05T13:22:03.489157+0000 mgr.y (mgr.14445) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: audit 2023-12-05T13:22:03.496536+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: audit 2023-12-05T13:22:03.526798+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: audit 2023-12-05T13:22:03.528249+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: audit 2023-12-05T13:22:03.538074+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: cephadm 2023-12-05T13:22:03.548786+0000 mgr.y (mgr.14445) 255 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:22:04.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:04 smithi045 bash[30785]: cluster 2023-12-05T13:22:03.562137+0000 mgr.y (mgr.14445) 256 : 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-05T13:22:04.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: audit 2023-12-05T13:22:03.487374+0000 mgr.y (mgr.14445) 253 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:04.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: cephadm 2023-12-05T13:22:03.489157+0000 mgr.y (mgr.14445) 254 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:22:04.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: audit 2023-12-05T13:22:03.496536+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:04.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: audit 2023-12-05T13:22:03.526798+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:22:04.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: audit 2023-12-05T13:22:03.528249+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:22:04.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: audit 2023-12-05T13:22:03.538074+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:04.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: cephadm 2023-12-05T13:22:03.548786+0000 mgr.y (mgr.14445) 255 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:22:04.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:04 smithi079 bash[25290]: cluster 2023-12-05T13:22:03.562137+0000 mgr.y (mgr.14445) 256 : 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-05T13:22:06.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:06 smithi045 bash[25015]: cluster 2023-12-05T13:22:05.562582+0000 mgr.y (mgr.14445) 257 : 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-05T13:22:06.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:06 smithi045 bash[30785]: cluster 2023-12-05T13:22:05.562582+0000 mgr.y (mgr.14445) 257 : 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-05T13:22:07.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:06 smithi079 bash[25290]: cluster 2023-12-05T13:22:05.562582+0000 mgr.y (mgr.14445) 257 : 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-05T13:22:07.698 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:07 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:07] "GET /metrics HTTP/1.1" 200 214849 "" "Prometheus/2.33.4" 2023-12-05T13:22:09.029 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:22:09.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:09 smithi045 bash[25015]: cluster 2023-12-05T13:22:07.563851+0000 mgr.y (mgr.14445) 258 : 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-05T13:22:09.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:09 smithi045 bash[30785]: cluster 2023-12-05T13:22:07.563851+0000 mgr.y (mgr.14445) 258 : 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-05T13:22:09.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:09 smithi079 bash[25290]: cluster 2023-12-05T13:22:07.563851+0000 mgr.y (mgr.14445) 258 : 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-05T13:22:09.845 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 18s ago 11m - - 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 8s ago 11m - - 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (4m) 18s ago 4m 19.2M - ba2b418f427c bef7c3fed764 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (4m) 8s ago 4m 46.6M - 8.3.5 dad864ee21e9 889058496ec9 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (2m) 18s ago 2m 46.9M - 3.5 e1d6a67b021e 15cee36f9bce 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443 running (11m) 8s ago 11m 406M - 17.2.0 e1d6a67b021e 68453cef648e 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:9283 running (13m) 18s ago 13m 464M - 17.2.0 e1d6a67b021e f4b92cdbdc2e 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (13m) 18s ago 13m 56.9M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (11m) 8s ago 11m 48.1M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (11m) 18s ago 11m 45.0M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:22:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (5m) 18s ago 5m 12.1M - 1dbe0e931976 17570666cce8 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (5m) 8s ago 5m 11.7M - 1dbe0e931976 a9901bb1dc07 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (10m) 18s ago 10m 54.6M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (9m) 18s ago 10m 57.9M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (9m) 18s ago 9m 52.1M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (8m) 18s ago 8m 55.4M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (8m) 8s ago 8m 54.5M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (7m) 8s ago 7m 55.2M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (6m) 8s ago 6m 50.7M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (6m) 8s ago 6m 53.4M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (4m) 8s ago 5m 58.8M - 514e6a882f6e 8c70e8132349 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (2m) 18s ago 2m 84.2M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (2m) 8s ago 2m 84.4M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (2m) 18s ago 2m 84.2M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:22:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (2m) 8s ago 2m 84.2M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:22:10.360 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:22:10.360 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:22:10.360 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:22:10.361 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:10.361 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:22:10.361 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:22:10.361 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:10.361 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:22:10.361 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:22:10.362 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:10.362 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:22:10.362 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:22:10.362 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:22:10.362 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:10.362 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:22:10.362 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-05T13:22:10.363 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:22:10.363 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:22:10.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:10 smithi045 bash[25015]: audit 2023-12-05T13:22:09.004024+0000 mgr.y (mgr.14445) 259 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:10 smithi045 bash[30785]: audit 2023-12-05T13:22:09.004024+0000 mgr.y (mgr.14445) 259 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:10.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:10 smithi079 bash[25290]: audit 2023-12-05T13:22:09.004024+0000 mgr.y (mgr.14445) 259 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:10.824 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:22:10.824 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:22:10.824 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:22:10.824 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-12-05T13:22:10.824 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "", 2023-12-05T13:22:10.824 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T13:22:10.824 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:22:11.350 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:22:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[25015]: audit 2023-12-05T13:22:09.415339+0000 mgr.y (mgr.14445) 260 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[25015]: audit 2023-12-05T13:22:09.532619+0000 mgr.y (mgr.14445) 261 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[25015]: cluster 2023-12-05T13:22:09.564476+0000 mgr.y (mgr.14445) 262 : 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-05T13:22:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[25015]: audit 2023-12-05T13:22:09.818488+0000 mgr.y (mgr.14445) 263 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[25015]: audit 2023-12-05T13:22:10.353962+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.45:0/3446672078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[30785]: audit 2023-12-05T13:22:09.415339+0000 mgr.y (mgr.14445) 260 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[30785]: audit 2023-12-05T13:22:09.532619+0000 mgr.y (mgr.14445) 261 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:11.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[30785]: cluster 2023-12-05T13:22:09.564476+0000 mgr.y (mgr.14445) 262 : 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-05T13:22:11.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[30785]: audit 2023-12-05T13:22:09.818488+0000 mgr.y (mgr.14445) 263 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:11.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[30785]: audit 2023-12-05T13:22:10.353962+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.45:0/3446672078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:11.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:11 smithi079 bash[25290]: audit 2023-12-05T13:22:09.415339+0000 mgr.y (mgr.14445) 260 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:11.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:11 smithi079 bash[25290]: audit 2023-12-05T13:22:09.532619+0000 mgr.y (mgr.14445) 261 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:11 smithi079 bash[25290]: cluster 2023-12-05T13:22:09.564476+0000 mgr.y (mgr.14445) 262 : 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-05T13:22:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:11 smithi079 bash[25290]: audit 2023-12-05T13:22:09.818488+0000 mgr.y (mgr.14445) 263 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:11.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:11 smithi079 bash[25290]: audit 2023-12-05T13:22:10.353962+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.45:0/3446672078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:12.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:11 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:22:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:22:12.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[25015]: audit 2023-12-05T13:22:10.815600+0000 mgr.y (mgr.14445) 264 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:12.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[25015]: audit 2023-12-05T13:22:11.340354+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.45:0/3527037029' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:12.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[25015]: audit 2023-12-05T13:22:11.724711+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:12.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[25015]: audit 2023-12-05T13:22:11.732915+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:12.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[30785]: audit 2023-12-05T13:22:10.815600+0000 mgr.y (mgr.14445) 264 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:12.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[30785]: audit 2023-12-05T13:22:11.340354+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.45:0/3527037029' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:12.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[30785]: audit 2023-12-05T13:22:11.724711+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:12.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:12 smithi045 bash[30785]: audit 2023-12-05T13:22:11.732915+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:12.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:12 smithi079 bash[25290]: audit 2023-12-05T13:22:10.815600+0000 mgr.y (mgr.14445) 264 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:12.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:12 smithi079 bash[25290]: audit 2023-12-05T13:22:11.340354+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.45:0/3527037029' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:12.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:12 smithi079 bash[25290]: audit 2023-12-05T13:22:11.724711+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:12.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:12 smithi079 bash[25290]: audit 2023-12-05T13:22:11.732915+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:13.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:13 smithi045 bash[25015]: cluster 2023-12-05T13:22:11.565771+0000 mgr.y (mgr.14445) 265 : 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-05T13:22:13.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:13 smithi045 bash[30785]: cluster 2023-12-05T13:22:11.565771+0000 mgr.y (mgr.14445) 265 : 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-05T13:22:13.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:13 smithi079 bash[25290]: cluster 2023-12-05T13:22:11.565771+0000 mgr.y (mgr.14445) 265 : 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-05T13:22:14.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:22:13 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:22:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:15 smithi079 bash[25290]: cluster 2023-12-05T13:22:13.566367+0000 mgr.y (mgr.14445) 266 : 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-05T13:22:15.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:15 smithi045 bash[25015]: cluster 2023-12-05T13:22:13.566367+0000 mgr.y (mgr.14445) 266 : 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-05T13:22:15.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:15 smithi045 bash[30785]: cluster 2023-12-05T13:22:13.566367+0000 mgr.y (mgr.14445) 266 : 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-05T13:22:17.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:17 smithi079 bash[25290]: cluster 2023-12-05T13:22:15.567069+0000 mgr.y (mgr.14445) 267 : 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-05T13:22:17.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:17 smithi045 bash[25015]: cluster 2023-12-05T13:22:15.567069+0000 mgr.y (mgr.14445) 267 : 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-05T13:22:17.698 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:17] "GET /metrics HTTP/1.1" 200 214807 "" "Prometheus/2.33.4" 2023-12-05T13:22:17.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:17 smithi045 bash[30785]: cluster 2023-12-05T13:22:15.567069+0000 mgr.y (mgr.14445) 267 : 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-05T13:22:19.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:19 smithi079 bash[25290]: cluster 2023-12-05T13:22:17.568894+0000 mgr.y (mgr.14445) 268 : 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-05T13:22:19.547 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:19 smithi045 bash[25015]: cluster 2023-12-05T13:22:17.568894+0000 mgr.y (mgr.14445) 268 : 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-05T13:22:19.547 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:19 smithi045 bash[30785]: cluster 2023-12-05T13:22:17.568894+0000 mgr.y (mgr.14445) 268 : 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-05T13:22:21.370 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:21 smithi079 bash[25290]: audit 2023-12-05T13:22:19.540722+0000 mgr.y (mgr.14445) 269 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:21.371 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:21 smithi079 bash[25290]: cluster 2023-12-05T13:22:19.569678+0000 mgr.y (mgr.14445) 270 : 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-05T13:22:21.698 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:21 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:22:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:22:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:21 smithi045 bash[25015]: audit 2023-12-05T13:22:19.540722+0000 mgr.y (mgr.14445) 269 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:21 smithi045 bash[25015]: cluster 2023-12-05T13:22:19.569678+0000 mgr.y (mgr.14445) 270 : 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-05T13:22:21.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:21 smithi045 bash[30785]: audit 2023-12-05T13:22:19.540722+0000 mgr.y (mgr.14445) 269 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:21 smithi045 bash[30785]: cluster 2023-12-05T13:22:19.569678+0000 mgr.y (mgr.14445) 270 : 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-05T13:22:22.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:22 smithi079 bash[25290]: audit 2023-12-05T13:22:21.386641+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:22.670 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:22 smithi079 bash[25290]: audit 2023-12-05T13:22:21.393788+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:22.670 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:22 smithi079 bash[25290]: cluster 2023-12-05T13:22:21.571086+0000 mgr.y (mgr.14445) 271 : 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-05T13:22:22.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:22 smithi045 bash[30785]: audit 2023-12-05T13:22:21.386641+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:22.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:22 smithi045 bash[30785]: audit 2023-12-05T13:22:21.393788+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:22.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:22 smithi045 bash[30785]: cluster 2023-12-05T13:22:21.571086+0000 mgr.y (mgr.14445) 271 : 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-05T13:22:22.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:22 smithi045 bash[25015]: audit 2023-12-05T13:22:21.386641+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:22.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:22 smithi045 bash[25015]: audit 2023-12-05T13:22:21.393788+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:22.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:22 smithi045 bash[25015]: cluster 2023-12-05T13:22:21.571086+0000 mgr.y (mgr.14445) 271 : 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-05T13:22:24.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:22:23 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:22:24.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:24 smithi045 bash[25015]: cluster 2023-12-05T13:22:23.571719+0000 mgr.y (mgr.14445) 272 : 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-05T13:22:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:24 smithi045 bash[30785]: cluster 2023-12-05T13:22:23.571719+0000 mgr.y (mgr.14445) 272 : 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-05T13:22:25.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:24 smithi079 bash[25290]: cluster 2023-12-05T13:22:23.571719+0000 mgr.y (mgr.14445) 272 : 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-05T13:22:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:26 smithi045 bash[25015]: cluster 2023-12-05T13:22:25.572382+0000 mgr.y (mgr.14445) 273 : 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-05T13:22:26.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:26 smithi045 bash[30785]: cluster 2023-12-05T13:22:25.572382+0000 mgr.y (mgr.14445) 273 : 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-05T13:22:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:26 smithi079 bash[25290]: cluster 2023-12-05T13:22:25.572382+0000 mgr.y (mgr.14445) 273 : 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-05T13:22:27.698 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:27 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:27] "GET /metrics HTTP/1.1" 200 214807 "" "Prometheus/2.33.4" 2023-12-05T13:22:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:29 smithi045 bash[25015]: cluster 2023-12-05T13:22:27.573573+0000 mgr.y (mgr.14445) 274 : 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-05T13:22:29.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:29 smithi045 bash[30785]: cluster 2023-12-05T13:22:27.573573+0000 mgr.y (mgr.14445) 274 : 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-05T13:22:29.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:29 smithi079 bash[25290]: cluster 2023-12-05T13:22:27.573573+0000 mgr.y (mgr.14445) 274 : 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-05T13:22:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[25015]: audit 2023-12-05T13:22:29.549173+0000 mgr.y (mgr.14445) 275 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[25015]: cluster 2023-12-05T13:22:29.574300+0000 mgr.y (mgr.14445) 276 : 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-05T13:22:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[25015]: audit 2023-12-05T13:22:30.664365+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:22:31.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[25015]: audit 2023-12-05T13:22:30.671138+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:22:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[30785]: audit 2023-12-05T13:22:29.549173+0000 mgr.y (mgr.14445) 275 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[30785]: cluster 2023-12-05T13:22:29.574300+0000 mgr.y (mgr.14445) 276 : 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-05T13:22:31.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[30785]: audit 2023-12-05T13:22:30.664365+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:22:31.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[30785]: audit 2023-12-05T13:22:30.671138+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:22:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:31 smithi079 bash[25290]: audit 2023-12-05T13:22:29.549173+0000 mgr.y (mgr.14445) 275 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:31 smithi079 bash[25290]: cluster 2023-12-05T13:22:29.574300+0000 mgr.y (mgr.14445) 276 : 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-05T13:22:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:31 smithi079 bash[25290]: audit 2023-12-05T13:22:30.664365+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:22:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:31 smithi079 bash[25290]: audit 2023-12-05T13:22:30.671138+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:22:32.198 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:31 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:22:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:22:33.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:32 smithi045 bash[30785]: cluster 2023-12-05T13:22:31.575943+0000 mgr.y (mgr.14445) 277 : 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-05T13:22:33.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:32 smithi045 bash[30785]: audit 2023-12-05T13:22:31.871954+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:33.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:32 smithi045 bash[30785]: audit 2023-12-05T13:22:31.879172+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:33.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:32 smithi045 bash[25015]: cluster 2023-12-05T13:22:31.575943+0000 mgr.y (mgr.14445) 277 : 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-05T13:22:33.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:32 smithi045 bash[25015]: audit 2023-12-05T13:22:31.871954+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:33.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:32 smithi045 bash[25015]: audit 2023-12-05T13:22:31.879172+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:32 smithi079 bash[25290]: cluster 2023-12-05T13:22:31.575943+0000 mgr.y (mgr.14445) 277 : 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-05T13:22:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:32 smithi079 bash[25290]: audit 2023-12-05T13:22:31.871954+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:32 smithi079 bash[25290]: audit 2023-12-05T13:22:31.879172+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:34.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:22:33 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:22:35.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:34 smithi045 bash[25015]: cluster 2023-12-05T13:22:33.576537+0000 mgr.y (mgr.14445) 278 : 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-05T13:22:35.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:34 smithi045 bash[30785]: cluster 2023-12-05T13:22:33.576537+0000 mgr.y (mgr.14445) 278 : 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-05T13:22:35.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:34 smithi079 bash[25290]: cluster 2023-12-05T13:22:33.576537+0000 mgr.y (mgr.14445) 278 : 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-05T13:22:37.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:36 smithi045 bash[25015]: cluster 2023-12-05T13:22:35.577207+0000 mgr.y (mgr.14445) 279 : 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-05T13:22:37.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:36 smithi045 bash[30785]: cluster 2023-12-05T13:22:35.577207+0000 mgr.y (mgr.14445) 279 : 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-05T13:22:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:36 smithi079 bash[25290]: cluster 2023-12-05T13:22:35.577207+0000 mgr.y (mgr.14445) 279 : 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-05T13:22:37.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:37 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:37] "GET /metrics HTTP/1.1" 200 214802 "" "Prometheus/2.33.4" 2023-12-05T13:22:39.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:39 smithi045 bash[25015]: cluster 2023-12-05T13:22:37.578897+0000 mgr.y (mgr.14445) 280 : 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-05T13:22:39.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:39 smithi045 bash[30785]: cluster 2023-12-05T13:22:37.578897+0000 mgr.y (mgr.14445) 280 : 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-05T13:22:39.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:39 smithi079 bash[25290]: cluster 2023-12-05T13:22:37.578897+0000 mgr.y (mgr.14445) 280 : 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-05T13:22:41.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:41 smithi045 bash[25015]: audit 2023-12-05T13:22:39.556682+0000 mgr.y (mgr.14445) 281 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:41.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:41 smithi045 bash[25015]: cluster 2023-12-05T13:22:39.579646+0000 mgr.y (mgr.14445) 282 : 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-05T13:22:41.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:41 smithi045 bash[30785]: audit 2023-12-05T13:22:39.556682+0000 mgr.y (mgr.14445) 281 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:41.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:41 smithi045 bash[30785]: cluster 2023-12-05T13:22:39.579646+0000 mgr.y (mgr.14445) 282 : 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-05T13:22:41.534 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:41 smithi079 bash[25290]: audit 2023-12-05T13:22:39.556682+0000 mgr.y (mgr.14445) 281 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:41.534 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:41 smithi079 bash[25290]: cluster 2023-12-05T13:22:39.579646+0000 mgr.y (mgr.14445) 282 : 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-05T13:22:41.741 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:22:41.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:41 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:22:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:22:42.469 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:22:42.469 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 10s ago 12m - - 2023-12-05T13:22:42.469 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 0s ago 12m - - 2023-12-05T13:22:42.469 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (4m) 10s ago 5m 17.4M - ba2b418f427c bef7c3fed764 2023-12-05T13:22:42.469 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (5m) 0s ago 5m 46.7M - 8.3.5 dad864ee21e9 889058496ec9 2023-12-05T13:22:42.469 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (2m) 10s ago 2m 47.0M - 3.5 e1d6a67b021e 15cee36f9bce 2023-12-05T13:22:42.469 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443 running (11m) 0s ago 11m 407M - 17.2.0 e1d6a67b021e 68453cef648e 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:9283 running (13m) 10s ago 13m 464M - 17.2.0 e1d6a67b021e f4b92cdbdc2e 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (13m) 10s ago 13m 57.9M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (11m) 0s ago 11m 48.5M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (12m) 10s ago 12m 45.7M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (5m) 10s ago 5m 12.1M - 1dbe0e931976 17570666cce8 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (5m) 0s ago 5m 11.9M - 1dbe0e931976 a9901bb1dc07 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (11m) 10s ago 11m 55.0M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (10m) 10s ago 10m 58.4M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (9m) 10s ago 9m 51.9M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (9m) 10s ago 9m 55.8M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (8m) 0s ago 8m 54.7M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (8m) 0s ago 8m 55.4M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (7m) 0s ago 7m 50.7M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:22:42.470 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (6m) 0s ago 6m 53.5M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:22:42.471 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (4m) 0s ago 5m 59.9M - 514e6a882f6e 8c70e8132349 2023-12-05T13:22:42.471 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (3m) 10s ago 3m 84.4M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:22:42.471 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (3m) 0s ago 3m 84.5M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:22:42.471 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (3m) 10s ago 3m 84.4M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:22:42.471 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (3m) 0s ago 3m 84.3M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:22:42.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:42 smithi079 bash[25290]: audit 2023-12-05T13:22:41.518881+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:42.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:42 smithi079 bash[25290]: audit 2023-12-05T13:22:41.526046+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:42.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:42 smithi079 bash[25290]: cluster 2023-12-05T13:22:41.580628+0000 mgr.y (mgr.14445) 283 : 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-05T13:22:42.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:42 smithi079 bash[25290]: audit 2023-12-05T13:22:41.720156+0000 mgr.y (mgr.14445) 284 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:42.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:42 smithi079 bash[25290]: audit 2023-12-05T13:22:42.086172+0000 mgr.y (mgr.14445) 285 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:42.903 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:22:42.903 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:22:42.904 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:22:42.905 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-05T13:22:42.905 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:22:42.905 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:22:42.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[25015]: audit 2023-12-05T13:22:41.518881+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:42.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[25015]: audit 2023-12-05T13:22:41.526046+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:42.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[25015]: cluster 2023-12-05T13:22:41.580628+0000 mgr.y (mgr.14445) 283 : 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-05T13:22:42.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[25015]: audit 2023-12-05T13:22:41.720156+0000 mgr.y (mgr.14445) 284 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:42.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[25015]: audit 2023-12-05T13:22:42.086172+0000 mgr.y (mgr.14445) 285 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:42.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[30785]: audit 2023-12-05T13:22:41.518881+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:42.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[30785]: audit 2023-12-05T13:22:41.526046+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:42.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[30785]: cluster 2023-12-05T13:22:41.580628+0000 mgr.y (mgr.14445) 283 : 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-05T13:22:42.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[30785]: audit 2023-12-05T13:22:41.720156+0000 mgr.y (mgr.14445) 284 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:42.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:42 smithi045 bash[30785]: audit 2023-12-05T13:22:42.086172+0000 mgr.y (mgr.14445) 285 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:43.260 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:22:43.260 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:22:43.260 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:22:43.260 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-12-05T13:22:43.260 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "", 2023-12-05T13:22:43.260 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T13:22:43.261 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:22:43.681 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:22:43.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:22:43 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:22:43.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:43 smithi079 bash[25290]: audit 2023-12-05T13:22:42.440078+0000 mgr.y (mgr.14445) 286 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:43.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:43 smithi079 bash[25290]: audit 2023-12-05T13:22:42.897240+0000 mon.a (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.45:0/2264604995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:43.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:43 smithi079 bash[25290]: audit 2023-12-05T13:22:43.253729+0000 mgr.y (mgr.14445) 287 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:43.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:43 smithi045 bash[25015]: audit 2023-12-05T13:22:42.440078+0000 mgr.y (mgr.14445) 286 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:43.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:43 smithi045 bash[25015]: audit 2023-12-05T13:22:42.897240+0000 mon.a (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.45:0/2264604995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:43.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:43 smithi045 bash[25015]: audit 2023-12-05T13:22:43.253729+0000 mgr.y (mgr.14445) 287 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:43 smithi045 bash[30785]: audit 2023-12-05T13:22:42.440078+0000 mgr.y (mgr.14445) 286 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:43 smithi045 bash[30785]: audit 2023-12-05T13:22:42.897240+0000 mon.a (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.45:0/2264604995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:43 smithi045 bash[30785]: audit 2023-12-05T13:22:43.253729+0000 mgr.y (mgr.14445) 287 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:44.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:44 smithi079 bash[25290]: cluster 2023-12-05T13:22:43.581274+0000 mgr.y (mgr.14445) 288 : 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-05T13:22:44.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:44 smithi079 bash[25290]: audit 2023-12-05T13:22:43.674821+0000 mon.a (mon.0) 1186 : audit [DBG] from='client.? 172.21.15.45:0/999406416' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:44.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:44 smithi045 bash[25015]: cluster 2023-12-05T13:22:43.581274+0000 mgr.y (mgr.14445) 288 : 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-05T13:22:44.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:44 smithi045 bash[25015]: audit 2023-12-05T13:22:43.674821+0000 mon.a (mon.0) 1186 : audit [DBG] from='client.? 172.21.15.45:0/999406416' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:44.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:44 smithi045 bash[30785]: cluster 2023-12-05T13:22:43.581274+0000 mgr.y (mgr.14445) 288 : 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-05T13:22:44.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:44 smithi045 bash[30785]: audit 2023-12-05T13:22:43.674821+0000 mon.a (mon.0) 1186 : audit [DBG] from='client.? 172.21.15.45:0/999406416' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:46.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[25015]: cluster 2023-12-05T13:22:45.582080+0000 mgr.y (mgr.14445) 289 : 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-05T13:22:46.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[25015]: audit 2023-12-05T13:22:46.283949+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:46.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[25015]: audit 2023-12-05T13:22:46.286179+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:22:46.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[25015]: audit 2023-12-05T13:22:46.292559+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:46.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[30785]: cluster 2023-12-05T13:22:45.582080+0000 mgr.y (mgr.14445) 289 : 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-05T13:22:46.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[30785]: audit 2023-12-05T13:22:46.283949+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:46.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[30785]: audit 2023-12-05T13:22:46.286179+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:22:46.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:46 smithi045 bash[30785]: audit 2023-12-05T13:22:46.292559+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:47.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:46 smithi079 bash[25290]: cluster 2023-12-05T13:22:45.582080+0000 mgr.y (mgr.14445) 289 : 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-05T13:22:47.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:46 smithi079 bash[25290]: audit 2023-12-05T13:22:46.283949+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:46 smithi079 bash[25290]: audit 2023-12-05T13:22:46.286179+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:22:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:46 smithi079 bash[25290]: audit 2023-12-05T13:22:46.292559+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:47.698 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:47 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:47] "GET /metrics HTTP/1.1" 200 214818 "" "Prometheus/2.33.4" 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[30785]: cephadm 2023-12-05T13:22:46.284479+0000 mgr.y (mgr.14445) 290 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[30785]: cephadm 2023-12-05T13:22:46.284616+0000 mgr.y (mgr.14445) 291 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[30785]: cephadm 2023-12-05T13:22:46.293552+0000 mgr.y (mgr.14445) 292 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[30785]: cephadm 2023-12-05T13:22:46.533085+0000 mgr.y (mgr.14445) 293 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi079 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[25015]: cephadm 2023-12-05T13:22:46.284479+0000 mgr.y (mgr.14445) 290 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[25015]: cephadm 2023-12-05T13:22:46.284616+0000 mgr.y (mgr.14445) 291 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[25015]: cephadm 2023-12-05T13:22:46.293552+0000 mgr.y (mgr.14445) 292 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T13:22:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:48 smithi045 bash[25015]: cephadm 2023-12-05T13:22:46.533085+0000 mgr.y (mgr.14445) 293 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi079 2023-12-05T13:22:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:48 smithi079 bash[25290]: cephadm 2023-12-05T13:22:46.284479+0000 mgr.y (mgr.14445) 290 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T13:22:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:48 smithi079 bash[25290]: cephadm 2023-12-05T13:22:46.284616+0000 mgr.y (mgr.14445) 291 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T13:22:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:48 smithi079 bash[25290]: cephadm 2023-12-05T13:22:46.293552+0000 mgr.y (mgr.14445) 292 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T13:22:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:48 smithi079 bash[25290]: cephadm 2023-12-05T13:22:46.533085+0000 mgr.y (mgr.14445) 293 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi079 2023-12-05T13:22:49.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:49 smithi045 bash[25015]: cluster 2023-12-05T13:22:47.583818+0000 mgr.y (mgr.14445) 294 : 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-05T13:22:49.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:49 smithi045 bash[30785]: cluster 2023-12-05T13:22:47.583818+0000 mgr.y (mgr.14445) 294 : 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-05T13:22:49.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:49 smithi079 bash[25290]: cluster 2023-12-05T13:22:47.583818+0000 mgr.y (mgr.14445) 294 : 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-05T13:22:51.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:51 smithi045 bash[25015]: audit 2023-12-05T13:22:49.563879+0000 mgr.y (mgr.14445) 295 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:51.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:51 smithi045 bash[25015]: cluster 2023-12-05T13:22:49.584567+0000 mgr.y (mgr.14445) 296 : 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-05T13:22:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:51 smithi045 bash[30785]: audit 2023-12-05T13:22:49.563879+0000 mgr.y (mgr.14445) 295 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:51.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:51 smithi045 bash[30785]: cluster 2023-12-05T13:22:49.584567+0000 mgr.y (mgr.14445) 296 : 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-05T13:22:51.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:51 smithi079 bash[25290]: audit 2023-12-05T13:22:49.563879+0000 mgr.y (mgr.14445) 295 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:22:51.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:51 smithi079 bash[25290]: cluster 2023-12-05T13:22:49.584567+0000 mgr.y (mgr.14445) 296 : 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-05T13:22:52.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:52 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:22:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:22:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:53 smithi079 bash[25290]: cluster 2023-12-05T13:22:51.586325+0000 mgr.y (mgr.14445) 297 : 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-05T13:22:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:53 smithi079 bash[25290]: audit 2023-12-05T13:22:52.005751+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:53 smithi079 bash[25290]: audit 2023-12-05T13:22:52.012178+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:53.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:53 smithi045 bash[25015]: cluster 2023-12-05T13:22:51.586325+0000 mgr.y (mgr.14445) 297 : 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-05T13:22:53.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:53 smithi045 bash[25015]: audit 2023-12-05T13:22:52.005751+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:53.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:53 smithi045 bash[25015]: audit 2023-12-05T13:22:52.012178+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:53.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:53 smithi045 bash[30785]: cluster 2023-12-05T13:22:51.586325+0000 mgr.y (mgr.14445) 297 : 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-05T13:22:53.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:53 smithi045 bash[30785]: audit 2023-12-05T13:22:52.005751+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:53.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:53 smithi045 bash[30785]: audit 2023-12-05T13:22:52.012178+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:22:54.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:22:53 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:22:55.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:55 smithi079 bash[25290]: cluster 2023-12-05T13:22:53.587070+0000 mgr.y (mgr.14445) 298 : 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-05T13:22:55.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:55 smithi045 bash[25015]: cluster 2023-12-05T13:22:53.587070+0000 mgr.y (mgr.14445) 298 : 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-05T13:22:55.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:55 smithi045 bash[30785]: cluster 2023-12-05T13:22:53.587070+0000 mgr.y (mgr.14445) 298 : 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-05T13:22:57.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:57 smithi079 bash[25290]: cluster 2023-12-05T13:22:55.587812+0000 mgr.y (mgr.14445) 299 : 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-05T13:22:57.360 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:57 smithi045 bash[25015]: cluster 2023-12-05T13:22:55.587812+0000 mgr.y (mgr.14445) 299 : 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-05T13:22:57.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:57 smithi045 bash[30785]: cluster 2023-12-05T13:22:55.587812+0000 mgr.y (mgr.14445) 299 : 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-05T13:22:57.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:22:57 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:22:57] "GET /metrics HTTP/1.1" 200 214818 "" "Prometheus/2.33.4" 2023-12-05T13:22:59.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:22:59 smithi045 bash[25015]: cluster 2023-12-05T13:22:57.590061+0000 mgr.y (mgr.14445) 300 : 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-05T13:22:59.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:22:59 smithi045 bash[30785]: cluster 2023-12-05T13:22:57.590061+0000 mgr.y (mgr.14445) 300 : 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-05T13:22:59.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:22:59 smithi079 bash[25290]: cluster 2023-12-05T13:22:57.590061+0000 mgr.y (mgr.14445) 300 : 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-05T13:23:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:01 smithi045 bash[25015]: audit 2023-12-05T13:22:59.573455+0000 mgr.y (mgr.14445) 301 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:01.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:01 smithi045 bash[25015]: cluster 2023-12-05T13:22:59.590794+0000 mgr.y (mgr.14445) 302 : 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-05T13:23:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:01 smithi045 bash[30785]: audit 2023-12-05T13:22:59.573455+0000 mgr.y (mgr.14445) 301 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:01 smithi045 bash[30785]: cluster 2023-12-05T13:22:59.590794+0000 mgr.y (mgr.14445) 302 : 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-05T13:23:01.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:01 smithi079 bash[25290]: audit 2023-12-05T13:22:59.573455+0000 mgr.y (mgr.14445) 301 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:01.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:01 smithi079 bash[25290]: cluster 2023-12-05T13:22:59.590794+0000 mgr.y (mgr.14445) 302 : 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-05T13:23:01.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:01 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:23:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:23:02.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:02 smithi045 bash[25015]: cluster 2023-12-05T13:23:01.592630+0000 mgr.y (mgr.14445) 303 : 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-05T13:23:02.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:02 smithi045 bash[25015]: audit 2023-12-05T13:23:01.658384+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:02.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:02 smithi045 bash[25015]: audit 2023-12-05T13:23:01.665573+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:02 smithi045 bash[30785]: cluster 2023-12-05T13:23:01.592630+0000 mgr.y (mgr.14445) 303 : 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-05T13:23:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:02 smithi045 bash[30785]: audit 2023-12-05T13:23:01.658384+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:02.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:02 smithi045 bash[30785]: audit 2023-12-05T13:23:01.665573+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:03.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:02 smithi079 bash[25290]: cluster 2023-12-05T13:23:01.592630+0000 mgr.y (mgr.14445) 303 : 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-05T13:23:03.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:02 smithi079 bash[25290]: audit 2023-12-05T13:23:01.658384+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:03.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:02 smithi079 bash[25290]: audit 2023-12-05T13:23:01.665573+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:03.788 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:03 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:03.508Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:03.788 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:03 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:03.509Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:04.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:03 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:23:04.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:04 smithi045 bash[25015]: cluster 2023-12-05T13:23:03.593537+0000 mgr.y (mgr.14445) 304 : 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-05T13:23:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:04 smithi045 bash[30785]: cluster 2023-12-05T13:23:03.593537+0000 mgr.y (mgr.14445) 304 : 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-05T13:23:05.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:04 smithi079 bash[25290]: cluster 2023-12-05T13:23:03.593537+0000 mgr.y (mgr.14445) 304 : 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-05T13:23:06.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:06 smithi045 bash[25015]: cluster 2023-12-05T13:23:05.594445+0000 mgr.y (mgr.14445) 305 : 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-05T13:23:06.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:06 smithi045 bash[30785]: cluster 2023-12-05T13:23:05.594445+0000 mgr.y (mgr.14445) 305 : 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-05T13:23:07.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:06 smithi079 bash[25290]: cluster 2023-12-05T13:23:05.594445+0000 mgr.y (mgr.14445) 305 : 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-05T13:23:07.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:07 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:07] "GET /metrics HTTP/1.1" 200 214819 "" "Prometheus/2.33.4" 2023-12-05T13:23:09.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:09 smithi045 bash[25015]: cluster 2023-12-05T13:23:07.596262+0000 mgr.y (mgr.14445) 306 : 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-05T13:23:09.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:09 smithi045 bash[30785]: cluster 2023-12-05T13:23:07.596262+0000 mgr.y (mgr.14445) 306 : 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-05T13:23:09.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:09 smithi079 bash[25290]: cluster 2023-12-05T13:23:07.596262+0000 mgr.y (mgr.14445) 306 : 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-05T13:23:11.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:11 smithi045 bash[25015]: audit 2023-12-05T13:23:09.584718+0000 mgr.y (mgr.14445) 307 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:11 smithi045 bash[25015]: cluster 2023-12-05T13:23:09.596961+0000 mgr.y (mgr.14445) 308 : 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-05T13:23:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:11 smithi045 bash[30785]: audit 2023-12-05T13:23:09.584718+0000 mgr.y (mgr.14445) 307 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:11 smithi045 bash[30785]: cluster 2023-12-05T13:23:09.596961+0000 mgr.y (mgr.14445) 308 : 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-05T13:23:11.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:11 smithi079 bash[25290]: audit 2023-12-05T13:23:09.584718+0000 mgr.y (mgr.14445) 307 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:11.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:11 smithi079 bash[25290]: cluster 2023-12-05T13:23:09.596961+0000 mgr.y (mgr.14445) 308 : 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-05T13:23:12.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:12 smithi045 bash[25292]: 172.21.15.45 - - [05/Dec/2023:13:23:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:23:13.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[25015]: cluster 2023-12-05T13:23:11.598724+0000 mgr.y (mgr.14445) 309 : 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-05T13:23:13.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[25015]: audit 2023-12-05T13:23:12.139782+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:13.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[25015]: audit 2023-12-05T13:23:12.146492+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:13.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[30785]: cluster 2023-12-05T13:23:11.598724+0000 mgr.y (mgr.14445) 309 : 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-05T13:23:13.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[30785]: audit 2023-12-05T13:23:12.139782+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:13.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[30785]: audit 2023-12-05T13:23:12.146492+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:13.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:13 smithi079 bash[25290]: cluster 2023-12-05T13:23:11.598724+0000 mgr.y (mgr.14445) 309 : 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-05T13:23:13.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:13 smithi079 bash[25290]: audit 2023-12-05T13:23:12.139782+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:13.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:13 smithi079 bash[25290]: audit 2023-12-05T13:23:12.146492+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:13.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[54485]: level=error ts=2023-12-05T13:23:13.503Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:13.948 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:13.507Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:13.948 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:13 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:13.508Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:14.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:13 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:23:14.072 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:23:14.777 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 2s ago 13m - - 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 13s ago 12m - - 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (5m) 2s ago 5m 17.5M - ba2b418f427c bef7c3fed764 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (5m) 13s ago 5m 46.3M - 8.3.5 dad864ee21e9 889058496ec9 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (3m) 2s ago 3m 47.2M - 3.5 e1d6a67b021e 15cee36f9bce 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443 running (12m) 13s ago 12m 407M - 17.2.0 e1d6a67b021e 68453cef648e 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:9283 running (14m) 2s ago 14m 465M - 17.2.0 e1d6a67b021e f4b92cdbdc2e 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (14m) 2s ago 14m 58.9M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (12m) 13s ago 12m 49.6M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (12m) 2s ago 12m 47.2M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (6m) 2s ago 6m 11.7M - 1dbe0e931976 17570666cce8 2023-12-05T13:23:14.778 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (6m) 13s ago 6m 12.1M - 1dbe0e931976 a9901bb1dc07 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (11m) 2s ago 11m 55.5M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (11m) 2s ago 11m 58.7M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (10m) 2s ago 10m 52.6M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (9m) 2s ago 9m 56.5M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (9m) 13s ago 9m 54.8M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (8m) 13s ago 8m 55.4M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (7m) 13s ago 7m 51.0M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (7m) 13s ago 7m 53.7M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (5m) 13s ago 6m 60.0M - 514e6a882f6e 8c70e8132349 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (3m) 2s ago 3m 84.5M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (3m) 13s ago 3m 84.7M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (3m) 2s ago 3m 84.7M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:23:14.779 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (3m) 13s ago 3m 84.5M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:23:15.191 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:23:15.191 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:23:15.191 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:23:15.191 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:23:15.192 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:23:15.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:15 smithi045 bash[25015]: cluster 2023-12-05T13:23:13.599500+0000 mgr.y (mgr.14445) 310 : 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-05T13:23:15.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:15 smithi045 bash[25015]: audit 2023-12-05T13:23:14.049770+0000 mgr.y (mgr.14445) 311 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:15.420 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:15 smithi045 bash[30785]: cluster 2023-12-05T13:23:13.599500+0000 mgr.y (mgr.14445) 310 : 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-05T13:23:15.420 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:15 smithi045 bash[30785]: audit 2023-12-05T13:23:14.049770+0000 mgr.y (mgr.14445) 311 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:15 smithi079 bash[25290]: cluster 2023-12-05T13:23:13.599500+0000 mgr.y (mgr.14445) 310 : 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-05T13:23:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:15 smithi079 bash[25290]: audit 2023-12-05T13:23:14.049770+0000 mgr.y (mgr.14445) 311 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:15.553 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:23:15.553 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:23:15.553 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:23:15.554 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-12-05T13:23:15.554 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "0/23 daemons upgraded", 2023-12-05T13:23:15.554 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image on host smithi079" 2023-12-05T13:23:15.554 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:23:15.972 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[25015]: audit 2023-12-05T13:23:14.413255+0000 mgr.y (mgr.14445) 312 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[25015]: audit 2023-12-05T13:23:14.750194+0000 mgr.y (mgr.14445) 313 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[25015]: audit 2023-12-05T13:23:15.185479+0000 mon.a (mon.0) 1196 : audit [DBG] from='client.? 172.21.15.45:0/205685335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[25015]: audit 2023-12-05T13:23:15.966225+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.45:0/1105032182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[30785]: audit 2023-12-05T13:23:14.413255+0000 mgr.y (mgr.14445) 312 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[30785]: audit 2023-12-05T13:23:14.750194+0000 mgr.y (mgr.14445) 313 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[30785]: audit 2023-12-05T13:23:15.185479+0000 mon.a (mon.0) 1196 : audit [DBG] from='client.? 172.21.15.45:0/205685335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:23:16.425 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:16 smithi045 bash[30785]: audit 2023-12-05T13:23:15.966225+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.45:0/1105032182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:23:16.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:16 smithi079 bash[25290]: audit 2023-12-05T13:23:14.413255+0000 mgr.y (mgr.14445) 312 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:16.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:16 smithi079 bash[25290]: audit 2023-12-05T13:23:14.750194+0000 mgr.y (mgr.14445) 313 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:16.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:16 smithi079 bash[25290]: audit 2023-12-05T13:23:15.185479+0000 mon.a (mon.0) 1196 : audit [DBG] from='client.? 172.21.15.45:0/205685335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:23:16.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:16 smithi079 bash[25290]: audit 2023-12-05T13:23:15.966225+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.45:0/1105032182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:23:17.526 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:17] "GET /metrics HTTP/1.1" 200 214818 "" "Prometheus/2.33.4" 2023-12-05T13:23:17.527 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:17 smithi045 bash[25015]: audit 2023-12-05T13:23:15.547055+0000 mgr.y (mgr.14445) 314 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:17.527 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:17 smithi045 bash[25015]: cluster 2023-12-05T13:23:15.600279+0000 mgr.y (mgr.14445) 315 : 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-05T13:23:17.527 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:17 smithi045 bash[30785]: audit 2023-12-05T13:23:15.547055+0000 mgr.y (mgr.14445) 314 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:17.527 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:17 smithi045 bash[30785]: cluster 2023-12-05T13:23:15.600279+0000 mgr.y (mgr.14445) 315 : 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-05T13:23:17.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:17 smithi079 bash[25290]: audit 2023-12-05T13:23:15.547055+0000 mgr.y (mgr.14445) 314 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:17.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:17 smithi079 bash[25290]: cluster 2023-12-05T13:23:15.600279+0000 mgr.y (mgr.14445) 315 : 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-05T13:23:19.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:19 smithi045 bash[25015]: cluster 2023-12-05T13:23:17.602159+0000 mgr.y (mgr.14445) 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-05T13:23:19.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:19 smithi045 bash[30785]: cluster 2023-12-05T13:23:17.602159+0000 mgr.y (mgr.14445) 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-05T13:23:19.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:19 smithi079 bash[25290]: cluster 2023-12-05T13:23:17.602159+0000 mgr.y (mgr.14445) 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-05T13:23:21.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:21 smithi045 bash[25015]: audit 2023-12-05T13:23:19.592804+0000 mgr.y (mgr.14445) 317 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:21.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:21 smithi045 bash[25015]: cluster 2023-12-05T13:23:19.603025+0000 mgr.y (mgr.14445) 318 : 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-05T13:23:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:21 smithi045 bash[30785]: audit 2023-12-05T13:23:19.592804+0000 mgr.y (mgr.14445) 317 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:21.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:21 smithi045 bash[30785]: cluster 2023-12-05T13:23:19.603025+0000 mgr.y (mgr.14445) 318 : 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-05T13:23:21.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:21 smithi079 bash[25290]: audit 2023-12-05T13:23:19.592804+0000 mgr.y (mgr.14445) 317 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:21.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:21 smithi079 bash[25290]: cluster 2023-12-05T13:23:19.603025+0000 mgr.y (mgr.14445) 318 : 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-05T13:23:22.197 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:21 smithi045 bash[25292]: 172.21.15.79 - - [05/Dec/2023:13:23:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2023-12-05T13:23:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:22 smithi045 bash[25015]: cluster 2023-12-05T13:23:21.604842+0000 mgr.y (mgr.14445) 319 : 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-05T13:23:23.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:22 smithi045 bash[25015]: audit 2023-12-05T13:23:21.796422+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:23.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:22 smithi045 bash[25015]: audit 2023-12-05T13:23:21.805175+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:22 smithi045 bash[30785]: cluster 2023-12-05T13:23:21.604842+0000 mgr.y (mgr.14445) 319 : 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-05T13:23:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:22 smithi045 bash[30785]: audit 2023-12-05T13:23:21.796422+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:22 smithi045 bash[30785]: audit 2023-12-05T13:23:21.805175+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:23.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:22 smithi079 bash[25290]: cluster 2023-12-05T13:23:21.604842+0000 mgr.y (mgr.14445) 319 : 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-05T13:23:23.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:22 smithi079 bash[25290]: audit 2023-12-05T13:23:21.796422+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:23.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:22 smithi079 bash[25290]: audit 2023-12-05T13:23:21.805175+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:23.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:23 smithi079 bash[26341]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:23:23.948 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:23 smithi045 bash[54485]: level=error ts=2023-12-05T13:23:23.504Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:23.948 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:23 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:23.508Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:23.948 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:23 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:23.509Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:25.146 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:24 smithi079 bash[25290]: cluster 2023-12-05T13:23:23.605594+0000 mgr.y (mgr.14445) 320 : cluster [DBG] pgmap v248: 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-05T13:23:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:24 smithi045 bash[25015]: cluster 2023-12-05T13:23:23.605594+0000 mgr.y (mgr.14445) 320 : cluster [DBG] pgmap v248: 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-05T13:23:25.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:24 smithi045 bash[30785]: cluster 2023-12-05T13:23:23.605594+0000 mgr.y (mgr.14445) 320 : cluster [DBG] pgmap v248: 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-05T13:23:27.097 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:26 smithi079 bash[25290]: cluster 2023-12-05T13:23:25.606344+0000 mgr.y (mgr.14445) 321 : cluster [DBG] pgmap v249: 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-05T13:23:27.097 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:26 smithi079 bash[25290]: cephadm 2023-12-05T13:23:25.823111+0000 mgr.y (mgr.14445) 322 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T13:23:27.098 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:26 smithi079 bash[25290]: audit 2023-12-05T13:23:25.832929+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:27.098 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:26 smithi079 bash[25290]: audit 2023-12-05T13:23:25.834555+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:23:27.098 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:26 smithi079 bash[25290]: audit 2023-12-05T13:23:25.835877+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:23:27.098 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:26 smithi079 bash[25290]: audit 2023-12-05T13:23:25.837333+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:27.098 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:26 smithi079 bash[25290]: cephadm 2023-12-05T13:23:25.838956+0000 mgr.y (mgr.14445) 323 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:23:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[30785]: cluster 2023-12-05T13:23:25.606344+0000 mgr.y (mgr.14445) 321 : cluster [DBG] pgmap v249: 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-05T13:23:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[30785]: cephadm 2023-12-05T13:23:25.823111+0000 mgr.y (mgr.14445) 322 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[30785]: audit 2023-12-05T13:23:25.832929+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[30785]: audit 2023-12-05T13:23:25.834555+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[30785]: audit 2023-12-05T13:23:25.835877+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[30785]: audit 2023-12-05T13:23:25.837333+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[30785]: cephadm 2023-12-05T13:23:25.838956+0000 mgr.y (mgr.14445) 323 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[25015]: cluster 2023-12-05T13:23:25.606344+0000 mgr.y (mgr.14445) 321 : cluster [DBG] pgmap v249: 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-05T13:23:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[25015]: cephadm 2023-12-05T13:23:25.823111+0000 mgr.y (mgr.14445) 322 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[25015]: audit 2023-12-05T13:23:25.832929+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[25015]: audit 2023-12-05T13:23:25.834555+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:23:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[25015]: audit 2023-12-05T13:23:25.835877+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:23:27.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[25015]: audit 2023-12-05T13:23:25.837333+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:27.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:26 smithi045 bash[25015]: cephadm 2023-12-05T13:23:25.838956+0000 mgr.y (mgr.14445) 323 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:23:27.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:27 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:27] "GET /metrics HTTP/1.1" 200 214818 "" "Prometheus/2.33.4" 2023-12-05T13:23:28.453 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:28 smithi079 systemd[1]: Stopping Ceph mgr.x for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:23:28.453 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:28 smithi079 bash[55503]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr.x 2023-12-05T13:23:29.263 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:29 smithi079 bash[25290]: cluster 2023-12-05T13:23:27.608094+0000 mgr.y (mgr.14445) 324 : cluster [DBG] pgmap v250: 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-05T13:23:29.264 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:28 smithi079 bash[55514]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-x 2023-12-05T13:23:29.264 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:29 smithi079 bash[55594]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr.x 2023-12-05T13:23:29.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:29 smithi045 bash[25015]: cluster 2023-12-05T13:23:27.608094+0000 mgr.y (mgr.14445) 324 : cluster [DBG] pgmap v250: 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-05T13:23:29.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:29 smithi045 bash[30785]: cluster 2023-12-05T13:23:27.608094+0000 mgr.y (mgr.14445) 324 : cluster [DBG] pgmap v250: 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-05T13:23:29.519 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:29 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:23:29.520 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:29 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-05T13:23:29.520 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:29 smithi079 systemd[1]: Stopped Ceph mgr.x for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:23:29.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:29 smithi079 systemd[1]: Started Ceph mgr.x for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:23:30.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25292]: debug 2023-12-05T13:23:30.587+0000 7f3caecbb700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-05T13:23:30.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25292]: ignoring --setuser ceph since I am not root 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25292]: ignoring --setgroup ceph since I am not root 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25292]: debug 2023-12-05T13:23:30.639+0000 7f471f1ed700 1 -- 172.21.15.45:0/3103021484 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5594a9982340 con 0x5594aa6fe800 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25292]: debug 2023-12-05T13:23:30.795+0000 7f4727c49000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: audit 2023-12-05T13:23:29.567204+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: audit 2023-12-05T13:23:29.569176+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: audit 2023-12-05T13:23:29.570732+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: audit 2023-12-05T13:23:29.582622+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: cephadm 2023-12-05T13:23:29.583445+0000 mgr.y (mgr.14445) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: audit 2023-12-05T13:23:29.589439+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:23:30.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: cephadm 2023-12-05T13:23:29.593036+0000 mgr.y (mgr.14445) 326 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: cephadm 2023-12-05T13:23:29.597474+0000 mgr.y (mgr.14445) 327 : cephadm [INF] Failing over to other MGR 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: audit 2023-12-05T13:23:29.597844+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: audit 2023-12-05T13:23:29.600651+0000 mgr.y (mgr.14445) 328 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: cluster 2023-12-05T13:23:29.605620+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[25015]: cluster 2023-12-05T13:23:29.608752+0000 mgr.y (mgr.14445) 329 : cluster [DBG] pgmap v252: 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-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: audit 2023-12-05T13:23:29.567204+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: audit 2023-12-05T13:23:29.569176+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: audit 2023-12-05T13:23:29.570732+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: audit 2023-12-05T13:23:29.582622+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: cephadm 2023-12-05T13:23:29.583445+0000 mgr.y (mgr.14445) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: audit 2023-12-05T13:23:29.589439+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: cephadm 2023-12-05T13:23:29.593036+0000 mgr.y (mgr.14445) 326 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T13:23:30.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: cephadm 2023-12-05T13:23:29.597474+0000 mgr.y (mgr.14445) 327 : cephadm [INF] Failing over to other MGR 2023-12-05T13:23:30.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: audit 2023-12-05T13:23:29.597844+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T13:23:30.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: audit 2023-12-05T13:23:29.600651+0000 mgr.y (mgr.14445) 328 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:30.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: cluster 2023-12-05T13:23:29.605620+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-05T13:23:30.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:30 smithi045 bash[30785]: cluster 2023-12-05T13:23:29.608752+0000 mgr.y (mgr.14445) 329 : cluster [DBG] pgmap v252: 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-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: audit 2023-12-05T13:23:29.567204+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: audit 2023-12-05T13:23:29.569176+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: audit 2023-12-05T13:23:29.570732+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: audit 2023-12-05T13:23:29.582622+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: cephadm 2023-12-05T13:23:29.583445+0000 mgr.y (mgr.14445) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: audit 2023-12-05T13:23:29.589439+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: cephadm 2023-12-05T13:23:29.593036+0000 mgr.y (mgr.14445) 326 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: cephadm 2023-12-05T13:23:29.597474+0000 mgr.y (mgr.14445) 327 : cephadm [INF] Failing over to other MGR 2023-12-05T13:23:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: audit 2023-12-05T13:23:29.597844+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T13:23:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: audit 2023-12-05T13:23:29.600651+0000 mgr.y (mgr.14445) 328 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: cluster 2023-12-05T13:23:29.605620+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-05T13:23:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:30 smithi079 bash[25290]: cluster 2023-12-05T13:23:29.608752+0000 mgr.y (mgr.14445) 329 : cluster [DBG] pgmap v252: 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-05T13:23:31.742 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:31 smithi079 bash[55693]: debug 2023-12-05T13:23:31.577+0000 7f0e11175700 1 -- 172.21.15.79:0/311448257 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5640792e01a0 con 0x56407a05e800 2023-12-05T13:23:31.742 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:31 smithi079 bash[25290]: audit 2023-12-05T13:23:30.587838+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-05T13:23:31.742 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:31 smithi079 bash[25290]: cluster 2023-12-05T13:23:30.587938+0000 mon.a (mon.0) 1211 : cluster [DBG] mgrmap e22: x(active, starting, since 0.988995s) 2023-12-05T13:23:31.815 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[25292]: debug 2023-12-05T13:23:31.511+0000 7f4727c49000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:23:31.816 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[25292]: debug 2023-12-05T13:23:31.639+0000 7f4727c49000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:23:31.816 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[25015]: audit 2023-12-05T13:23:30.587838+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-05T13:23:31.816 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[25015]: cluster 2023-12-05T13:23:30.587938+0000 mon.a (mon.0) 1211 : cluster [DBG] mgrmap e22: x(active, starting, since 0.988995s) 2023-12-05T13:23:31.816 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:31.709Z 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.79:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:23:31.816 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[30785]: audit 2023-12-05T13:23:30.587838+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14445 172.21.15.45:0/897536080' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-05T13:23:31.817 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[30785]: cluster 2023-12-05T13:23:30.587938+0000 mon.a (mon.0) 1211 : cluster [DBG] mgrmap e22: x(active, starting, since 0.988995s) 2023-12-05T13:23:32.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:31 smithi079 bash[55693]: debug 2023-12-05T13:23:31.749+0000 7f0e1b31b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:23:32.161 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:31 smithi045 bash[25292]: debug 2023-12-05T13:23:31.807+0000 7f4727c49000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:23:32.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:32 smithi045 bash[25292]: debug 2023-12-05T13:23:32.151+0000 7f4727c49000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:23:32.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:32 smithi045 bash[25292]: debug 2023-12-05T13:23:32.255+0000 7f4727c49000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:23:32.448 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:32 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:32.243Z 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.45:8443//api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:23:32.929 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:32 smithi079 bash[55693]: debug 2023-12-05T13:23:32.669+0000 7f0e1b31b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T13:23:32.929 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:32 smithi079 bash[55693]: debug 2023-12-05T13:23:32.773+0000 7f0e1b31b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:23:32.929 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:32 smithi079 bash[55693]: debug 2023-12-05T13:23:32.873+0000 7f0e1b31b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:23:32.947 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:32 smithi045 bash[25292]: debug 2023-12-05T13:23:32.467+0000 7f4727c49000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:23:33.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:33 smithi079 bash[55693]: debug 2023-12-05T13:23:33.145+0000 7f0e1b31b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:23:33.640 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:33 smithi045 bash[25292]: debug 2023-12-05T13:23:33.371+0000 7f4727c49000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:23:33.640 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:33 smithi045 bash[25292]: debug 2023-12-05T13:23:33.487+0000 7f4727c49000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:23:33.640 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:33 smithi045 bash[54485]: level=error ts=2023-12-05T13:23:33.505Z 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.79:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:23:33.640 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:33 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:33.506Z 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.45:8443//api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:23:33.640 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:33 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:33.506Z 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.79:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:23:33.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:33 smithi079 bash[55693]: debug 2023-12-05T13:23:33.517+0000 7f0e1b31b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:23:33.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:33 smithi079 bash[55693]: debug 2023-12-05T13:23:33.689+0000 7f0e1b31b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:23:34.096 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:33 smithi045 bash[25292]: debug 2023-12-05T13:23:33.711+0000 7f4727c49000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:23:34.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:33 smithi079 bash[55693]: debug 2023-12-05T13:23:33.917+0000 7f0e1b31b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:23:34.441 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:34 smithi045 bash[25292]: debug 2023-12-05T13:23:34.087+0000 7f4727c49000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:23:34.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:34 smithi045 bash[25292]: debug 2023-12-05T13:23:34.431+0000 7f4727c49000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:23:35.123 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:34 smithi045 bash[25292]: debug 2023-12-05T13:23:34.827+0000 7f4727c49000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:23:35.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:34 smithi079 bash[55693]: debug 2023-12-05T13:23:34.945+0000 7f0e1b31b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:23:35.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:35 smithi079 bash[55693]: debug 2023-12-05T13:23:35.057+0000 7f0e1b31b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:23:35.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:35 smithi079 bash[55693]: debug 2023-12-05T13:23:35.173+0000 7f0e1b31b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:23:35.402 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:35 smithi045 bash[25292]: debug 2023-12-05T13:23:35.115+0000 7f4727c49000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:23:36.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:35 smithi079 bash[55693]: debug 2023-12-05T13:23:35.645+0000 7f0e1b31b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:23:36.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:35 smithi079 bash[55693]: debug 2023-12-05T13:23:35.865+0000 7f0e1b31b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:23:36.141 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:35 smithi045 bash[25292]: debug 2023-12-05T13:23:35.851+0000 7f4727c49000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:23:36.141 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:35 smithi045 bash[25292]: debug 2023-12-05T13:23:35.963+0000 7f4727c49000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:23:36.399 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:36 smithi045 bash[25292]: debug 2023-12-05T13:23:36.131+0000 7f4727c49000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:23:36.399 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:36 smithi045 bash[25292]: debug 2023-12-05T13:23:36.247+0000 7f4727c49000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:23:36.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:36 smithi045 bash[25292]: debug 2023-12-05T13:23:36.391+0000 7f4727c49000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:23:36.792 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:36 smithi079 bash[55693]: debug 2023-12-05T13:23:36.317+0000 7f0e1b31b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:23:37.030 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:36 smithi045 bash[25292]: debug 2023-12-05T13:23:36.699+0000 7f4727c49000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:23:37.030 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:36 smithi045 bash[25292]: debug 2023-12-05T13:23:36.827+0000 7f4727c49000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:23:37.158 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:37 smithi045 bash[25292]: debug 2023-12-05T13:23:37.023+0000 7f4727c49000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:23:37.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:36 smithi079 bash[55693]: debug 2023-12-05T13:23:36.801+0000 7f0e1b31b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:23:37.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:37 smithi045 bash[25292]: debug 2023-12-05T13:23:37.151+0000 7f4727c49000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:23:37.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:37 smithi079 bash[55693]: debug 2023-12-05T13:23:37.349+0000 7f0e1b31b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:23:37.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:37 smithi079 bash[55693]: debug 2023-12-05T13:23:37.461+0000 7f0e1b31b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:23:38.057 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:37 smithi079 bash[55693]: debug 2023-12-05T13:23:37.801+0000 7f0e1b31b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:23:38.057 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:37 smithi079 bash[55693]: debug 2023-12-05T13:23:37.913+0000 7f0e1b31b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:23:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25015]: cluster 2023-12-05T13:23:38.073979+0000 mon.a (mon.0) 1212 : cluster [DBG] Standby manager daemon y started 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25015]: audit 2023-12-05T13:23:38.077132+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25015]: audit 2023-12-05T13:23:38.078092+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25015]: audit 2023-12-05T13:23:38.082769+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25015]: audit 2023-12-05T13:23:38.085055+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25292]: debug 2023-12-05T13:23:38.051+0000 7f4727c49000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25292]: [05/Dec/2023:13:23:38] ENGINE Bus STARTING 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25292]: CherryPy Checker: 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25292]: The Application mounted at '' has an empty config. 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25292]: [05/Dec/2023:13:23:38] ENGINE Serving on http://:::9283 2023-12-05T13:23:38.448 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[25292]: [05/Dec/2023:13:23:38] ENGINE Bus STARTED 2023-12-05T13:23:38.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[30785]: cluster 2023-12-05T13:23:38.073979+0000 mon.a (mon.0) 1212 : cluster [DBG] Standby manager daemon y started 2023-12-05T13:23:38.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[30785]: audit 2023-12-05T13:23:38.077132+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T13:23:38.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[30785]: audit 2023-12-05T13:23:38.078092+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:23:38.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[30785]: audit 2023-12-05T13:23:38.082769+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T13:23:38.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[30785]: audit 2023-12-05T13:23:38.085055+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:23:38.486 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[55693]: debug 2023-12-05T13:23:38.056+0000 7f0e1b31b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:23:38.486 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[55693]: debug 2023-12-05T13:23:38.172+0000 7f0e1b31b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:23:38.486 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[55693]: debug 2023-12-05T13:23:38.296+0000 7f0e1b31b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:23:38.486 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[25290]: cluster 2023-12-05T13:23:38.073979+0000 mon.a (mon.0) 1212 : cluster [DBG] Standby manager daemon y started 2023-12-05T13:23:38.486 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[25290]: audit 2023-12-05T13:23:38.077132+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T13:23:38.486 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[25290]: audit 2023-12-05T13:23:38.078092+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:23:38.486 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[25290]: audit 2023-12-05T13:23:38.082769+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T13:23:38.487 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[25290]: audit 2023-12-05T13:23:38.085055+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.? 172.21.15.45:0/3473459522' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:23:38.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[55693]: debug 2023-12-05T13:23:38.484+0000 7f0e1b31b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:23:38.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:38 smithi079 bash[55693]: debug 2023-12-05T13:23:38.608+0000 7f0e1b31b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:23:39.197 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:38 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:38.932Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:39.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:39 smithi079 bash[25290]: cluster 2023-12-05T13:23:38.205026+0000 mon.a (mon.0) 1217 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-05T13:23:39.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:39 smithi045 bash[25015]: cluster 2023-12-05T13:23:38.205026+0000 mon.a (mon.0) 1217 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-05T13:23:39.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:39 smithi045 bash[30785]: cluster 2023-12-05T13:23:38.205026+0000 mon.a (mon.0) 1217 : cluster [DBG] mgrmap e23: x(active, starting, since 8s), standbys: y 2023-12-05T13:23:40.209 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:39 smithi079 bash[55693]: debug 2023-12-05T13:23:39.832+0000 7f0e1b31b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:23:40.467 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[25290]: cluster 2023-12-05T13:23:39.850662+0000 mon.a (mon.0) 1218 : cluster [INF] Active manager daemon x restarted 2023-12-05T13:23:40.467 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[25290]: cluster 2023-12-05T13:23:39.852151+0000 mon.a (mon.0) 1219 : cluster [INF] Activating manager daemon x 2023-12-05T13:23:40.468 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[25290]: cluster 2023-12-05T13:23:39.860207+0000 mon.a (mon.0) 1220 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-05T13:23:40.468 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[55693]: [05/Dec/2023:13:23:40] ENGINE Bus STARTING 2023-12-05T13:23:40.469 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:40 smithi045 bash[25015]: cluster 2023-12-05T13:23:39.850662+0000 mon.a (mon.0) 1218 : cluster [INF] Active manager daemon x restarted 2023-12-05T13:23:40.470 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:40 smithi045 bash[25015]: cluster 2023-12-05T13:23:39.852151+0000 mon.a (mon.0) 1219 : cluster [INF] Activating manager daemon x 2023-12-05T13:23:40.470 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:40 smithi045 bash[25015]: cluster 2023-12-05T13:23:39.860207+0000 mon.a (mon.0) 1220 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-05T13:23:40.471 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:40 smithi045 bash[30785]: cluster 2023-12-05T13:23:39.850662+0000 mon.a (mon.0) 1218 : cluster [INF] Active manager daemon x restarted 2023-12-05T13:23:40.471 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:40 smithi045 bash[30785]: cluster 2023-12-05T13:23:39.852151+0000 mon.a (mon.0) 1219 : cluster [INF] Activating manager daemon x 2023-12-05T13:23:40.471 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:40 smithi045 bash[30785]: cluster 2023-12-05T13:23:39.860207+0000 mon.a (mon.0) 1220 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-05T13:23:40.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[55693]: CherryPy Checker: 2023-12-05T13:23:40.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[55693]: The Application mounted at '' has an empty config. 2023-12-05T13:23:40.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[55693]: [05/Dec/2023:13:23:40] ENGINE Serving on http://:::9283 2023-12-05T13:23:40.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:40 smithi079 bash[55693]: [05/Dec/2023:13:23:40] ENGINE Bus STARTED 2023-12-05T13:23:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cluster 2023-12-05T13:23:40.222300+0000 mon.a (mon.0) 1221 : cluster [DBG] mgrmap e24: x(active, starting, since 0.37062s), standbys: y 2023-12-05T13:23:41.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.234972+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:23:41.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.235293+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:23:41.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.235568+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:23:41.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.236504+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:23:41.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.236728+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:23:41.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.236955+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:23:41.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.237230+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:23:41.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.237488+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:23:41.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.237735+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:23:41.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.237970+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:23:41.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.238217+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:23:41.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.238446+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:23:41.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.238686+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:23:41.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.239839+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:23:41.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.240176+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:23:41.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.240943+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:23:41.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cluster 2023-12-05T13:23:40.248093+0000 mon.a (mon.0) 1222 : cluster [INF] Manager daemon x is now available 2023-12-05T13:23:41.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.289669+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cephadm 2023-12-05T13:23:40.296809+0000 mgr.x (mgr.25099) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-05T13:23:41.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.297848+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cephadm 2023-12-05T13:23:40.305070+0000 mgr.x (mgr.25099) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-05T13:23:41.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cephadm 2023-12-05T13:23:40.305903+0000 mgr.x (mgr.25099) 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-05T13:23:41.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cephadm 2023-12-05T13:23:40.306021+0000 mgr.x (mgr.25099) 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-05T13:23:41.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.307052+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.318761+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.332088+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.337101+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.337741+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.342775+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.343090+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.347233+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.351311+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cephadm 2023-12-05T13:23:40.353945+0000 mgr.x (mgr.25099) 5 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:23:41.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: cephadm 2023-12-05T13:23:40.356975+0000 mgr.x (mgr.25099) 6 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:23:41.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.398592+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:41.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.401841+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:23:41.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.407611+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:23:41.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.422890+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T13:23:41.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.428621+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T13:23:41.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.741341+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:41 smithi079 bash[25290]: audit 2023-12-05T13:23:40.788239+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cluster 2023-12-05T13:23:40.222300+0000 mon.a (mon.0) 1221 : cluster [DBG] mgrmap e24: x(active, starting, since 0.37062s), standbys: y 2023-12-05T13:23:41.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.234972+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:23:41.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.235293+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:23:41.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.235568+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:23:41.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.236504+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:23:41.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.236728+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:23:41.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.236955+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:23:41.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.237230+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:23:41.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.237488+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:23:41.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.237735+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:23:41.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.237970+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:23:41.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.238217+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:23:41.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.238446+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:23:41.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.238686+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:23:41.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.239839+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:23:41.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.240176+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:23:41.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.240943+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:23:41.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cluster 2023-12-05T13:23:40.248093+0000 mon.a (mon.0) 1222 : cluster [INF] Manager daemon x is now available 2023-12-05T13:23:41.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.289669+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cephadm 2023-12-05T13:23:40.296809+0000 mgr.x (mgr.25099) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-05T13:23:41.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cluster 2023-12-05T13:23:40.222300+0000 mon.a (mon.0) 1221 : cluster [DBG] mgrmap e24: x(active, starting, since 0.37062s), standbys: y 2023-12-05T13:23:41.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.234972+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:23:41.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.235293+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:23:41.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.235568+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:23:41.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.236504+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:23:41.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.236728+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:23:41.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.236955+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:23:41.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.237230+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:23:41.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.237488+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:23:41.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.237735+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:23:41.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.237970+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:23:41.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.238217+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:23:41.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.238446+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:23:41.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.238686+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:23:41.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.239839+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:23:41.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.240176+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:23:41.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.240943+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:23:41.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cluster 2023-12-05T13:23:40.248093+0000 mon.a (mon.0) 1222 : cluster [INF] Manager daemon x is now available 2023-12-05T13:23:41.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.289669+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cephadm 2023-12-05T13:23:40.296809+0000 mgr.x (mgr.25099) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.297848+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cephadm 2023-12-05T13:23:40.305070+0000 mgr.x (mgr.25099) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cephadm 2023-12-05T13:23:40.305903+0000 mgr.x (mgr.25099) 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-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cephadm 2023-12-05T13:23:40.306021+0000 mgr.x (mgr.25099) 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-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.307052+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.318761+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.332088+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.337101+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.337741+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.342775+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.343090+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.347233+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.351311+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:23:41.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cephadm 2023-12-05T13:23:40.353945+0000 mgr.x (mgr.25099) 5 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: cephadm 2023-12-05T13:23:40.356975+0000 mgr.x (mgr.25099) 6 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.398592+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.401841+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.407611+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.422890+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.428621+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.741341+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[25015]: audit 2023-12-05T13:23:40.788239+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.708 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.297848+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cephadm 2023-12-05T13:23:40.305070+0000 mgr.x (mgr.25099) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cephadm 2023-12-05T13:23:40.305903+0000 mgr.x (mgr.25099) 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-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cephadm 2023-12-05T13:23:40.306021+0000 mgr.x (mgr.25099) 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-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.307052+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.318761+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.332088+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.337101+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.337741+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.342775+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.343090+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.347233+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.351311+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cephadm 2023-12-05T13:23:40.353945+0000 mgr.x (mgr.25099) 5 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: cephadm 2023-12-05T13:23:40.356975+0000 mgr.x (mgr.25099) 6 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.398592+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.401841+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.407611+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.422890+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.428621+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.741341+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:41.710 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:41 smithi045 bash[30785]: audit 2023-12-05T13:23:40.788239+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.010710+0000 mgr.x (mgr.25099) 7 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.071511+0000 mgr.x (mgr.25099) 8 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.103319+0000 mgr.x (mgr.25099) 9 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Bus STARTING 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.175314+0000 mgr.x (mgr.25099) 10 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.209200+0000 mgr.x (mgr.25099) 11 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Serving on http://172.21.15.79:8765 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cluster 2023-12-05T13:23:41.238556+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e25: x(active, since 1.38688s), standbys: y 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.271102+0000 mgr.x (mgr.25099) 12 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cluster 2023-12-05T13:23:41.282595+0000 mgr.x (mgr.25099) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:42.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.287266+0000 mgr.x (mgr.25099) 14 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.343738+0000 mgr.x (mgr.25099) 15 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.369081+0000 mgr.x (mgr.25099) 16 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Serving on https://172.21.15.79:7150 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.369567+0000 mgr.x (mgr.25099) 17 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Bus STARTED 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.452360+0000 mgr.x (mgr.25099) 18 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.515074+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.526871+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.621659+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.636355+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.650842+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.659210+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.742965+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.752380+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.761166+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.769315+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.774798+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:23:42.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:42 smithi079 bash[25290]: audit 2023-12-05T13:23:41.780424+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.010710+0000 mgr.x (mgr.25099) 7 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.071511+0000 mgr.x (mgr.25099) 8 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.103319+0000 mgr.x (mgr.25099) 9 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Bus STARTING 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.175314+0000 mgr.x (mgr.25099) 10 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.209200+0000 mgr.x (mgr.25099) 11 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Serving on http://172.21.15.79:8765 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cluster 2023-12-05T13:23:41.238556+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e25: x(active, since 1.38688s), standbys: y 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.271102+0000 mgr.x (mgr.25099) 12 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cluster 2023-12-05T13:23:41.282595+0000 mgr.x (mgr.25099) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:42.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.287266+0000 mgr.x (mgr.25099) 14 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.343738+0000 mgr.x (mgr.25099) 15 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.369081+0000 mgr.x (mgr.25099) 16 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Serving on https://172.21.15.79:7150 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.369567+0000 mgr.x (mgr.25099) 17 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Bus STARTED 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.452360+0000 mgr.x (mgr.25099) 18 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.515074+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.526871+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.621659+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.636355+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.650842+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.659210+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.742965+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.752380+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.761166+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.769315+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.774798+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[25015]: audit 2023-12-05T13:23:41.780424+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.010710+0000 mgr.x (mgr.25099) 7 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.071511+0000 mgr.x (mgr.25099) 8 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.103319+0000 mgr.x (mgr.25099) 9 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Bus STARTING 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.175314+0000 mgr.x (mgr.25099) 10 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.209200+0000 mgr.x (mgr.25099) 11 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Serving on http://172.21.15.79:8765 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cluster 2023-12-05T13:23:41.238556+0000 mon.a (mon.0) 1233 : cluster [DBG] mgrmap e25: x(active, since 1.38688s), standbys: y 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.271102+0000 mgr.x (mgr.25099) 12 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cluster 2023-12-05T13:23:41.282595+0000 mgr.x (mgr.25099) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.287266+0000 mgr.x (mgr.25099) 14 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:23:42.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.343738+0000 mgr.x (mgr.25099) 15 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.369081+0000 mgr.x (mgr.25099) 16 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Serving on https://172.21.15.79:7150 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.369567+0000 mgr.x (mgr.25099) 17 : cephadm [INF] [05/Dec/2023:13:23:41] ENGINE Bus STARTED 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.452360+0000 mgr.x (mgr.25099) 18 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.515074+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.526871+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.621659+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.636355+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.650842+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.659210+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.742965+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.752380+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.761166+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.769315+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.774798+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:23:42.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[30785]: audit 2023-12-05T13:23:41.780424+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:23:43.197 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:42 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:42.724Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=7 err="Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[25015]: cephadm 2023-12-05T13:23:41.980954+0000 mgr.x (mgr.25099) 19 : cephadm [INF] Reconfiguring daemon agent.smithi045 on smithi045 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[25015]: cephadm 2023-12-05T13:23:42.069532+0000 mgr.x (mgr.25099) 20 : cephadm [INF] Deploying cephadm binary to smithi045 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[25015]: cluster 2023-12-05T13:23:42.240064+0000 mgr.x (mgr.25099) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[25015]: cluster 2023-12-05T13:23:42.784426+0000 mon.a (mon.0) 1245 : cluster [DBG] mgrmap e26: x(active, since 2s), standbys: y 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[30785]: cephadm 2023-12-05T13:23:41.980954+0000 mgr.x (mgr.25099) 19 : cephadm [INF] Reconfiguring daemon agent.smithi045 on smithi045 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[30785]: cephadm 2023-12-05T13:23:42.069532+0000 mgr.x (mgr.25099) 20 : cephadm [INF] Deploying cephadm binary to smithi045 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[30785]: cluster 2023-12-05T13:23:42.240064+0000 mgr.x (mgr.25099) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:43.512 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[30785]: cluster 2023-12-05T13:23:42.784426+0000 mon.a (mon.0) 1245 : cluster [DBG] mgrmap e26: x(active, since 2s), standbys: y 2023-12-05T13:23:43.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:43 smithi079 bash[25290]: cephadm 2023-12-05T13:23:41.980954+0000 mgr.x (mgr.25099) 19 : cephadm [INF] Reconfiguring daemon agent.smithi045 on smithi045 2023-12-05T13:23:43.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:43 smithi079 bash[25290]: cephadm 2023-12-05T13:23:42.069532+0000 mgr.x (mgr.25099) 20 : cephadm [INF] Deploying cephadm binary to smithi045 2023-12-05T13:23:43.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:43 smithi079 bash[25290]: cluster 2023-12-05T13:23:42.240064+0000 mgr.x (mgr.25099) 21 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:43.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:43 smithi079 bash[25290]: cluster 2023-12-05T13:23:42.784426+0000 mon.a (mon.0) 1245 : cluster [DBG] mgrmap e26: x(active, since 2s), standbys: y 2023-12-05T13:23:43.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[54485]: level=error ts=2023-12-05T13:23:43.505Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:43.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:43.513Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:43.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:43 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:43.528Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:44.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:43 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:43] "GET /metrics HTTP/1.1" 200 35336 "" "Prometheus/2.33.4" 2023-12-05T13:23:45.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:45 smithi079 bash[25290]: cluster 2023-12-05T13:23:44.240800+0000 mgr.x (mgr.25099) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:45.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:45 smithi079 bash[25290]: cluster 2023-12-05T13:23:44.265740+0000 mon.a (mon.0) 1246 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-05T13:23:45.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:45 smithi045 bash[25015]: cluster 2023-12-05T13:23:44.240800+0000 mgr.x (mgr.25099) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:45.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:45 smithi045 bash[25015]: cluster 2023-12-05T13:23:44.265740+0000 mon.a (mon.0) 1246 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-05T13:23:45.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:45 smithi045 bash[30785]: cluster 2023-12-05T13:23:44.240800+0000 mgr.x (mgr.25099) 22 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:45.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:45 smithi045 bash[30785]: cluster 2023-12-05T13:23:44.265740+0000 mon.a (mon.0) 1246 : cluster [DBG] mgrmap e27: x(active, since 4s), standbys: y 2023-12-05T13:23:46.462 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:23:46.909 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:46 smithi045 systemd[1]: Stopping Ceph node-exporter.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:23:46.909 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:46 smithi045 bash[69580]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter.a 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 starting - - - - 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 25s ago 13m - - 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (5m) 35s ago 6m 17.5M - ba2b418f427c bef7c3fed764 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (6m) 25s ago 6m 47.5M - 8.3.5 dad864ee21e9 889058496ec9 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (4m) 35s ago 4m 47.2M - 3.5 e1d6a67b021e 15cee36f9bce 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283 starting - - - - 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:9283 running (14m) 35s ago 14m 465M - 17.2.0 e1d6a67b021e f4b92cdbdc2e 2023-12-05T13:23:47.241 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (14m) 35s ago 14m 58.9M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (13m) 25s ago 13m 49.9M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (13m) 35s ago 13m 47.2M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (6m) 35s ago 6m 11.7M - 1dbe0e931976 17570666cce8 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (6m) 25s ago 6m 15.4M - 1dbe0e931976 a9901bb1dc07 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (12m) 35s ago 12m 55.5M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (11m) 35s ago 11m 58.7M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (10m) 35s ago 11m 52.6M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (10m) 35s ago 10m 56.5M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (9m) 25s ago 9m 54.9M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (9m) 25s ago 9m 55.7M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (8m) 25s ago 8m 51.2M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (7m) 25s ago 7m 53.8M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (5m) 25s ago 6m 60.1M - 514e6a882f6e 8c70e8132349 2023-12-05T13:23:47.242 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (4m) 35s ago 4m 84.5M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:23:47.243 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (4m) 25s ago 4m 84.8M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:23:47.243 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (4m) 35s ago 4m 84.7M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:23:47.243 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (4m) 25s ago 4m 84.6M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:23:47.361 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25015]: cluster 2023-12-05T13:23:46.241643+0000 mgr.x (mgr.25099) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:47.361 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25015]: audit 2023-12-05T13:23:46.302726+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.361 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25015]: audit 2023-12-05T13:23:46.313773+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25015]: audit 2023-12-05T13:23:46.322038+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25015]: cephadm 2023-12-05T13:23:46.367025+0000 mgr.x (mgr.25099) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25015]: cephadm 2023-12-05T13:23:46.367816+0000 mgr.x (mgr.25099) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi045 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25015]: audit 2023-12-05T13:23:46.447599+0000 mgr.x (mgr.25099) 26 : audit [DBG] from='client.25126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[30785]: cluster 2023-12-05T13:23:46.241643+0000 mgr.x (mgr.25099) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[30785]: audit 2023-12-05T13:23:46.302726+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[30785]: audit 2023-12-05T13:23:46.313773+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[30785]: audit 2023-12-05T13:23:46.322038+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[30785]: cephadm 2023-12-05T13:23:46.367025+0000 mgr.x (mgr.25099) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[30785]: cephadm 2023-12-05T13:23:46.367816+0000 mgr.x (mgr.25099) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi045 2023-12-05T13:23:47.362 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[30785]: audit 2023-12-05T13:23:46.447599+0000 mgr.x (mgr.25099) 26 : audit [DBG] from='client.25126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:47.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:47 smithi079 bash[25290]: cluster 2023-12-05T13:23:46.241643+0000 mgr.x (mgr.25099) 23 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:23:47.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:47 smithi079 bash[25290]: audit 2023-12-05T13:23:46.302726+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:47 smithi079 bash[25290]: audit 2023-12-05T13:23:46.313773+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:47 smithi079 bash[25290]: audit 2023-12-05T13:23:46.322038+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:47.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:47 smithi079 bash[25290]: cephadm 2023-12-05T13:23:46.367025+0000 mgr.x (mgr.25099) 24 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-05T13:23:47.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:47 smithi079 bash[25290]: cephadm 2023-12-05T13:23:46.367816+0000 mgr.x (mgr.25099) 25 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi045 2023-12-05T13:23:47.581 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:47 smithi079 bash[25290]: audit 2023-12-05T13:23:46.447599+0000 mgr.x (mgr.25099) 26 : audit [DBG] from='client.25126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:47.683 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:23:47.683 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:23:47.683 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:23:47.684 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-05T13:23:47.685 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:23:47.685 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:23:47.685 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:23:47.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:23:47.991 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[69590]: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter-a 2023-12-05T13:23:47.991 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:47 smithi045 bash[69678]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter.a 2023-12-05T13:23:47.991 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:47 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:23:47.991 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:47 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-05T13:23:47.991 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:47 smithi045 systemd[1]: Stopped Ceph node-exporter.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:23:47.991 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:47 smithi045 systemd[1]: Started Ceph node-exporter.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:23:48.089 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "", 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:23:48.090 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:23:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:48 smithi079 bash[25290]: audit 2023-12-05T13:23:46.862911+0000 mgr.x (mgr.25099) 27 : audit [DBG] from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:48 smithi079 bash[25290]: audit 2023-12-05T13:23:47.213707+0000 mgr.x (mgr.25099) 28 : audit [DBG] from='client.25138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:48 smithi079 bash[25290]: audit 2023-12-05T13:23:47.677782+0000 mon.a (mon.0) 1250 : audit [DBG] from='client.? 172.21.15.45:0/167229092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:23:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:48 smithi079 bash[25290]: audit 2023-12-05T13:23:47.977309+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:48.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:48 smithi079 bash[25290]: audit 2023-12-05T13:23:47.988981+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:48.546 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:23:48.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[25015]: audit 2023-12-05T13:23:46.862911+0000 mgr.x (mgr.25099) 27 : audit [DBG] from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:48.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[25015]: audit 2023-12-05T13:23:47.213707+0000 mgr.x (mgr.25099) 28 : audit [DBG] from='client.25138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:48.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[25015]: audit 2023-12-05T13:23:47.677782+0000 mon.a (mon.0) 1250 : audit [DBG] from='client.? 172.21.15.45:0/167229092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:23:48.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[25015]: audit 2023-12-05T13:23:47.977309+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:48.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[25015]: audit 2023-12-05T13:23:47.988981+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:48.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[30785]: audit 2023-12-05T13:23:46.862911+0000 mgr.x (mgr.25099) 27 : audit [DBG] from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:48.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[30785]: audit 2023-12-05T13:23:47.213707+0000 mgr.x (mgr.25099) 28 : audit [DBG] from='client.25138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:48.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[30785]: audit 2023-12-05T13:23:47.677782+0000 mon.a (mon.0) 1250 : audit [DBG] from='client.? 172.21.15.45:0/167229092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:23:48.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[30785]: audit 2023-12-05T13:23:47.977309+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:48.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:48 smithi045 bash[30785]: audit 2023-12-05T13:23:47.988981+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:23:49.312 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.085Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T13:23:49.312 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.085Z 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-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.086Z 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-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.086Z 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-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T13:23:49.313 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T13:23:49.314 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T13:23:49.315 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T13:23:49.316 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T13:23:49.316 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.087Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T13:23:49.316 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.088Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T13:23:49.316 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[69727]: ts=2023-12-05T13:23:49.088Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T13:23:49.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[25015]: cephadm 2023-12-05T13:23:48.041762+0000 mgr.x (mgr.25099) 29 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T13:23:49.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[25015]: cephadm 2023-12-05T13:23:48.062116+0000 mgr.x (mgr.25099) 30 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi045 2023-12-05T13:23:49.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[25015]: audit 2023-12-05T13:23:48.089740+0000 mgr.x (mgr.25099) 31 : audit [DBG] from='client.25150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:49.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[25015]: cluster 2023-12-05T13:23:48.243391+0000 mgr.x (mgr.25099) 32 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T13:23:49.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[25015]: audit 2023-12-05T13:23:48.541164+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.45:0/2718510754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:23:49.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[30785]: cephadm 2023-12-05T13:23:48.041762+0000 mgr.x (mgr.25099) 29 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T13:23:49.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[30785]: cephadm 2023-12-05T13:23:48.062116+0000 mgr.x (mgr.25099) 30 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi045 2023-12-05T13:23:49.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[30785]: audit 2023-12-05T13:23:48.089740+0000 mgr.x (mgr.25099) 31 : audit [DBG] from='client.25150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:49.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[30785]: cluster 2023-12-05T13:23:48.243391+0000 mgr.x (mgr.25099) 32 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T13:23:49.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:49 smithi045 bash[30785]: audit 2023-12-05T13:23:48.541164+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.45:0/2718510754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:23:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:49 smithi079 bash[25290]: cephadm 2023-12-05T13:23:48.041762+0000 mgr.x (mgr.25099) 29 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T13:23:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:49 smithi079 bash[25290]: cephadm 2023-12-05T13:23:48.062116+0000 mgr.x (mgr.25099) 30 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi045 2023-12-05T13:23:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:49 smithi079 bash[25290]: audit 2023-12-05T13:23:48.089740+0000 mgr.x (mgr.25099) 31 : audit [DBG] from='client.25150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:23:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:49 smithi079 bash[25290]: cluster 2023-12-05T13:23:48.243391+0000 mgr.x (mgr.25099) 32 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T13:23:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:49 smithi079 bash[25290]: audit 2023-12-05T13:23:48.541164+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.45:0/2718510754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:23:51.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:51 smithi045 bash[25015]: cluster 2023-12-05T13:23:50.244160+0000 mgr.x (mgr.25099) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T13:23:51.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:51 smithi045 bash[30785]: cluster 2023-12-05T13:23:50.244160+0000 mgr.x (mgr.25099) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T13:23:51.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:51 smithi079 bash[25290]: cluster 2023-12-05T13:23:50.244160+0000 mgr.x (mgr.25099) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T13:23:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:52 smithi045 bash[25015]: audit 2023-12-05T13:23:51.278889+0000 mgr.x (mgr.25099) 34 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:52.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:52 smithi045 bash[30785]: audit 2023-12-05T13:23:51.278889+0000 mgr.x (mgr.25099) 34 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:52 smithi079 bash[25290]: audit 2023-12-05T13:23:51.278889+0000 mgr.x (mgr.25099) 34 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:23:53.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:53 smithi045 bash[25015]: cluster 2023-12-05T13:23:52.245951+0000 mgr.x (mgr.25099) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T13:23:53.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:53 smithi045 bash[30785]: cluster 2023-12-05T13:23:52.245951+0000 mgr.x (mgr.25099) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T13:23:53.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:53 smithi045 bash[54485]: level=error ts=2023-12-05T13:23:53.506Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:53.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:53 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:53.512Z 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.79:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.79 because it doesn't contain any IP SANs" 2023-12-05T13:23:53.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:53 smithi045 bash[54485]: level=warn ts=2023-12-05T13:23:53.512Z 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.45:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.45 because it doesn't contain any IP SANs" 2023-12-05T13:23:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:53 smithi079 bash[25290]: cluster 2023-12-05T13:23:52.245951+0000 mgr.x (mgr.25099) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T13:23:53.793 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:23:53 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:53] "GET /metrics HTTP/1.1" 200 35336 "" "Prometheus/2.33.4" 2023-12-05T13:23:55.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:55 smithi045 bash[25015]: cluster 2023-12-05T13:23:54.246735+0000 mgr.x (mgr.25099) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:55.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:55 smithi045 bash[30785]: cluster 2023-12-05T13:23:54.246735+0000 mgr.x (mgr.25099) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:55 smithi079 bash[25290]: cluster 2023-12-05T13:23:54.246735+0000 mgr.x (mgr.25099) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:56.621 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:56 smithi045 bash[30785]: audit 2023-12-05T13:23:55.399852+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:56.621 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:56 smithi045 bash[25015]: audit 2023-12-05T13:23:55.399852+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:56.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:56 smithi079 bash[25290]: audit 2023-12-05T13:23:55.399852+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:57.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:57 smithi045 bash[25015]: cluster 2023-12-05T13:23:56.248041+0000 mgr.x (mgr.25099) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:57.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:57 smithi045 bash[30785]: cluster 2023-12-05T13:23:56.248041+0000 mgr.x (mgr.25099) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:57.625 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:23:57 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:23:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:23:57.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:57 smithi079 bash[25290]: cluster 2023-12-05T13:23:56.248041+0000 mgr.x (mgr.25099) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:58.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:58 smithi045 systemd[1]: Stopping Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:23:58.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:58 smithi045 bash[70463]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T13:23:58.947 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:58 smithi045 bash[54485]: level=info ts=2023-12-05T13:23:58.716Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:23:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:23:59 smithi045 bash[25015]: cluster 2023-12-05T13:23:58.249454+0000 mgr.x (mgr.25099) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:59.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:23:59 smithi045 bash[30785]: cluster 2023-12-05T13:23:58.249454+0000 mgr.x (mgr.25099) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:23:59.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:59 smithi045 bash[70473]: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager-a 2023-12-05T13:23:59.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:59 smithi045 bash[70509]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T13:23:59.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:59 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-05T13:23:59.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:59 smithi045 systemd[1]: Stopped Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:23:59.698 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:23:59 smithi045 systemd[1]: Started Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:23:59.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:23:59 smithi079 bash[25290]: cluster 2023-12-05T13:23:58.249454+0000 mgr.x (mgr.25099) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:24:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: audit 2023-12-05T13:23:59.596903+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: audit 2023-12-05T13:23:59.607485+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: audit 2023-12-05T13:23:59.651494+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:24:00.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: cephadm 2023-12-05T13:23:59.655981+0000 mgr.x (mgr.25099) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi045.bqpgnx (dependencies changed)... 2023-12-05T13:24:00.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: audit 2023-12-05T13:23:59.656762+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:24:00.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: audit 2023-12-05T13:23:59.671754+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:24:00.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: cephadm 2023-12-05T13:23:59.674062+0000 mgr.x (mgr.25099) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:24:00.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[30785]: cluster 2023-12-05T13:24:00.250241+0000 mgr.x (mgr.25099) 41 : cluster [DBG] pgmap v13: 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-05T13:24:00.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: audit 2023-12-05T13:23:59.596903+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:00.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: audit 2023-12-05T13:23:59.607485+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:00.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: audit 2023-12-05T13:23:59.651494+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:24:00.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: cephadm 2023-12-05T13:23:59.655981+0000 mgr.x (mgr.25099) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi045.bqpgnx (dependencies changed)... 2023-12-05T13:24:00.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: audit 2023-12-05T13:23:59.656762+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:24:00.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: audit 2023-12-05T13:23:59.671754+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:24:00.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: cephadm 2023-12-05T13:23:59.674062+0000 mgr.x (mgr.25099) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:24:00.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:00 smithi045 bash[25015]: cluster 2023-12-05T13:24:00.250241+0000 mgr.x (mgr.25099) 41 : cluster [DBG] pgmap v13: 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-05T13:24:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: audit 2023-12-05T13:23:59.596903+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: audit 2023-12-05T13:23:59.607485+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: audit 2023-12-05T13:23:59.651494+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:24:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: cephadm 2023-12-05T13:23:59.655981+0000 mgr.x (mgr.25099) 39 : cephadm [INF] Reconfiguring iscsi.foo.smithi045.bqpgnx (dependencies changed)... 2023-12-05T13:24:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: audit 2023-12-05T13:23:59.656762+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:24:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: audit 2023-12-05T13:23:59.671754+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:24:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: cephadm 2023-12-05T13:23:59.674062+0000 mgr.x (mgr.25099) 40 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:24:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:00 smithi079 bash[25290]: cluster 2023-12-05T13:24:00.250241+0000 mgr.x (mgr.25099) 41 : cluster [DBG] pgmap v13: 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-05T13:24:01.286 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.084Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-05T13:24:01.287 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.084Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-05T13:24:01.287 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.085Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.45 port=9094 2023-12-05T13:24:01.287 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.087Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-05T13:24:01.287 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.129Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T13:24:01.287 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.130Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T13:24:01.287 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.134Z caller=main.go:518 msg=Listening address=:9093 2023-12-05T13:24:01.287 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:01.134Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-05T13:24:01.616 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[30785]: audit 2023-12-05T13:24:01.286845+0000 mgr.x (mgr.25099) 42 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:01.889 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:01 smithi045 bash[25015]: audit 2023-12-05T13:24:01.286845+0000 mgr.x (mgr.25099) 42 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:01 smithi079 bash[25290]: audit 2023-12-05T13:24:01.286845+0000 mgr.x (mgr.25099) 42 : audit [DBG] from='client.24853 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:02.791 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:02 smithi079 bash[47460]: ts=2023-12-05T13:24:02.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.79:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.45:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:24:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:03 smithi045 bash[25015]: cluster 2023-12-05T13:24:02.251979+0000 mgr.x (mgr.25099) 43 : cluster [DBG] pgmap v14: 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-05T13:24:03.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:03 smithi045 bash[30785]: cluster 2023-12-05T13:24:02.251979+0000 mgr.x (mgr.25099) 43 : cluster [DBG] pgmap v14: 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-05T13:24:03.448 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:03 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:03.088Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000959856s 2023-12-05T13:24:03.513 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:03 smithi079 bash[25290]: cluster 2023-12-05T13:24:02.251979+0000 mgr.x (mgr.25099) 43 : cluster [DBG] pgmap v14: 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-05T13:24:04.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:03 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:24:03] "GET /metrics HTTP/1.1" 200 38135 "" "Prometheus/2.33.4" 2023-12-05T13:24:05.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:05 smithi079 bash[25290]: cluster 2023-12-05T13:24:04.252803+0000 mgr.x (mgr.25099) 44 : cluster [DBG] pgmap v15: 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-05T13:24:05.654 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:05 smithi045 bash[25015]: cluster 2023-12-05T13:24:04.252803+0000 mgr.x (mgr.25099) 44 : cluster [DBG] pgmap v15: 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-05T13:24:05.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:05 smithi045 bash[30785]: cluster 2023-12-05T13:24:04.252803+0000 mgr.x (mgr.25099) 44 : cluster [DBG] pgmap v15: 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-05T13:24:07.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:24:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:24:07.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[30785]: audit 2023-12-05T13:24:06.106559+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:07.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[30785]: audit 2023-12-05T13:24:06.118273+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[30785]: audit 2023-12-05T13:24:06.151021+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[30785]: audit 2023-12-05T13:24:06.156064+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[30785]: cluster 2023-12-05T13:24:06.253989+0000 mgr.x (mgr.25099) 45 : cluster [DBG] pgmap v16: 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-05T13:24:07.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[30785]: cephadm 2023-12-05T13:24:06.414370+0000 mgr.x (mgr.25099) 46 : cephadm [INF] Reconfiguring daemon agent.smithi079 on smithi079 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[30785]: cephadm 2023-12-05T13:24:06.484873+0000 mgr.x (mgr.25099) 47 : cephadm [INF] Deploying cephadm binary to smithi079 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25015]: audit 2023-12-05T13:24:06.106559+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25015]: audit 2023-12-05T13:24:06.118273+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25015]: audit 2023-12-05T13:24:06.151021+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25015]: audit 2023-12-05T13:24:06.156064+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25015]: cluster 2023-12-05T13:24:06.253989+0000 mgr.x (mgr.25099) 45 : cluster [DBG] pgmap v16: 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-05T13:24:07.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25015]: cephadm 2023-12-05T13:24:06.414370+0000 mgr.x (mgr.25099) 46 : cephadm [INF] Reconfiguring daemon agent.smithi079 on smithi079 2023-12-05T13:24:07.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:07 smithi045 bash[25015]: cephadm 2023-12-05T13:24:06.484873+0000 mgr.x (mgr.25099) 47 : cephadm [INF] Deploying cephadm binary to smithi079 2023-12-05T13:24:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:07 smithi079 bash[25290]: audit 2023-12-05T13:24:06.106559+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:07 smithi079 bash[25290]: audit 2023-12-05T13:24:06.118273+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:07 smithi079 bash[25290]: audit 2023-12-05T13:24:06.151021+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:07 smithi079 bash[25290]: audit 2023-12-05T13:24:06.156064+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:07 smithi079 bash[25290]: cluster 2023-12-05T13:24:06.253989+0000 mgr.x (mgr.25099) 45 : cluster [DBG] pgmap v16: 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-05T13:24:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:07 smithi079 bash[25290]: cephadm 2023-12-05T13:24:06.414370+0000 mgr.x (mgr.25099) 46 : cephadm [INF] Reconfiguring daemon agent.smithi079 on smithi079 2023-12-05T13:24:07.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:07 smithi079 bash[25290]: cephadm 2023-12-05T13:24:06.484873+0000 mgr.x (mgr.25099) 47 : cephadm [INF] Deploying cephadm binary to smithi079 2023-12-05T13:24:09.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[30785]: cluster 2023-12-05T13:24:08.255355+0000 mgr.x (mgr.25099) 48 : cluster [DBG] pgmap v17: 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-05T13:24:09.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[30785]: audit 2023-12-05T13:24:08.569579+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.45:0/957274262' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:24:09.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[30785]: audit 2023-12-05T13:24:08.951586+0000 mon.c (mon.1) 45 : audit [INF] from='client.? 172.21.15.45:0/859739236' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]: dispatch 2023-12-05T13:24:09.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[30785]: audit 2023-12-05T13:24:08.952783+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]: dispatch 2023-12-05T13:24:09.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[25015]: cluster 2023-12-05T13:24:08.255355+0000 mgr.x (mgr.25099) 48 : cluster [DBG] pgmap v17: 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-05T13:24:09.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[25015]: audit 2023-12-05T13:24:08.569579+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.45:0/957274262' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:24:09.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[25015]: audit 2023-12-05T13:24:08.951586+0000 mon.c (mon.1) 45 : audit [INF] from='client.? 172.21.15.45:0/859739236' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]: dispatch 2023-12-05T13:24:09.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:09 smithi045 bash[25015]: audit 2023-12-05T13:24:08.952783+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]: dispatch 2023-12-05T13:24:09.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:09 smithi079 bash[25290]: cluster 2023-12-05T13:24:08.255355+0000 mgr.x (mgr.25099) 48 : cluster [DBG] pgmap v17: 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-05T13:24:09.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:09 smithi079 bash[25290]: audit 2023-12-05T13:24:08.569579+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.45:0/957274262' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:24:09.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:09 smithi079 bash[25290]: audit 2023-12-05T13:24:08.951586+0000 mon.c (mon.1) 45 : audit [INF] from='client.? 172.21.15.45:0/859739236' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]: dispatch 2023-12-05T13:24:09.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:09 smithi079 bash[25290]: audit 2023-12-05T13:24:08.952783+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]: dispatch 2023-12-05T13:24:10.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[25015]: audit 2023-12-05T13:24:09.320392+0000 mon.a (mon.0) 1260 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]': finished 2023-12-05T13:24:10.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[25015]: cluster 2023-12-05T13:24:09.320579+0000 mon.a (mon.0) 1261 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-05T13:24:10.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[25015]: audit 2023-12-05T13:24:09.713281+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.45:0/311588709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]: dispatch 2023-12-05T13:24:10.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[25015]: audit 2023-12-05T13:24:09.714541+0000 mon.a (mon.0) 1262 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]: dispatch 2023-12-05T13:24:10.354 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[30785]: audit 2023-12-05T13:24:09.320392+0000 mon.a (mon.0) 1260 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]': finished 2023-12-05T13:24:10.354 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[30785]: cluster 2023-12-05T13:24:09.320579+0000 mon.a (mon.0) 1261 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-05T13:24:10.355 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[30785]: audit 2023-12-05T13:24:09.713281+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.45:0/311588709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]: dispatch 2023-12-05T13:24:10.355 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:10 smithi045 bash[30785]: audit 2023-12-05T13:24:09.714541+0000 mon.a (mon.0) 1262 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]: dispatch 2023-12-05T13:24:10.654 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:10 smithi079 bash[25290]: audit 2023-12-05T13:24:09.320392+0000 mon.a (mon.0) 1260 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/2318686180"}]': finished 2023-12-05T13:24:10.654 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:10 smithi079 bash[25290]: cluster 2023-12-05T13:24:09.320579+0000 mon.a (mon.0) 1261 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-05T13:24:10.654 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:10 smithi079 bash[25290]: audit 2023-12-05T13:24:09.713281+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.45:0/311588709' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]: dispatch 2023-12-05T13:24:10.654 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:10 smithi079 bash[25290]: audit 2023-12-05T13:24:09.714541+0000 mon.a (mon.0) 1262 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]: dispatch 2023-12-05T13:24:11.447 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[70543]: level=info ts=2023-12-05T13:24:11.091Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003656242s 2023-12-05T13:24:11.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: cluster 2023-12-05T13:24:10.256094+0000 mgr.x (mgr.25099) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:24:11.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: audit 2023-12-05T13:24:10.326946+0000 mon.a (mon.0) 1263 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]': finished 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: cluster 2023-12-05T13:24:10.327073+0000 mon.a (mon.0) 1264 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: audit 2023-12-05T13:24:10.399964+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: audit 2023-12-05T13:24:10.718864+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: audit 2023-12-05T13:24:10.729713+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: audit 2023-12-05T13:24:10.738004+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[25015]: audit 2023-12-05T13:24:10.750026+0000 mon.a (mon.0) 1268 : audit [INF] from='client.? 172.21.15.45:0/3689391461' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3921195421"}]: dispatch 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: cluster 2023-12-05T13:24:10.256094+0000 mgr.x (mgr.25099) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: audit 2023-12-05T13:24:10.326946+0000 mon.a (mon.0) 1263 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]': finished 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: cluster 2023-12-05T13:24:10.327073+0000 mon.a (mon.0) 1264 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: audit 2023-12-05T13:24:10.399964+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: audit 2023-12-05T13:24:10.718864+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: audit 2023-12-05T13:24:10.729713+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: audit 2023-12-05T13:24:10.738004+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:11 smithi045 bash[30785]: audit 2023-12-05T13:24:10.750026+0000 mon.a (mon.0) 1268 : audit [INF] from='client.? 172.21.15.45:0/3689391461' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3921195421"}]: dispatch 2023-12-05T13:24:11.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: cluster 2023-12-05T13:24:10.256094+0000 mgr.x (mgr.25099) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:24:11.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: audit 2023-12-05T13:24:10.326946+0000 mon.a (mon.0) 1263 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3330243797"}]': finished 2023-12-05T13:24:11.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: cluster 2023-12-05T13:24:10.327073+0000 mon.a (mon.0) 1264 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-05T13:24:11.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: audit 2023-12-05T13:24:10.399964+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:11.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: audit 2023-12-05T13:24:10.718864+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: audit 2023-12-05T13:24:10.729713+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: audit 2023-12-05T13:24:10.738004+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:11.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:11 smithi079 bash[25290]: audit 2023-12-05T13:24:10.750026+0000 mon.a (mon.0) 1268 : audit [INF] from='client.? 172.21.15.45:0/3689391461' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3921195421"}]: dispatch 2023-12-05T13:24:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[25015]: cephadm 2023-12-05T13:24:10.798091+0000 mgr.x (mgr.25099) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:24:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[25015]: cephadm 2023-12-05T13:24:11.045796+0000 mgr.x (mgr.25099) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:24:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[25015]: audit 2023-12-05T13:24:11.744603+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? 172.21.15.45:0/3689391461' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3921195421"}]': finished 2023-12-05T13:24:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[25015]: cluster 2023-12-05T13:24:11.744883+0000 mon.a (mon.0) 1270 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-05T13:24:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[25015]: audit 2023-12-05T13:24:12.135982+0000 mon.c (mon.1) 47 : audit [INF] from='client.? 172.21.15.45:0/3172857463' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]: dispatch 2023-12-05T13:24:12.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[25015]: audit 2023-12-05T13:24:12.137207+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]: dispatch 2023-12-05T13:24:12.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[30785]: cephadm 2023-12-05T13:24:10.798091+0000 mgr.x (mgr.25099) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:24:12.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[30785]: cephadm 2023-12-05T13:24:11.045796+0000 mgr.x (mgr.25099) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:24:12.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[30785]: audit 2023-12-05T13:24:11.744603+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? 172.21.15.45:0/3689391461' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3921195421"}]': finished 2023-12-05T13:24:12.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[30785]: cluster 2023-12-05T13:24:11.744883+0000 mon.a (mon.0) 1270 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-05T13:24:12.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[30785]: audit 2023-12-05T13:24:12.135982+0000 mon.c (mon.1) 47 : audit [INF] from='client.? 172.21.15.45:0/3172857463' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]: dispatch 2023-12-05T13:24:12.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:12 smithi045 bash[30785]: audit 2023-12-05T13:24:12.137207+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]: dispatch 2023-12-05T13:24:12.791 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:12 smithi079 bash[47460]: ts=2023-12-05T13:24: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.79:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.45:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:24:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:12 smithi079 bash[25290]: cephadm 2023-12-05T13:24:10.798091+0000 mgr.x (mgr.25099) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:24:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:12 smithi079 bash[25290]: cephadm 2023-12-05T13:24:11.045796+0000 mgr.x (mgr.25099) 51 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:24:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:12 smithi079 bash[25290]: audit 2023-12-05T13:24:11.744603+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? 172.21.15.45:0/3689391461' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3921195421"}]': finished 2023-12-05T13:24:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:12 smithi079 bash[25290]: cluster 2023-12-05T13:24:11.744883+0000 mon.a (mon.0) 1270 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-05T13:24:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:12 smithi079 bash[25290]: audit 2023-12-05T13:24:12.135982+0000 mon.c (mon.1) 47 : audit [INF] from='client.? 172.21.15.45:0/3172857463' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]: dispatch 2023-12-05T13:24:12.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:12 smithi079 bash[25290]: audit 2023-12-05T13:24:12.137207+0000 mon.a (mon.0) 1271 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]: dispatch 2023-12-05T13:24:13.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:13 smithi079 bash[25290]: cluster 2023-12-05T13:24:12.257037+0000 mgr.x (mgr.25099) 52 : cluster [DBG] pgmap v22: 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-05T13:24:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:13 smithi079 bash[25290]: audit 2023-12-05T13:24:12.746982+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]': finished 2023-12-05T13:24:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:13 smithi079 bash[25290]: cluster 2023-12-05T13:24:12.747227+0000 mon.a (mon.0) 1273 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-05T13:24:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:13 smithi079 bash[25290]: audit 2023-12-05T13:24:13.163425+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? 172.21.15.45:0/1263706501' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/1212400452"}]: dispatch 2023-12-05T13:24:13.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[30785]: cluster 2023-12-05T13:24:12.257037+0000 mgr.x (mgr.25099) 52 : cluster [DBG] pgmap v22: 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-05T13:24:13.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[30785]: audit 2023-12-05T13:24:12.746982+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]': finished 2023-12-05T13:24:13.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[30785]: cluster 2023-12-05T13:24:12.747227+0000 mon.a (mon.0) 1273 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-05T13:24:13.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[30785]: audit 2023-12-05T13:24:13.163425+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? 172.21.15.45:0/1263706501' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/1212400452"}]: dispatch 2023-12-05T13:24:13.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[25015]: cluster 2023-12-05T13:24:12.257037+0000 mgr.x (mgr.25099) 52 : cluster [DBG] pgmap v22: 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-05T13:24:13.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[25015]: audit 2023-12-05T13:24:12.746982+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/403906123"}]': finished 2023-12-05T13:24:13.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[25015]: cluster 2023-12-05T13:24:12.747227+0000 mon.a (mon.0) 1273 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-05T13:24:13.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:13 smithi045 bash[25015]: audit 2023-12-05T13:24:13.163425+0000 mon.a (mon.0) 1274 : audit [INF] from='client.? 172.21.15.45:0/1263706501' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/1212400452"}]: dispatch 2023-12-05T13:24:13.790 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:13 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:24:13] "GET /metrics HTTP/1.1" 200 38135 "" "Prometheus/2.33.4" 2023-12-05T13:24:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:14 smithi079 bash[25290]: audit 2023-12-05T13:24:13.746098+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? 172.21.15.45:0/1263706501' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/1212400452"}]': finished 2023-12-05T13:24:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:14 smithi079 bash[25290]: cluster 2023-12-05T13:24:13.746200+0000 mon.a (mon.0) 1276 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-05T13:24:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:14 smithi079 bash[25290]: audit 2023-12-05T13:24:14.141582+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]: dispatch 2023-12-05T13:24:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:14 smithi079 bash[25290]: audit 2023-12-05T13:24:14.146651+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.45:0/276973939' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]: dispatch 2023-12-05T13:24:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:14 smithi079 bash[25290]: cluster 2023-12-05T13:24:14.257733+0000 mgr.x (mgr.25099) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-05T13:24:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[30785]: audit 2023-12-05T13:24:13.746098+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? 172.21.15.45:0/1263706501' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/1212400452"}]': finished 2023-12-05T13:24:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[30785]: cluster 2023-12-05T13:24:13.746200+0000 mon.a (mon.0) 1276 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-05T13:24:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[30785]: audit 2023-12-05T13:24:14.141582+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]: dispatch 2023-12-05T13:24:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[30785]: audit 2023-12-05T13:24:14.146651+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.45:0/276973939' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]: dispatch 2023-12-05T13:24:15.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[30785]: cluster 2023-12-05T13:24:14.257733+0000 mgr.x (mgr.25099) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-05T13:24:15.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[25015]: audit 2023-12-05T13:24:13.746098+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? 172.21.15.45:0/1263706501' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6801/1212400452"}]': finished 2023-12-05T13:24:15.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[25015]: cluster 2023-12-05T13:24:13.746200+0000 mon.a (mon.0) 1276 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-05T13:24:15.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[25015]: audit 2023-12-05T13:24:14.141582+0000 mon.a (mon.0) 1277 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]: dispatch 2023-12-05T13:24:15.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[25015]: audit 2023-12-05T13:24:14.146651+0000 mon.b (mon.2) 60 : audit [INF] from='client.? 172.21.15.45:0/276973939' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]: dispatch 2023-12-05T13:24:15.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:14 smithi045 bash[25015]: cluster 2023-12-05T13:24:14.257733+0000 mgr.x (mgr.25099) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-05T13:24:15.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:15 smithi079 bash[25290]: audit 2023-12-05T13:24:14.759254+0000 mon.a (mon.0) 1278 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]': finished 2023-12-05T13:24:15.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:15 smithi079 bash[25290]: cluster 2023-12-05T13:24:14.759370+0000 mon.a (mon.0) 1279 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-05T13:24:15.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:15 smithi079 bash[25290]: audit 2023-12-05T13:24:15.152227+0000 mon.a (mon.0) 1280 : audit [INF] from='client.? 172.21.15.45:0/3819301940' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3210490687"}]: dispatch 2023-12-05T13:24:16.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:15 smithi045 bash[25015]: audit 2023-12-05T13:24:14.759254+0000 mon.a (mon.0) 1278 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]': finished 2023-12-05T13:24:16.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:15 smithi045 bash[25015]: cluster 2023-12-05T13:24:14.759370+0000 mon.a (mon.0) 1279 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-05T13:24:16.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:15 smithi045 bash[25015]: audit 2023-12-05T13:24:15.152227+0000 mon.a (mon.0) 1280 : audit [INF] from='client.? 172.21.15.45:0/3819301940' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3210490687"}]: dispatch 2023-12-05T13:24:16.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:15 smithi045 bash[30785]: audit 2023-12-05T13:24:14.759254+0000 mon.a (mon.0) 1278 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:6800/1212400452"}]': finished 2023-12-05T13:24:16.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:15 smithi045 bash[30785]: cluster 2023-12-05T13:24:14.759370+0000 mon.a (mon.0) 1279 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-05T13:24:16.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:15 smithi045 bash[30785]: audit 2023-12-05T13:24:15.152227+0000 mon.a (mon.0) 1280 : audit [INF] from='client.? 172.21.15.45:0/3819301940' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3210490687"}]: dispatch 2023-12-05T13:24:17.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:16 smithi079 bash[25290]: audit 2023-12-05T13:24:15.762541+0000 mon.a (mon.0) 1281 : audit [INF] from='client.? 172.21.15.45:0/3819301940' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3210490687"}]': finished 2023-12-05T13:24:17.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:16 smithi079 bash[25290]: cluster 2023-12-05T13:24:15.762833+0000 mon.a (mon.0) 1282 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-05T13:24:17.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:16 smithi079 bash[25290]: cluster 2023-12-05T13:24:16.259091+0000 mgr.x (mgr.25099) 54 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:24:17.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:16 smithi045 bash[25015]: audit 2023-12-05T13:24:15.762541+0000 mon.a (mon.0) 1281 : audit [INF] from='client.? 172.21.15.45:0/3819301940' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3210490687"}]': finished 2023-12-05T13:24:17.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:16 smithi045 bash[25015]: cluster 2023-12-05T13:24:15.762833+0000 mon.a (mon.0) 1282 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-05T13:24:17.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:16 smithi045 bash[25015]: cluster 2023-12-05T13:24:16.259091+0000 mgr.x (mgr.25099) 54 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:24:17.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:16 smithi045 bash[30785]: audit 2023-12-05T13:24:15.762541+0000 mon.a (mon.0) 1281 : audit [INF] from='client.? 172.21.15.45:0/3819301940' entity='client.iscsi.foo.smithi045.bqpgnx' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.45:0/3210490687"}]': finished 2023-12-05T13:24:17.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:16 smithi045 bash[30785]: cluster 2023-12-05T13:24:15.762833+0000 mon.a (mon.0) 1282 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-05T13:24:17.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:16 smithi045 bash[30785]: cluster 2023-12-05T13:24:16.259091+0000 mgr.x (mgr.25099) 54 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:24:17.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:17 smithi045 bash[25292]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:24:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:24:18.956 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:24:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:19 smithi045 bash[25015]: audit 2023-12-05T13:24:18.228155+0000 mgr.x (mgr.25099) 55 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:19 smithi045 bash[25015]: cluster 2023-12-05T13:24:18.260429+0000 mgr.x (mgr.25099) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2023-12-05T13:24:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:19 smithi045 bash[30785]: audit 2023-12-05T13:24:18.228155+0000 mgr.x (mgr.25099) 55 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:19 smithi045 bash[30785]: cluster 2023-12-05T13:24:18.260429+0000 mgr.x (mgr.25099) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2023-12-05T13:24:19.721 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:24:19.721 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 starting - - - - 2023-12-05T13:24:19.721 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 starting - - - - 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 starting - - - - 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (6m) 57s ago 6m 47.5M - 8.3.5 dad864ee21e9 889058496ec9 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 starting - - - - 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283 starting - - - - 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:9283 running (15m) 67s ago 15m 465M - 17.2.0 e1d6a67b021e f4b92cdbdc2e 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (15m) 67s ago 15m 58.9M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (13m) 57s ago 13m 49.9M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (13m) 67s ago 13m 47.2M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 starting - - - - 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (7m) 57s ago 7m 15.4M - 1dbe0e931976 a9901bb1dc07 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (12m) 67s ago 12m 55.5M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (12m) 67s ago 12m 58.7M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (11m) 67s ago 11m 52.6M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (10m) 67s ago 10m 56.5M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:24:19.722 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (10m) 57s ago 10m 54.9M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (9m) 57s ago 9m 55.7M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (9m) 57s ago 9m 51.2M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (8m) 57s ago 8m 53.8M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (6m) 57s ago 7m 60.1M - 514e6a882f6e 8c70e8132349 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (5m) 67s ago 5m 84.5M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (5m) 57s ago 5m 84.8M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (4m) 67s ago 4m 84.7M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:24:19.723 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (4m) 57s ago 4m 84.6M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:24:19.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:19 smithi079 bash[25290]: audit 2023-12-05T13:24:18.228155+0000 mgr.x (mgr.25099) 55 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:19.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:19 smithi079 bash[25290]: cluster 2023-12-05T13:24:18.260429+0000 mgr.x (mgr.25099) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2023-12-05T13:24:20.174 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:24:20.174 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:24:20.174 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:24:20.174 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:20.174 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:24:20.174 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:24:20.174 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:24:20.175 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:24:20.561 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:24:20.561 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:24:20.561 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:24:20.562 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:24:20.562 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-12-05T13:24:20.562 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "", 2023-12-05T13:24:20.562 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-12-05T13:24:20.562 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:24:20.562 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:24:20.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:20 smithi045 bash[25015]: audit 2023-12-05T13:24:18.940532+0000 mgr.x (mgr.25099) 57 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:20.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:20 smithi045 bash[25015]: audit 2023-12-05T13:24:19.325356+0000 mgr.x (mgr.25099) 58 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:20.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:20 smithi045 bash[25015]: audit 2023-12-05T13:24:20.168243+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.45:0/1364879161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:24:20.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:20 smithi045 bash[30785]: audit 2023-12-05T13:24:18.940532+0000 mgr.x (mgr.25099) 57 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:20.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:20 smithi045 bash[30785]: audit 2023-12-05T13:24:19.325356+0000 mgr.x (mgr.25099) 58 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:20.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:20 smithi045 bash[30785]: audit 2023-12-05T13:24:20.168243+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.45:0/1364879161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:24:20.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:20 smithi079 bash[25290]: audit 2023-12-05T13:24:18.940532+0000 mgr.x (mgr.25099) 57 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:20.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:20 smithi079 bash[25290]: audit 2023-12-05T13:24:19.325356+0000 mgr.x (mgr.25099) 58 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:20.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:20 smithi079 bash[25290]: audit 2023-12-05T13:24:20.168243+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.45:0/1364879161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:24:21.009 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:24:21.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:21 smithi079 bash[25290]: audit 2023-12-05T13:24:19.698546+0000 mgr.x (mgr.25099) 59 : audit [DBG] from='client.25240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:21.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:21 smithi079 bash[25290]: cluster 2023-12-05T13:24:20.261220+0000 mgr.x (mgr.25099) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 786 B/s rd, 0 op/s 2023-12-05T13:24:21.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:21 smithi079 bash[25290]: audit 2023-12-05T13:24:20.561594+0000 mgr.x (mgr.25099) 61 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:21.595 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:21 smithi079 bash[25290]: audit 2023-12-05T13:24:21.004550+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.45:0/1072970557' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:24:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[25015]: audit 2023-12-05T13:24:19.698546+0000 mgr.x (mgr.25099) 59 : audit [DBG] from='client.25240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[25015]: cluster 2023-12-05T13:24:20.261220+0000 mgr.x (mgr.25099) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 786 B/s rd, 0 op/s 2023-12-05T13:24:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[25015]: audit 2023-12-05T13:24:20.561594+0000 mgr.x (mgr.25099) 61 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[25015]: audit 2023-12-05T13:24:21.004550+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.45:0/1072970557' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:24:21.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[30785]: audit 2023-12-05T13:24:19.698546+0000 mgr.x (mgr.25099) 59 : audit [DBG] from='client.25240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:21.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[30785]: cluster 2023-12-05T13:24:20.261220+0000 mgr.x (mgr.25099) 60 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 786 B/s rd, 0 op/s 2023-12-05T13:24:21.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[30785]: audit 2023-12-05T13:24:20.561594+0000 mgr.x (mgr.25099) 61 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:21.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:21 smithi045 bash[30785]: audit 2023-12-05T13:24:21.004550+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.45:0/1072970557' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:24:22.791 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:22 smithi079 bash[47460]: ts=2023-12-05T13:24: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.79:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.45:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:24:23.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:23 smithi045 bash[25015]: cluster 2023-12-05T13:24:22.262932+0000 mgr.x (mgr.25099) 62 : cluster [DBG] pgmap v31: 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-05T13:24:23.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:23 smithi045 bash[30785]: cluster 2023-12-05T13:24:22.262932+0000 mgr.x (mgr.25099) 62 : cluster [DBG] pgmap v31: 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-05T13:24:23.513 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:23 smithi079 bash[25290]: cluster 2023-12-05T13:24:22.262932+0000 mgr.x (mgr.25099) 62 : cluster [DBG] pgmap v31: 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-05T13:24:23.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:23 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:24:23] "GET /metrics HTTP/1.1" 200 38135 "" "Prometheus/2.33.4" 2023-12-05T13:24:24.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 systemd[1]: Stopping Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:24:24.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[57996]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:24:24.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.361Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:24:24.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.361Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T13:24:24.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.362Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T13:24:24.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.362Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.362Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.362Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.362Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.362Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.362Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.363Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.363Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T13:24:24.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[47460]: ts=2023-12-05T13:24:24.363Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T13:24:25.090 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[58005]: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus-a 2023-12-05T13:24:25.090 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:24 smithi079 bash[58040]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:24:25.090 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:25 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-05T13:24:25.090 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:25 smithi079 systemd[1]: Stopped Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:25.090 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:25 smithi079 systemd[1]: Started Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:25 smithi079 bash[25290]: cluster 2023-12-05T13:24:24.263594+0000 mgr.x (mgr.25099) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:24:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:25 smithi079 bash[25290]: audit 2023-12-05T13:24:25.072822+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:25 smithi079 bash[25290]: audit 2023-12-05T13:24:25.082072+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:25 smithi045 bash[25015]: cluster 2023-12-05T13:24:24.263594+0000 mgr.x (mgr.25099) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:24:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:25 smithi045 bash[25015]: audit 2023-12-05T13:24:25.072822+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:25 smithi045 bash[25015]: audit 2023-12-05T13:24:25.082072+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:25.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:25 smithi045 bash[30785]: cluster 2023-12-05T13:24:24.263594+0000 mgr.x (mgr.25099) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:24:25.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:25 smithi045 bash[30785]: audit 2023-12-05T13:24:25.072822+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:25.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:25 smithi045 bash[30785]: audit 2023-12-05T13:24:25.082072+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:26.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[25290]: cephadm 2023-12-05T13:24:25.094836+0000 mgr.x (mgr.25099) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-05T13:24:26.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[25290]: cephadm 2023-12-05T13:24:25.095378+0000 mgr.x (mgr.25099) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi079 2023-12-05T13:24:26.587 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[25290]: audit 2023-12-05T13:24:25.400463+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:26.589 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.588Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T13:24:26.589 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.588Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T13:24:26.589 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.588Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T13:24:26.589 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.588Z 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 smithi079 (none))" 2023-12-05T13:24:26.589 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.588Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T13:24:26.589 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.588Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T13:24:26.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:26 smithi045 bash[25015]: cephadm 2023-12-05T13:24:25.094836+0000 mgr.x (mgr.25099) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-05T13:24:26.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:26 smithi045 bash[25015]: cephadm 2023-12-05T13:24:25.095378+0000 mgr.x (mgr.25099) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi079 2023-12-05T13:24:26.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:26 smithi045 bash[25015]: audit 2023-12-05T13:24:25.400463+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:26.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:26 smithi045 bash[30785]: cephadm 2023-12-05T13:24:25.094836+0000 mgr.x (mgr.25099) 64 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-05T13:24:26.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:26 smithi045 bash[30785]: cephadm 2023-12-05T13:24:25.095378+0000 mgr.x (mgr.25099) 65 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi079 2023-12-05T13:24:26.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:26 smithi045 bash[30785]: audit 2023-12-05T13:24:25.400463+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:26.939 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.593Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T13:24:26.939 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.594Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T13:24:26.939 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.595Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T13:24:26.939 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.599Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T13:24:26.939 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.599Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.844µs 2023-12-05T13:24:26.939 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.599Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T13:24:26.939 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.599Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-05T13:24:26.940 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:26 smithi079 bash[58068]: ts=2023-12-05T13:24:26.939Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.052Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.052Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.052Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=69.368µs wal_replay_duration=453.459573ms total_replay_duration=453.555418ms 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.057Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.057Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.057Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.083Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=25.400604ms db_storage=1.161µs remote_storage=2.258µs web_handler=613ns query_engine=1.045µs scrape=349.926µs scrape_sd=151.701µs notify=16.818µs notify_sd=12.289µs rules=24.506705ms 2023-12-05T13:24:27.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[58068]: ts=2023-12-05T13:24:27.083Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T13:24:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:27 smithi045 bash[25015]: cluster 2023-12-05T13:24:26.264702+0000 mgr.x (mgr.25099) 66 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2023-12-05T13:24:27.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:27 smithi045 bash[30785]: cluster 2023-12-05T13:24:26.264702+0000 mgr.x (mgr.25099) 66 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2023-12-05T13:24:27.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:27 smithi079 bash[25290]: cluster 2023-12-05T13:24:26.264702+0000 mgr.x (mgr.25099) 66 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 975 B/s rd, 0 op/s 2023-12-05T13:24:28.446 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 systemd[1]: Stopping Ceph node-exporter.b for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:24:28.447 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 bash[58267]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter.b 2023-12-05T13:24:29.038 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 bash[58276]: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter-b 2023-12-05T13:24:29.038 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 bash[58312]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter.b 2023-12-05T13:24:29.038 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:24:29.038 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-05T13:24:29.038 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 systemd[1]: Stopped Ceph node-exporter.b for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:29.038 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:28 smithi079 systemd[1]: Started Ceph node-exporter.b for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[25015]: audit 2023-12-05T13:24:28.239548+0000 mgr.x (mgr.25099) 67 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[25015]: cluster 2023-12-05T13:24:28.266166+0000 mgr.x (mgr.25099) 68 : cluster [DBG] pgmap v34: 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-05T13:24:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[25015]: audit 2023-12-05T13:24:29.026886+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[25015]: audit 2023-12-05T13:24:29.038549+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[25015]: audit 2023-12-05T13:24:29.151146+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[25015]: audit 2023-12-05T13:24:29.161398+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[25015]: audit 2023-12-05T13:24:29.172608+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:24:29.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[30785]: audit 2023-12-05T13:24:28.239548+0000 mgr.x (mgr.25099) 67 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:29.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[30785]: cluster 2023-12-05T13:24:28.266166+0000 mgr.x (mgr.25099) 68 : cluster [DBG] pgmap v34: 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-05T13:24:29.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[30785]: audit 2023-12-05T13:24:29.026886+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[30785]: audit 2023-12-05T13:24:29.038549+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[30785]: audit 2023-12-05T13:24:29.151146+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[30785]: audit 2023-12-05T13:24:29.161398+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:29 smithi045 bash[30785]: audit 2023-12-05T13:24:29.172608+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:24:29.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[25290]: audit 2023-12-05T13:24:28.239548+0000 mgr.x (mgr.25099) 67 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:29.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[25290]: cluster 2023-12-05T13:24:28.266166+0000 mgr.x (mgr.25099) 68 : cluster [DBG] pgmap v34: 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-05T13:24:29.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[25290]: audit 2023-12-05T13:24:29.026886+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[25290]: audit 2023-12-05T13:24:29.038549+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[25290]: audit 2023-12-05T13:24:29.151146+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[25290]: audit 2023-12-05T13:24:29.161398+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:29.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[25290]: audit 2023-12-05T13:24:29.172608+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:24:30.291 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.931Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T13:24:30.291 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.931Z 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-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.932Z 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-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.932Z 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-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T13:24:30.292 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T13:24:30.293 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T13:24:30.294 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T13:24:30.295 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T13:24:30.295 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:24:29 smithi079 bash[58341]: ts=2023-12-05T13:24:29.933Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T13:24:30.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[25015]: cephadm 2023-12-05T13:24:29.071239+0000 mgr.x (mgr.25099) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-05T13:24:30.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[25015]: cephadm 2023-12-05T13:24:29.087584+0000 mgr.x (mgr.25099) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T13:24:30.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[25015]: audit 2023-12-05T13:24:29.173278+0000 mgr.x (mgr.25099) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:24:30.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[25015]: cephadm 2023-12-05T13:24:29.177036+0000 mgr.x (mgr.25099) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi079 2023-12-05T13:24:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[30785]: cephadm 2023-12-05T13:24:29.071239+0000 mgr.x (mgr.25099) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-05T13:24:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[30785]: cephadm 2023-12-05T13:24:29.087584+0000 mgr.x (mgr.25099) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T13:24:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[30785]: audit 2023-12-05T13:24:29.173278+0000 mgr.x (mgr.25099) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:24:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:30 smithi045 bash[30785]: cephadm 2023-12-05T13:24:29.177036+0000 mgr.x (mgr.25099) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi079 2023-12-05T13:24:30.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:30 smithi079 bash[25290]: cephadm 2023-12-05T13:24:29.071239+0000 mgr.x (mgr.25099) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-05T13:24:30.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:30 smithi079 bash[25290]: cephadm 2023-12-05T13:24:29.087584+0000 mgr.x (mgr.25099) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T13:24:30.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:30 smithi079 bash[25290]: audit 2023-12-05T13:24:29.173278+0000 mgr.x (mgr.25099) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:24:30.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:30 smithi079 bash[25290]: cephadm 2023-12-05T13:24:29.177036+0000 mgr.x (mgr.25099) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi079 2023-12-05T13:24:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:31 smithi079 bash[25290]: cluster 2023-12-05T13:24:30.266938+0000 mgr.x (mgr.25099) 73 : cluster [DBG] pgmap v35: 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-05T13:24:31.658 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:31 smithi045 bash[25015]: cluster 2023-12-05T13:24:30.266938+0000 mgr.x (mgr.25099) 73 : cluster [DBG] pgmap v35: 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-05T13:24:31.659 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:31 smithi045 bash[30785]: cluster 2023-12-05T13:24:30.266938+0000 mgr.x (mgr.25099) 73 : cluster [DBG] pgmap v35: 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-05T13:24:33.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:33 smithi079 bash[25290]: cluster 2023-12-05T13:24:32.268635+0000 mgr.x (mgr.25099) 74 : cluster [DBG] pgmap v36: 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-05T13:24:33.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:33 smithi045 bash[25015]: cluster 2023-12-05T13:24:32.268635+0000 mgr.x (mgr.25099) 74 : cluster [DBG] pgmap v36: 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-05T13:24:33.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:33 smithi045 bash[30785]: cluster 2023-12-05T13:24:32.268635+0000 mgr.x (mgr.25099) 74 : cluster [DBG] pgmap v36: 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-05T13:24:35.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:35 smithi045 bash[25015]: cluster 2023-12-05T13:24:34.269375+0000 mgr.x (mgr.25099) 75 : cluster [DBG] pgmap v37: 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-05T13:24:35.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:35 smithi045 bash[30785]: cluster 2023-12-05T13:24:34.269375+0000 mgr.x (mgr.25099) 75 : cluster [DBG] pgmap v37: 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-05T13:24:35.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:35 smithi079 bash[25290]: cluster 2023-12-05T13:24:34.269375+0000 mgr.x (mgr.25099) 75 : cluster [DBG] pgmap v37: 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-05T13:24:37.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:37 smithi045 bash[25015]: cluster 2023-12-05T13:24:36.270232+0000 mgr.x (mgr.25099) 76 : cluster [DBG] pgmap v38: 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-05T13:24:37.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:37 smithi045 bash[30785]: cluster 2023-12-05T13:24:36.270232+0000 mgr.x (mgr.25099) 76 : cluster [DBG] pgmap v38: 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-05T13:24:37.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:37 smithi079 bash[25290]: cluster 2023-12-05T13:24:36.270232+0000 mgr.x (mgr.25099) 76 : cluster [DBG] pgmap v38: 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-05T13:24:39.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:39 smithi079 bash[25290]: audit 2023-12-05T13:24:38.246712+0000 mgr.x (mgr.25099) 77 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:39.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:39 smithi079 bash[25290]: cluster 2023-12-05T13:24:38.271094+0000 mgr.x (mgr.25099) 78 : cluster [DBG] pgmap v39: 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-05T13:24:39.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:39 smithi045 bash[25015]: audit 2023-12-05T13:24:38.246712+0000 mgr.x (mgr.25099) 77 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:39.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:39 smithi045 bash[25015]: cluster 2023-12-05T13:24:38.271094+0000 mgr.x (mgr.25099) 78 : cluster [DBG] pgmap v39: 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-05T13:24:39.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:39 smithi045 bash[30785]: audit 2023-12-05T13:24:38.246712+0000 mgr.x (mgr.25099) 77 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:39.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:39 smithi045 bash[30785]: cluster 2023-12-05T13:24:38.271094+0000 mgr.x (mgr.25099) 78 : cluster [DBG] pgmap v39: 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-05T13:24:40.368 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:40 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:24:40] "GET /metrics HTTP/1.1" 200 38126 "" "Prometheus/2.33.4" 2023-12-05T13:24:41.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:41 smithi045 bash[30785]: cluster 2023-12-05T13:24:40.271674+0000 mgr.x (mgr.25099) 79 : cluster [DBG] pgmap v40: 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-05T13:24:41.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:41 smithi045 bash[30785]: audit 2023-12-05T13:24:40.400601+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:41.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:41 smithi045 bash[25015]: cluster 2023-12-05T13:24:40.271674+0000 mgr.x (mgr.25099) 79 : cluster [DBG] pgmap v40: 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-05T13:24:41.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:41 smithi045 bash[25015]: audit 2023-12-05T13:24:40.400601+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:41.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:41 smithi079 bash[25290]: cluster 2023-12-05T13:24:40.271674+0000 mgr.x (mgr.25099) 79 : cluster [DBG] pgmap v40: 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-05T13:24:41.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:41 smithi079 bash[25290]: audit 2023-12-05T13:24:40.400601+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:43.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:43 smithi079 bash[25290]: cluster 2023-12-05T13:24:42.273151+0000 mgr.x (mgr.25099) 80 : cluster [DBG] pgmap v41: 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-05T13:24:43.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:43 smithi045 bash[25015]: cluster 2023-12-05T13:24:42.273151+0000 mgr.x (mgr.25099) 80 : cluster [DBG] pgmap v41: 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-05T13:24:43.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:43 smithi045 bash[30785]: cluster 2023-12-05T13:24:42.273151+0000 mgr.x (mgr.25099) 80 : cluster [DBG] pgmap v41: 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-05T13:24:45.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:45 smithi045 bash[25015]: cluster 2023-12-05T13:24:44.273855+0000 mgr.x (mgr.25099) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:45.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:45 smithi045 bash[30785]: cluster 2023-12-05T13:24:44.273855+0000 mgr.x (mgr.25099) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:45.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:45 smithi079 bash[25290]: cluster 2023-12-05T13:24:44.273855+0000 mgr.x (mgr.25099) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:47.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:47 smithi045 bash[25015]: cluster 2023-12-05T13:24:46.274893+0000 mgr.x (mgr.25099) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:47.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:47 smithi045 bash[30785]: cluster 2023-12-05T13:24:46.274893+0000 mgr.x (mgr.25099) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:47.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:47 smithi079 bash[25290]: cluster 2023-12-05T13:24:46.274893+0000 mgr.x (mgr.25099) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:49.018 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:48 smithi079 bash[58068]: ts=2023-12-05T13:24: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi079:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:24:49.598 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:49 smithi079 bash[25290]: audit 2023-12-05T13:24:48.258075+0000 mgr.x (mgr.25099) 83 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:49.598 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:49 smithi079 bash[25290]: cluster 2023-12-05T13:24:48.276286+0000 mgr.x (mgr.25099) 84 : cluster [DBG] pgmap v44: 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-05T13:24:49.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:49 smithi045 bash[25015]: audit 2023-12-05T13:24:48.258075+0000 mgr.x (mgr.25099) 83 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:49.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:49 smithi045 bash[25015]: cluster 2023-12-05T13:24:48.276286+0000 mgr.x (mgr.25099) 84 : cluster [DBG] pgmap v44: 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-05T13:24:49.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:49 smithi045 bash[30785]: audit 2023-12-05T13:24:48.258075+0000 mgr.x (mgr.25099) 83 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:49.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:49 smithi045 bash[30785]: cluster 2023-12-05T13:24:48.276286+0000 mgr.x (mgr.25099) 84 : cluster [DBG] pgmap v44: 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-05T13:24:50.364 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:50 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:24:50] "GET /metrics HTTP/1.1" 200 38128 "" "Prometheus/2.33.4" 2023-12-05T13:24:51.423 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:24:51.506 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:51 smithi079 bash[25290]: cluster 2023-12-05T13:24:50.276997+0000 mgr.x (mgr.25099) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:51.506 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:51 smithi079 systemd[1]: Stopping Ceph grafana.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:24:51.506 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:51 smithi079 bash[59160]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-grafana.a 2023-12-05T13:24:51.506 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:51 smithi079 bash[46229]: t=2023-12-05T13:24:51+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-05T13:24:51.506 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:51 smithi079 bash[46229]: t=2023-12-05T13:24:51+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2023-12-05T13:24:51.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:51 smithi045 bash[25015]: cluster 2023-12-05T13:24:50.276997+0000 mgr.x (mgr.25099) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:51.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:51 smithi045 bash[30785]: cluster 2023-12-05T13:24:50.276997+0000 mgr.x (mgr.25099) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 starting - - - - 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 starting - - - - 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 starting - - - - 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (7m) 90s ago 7m 47.5M - 8.3.5 dad864ee21e9 889058496ec9 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 starting - - - - 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283 starting - - - - 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:9283 running (15m) 100s ago 15m 465M - 17.2.0 e1d6a67b021e f4b92cdbdc2e 2023-12-05T13:24:52.193 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (15m) 100s ago 15m 58.9M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (14m) 90s ago 14m 49.9M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (14m) 100s ago 14m 47.2M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 starting - - - - 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 starting - - - - 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (13m) 100s ago 13m 55.5M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (12m) 100s ago 12m 58.7M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (12m) 100s ago 12m 52.6M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (11m) 100s ago 11m 56.5M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (10m) 90s ago 10m 54.9M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (10m) 90s ago 10m 55.7M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (9m) 90s ago 9m 51.2M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (8m) 90s ago 8m 53.8M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:24:52.194 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 starting - - - - 2023-12-05T13:24:52.195 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (5m) 100s ago 5m 84.5M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:24:52.195 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (5m) 90s ago 5m 84.8M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:24:52.195 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (5m) 100s ago 5m 84.7M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:24:52.195 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (5m) 90s ago 5m 84.6M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:24:52.259 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:51 smithi079 bash[59170]: ceph-5356199a-936f-11ee-95a2-87774f69a715-grafana-a 2023-12-05T13:24:52.259 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[59221]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-grafana.a 2023-12-05T13:24:52.259 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:52 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-05T13:24:52.259 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:52 smithi079 systemd[1]: Stopped Ceph grafana.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:52.259 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:52 smithi079 systemd[1]: Started Ceph grafana.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STOPPING 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STOPPED 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STARTING 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Serving on http://:::9283 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STARTED 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STOPPING 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T13:24:52.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STOPPED 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STARTING 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[25290]: audit 2023-12-05T13:24:51.408302+0000 mgr.x (mgr.25099) 86 : audit [DBG] from='client.15357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[25290]: audit 2023-12-05T13:24:52.242211+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[25290]: audit 2023-12-05T13:24:52.251068+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[25290]: audit 2023-12-05T13:24:52.304448+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[25290]: audit 2023-12-05T13:24:52.307489+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[25290]: audit 2023-12-05T13:24:52.311083+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[25290]: audit 2023-12-05T13:24:52.330184+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:24:52.656 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:24:52.656 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:24:52.656 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:24:52.656 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:52.656 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:24:52.656 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:24:52.657 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:24:52.658 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-05T13:24:52.658 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:24:52.658 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:24:52.658 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[25015]: audit 2023-12-05T13:24:51.408302+0000 mgr.x (mgr.25099) 86 : audit [DBG] from='client.15357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[25015]: audit 2023-12-05T13:24:52.242211+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[25015]: audit 2023-12-05T13:24:52.251068+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[25015]: audit 2023-12-05T13:24:52.304448+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[25015]: audit 2023-12-05T13:24:52.307489+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[25015]: audit 2023-12-05T13:24:52.311083+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[25015]: audit 2023-12-05T13:24:52.330184+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[30785]: audit 2023-12-05T13:24:51.408302+0000 mgr.x (mgr.25099) 86 : audit [DBG] from='client.15357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[30785]: audit 2023-12-05T13:24:52.242211+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[30785]: audit 2023-12-05T13:24:52.251068+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[30785]: audit 2023-12-05T13:24:52.304448+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:24:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[30785]: audit 2023-12-05T13:24:52.307489+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:24:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[30785]: audit 2023-12-05T13:24:52.311083+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:52.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:52 smithi045 bash[30785]: audit 2023-12-05T13:24:52.330184+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Serving on http://:::9283 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STARTED 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STOPPING 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STOPPED 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STARTING 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Serving on http://:::9283 2023-12-05T13:24:53.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:24:52 smithi079 bash[55693]: [05/Dec/2023:13:24:52] ENGINE Bus STARTED 2023-12-05T13:24:53.045 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:24:53.045 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:24:53.045 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:24:53.045 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:24:53.046 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-12-05T13:24:53.046 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "", 2023-12-05T13:24:53.046 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T13:24:53.046 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:24:53.046 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:24:53.498 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:24:53.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:51.785970+0000 mgr.x (mgr.25099) 87 : audit [DBG] from='client.25270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:53.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.163471+0000 mgr.x (mgr.25099) 88 : audit [DBG] from='client.15369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:53.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: cluster 2023-12-05T13:24:52.278173+0000 mgr.x (mgr.25099) 89 : cluster [DBG] pgmap v46: 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-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.305369+0000 mgr.x (mgr.25099) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.307909+0000 mgr.x (mgr.25099) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.331115+0000 mgr.x (mgr.25099) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.357528+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: cephadm 2023-12-05T13:24:52.368587+0000 mgr.x (mgr.25099) 93 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.369015+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.369809+0000 mgr.x (mgr.25099) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.372796+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.373739+0000 mgr.x (mgr.25099) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.373792+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.387506+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.388345+0000 mgr.x (mgr.25099) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:24:53.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.390099+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.390652+0000 mgr.x (mgr.25099) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.393456+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:51.785970+0000 mgr.x (mgr.25099) 87 : audit [DBG] from='client.25270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.163471+0000 mgr.x (mgr.25099) 88 : audit [DBG] from='client.15369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: cluster 2023-12-05T13:24:52.278173+0000 mgr.x (mgr.25099) 89 : cluster [DBG] pgmap v46: 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-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.305369+0000 mgr.x (mgr.25099) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.307909+0000 mgr.x (mgr.25099) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.331115+0000 mgr.x (mgr.25099) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.357528+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: cephadm 2023-12-05T13:24:52.368587+0000 mgr.x (mgr.25099) 93 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:24:53.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.369015+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.369809+0000 mgr.x (mgr.25099) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.372796+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.373739+0000 mgr.x (mgr.25099) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.373792+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.387506+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.388345+0000 mgr.x (mgr.25099) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.390099+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.390652+0000 mgr.x (mgr.25099) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.393456+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.422519+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:24:53.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.423439+0000 mgr.x (mgr.25099) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.426658+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.427441+0000 mgr.x (mgr.25099) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.431530+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.470218+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: cephadm 2023-12-05T13:24:52.472550+0000 mgr.x (mgr.25099) 100 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[25015]: audit 2023-12-05T13:24:52.650797+0000 mon.a (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.45:0/2216574794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.422519+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.423439+0000 mgr.x (mgr.25099) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.426658+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.427441+0000 mgr.x (mgr.25099) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.431530+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.470218+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:24:53.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: cephadm 2023-12-05T13:24:52.472550+0000 mgr.x (mgr.25099) 100 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:24:53.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:53 smithi045 bash[30785]: audit 2023-12-05T13:24:52.650797+0000 mon.a (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.45:0/2216574794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:24:53.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:51.785970+0000 mgr.x (mgr.25099) 87 : audit [DBG] from='client.25270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.163471+0000 mgr.x (mgr.25099) 88 : audit [DBG] from='client.15369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: cluster 2023-12-05T13:24:52.278173+0000 mgr.x (mgr.25099) 89 : cluster [DBG] pgmap v46: 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-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.305369+0000 mgr.x (mgr.25099) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.307909+0000 mgr.x (mgr.25099) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.331115+0000 mgr.x (mgr.25099) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.357528+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: cephadm 2023-12-05T13:24:52.368587+0000 mgr.x (mgr.25099) 93 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.369015+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.369809+0000 mgr.x (mgr.25099) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.372796+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.373739+0000 mgr.x (mgr.25099) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.373792+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.387506+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:24:53.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.388345+0000 mgr.x (mgr.25099) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.390099+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.390652+0000 mgr.x (mgr.25099) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.393456+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.422519+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.423439+0000 mgr.x (mgr.25099) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.426658+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.427441+0000 mgr.x (mgr.25099) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.431530+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.470218+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: cephadm 2023-12-05T13:24:52.472550+0000 mgr.x (mgr.25099) 100 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:24:53.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:53 smithi079 bash[25290]: audit 2023-12-05T13:24:52.650797+0000 mon.a (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.45:0/2216574794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24: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-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24: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-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-05T13:24:54.291 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="App mode production" logger=settings 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24: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-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=1.246198ms 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-05T13:24:54.292 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-05T13:24:54.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:54 smithi045 bash[25015]: audit 2023-12-05T13:24:53.044814+0000 mgr.x (mgr.25099) 101 : audit [DBG] from='client.25288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:54.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:54 smithi045 bash[25015]: audit 2023-12-05T13:24:53.493307+0000 mon.a (mon.0) 1298 : audit [DBG] from='client.? 172.21.15.45:0/244536160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:24:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:54 smithi045 bash[30785]: audit 2023-12-05T13:24:53.044814+0000 mgr.x (mgr.25099) 101 : audit [DBG] from='client.25288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:54 smithi045 bash[30785]: audit 2023-12-05T13:24:53.493307+0000 mon.a (mon.0) 1298 : audit [DBG] from='client.? 172.21.15.45:0/244536160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:24:54.791 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-05T13:24:54.791 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-05T13:24:54.791 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-05T13:24:54.791 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-05T13:24:54.791 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-05T13:24:54.791 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[59256]: t=2023-12-05T13:24:54+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-05T13:24:54.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[25290]: audit 2023-12-05T13:24:53.044814+0000 mgr.x (mgr.25099) 101 : audit [DBG] from='client.25288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:24:54.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:54 smithi079 bash[25290]: audit 2023-12-05T13:24:53.493307+0000 mon.a (mon.0) 1298 : audit [DBG] from='client.? 172.21.15.45:0/244536160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[30785]: cluster 2023-12-05T13:24:54.278669+0000 mgr.x (mgr.25099) 102 : cluster [DBG] pgmap v47: 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-05T13:24:55.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[30785]: audit 2023-12-05T13:24:55.049649+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[30785]: audit 2023-12-05T13:24:55.052158+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[30785]: audit 2023-12-05T13:24:55.057355+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[30785]: audit 2023-12-05T13:24:55.059998+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[30785]: audit 2023-12-05T13:24:55.061723+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[25015]: cluster 2023-12-05T13:24:54.278669+0000 mgr.x (mgr.25099) 102 : cluster [DBG] pgmap v47: 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-05T13:24:55.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[25015]: audit 2023-12-05T13:24:55.049649+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[25015]: audit 2023-12-05T13:24:55.052158+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:24:55.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[25015]: audit 2023-12-05T13:24:55.057355+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:24:55.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[25015]: audit 2023-12-05T13:24:55.059998+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:24:55.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:55 smithi045 bash[25015]: audit 2023-12-05T13:24:55.061723+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:24:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:55 smithi079 bash[25290]: cluster 2023-12-05T13:24:54.278669+0000 mgr.x (mgr.25099) 102 : cluster [DBG] pgmap v47: 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-05T13:24:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:55 smithi079 bash[25290]: audit 2023-12-05T13:24:55.049649+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:55 smithi079 bash[25290]: audit 2023-12-05T13:24:55.052158+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:24:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:55 smithi079 bash[25290]: audit 2023-12-05T13:24:55.057355+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:24:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:55 smithi079 bash[25290]: audit 2023-12-05T13:24:55.059998+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:24:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:55 smithi079 bash[25290]: audit 2023-12-05T13:24:55.061723+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:24:56.487 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:56 smithi079 bash[25290]: cephadm 2023-12-05T13:24:55.044816+0000 mgr.x (mgr.25099) 103 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T13:24:56.487 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:56 smithi079 bash[25290]: cephadm 2023-12-05T13:24:55.063602+0000 mgr.x (mgr.25099) 104 : cephadm [INF] Deploying daemon mgr.y on smithi045 2023-12-05T13:24:56.487 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:56 smithi079 bash[25290]: audit 2023-12-05T13:24:55.400650+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:56.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:56 smithi045 bash[25015]: cephadm 2023-12-05T13:24:55.044816+0000 mgr.x (mgr.25099) 103 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T13:24:56.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:56 smithi045 bash[25015]: cephadm 2023-12-05T13:24:55.063602+0000 mgr.x (mgr.25099) 104 : cephadm [INF] Deploying daemon mgr.y on smithi045 2023-12-05T13:24:56.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:56 smithi045 bash[25015]: audit 2023-12-05T13:24:55.400650+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:56.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:56 smithi045 bash[30785]: cephadm 2023-12-05T13:24:55.044816+0000 mgr.x (mgr.25099) 103 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T13:24:56.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:56 smithi045 bash[30785]: cephadm 2023-12-05T13:24:55.063602+0000 mgr.x (mgr.25099) 104 : cephadm [INF] Deploying daemon mgr.y on smithi045 2023-12-05T13:24:56.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:56 smithi045 bash[30785]: audit 2023-12-05T13:24:55.400650+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:57.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:57 smithi045 bash[25015]: cluster 2023-12-05T13:24:56.279785+0000 mgr.x (mgr.25099) 105 : cluster [DBG] pgmap v48: 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-05T13:24:57.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:57 smithi045 systemd[1]: Stopping Ceph mgr.y for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:24:57.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:57 smithi045 bash[30785]: cluster 2023-12-05T13:24:56.279785+0000 mgr.x (mgr.25099) 105 : cluster [DBG] pgmap v48: 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-05T13:24:57.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:57 smithi079 bash[25290]: cluster 2023-12-05T13:24:56.279785+0000 mgr.x (mgr.25099) 105 : cluster [DBG] pgmap v48: 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-05T13:24:58.599 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:58 smithi045 bash[73066]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-y 2023-12-05T13:24:58.599 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:58 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:24:58.599 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:58 smithi045 bash[73142]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-y 2023-12-05T13:24:58.599 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:58 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-05T13:24:58.599 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:58 smithi045 systemd[1]: Stopped Ceph mgr.y for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:59.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:24:58 smithi079 bash[58068]: ts=2023-12-05T13:24: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi079:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:24:59.070 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:24:58 smithi045 systemd[1]: Started Ceph mgr.y for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: audit 2023-12-05T13:24:58.268742+0000 mgr.x (mgr.25099) 106 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: cluster 2023-12-05T13:24:58.280969+0000 mgr.x (mgr.25099) 107 : cluster [DBG] pgmap v49: 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-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: audit 2023-12-05T13:24:58.759458+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: audit 2023-12-05T13:24:58.767315+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: audit 2023-12-05T13:24:58.786844+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: audit 2023-12-05T13:24:58.787346+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: audit 2023-12-05T13:24:58.791903+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[25015]: audit 2023-12-05T13:24:58.792273+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:24:59.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: audit 2023-12-05T13:24:58.268742+0000 mgr.x (mgr.25099) 106 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: cluster 2023-12-05T13:24:58.280969+0000 mgr.x (mgr.25099) 107 : cluster [DBG] pgmap v49: 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-05T13:24:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: audit 2023-12-05T13:24:58.759458+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: audit 2023-12-05T13:24:58.767315+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: audit 2023-12-05T13:24:58.786844+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: audit 2023-12-05T13:24:58.787346+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:24:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: audit 2023-12-05T13:24:58.791903+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:59.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:24:59 smithi045 bash[30785]: audit 2023-12-05T13:24:58.792273+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:24:59.738 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: audit 2023-12-05T13:24:58.268742+0000 mgr.x (mgr.25099) 106 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:24:59.738 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: cluster 2023-12-05T13:24:58.280969+0000 mgr.x (mgr.25099) 107 : cluster [DBG] pgmap v49: 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-05T13:24:59.739 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: audit 2023-12-05T13:24:58.759458+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:59.739 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: audit 2023-12-05T13:24:58.767315+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:24:59.739 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: audit 2023-12-05T13:24:58.786844+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:59.739 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: audit 2023-12-05T13:24:58.787346+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:24:59.739 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: audit 2023-12-05T13:24:58.791903+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:24:59.739 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:24:59 smithi079 bash[25290]: audit 2023-12-05T13:24:58.792273+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:25:00.282 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:00 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:25:00] "GET /metrics HTTP/1.1" 200 38125 "" "Prometheus/2.33.4" 2023-12-05T13:25:00.400 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[30785]: cephadm 2023-12-05T13:24:59.126432+0000 mgr.x (mgr.25099) 108 : cephadm [INF] Deploying daemon agent.smithi045 on smithi045 2023-12-05T13:25:00.400 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[30785]: cephadm 2023-12-05T13:24:59.344288+0000 mgr.x (mgr.25099) 109 : cephadm [INF] Deploying daemon agent.smithi079 on smithi079 2023-12-05T13:25:00.400 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[30785]: audit 2023-12-05T13:25:00.329515+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:00.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:00 smithi079 bash[25290]: cephadm 2023-12-05T13:24:59.126432+0000 mgr.x (mgr.25099) 108 : cephadm [INF] Deploying daemon agent.smithi045 on smithi045 2023-12-05T13:25:00.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:00 smithi079 bash[25290]: cephadm 2023-12-05T13:24:59.344288+0000 mgr.x (mgr.25099) 109 : cephadm [INF] Deploying daemon agent.smithi079 on smithi079 2023-12-05T13:25:00.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:00 smithi079 bash[25290]: audit 2023-12-05T13:25:00.329515+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[25015]: cephadm 2023-12-05T13:24:59.126432+0000 mgr.x (mgr.25099) 108 : cephadm [INF] Deploying daemon agent.smithi045 on smithi045 2023-12-05T13:25:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[25015]: cephadm 2023-12-05T13:24:59.344288+0000 mgr.x (mgr.25099) 109 : cephadm [INF] Deploying daemon agent.smithi079 on smithi079 2023-12-05T13:25:00.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[25015]: audit 2023-12-05T13:25:00.329515+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:00.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[73208]: debug 2023-12-05T13:25:00.642+0000 7fcbec0e6700 1 -- 172.21.15.45:0/3423264996 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559a4da381a0 con 0x559a4e7b6c00 2023-12-05T13:25:00.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:00 smithi045 bash[73208]: debug 2023-12-05T13:25:00.822+0000 7fcbf628c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:25:01.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:01 smithi045 bash[30785]: cluster 2023-12-05T13:25:00.281728+0000 mgr.x (mgr.25099) 110 : cluster [DBG] pgmap v50: 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-05T13:25:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:01 smithi045 bash[30785]: audit 2023-12-05T13:25:00.773955+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:01 smithi045 bash[30785]: audit 2023-12-05T13:25:01.003179+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:01.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:01 smithi045 bash[25015]: cluster 2023-12-05T13:25:00.281728+0000 mgr.x (mgr.25099) 110 : cluster [DBG] pgmap v50: 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-05T13:25:01.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:01 smithi045 bash[25015]: audit 2023-12-05T13:25:00.773955+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:01.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:01 smithi045 bash[25015]: audit 2023-12-05T13:25:01.003179+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:01.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:01 smithi079 bash[25290]: cluster 2023-12-05T13:25:00.281728+0000 mgr.x (mgr.25099) 110 : cluster [DBG] pgmap v50: 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-05T13:25:01.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:01 smithi079 bash[25290]: audit 2023-12-05T13:25:00.773955+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:01.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:01 smithi079 bash[25290]: audit 2023-12-05T13:25:01.003179+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:02.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:02 smithi045 bash[73208]: debug 2023-12-05T13:25:02.046+0000 7fcbf628c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T13:25:02.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:02 smithi045 bash[73208]: debug 2023-12-05T13:25:02.154+0000 7fcbf628c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:25:02.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:02 smithi045 bash[73208]: debug 2023-12-05T13:25:02.258+0000 7fcbf628c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:25:02.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:02 smithi079 bash[25290]: audit 2023-12-05T13:25:01.473154+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:02.916 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:02 smithi045 bash[25015]: audit 2023-12-05T13:25:01.473154+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:02.916 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:02 smithi045 bash[73208]: debug 2023-12-05T13:25:02.534+0000 7fcbf628c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:02.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:02 smithi045 bash[30785]: audit 2023-12-05T13:25:01.473154+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:03.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:02 smithi045 bash[73208]: debug 2023-12-05T13:25:02.906+0000 7fcbf628c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:25:03.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:03 smithi045 bash[73208]: debug 2023-12-05T13:25:03.070+0000 7fcbf628c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:03.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:03 smithi045 bash[25015]: cluster 2023-12-05T13:25:02.283371+0000 mgr.x (mgr.25099) 111 : cluster [DBG] pgmap v51: 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-05T13:25:03.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:03 smithi045 bash[73208]: debug 2023-12-05T13:25:03.294+0000 7fcbf628c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:25:03.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:03 smithi045 bash[30785]: cluster 2023-12-05T13:25:02.283371+0000 mgr.x (mgr.25099) 111 : cluster [DBG] pgmap v51: 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-05T13:25:03.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:03 smithi079 bash[25290]: cluster 2023-12-05T13:25:02.283371+0000 mgr.x (mgr.25099) 111 : cluster [DBG] pgmap v51: 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-05T13:25:04.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:04 smithi045 bash[73208]: debug 2023-12-05T13:25:04.398+0000 7fcbf628c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:25:04.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:04 smithi045 bash[73208]: debug 2023-12-05T13:25:04.514+0000 7fcbf628c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:25:04.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:04 smithi045 bash[73208]: debug 2023-12-05T13:25:04.638+0000 7fcbf628c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:25:05.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:05 smithi045 bash[73208]: debug 2023-12-05T13:25:05.126+0000 7fcbf628c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:25:05.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:05 smithi045 bash[73208]: debug 2023-12-05T13:25:05.358+0000 7fcbf628c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:25:05.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:05 smithi079 bash[25290]: cluster 2023-12-05T13:25:04.284172+0000 mgr.x (mgr.25099) 112 : cluster [DBG] pgmap v52: 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-05T13:25:05.841 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:05 smithi045 bash[25015]: cluster 2023-12-05T13:25:04.284172+0000 mgr.x (mgr.25099) 112 : cluster [DBG] pgmap v52: 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-05T13:25:05.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:05 smithi045 bash[30785]: cluster 2023-12-05T13:25:04.284172+0000 mgr.x (mgr.25099) 112 : cluster [DBG] pgmap v52: 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-05T13:25:06.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:05 smithi045 bash[73208]: debug 2023-12-05T13:25:05.834+0000 7fcbf628c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:25:06.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:06 smithi045 bash[73208]: debug 2023-12-05T13:25:06.390+0000 7fcbf628c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:07.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[73208]: debug 2023-12-05T13:25:07.114+0000 7fcbf628c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:25:07.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[73208]: debug 2023-12-05T13:25:07.242+0000 7fcbf628c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:25:07.743 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[73208]: debug 2023-12-05T13:25:07.610+0000 7fcbf628c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:25:07.743 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[25015]: cluster 2023-12-05T13:25:06.285133+0000 mgr.x (mgr.25099) 113 : cluster [DBG] pgmap v53: 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-05T13:25:07.743 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[25015]: audit 2023-12-05T13:25:06.847336+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.743 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[25015]: audit 2023-12-05T13:25:06.857527+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[25015]: audit 2023-12-05T13:25:06.865311+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[25015]: audit 2023-12-05T13:25:07.381156+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[25015]: audit 2023-12-05T13:25:07.393511+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[30785]: cluster 2023-12-05T13:25:06.285133+0000 mgr.x (mgr.25099) 113 : cluster [DBG] pgmap v53: 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-05T13:25:07.744 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[30785]: audit 2023-12-05T13:25:06.847336+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[30785]: audit 2023-12-05T13:25:06.857527+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[30785]: audit 2023-12-05T13:25:06.865311+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[30785]: audit 2023-12-05T13:25:07.381156+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.744 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[30785]: audit 2023-12-05T13:25:07.393511+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:07 smithi079 bash[25290]: cluster 2023-12-05T13:25:06.285133+0000 mgr.x (mgr.25099) 113 : cluster [DBG] pgmap v53: 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-05T13:25:07.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:07 smithi079 bash[25290]: audit 2023-12-05T13:25:06.847336+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:07 smithi079 bash[25290]: audit 2023-12-05T13:25:06.857527+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:07 smithi079 bash[25290]: audit 2023-12-05T13:25:06.865311+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:07 smithi079 bash[25290]: audit 2023-12-05T13:25:07.381156+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:07.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:07 smithi079 bash[25290]: audit 2023-12-05T13:25:07.393511+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.018 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[73208]: debug 2023-12-05T13:25:07.734+0000 7fcbf628c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:25:08.018 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:07 smithi045 bash[73208]: debug 2023-12-05T13:25:07.882+0000 7fcbf628c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:08.278 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[73208]: debug 2023-12-05T13:25:08.010+0000 7fcbf628c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:25:08.278 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[73208]: debug 2023-12-05T13:25:08.146+0000 7fcbf628c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:25:08.613 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[73208]: debug 2023-12-05T13:25:08.350+0000 7fcbf628c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:25:08.613 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[73208]: debug 2023-12-05T13:25:08.490+0000 7fcbf628c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:25:08.613 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:07.608322+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:07.620594+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:07.630871+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:08.278611+0000 mgr.x (mgr.25099) 114 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: cluster 2023-12-05T13:25:08.286217+0000 mgr.x (mgr.25099) 115 : cluster [DBG] pgmap v54: 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-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:08.448149+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:08.462221+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:08.470906+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:08.472600+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: cluster 2023-12-05T13:25:08.475429+0000 mgr.x (mgr.25099) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:08.475513+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: audit 2023-12-05T13:25:08.574591+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: cephadm 2023-12-05T13:25:08.576268+0000 mgr.x (mgr.25099) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:08.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[30785]: cephadm 2023-12-05T13:25:08.576837+0000 mgr.x (mgr.25099) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:07.608322+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:07.620594+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:07.630871+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:08.278611+0000 mgr.x (mgr.25099) 114 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: cluster 2023-12-05T13:25:08.286217+0000 mgr.x (mgr.25099) 115 : cluster [DBG] pgmap v54: 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-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:08.448149+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:08.462221+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:08.470906+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:08.472600+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: cluster 2023-12-05T13:25:08.475429+0000 mgr.x (mgr.25099) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:08.475513+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: audit 2023-12-05T13:25:08.574591+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:08.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: cephadm 2023-12-05T13:25:08.576268+0000 mgr.x (mgr.25099) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:08.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:08 smithi045 bash[25015]: cephadm 2023-12-05T13:25:08.576837+0000 mgr.x (mgr.25099) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:09.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[58068]: ts=2023-12-05T13:25: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi079:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:25:09.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:07.608322+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:09.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:07.620594+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:09.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:07.630871+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:08.278611+0000 mgr.x (mgr.25099) 114 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: cluster 2023-12-05T13:25:08.286217+0000 mgr.x (mgr.25099) 115 : cluster [DBG] pgmap v54: 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-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:08.448149+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:08.462221+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:08.470906+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:08.472600+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: cluster 2023-12-05T13:25:08.475429+0000 mgr.x (mgr.25099) 116 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:08.475513+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: audit 2023-12-05T13:25:08.574591+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: cephadm 2023-12-05T13:25:08.576268+0000 mgr.x (mgr.25099) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:09.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:08 smithi079 bash[25290]: cephadm 2023-12-05T13:25:08.576837+0000 mgr.x (mgr.25099) 118 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:09.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[25015]: cluster 2023-12-05T13:25:08.627963+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-05T13:25:09.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[30785]: cluster 2023-12-05T13:25:08.627963+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-05T13:25:09.931 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[73208]: debug 2023-12-05T13:25:09.806+0000 7fcbf628c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:25:09.931 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[73208]: [05/Dec/2023:13:25:09] ENGINE Bus STARTING 2023-12-05T13:25:10.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:09 smithi079 bash[25290]: cluster 2023-12-05T13:25:08.627963+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-05T13:25:10.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[73208]: CherryPy Checker: 2023-12-05T13:25:10.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[73208]: The Application mounted at '' has an empty config. 2023-12-05T13:25:10.197 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[73208]: [05/Dec/2023:13:25:09] ENGINE Serving on http://:::9283 2023-12-05T13:25:10.197 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:09 smithi045 bash[73208]: [05/Dec/2023:13:25:09] ENGINE Bus STARTED 2023-12-05T13:25:10.442 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:25:10] "GET /metrics HTTP/1.1" 200 38125 "" "Prometheus/2.33.4" 2023-12-05T13:25:10.770 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: cluster 2023-12-05T13:25:09.831820+0000 mon.a (mon.0) 1321 : cluster [DBG] Standby manager daemon y restarted 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: cluster 2023-12-05T13:25:09.832229+0000 mon.a (mon.0) 1322 : cluster [DBG] Standby manager daemon y started 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: audit 2023-12-05T13:25:09.836530+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: audit 2023-12-05T13:25:09.837532+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: audit 2023-12-05T13:25:09.841383+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: audit 2023-12-05T13:25:09.843567+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: audit 2023-12-05T13:25:10.402423+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: audit 2023-12-05T13:25:10.410948+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:10.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:10 smithi079 bash[25290]: cluster 2023-12-05T13:25:10.476287+0000 mgr.x (mgr.25099) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: cluster 2023-12-05T13:25:09.831820+0000 mon.a (mon.0) 1321 : cluster [DBG] Standby manager daemon y restarted 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: cluster 2023-12-05T13:25:09.832229+0000 mon.a (mon.0) 1322 : cluster [DBG] Standby manager daemon y started 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: audit 2023-12-05T13:25:09.836530+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: audit 2023-12-05T13:25:09.837532+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: audit 2023-12-05T13:25:09.841383+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: audit 2023-12-05T13:25:09.843567+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: audit 2023-12-05T13:25:10.402423+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: audit 2023-12-05T13:25:10.410948+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:10.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[25015]: cluster 2023-12-05T13:25:10.476287+0000 mgr.x (mgr.25099) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: cluster 2023-12-05T13:25:09.831820+0000 mon.a (mon.0) 1321 : cluster [DBG] Standby manager daemon y restarted 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: cluster 2023-12-05T13:25:09.832229+0000 mon.a (mon.0) 1322 : cluster [DBG] Standby manager daemon y started 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: audit 2023-12-05T13:25:09.836530+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: audit 2023-12-05T13:25:09.837532+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: audit 2023-12-05T13:25:09.841383+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: audit 2023-12-05T13:25:09.843567+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.45:0/3758844756' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: audit 2023-12-05T13:25:10.402423+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: audit 2023-12-05T13:25:10.410948+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:10.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:10 smithi045 bash[30785]: cluster 2023-12-05T13:25:10.476287+0000 mgr.x (mgr.25099) 119 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:11.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:11 smithi079 bash[25290]: cluster 2023-12-05T13:25:10.631339+0000 mon.a (mon.0) 1324 : cluster [DBG] mgrmap e28: x(active, since 90s), standbys: y 2023-12-05T13:25:11.884 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:11 smithi045 bash[25015]: cluster 2023-12-05T13:25:10.631339+0000 mon.a (mon.0) 1324 : cluster [DBG] mgrmap e28: x(active, since 90s), standbys: y 2023-12-05T13:25:11.884 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:11 smithi045 bash[30785]: cluster 2023-12-05T13:25:10.631339+0000 mon.a (mon.0) 1324 : cluster [DBG] mgrmap e28: x(active, since 90s), standbys: y 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[25015]: audit 2023-12-05T13:25:11.646843+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[25015]: cephadm 2023-12-05T13:25:11.650728+0000 mgr.x (mgr.25099) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[25015]: audit 2023-12-05T13:25:11.651492+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[25015]: audit 2023-12-05T13:25:11.655370+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[25015]: audit 2023-12-05T13:25:11.657155+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[25015]: cephadm 2023-12-05T13:25:11.659305+0000 mgr.x (mgr.25099) 121 : cephadm [INF] Deploying daemon mgr.y on smithi045 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[25015]: cluster 2023-12-05T13:25:12.477186+0000 mgr.x (mgr.25099) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:12.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[30785]: audit 2023-12-05T13:25:11.646843+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:12.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[30785]: cephadm 2023-12-05T13:25:11.650728+0000 mgr.x (mgr.25099) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T13:25:12.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[30785]: audit 2023-12-05T13:25:11.651492+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:12.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[30785]: audit 2023-12-05T13:25:11.655370+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:25:12.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[30785]: audit 2023-12-05T13:25:11.657155+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:12.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[30785]: cephadm 2023-12-05T13:25:11.659305+0000 mgr.x (mgr.25099) 121 : cephadm [INF] Deploying daemon mgr.y on smithi045 2023-12-05T13:25:12.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:12 smithi045 bash[30785]: cluster 2023-12-05T13:25:12.477186+0000 mgr.x (mgr.25099) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:12 smithi079 bash[25290]: audit 2023-12-05T13:25:11.646843+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:12 smithi079 bash[25290]: cephadm 2023-12-05T13:25:11.650728+0000 mgr.x (mgr.25099) 120 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T13:25:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:12 smithi079 bash[25290]: audit 2023-12-05T13:25:11.651492+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:12 smithi079 bash[25290]: audit 2023-12-05T13:25:11.655370+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:25:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:12 smithi079 bash[25290]: audit 2023-12-05T13:25:11.657155+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:12 smithi079 bash[25290]: cephadm 2023-12-05T13:25:11.659305+0000 mgr.x (mgr.25099) 121 : cephadm [INF] Deploying daemon mgr.y on smithi045 2023-12-05T13:25:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:12 smithi079 bash[25290]: cluster 2023-12-05T13:25:12.477186+0000 mgr.x (mgr.25099) 122 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:14.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:14 smithi045 systemd[1]: Stopping Ceph mgr.y for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:25:15.607 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[25015]: audit 2023-12-05T13:25:14.356382+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.607 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[25015]: audit 2023-12-05T13:25:14.369112+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.607 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[25015]: audit 2023-12-05T13:25:14.379883+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.607 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[25015]: cluster 2023-12-05T13:25:14.477904+0000 mgr.x (mgr.25099) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:15.608 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[30785]: audit 2023-12-05T13:25:14.356382+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.608 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[30785]: audit 2023-12-05T13:25:14.369112+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.608 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[30785]: audit 2023-12-05T13:25:14.379883+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.608 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[30785]: cluster 2023-12-05T13:25:14.477904+0000 mgr.x (mgr.25099) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:15.609 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[74805]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-y 2023-12-05T13:25:15.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:15 smithi079 bash[25290]: audit 2023-12-05T13:25:14.356382+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:15 smithi079 bash[25290]: audit 2023-12-05T13:25:14.369112+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:15 smithi079 bash[25290]: audit 2023-12-05T13:25:14.379883+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:15.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:15 smithi079 bash[25290]: cluster 2023-12-05T13:25:14.477904+0000 mgr.x (mgr.25099) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2023-12-05T13:25:16.067 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:15 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:25:16.067 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:15 smithi045 bash[74878]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-y 2023-12-05T13:25:16.067 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:15 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-05T13:25:16.067 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:15 smithi045 systemd[1]: Stopped Ceph mgr.y for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:25:16.341 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:16 smithi045 systemd[1]: Started Ceph mgr.y for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:25:17.426 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[55693]: ignoring --setuser ceph since I am not root 2023-12-05T13:25:17.426 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[55693]: ignoring --setgroup ceph since I am not root 2023-12-05T13:25:17.426 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[55693]: debug 2023-12-05T13:25:17.262+0000 7f7be5f6f700 1 -- 172.21.15.79:0/1913417538 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d8b9c2c1a0 con 0x55d8ba9a8400 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.115852+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.128829+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.187963+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.189972+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: cluster 2023-12-05T13:25:16.193437+0000 mgr.x (mgr.25099) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.194390+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: cephadm 2023-12-05T13:25:16.202757+0000 mgr.x (mgr.25099) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.287046+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: cephadm 2023-12-05T13:25:16.289341+0000 mgr.x (mgr.25099) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.289354+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: cephadm 2023-12-05T13:25:16.289965+0000 mgr.x (mgr.25099) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: cephadm 2023-12-05T13:25:16.293782+0000 mgr.x (mgr.25099) 128 : cephadm [INF] Failing over to other MGR 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: audit 2023-12-05T13:25:16.294369+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T13:25:17.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: cluster 2023-12-05T13:25:16.298965+0000 mon.a (mon.0) 1333 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-05T13:25:17.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[25290]: cluster 2023-12-05T13:25:16.379122+0000 mon.a (mon.0) 1334 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:17.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.115852+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.128829+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.463 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.187963+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.189972+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: cluster 2023-12-05T13:25:16.193437+0000 mgr.x (mgr.25099) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.194390+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: cephadm 2023-12-05T13:25:16.202757+0000 mgr.x (mgr.25099) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.287046+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: cephadm 2023-12-05T13:25:16.289341+0000 mgr.x (mgr.25099) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.289354+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: cephadm 2023-12-05T13:25:16.289965+0000 mgr.x (mgr.25099) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: cephadm 2023-12-05T13:25:16.293782+0000 mgr.x (mgr.25099) 128 : cephadm [INF] Failing over to other MGR 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: audit 2023-12-05T13:25:16.294369+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T13:25:17.464 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: cluster 2023-12-05T13:25:16.298965+0000 mon.a (mon.0) 1333 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[25015]: cluster 2023-12-05T13:25:16.379122+0000 mon.a (mon.0) 1334 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.115852+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.128829+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.187963+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.189972+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: cluster 2023-12-05T13:25:16.193437+0000 mgr.x (mgr.25099) 124 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.194390+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25099 ' entity='mgr.x' 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: cephadm 2023-12-05T13:25:16.202757+0000 mgr.x (mgr.25099) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.287046+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: cephadm 2023-12-05T13:25:16.289341+0000 mgr.x (mgr.25099) 126 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.289354+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T13:25:17.465 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: cephadm 2023-12-05T13:25:16.289965+0000 mgr.x (mgr.25099) 127 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T13:25:17.466 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: cephadm 2023-12-05T13:25:16.293782+0000 mgr.x (mgr.25099) 128 : cephadm [INF] Failing over to other MGR 2023-12-05T13:25:17.466 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: audit 2023-12-05T13:25:16.294369+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.25099 172.21.15.79:0/667331731' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T13:25:17.466 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: cluster 2023-12-05T13:25:16.298965+0000 mon.a (mon.0) 1333 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-05T13:25:17.466 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[30785]: cluster 2023-12-05T13:25:16.379122+0000 mon.a (mon.0) 1334 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:17.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[74945]: debug 2023-12-05T13:25:17.818+0000 7fe59505d700 1 -- 172.21.15.45:0/359956961 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ef8e4ea1a0 con 0x55ef8f26a400 2023-12-05T13:25:18.428 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:17 smithi079 bash[55693]: debug 2023-12-05T13:25:17.422+0000 7f7befcf7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:25:18.428 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[55693]: debug 2023-12-05T13:25:18.322+0000 7f7befcf7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T13:25:18.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[25290]: cluster 2023-12-05T13:25:17.126207+0000 mon.a (mon.0) 1335 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-05T13:25:18.429 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[25290]: cluster 2023-12-05T13:25:17.126248+0000 mon.a (mon.0) 1336 : cluster [INF] Cluster is now healthy 2023-12-05T13:25:18.429 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[25290]: audit 2023-12-05T13:25:17.209696+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-05T13:25:18.429 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[25290]: cluster 2023-12-05T13:25:17.209805+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e29: y(active, starting, since 0.918856s), standbys: x 2023-12-05T13:25:18.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:17 smithi045 bash[74945]: debug 2023-12-05T13:25:17.986+0000 7fe59f203200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[25015]: cluster 2023-12-05T13:25:17.126207+0000 mon.a (mon.0) 1335 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[25015]: cluster 2023-12-05T13:25:17.126248+0000 mon.a (mon.0) 1336 : cluster [INF] Cluster is now healthy 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[25015]: audit 2023-12-05T13:25:17.209696+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[25015]: cluster 2023-12-05T13:25:17.209805+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e29: y(active, starting, since 0.918856s), standbys: x 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[30785]: cluster 2023-12-05T13:25:17.126207+0000 mon.a (mon.0) 1335 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[30785]: cluster 2023-12-05T13:25:17.126248+0000 mon.a (mon.0) 1336 : cluster [INF] Cluster is now healthy 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[30785]: audit 2023-12-05T13:25:17.209696+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25099 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-05T13:25:18.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[30785]: cluster 2023-12-05T13:25:17.209805+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e29: y(active, starting, since 0.918856s), standbys: x 2023-12-05T13:25:18.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[55693]: debug 2023-12-05T13:25:18.426+0000 7f7befcf7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:25:18.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[55693]: debug 2023-12-05T13:25:18.530+0000 7f7befcf7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:25:18.791 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[58068]: ts=2023-12-05T13:25: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi079:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:25:19.152 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:18 smithi079 bash[55693]: debug 2023-12-05T13:25:18.794+0000 7f7befcf7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:19.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:18 smithi045 bash[74945]: debug 2023-12-05T13:25:18.958+0000 7fe59f203200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T13:25:19.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:19 smithi045 bash[74945]: debug 2023-12-05T13:25:19.074+0000 7fe59f203200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:25:19.447 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:19 smithi045 bash[74945]: debug 2023-12-05T13:25:19.186+0000 7fe59f203200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:25:19.521 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:19 smithi079 bash[55693]: debug 2023-12-05T13:25:19.146+0000 7f7befcf7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:25:19.521 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:19 smithi079 bash[55693]: debug 2023-12-05T13:25:19.306+0000 7f7befcf7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:19.790 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:19 smithi079 bash[55693]: debug 2023-12-05T13:25:19.518+0000 7f7befcf7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:25:19.877 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:19 smithi045 bash[74945]: debug 2023-12-05T13:25:19.478+0000 7fe59f203200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:20.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:19 smithi045 bash[74945]: debug 2023-12-05T13:25:19.870+0000 7fe59f203200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:25:20.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:20 smithi045 bash[74945]: debug 2023-12-05T13:25:20.038+0000 7fe59f203200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:20.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:20 smithi045 bash[74945]: debug 2023-12-05T13:25:20.258+0000 7fe59f203200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:25:20.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:20 smithi079 bash[55693]: debug 2023-12-05T13:25:20.514+0000 7f7befcf7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:25:20.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:20 smithi079 bash[55693]: debug 2023-12-05T13:25:20.626+0000 7f7befcf7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:25:20.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:20 smithi079 bash[55693]: debug 2023-12-05T13:25:20.750+0000 7f7befcf7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:25:21.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:21 smithi079 bash[55693]: debug 2023-12-05T13:25:21.242+0000 7f7befcf7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:25:21.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:21 smithi079 bash[55693]: debug 2023-12-05T13:25:21.474+0000 7f7befcf7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:25:21.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:21 smithi045 bash[74945]: debug 2023-12-05T13:25:21.310+0000 7fe59f203200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:25:21.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:21 smithi045 bash[74945]: debug 2023-12-05T13:25:21.426+0000 7fe59f203200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:25:21.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:21 smithi045 bash[74945]: debug 2023-12-05T13:25:21.546+0000 7fe59f203200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:25:22.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:22 smithi045 bash[74945]: debug 2023-12-05T13:25:22.038+0000 7fe59f203200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:25:22.245 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:21 smithi079 bash[55693]: debug 2023-12-05T13:25:21.926+0000 7f7befcf7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:25:22.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:22 smithi079 bash[55693]: debug 2023-12-05T13:25:22.446+0000 7f7befcf7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:22.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:22 smithi045 bash[74945]: debug 2023-12-05T13:25:22.266+0000 7fe59f203200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:25:23.124 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:22 smithi045 bash[74945]: debug 2023-12-05T13:25:22.746+0000 7fe59f203200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:25:23.290 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:23 smithi079 bash[55693]: debug 2023-12-05T13:25:22.998+0000 7f7befcf7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:25:23.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:23 smithi079 bash[55693]: debug 2023-12-05T13:25:23.114+0000 7f7befcf7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:25:23.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:23 smithi045 bash[74945]: debug 2023-12-05T13:25:23.262+0000 7fe59f203200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:23.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:23 smithi079 bash[55693]: debug 2023-12-05T13:25:23.462+0000 7f7befcf7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:25:23.736 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:23 smithi079 bash[55693]: debug 2023-12-05T13:25:23.578+0000 7f7befcf7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:25:23.992 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:23 smithi079 bash[55693]: debug 2023-12-05T13:25:23.734+0000 7f7befcf7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:23.992 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:23 smithi079 bash[55693]: debug 2023-12-05T13:25:23.858+0000 7f7befcf7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:25:24.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:23 smithi045 bash[74945]: debug 2023-12-05T13:25:23.850+0000 7fe59f203200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:25:24.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:23 smithi045 bash[74945]: debug 2023-12-05T13:25:23.962+0000 7fe59f203200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:25:24.290 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:23 smithi079 bash[55693]: debug 2023-12-05T13:25:23.990+0000 7f7befcf7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:25:24.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:24 smithi079 bash[55693]: debug 2023-12-05T13:25:24.194+0000 7f7befcf7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:25:24.593 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:24 smithi045 bash[74945]: debug 2023-12-05T13:25:24.318+0000 7fe59f203200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:25:24.593 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:24 smithi045 bash[74945]: debug 2023-12-05T13:25:24.442+0000 7fe59f203200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:25:24.593 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:24 smithi045 bash[74945]: debug 2023-12-05T13:25:24.586+0000 7fe59f203200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:24.790 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:24 smithi079 bash[55693]: debug 2023-12-05T13:25:24.322+0000 7f7befcf7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:25:24.844 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:24 smithi045 bash[74945]: debug 2023-12-05T13:25:24.702+0000 7fe59f203200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:25:25.175 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:24 smithi045 bash[74945]: debug 2023-12-05T13:25:24.834+0000 7fe59f203200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:25:25.175 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[74945]: debug 2023-12-05T13:25:25.034+0000 7fe59f203200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:25:25.645 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[55693]: debug 2023-12-05T13:25:25.570+0000 7f7befcf7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:25:25.645 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[55693]: [05/Dec/2023:13:25:25] ENGINE Bus STARTING 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[55693]: CherryPy Checker: 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[55693]: The Application mounted at '' has an empty config. 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[55693]: [05/Dec/2023:13:25:25] ENGINE Serving on http://:::9283 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[55693]: [05/Dec/2023:13:25:25] ENGINE Bus STARTED 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[25290]: cluster 2023-12-05T13:25:25.573579+0000 mon.a (mon.0) 1339 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[25290]: cluster 2023-12-05T13:25:25.573718+0000 mon.a (mon.0) 1340 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[25290]: audit 2023-12-05T13:25:25.582266+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[25290]: audit 2023-12-05T13:25:25.584650+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[25290]: audit 2023-12-05T13:25:25.590292+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:25:25.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:25 smithi079 bash[25290]: audit 2023-12-05T13:25:25.591335+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:25.942 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[74945]: debug 2023-12-05T13:25:25.166+0000 7fe59f203200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:25:25.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[25015]: cluster 2023-12-05T13:25:25.573579+0000 mon.a (mon.0) 1339 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:25:25.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[25015]: cluster 2023-12-05T13:25:25.573718+0000 mon.a (mon.0) 1340 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:25.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[25015]: audit 2023-12-05T13:25:25.582266+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:25:25.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[25015]: audit 2023-12-05T13:25:25.584650+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:25.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[25015]: audit 2023-12-05T13:25:25.590292+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:25:25.943 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[25015]: audit 2023-12-05T13:25:25.591335+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:25.943 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[30785]: cluster 2023-12-05T13:25:25.573579+0000 mon.a (mon.0) 1339 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:25:25.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[30785]: cluster 2023-12-05T13:25:25.573718+0000 mon.a (mon.0) 1340 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:25.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[30785]: audit 2023-12-05T13:25:25.582266+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:25:25.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[30785]: audit 2023-12-05T13:25:25.584650+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:25.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[30785]: audit 2023-12-05T13:25:25.590292+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:25:25.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:25 smithi045 bash[30785]: audit 2023-12-05T13:25:25.591335+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.79:0/3780613405' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:26.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[25015]: cluster 2023-12-05T13:25:25.639176+0000 mon.a (mon.0) 1341 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-05T13:25:26.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[25015]: cluster 2023-12-05T13:25:26.480327+0000 mon.a (mon.0) 1342 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:25:26.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[25015]: cluster 2023-12-05T13:25:26.481238+0000 mon.a (mon.0) 1343 : cluster [INF] Activating manager daemon y 2023-12-05T13:25:26.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[25015]: cluster 2023-12-05T13:25:26.485690+0000 mon.a (mon.0) 1344 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T13:25:26.782 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[30785]: cluster 2023-12-05T13:25:25.639176+0000 mon.a (mon.0) 1341 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-05T13:25:26.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[30785]: cluster 2023-12-05T13:25:26.480327+0000 mon.a (mon.0) 1342 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:25:26.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[30785]: cluster 2023-12-05T13:25:26.481238+0000 mon.a (mon.0) 1343 : cluster [INF] Activating manager daemon y 2023-12-05T13:25:26.783 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[30785]: cluster 2023-12-05T13:25:26.485690+0000 mon.a (mon.0) 1344 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T13:25:26.783 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[74945]: debug 2023-12-05T13:25:26.474+0000 7fe59f203200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:25:26.783 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[74945]: [05/Dec/2023:13:25:26] ENGINE Bus STARTING 2023-12-05T13:25:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:26 smithi079 bash[25290]: cluster 2023-12-05T13:25:25.639176+0000 mon.a (mon.0) 1341 : cluster [DBG] mgrmap e30: y(active, starting, since 9s), standbys: x 2023-12-05T13:25:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:26 smithi079 bash[25290]: cluster 2023-12-05T13:25:26.480327+0000 mon.a (mon.0) 1342 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:25:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:26 smithi079 bash[25290]: cluster 2023-12-05T13:25:26.481238+0000 mon.a (mon.0) 1343 : cluster [INF] Activating manager daemon y 2023-12-05T13:25:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:26 smithi079 bash[25290]: cluster 2023-12-05T13:25:26.485690+0000 mon.a (mon.0) 1344 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T13:25:27.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[74945]: CherryPy Checker: 2023-12-05T13:25:27.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[74945]: The Application mounted at '' has an empty config. 2023-12-05T13:25:27.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[74945]: [05/Dec/2023:13:25:26] ENGINE Serving on http://:::9283 2023-12-05T13:25:27.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:26 smithi045 bash[74945]: [05/Dec/2023:13:25:26] ENGINE Bus STARTED 2023-12-05T13:25:27.314 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[58068]: ts=2023-12-05T13:25:27.064Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.79:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.79:8765: connect: connection refused" 2023-12-05T13:25:27.314 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[58068]: ts=2023-12-05T13:25:27.066Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.79:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.79:8765: connect: connection refused" 2023-12-05T13:25:27.314 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[58068]: ts=2023-12-05T13:25:27.068Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.79:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.79:8765: connect: connection refused" 2023-12-05T13:25:27.314 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[58068]: ts=2023-12-05T13:25:27.069Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.79:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.79:8765: connect: connection refused" 2023-12-05T13:25:27.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: cluster 2023-12-05T13:25:26.660736+0000 mon.a (mon.0) 1345 : cluster [DBG] mgrmap e31: y(active, starting, since 0.179813s), standbys: x 2023-12-05T13:25:27.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.666302+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:25:27.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.666480+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.666777+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.668233+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.668517+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.668814+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.669114+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.669452+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.669766+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.670010+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.670277+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.670539+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.670809+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.671080+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.671298+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.671809+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: cluster 2023-12-05T13:25:26.681621+0000 mon.a (mon.0) 1362 : cluster [INF] Manager daemon y is now available 2023-12-05T13:25:27.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.731610+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.736546+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.749217+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.749711+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.779565+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.782197+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.785815+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[25015]: audit 2023-12-05T13:25:26.828820+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: cluster 2023-12-05T13:25:26.660736+0000 mon.a (mon.0) 1345 : cluster [DBG] mgrmap e31: y(active, starting, since 0.179813s), standbys: x 2023-12-05T13:25:27.721 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.666302+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.666480+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.666777+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.668233+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.668517+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.668814+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.669114+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.669452+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.669766+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.670010+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.670277+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.670539+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.670809+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:25:27.722 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.671080+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.671298+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.671809+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: cluster 2023-12-05T13:25:26.681621+0000 mon.a (mon.0) 1362 : cluster [INF] Manager daemon y is now available 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.731610+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.736546+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.749217+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.749711+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.779565+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.782197+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.785815+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:25:27.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:27 smithi045 bash[30785]: audit 2023-12-05T13:25:26.828820+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:25:27.744 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:25:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: cluster 2023-12-05T13:25:26.660736+0000 mon.a (mon.0) 1345 : cluster [DBG] mgrmap e31: y(active, starting, since 0.179813s), standbys: x 2023-12-05T13:25:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.666302+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:25:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.666480+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.666777+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.668233+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.668517+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.668814+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.669114+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.669452+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.669766+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.670010+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.670277+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.670539+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.670809+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.671080+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.671298+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:25:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.671809+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: cluster 2023-12-05T13:25:26.681621+0000 mon.a (mon.0) 1362 : cluster [INF] Manager daemon y is now available 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.731610+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.736546+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.749217+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.749711+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.779565+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.782197+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.785815+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:25:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:27 smithi079 bash[25290]: audit 2023-12-05T13:25:26.828820+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 error 20s ago 15m - - 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 14s ago 15m - - 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (88s) 20s ago 8m 16.0M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (36s) 14s ago 7m 40.1M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (82s) 20s ago 5m 46.5M - 3.5 e1d6a67b021e 903cfd345f6c 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283 running (118s) 14s ago 14m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 be2db4ed7ed0 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 starting - - - - 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (16m) 20s ago 16m 62.6M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (14m) 14s ago 14m 52.2M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:25:28.558 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (14m) 20s ago 14m 46.2M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (100s) 20s ago 8m 10.2M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (59s) 14s ago 8m 10.3M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (13m) 20s ago 13m 57.3M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (13m) 20s ago 13m 59.1M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (12m) 20s ago 12m 53.6M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (12m) 20s ago 12m 58.4M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (11m) 14s ago 11m 57.0M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (10m) 14s ago 10m 56.7M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (10m) 14s ago 10m 52.9M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (9m) 14s ago 9m 56.0M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:25:28.559 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (63s) 14s ago 8m 51.7M - 2.33.4 514e6a882f6e 1d2599674186 2023-12-05T13:25:28.562 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (6m) 20s ago 6m 85.6M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:25:28.562 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (6m) 14s ago 6m 86.1M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:25:28.562 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (5m) 20s ago 5m 85.5M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:25:28.562 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (5m) 14s ago 5m 85.9M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:25:28.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: cephadm 2023-12-05T13:25:27.145873+0000 mgr.y (mgr.25312) 1 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Bus STARTING 2023-12-05T13:25:28.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: cephadm 2023-12-05T13:25:27.280921+0000 mgr.y (mgr.25312) 2 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:25:28.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: cephadm 2023-12-05T13:25:27.382748+0000 mgr.y (mgr.25312) 3 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Serving on http://172.21.15.45:8765 2023-12-05T13:25:28.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: cephadm 2023-12-05T13:25:27.383007+0000 mgr.y (mgr.25312) 4 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Bus STARTED 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: cluster 2023-12-05T13:25:27.674494+0000 mon.a (mon.0) 1371 : cluster [DBG] mgrmap e32: y(active, since 1.19358s), standbys: x 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: audit 2023-12-05T13:25:27.713728+0000 mgr.y (mgr.25312) 5 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: audit 2023-12-05T13:25:27.722890+0000 mgr.y (mgr.25312) 6 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: cluster 2023-12-05T13:25:27.727215+0000 mgr.y (mgr.25312) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: audit 2023-12-05T13:25:28.004600+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: audit 2023-12-05T13:25:28.076626+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: audit 2023-12-05T13:25:28.077762+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: audit 2023-12-05T13:25:28.078938+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[30785]: audit 2023-12-05T13:25:28.612172+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:28.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: cephadm 2023-12-05T13:25:27.145873+0000 mgr.y (mgr.25312) 1 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Bus STARTING 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: cephadm 2023-12-05T13:25:27.280921+0000 mgr.y (mgr.25312) 2 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: cephadm 2023-12-05T13:25:27.382748+0000 mgr.y (mgr.25312) 3 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Serving on http://172.21.15.45:8765 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: cephadm 2023-12-05T13:25:27.383007+0000 mgr.y (mgr.25312) 4 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Bus STARTED 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: cluster 2023-12-05T13:25:27.674494+0000 mon.a (mon.0) 1371 : cluster [DBG] mgrmap e32: y(active, since 1.19358s), standbys: x 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: audit 2023-12-05T13:25:27.713728+0000 mgr.y (mgr.25312) 5 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: audit 2023-12-05T13:25:27.722890+0000 mgr.y (mgr.25312) 6 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: cluster 2023-12-05T13:25:27.727215+0000 mgr.y (mgr.25312) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: audit 2023-12-05T13:25:28.004600+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: audit 2023-12-05T13:25:28.076626+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: audit 2023-12-05T13:25:28.077762+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: audit 2023-12-05T13:25:28.078938+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:28.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:28 smithi045 bash[25015]: audit 2023-12-05T13:25:28.612172+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: cephadm 2023-12-05T13:25:27.145873+0000 mgr.y (mgr.25312) 1 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Bus STARTING 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: cephadm 2023-12-05T13:25:27.280921+0000 mgr.y (mgr.25312) 2 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Serving on https://172.21.15.45:7150 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: cephadm 2023-12-05T13:25:27.382748+0000 mgr.y (mgr.25312) 3 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Serving on http://172.21.15.45:8765 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: cephadm 2023-12-05T13:25:27.383007+0000 mgr.y (mgr.25312) 4 : cephadm [INF] [05/Dec/2023:13:25:27] ENGINE Bus STARTED 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: cluster 2023-12-05T13:25:27.674494+0000 mon.a (mon.0) 1371 : cluster [DBG] mgrmap e32: y(active, since 1.19358s), standbys: x 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: audit 2023-12-05T13:25:27.713728+0000 mgr.y (mgr.25312) 5 : audit [DBG] from='client.15267 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: audit 2023-12-05T13:25:27.722890+0000 mgr.y (mgr.25312) 6 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: cluster 2023-12-05T13:25:27.727215+0000 mgr.y (mgr.25312) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:29.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: audit 2023-12-05T13:25:28.004600+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:25:29.011 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: audit 2023-12-05T13:25:28.076626+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:25:29.011 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: audit 2023-12-05T13:25:28.077762+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:29.011 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: audit 2023-12-05T13:25:28.078938+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:29.011 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:28 smithi079 bash[25290]: audit 2023-12-05T13:25:28.612172+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.090 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:25:29.090 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-05T13:25:29.091 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:25:29.092 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:25:29.092 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "", 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:25:29.507 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cephadm 2023-12-05T13:25:28.081677+0000 mgr.y (mgr.25312) 8 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cephadm 2023-12-05T13:25:28.082165+0000 mgr.y (mgr.25312) 9 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:28.148437+0000 mgr.y (mgr.25312) 10 : audit [DBG] from='client.25342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cephadm 2023-12-05T13:25:28.501952+0000 mgr.y (mgr.25312) 11 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:28.532768+0000 mgr.y (mgr.25312) 12 : audit [DBG] from='client.25348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cephadm 2023-12-05T13:25:28.600653+0000 mgr.y (mgr.25312) 13 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cluster 2023-12-05T13:25:28.670067+0000 mgr.y (mgr.25312) 14 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cluster 2023-12-05T13:25:28.692472+0000 mon.a (mon.0) 1377 : cluster [DBG] mgrmap e33: y(active, since 2s), standbys: x 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cephadm 2023-12-05T13:25:28.718401+0000 mgr.y (mgr.25312) 15 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:25:29.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:28.789675+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: cephadm 2023-12-05T13:25:28.817401+0000 mgr.y (mgr.25312) 16 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:28.823403+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:28.932633+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:28.986187+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.085528+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.45:0/4220835353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.091340+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.305285+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.313275+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.463229+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.472981+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.479140+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.486690+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.538083+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:25:29.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[30785]: audit 2023-12-05T13:25:29.555662+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cephadm 2023-12-05T13:25:28.081677+0000 mgr.y (mgr.25312) 8 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cephadm 2023-12-05T13:25:28.082165+0000 mgr.y (mgr.25312) 9 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:28.148437+0000 mgr.y (mgr.25312) 10 : audit [DBG] from='client.25342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cephadm 2023-12-05T13:25:28.501952+0000 mgr.y (mgr.25312) 11 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:28.532768+0000 mgr.y (mgr.25312) 12 : audit [DBG] from='client.25348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cephadm 2023-12-05T13:25:28.600653+0000 mgr.y (mgr.25312) 13 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cluster 2023-12-05T13:25:28.670067+0000 mgr.y (mgr.25312) 14 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cluster 2023-12-05T13:25:28.692472+0000 mon.a (mon.0) 1377 : cluster [DBG] mgrmap e33: y(active, since 2s), standbys: x 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cephadm 2023-12-05T13:25:28.718401+0000 mgr.y (mgr.25312) 15 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:28.789675+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: cephadm 2023-12-05T13:25:28.817401+0000 mgr.y (mgr.25312) 16 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:28.823403+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:28.932633+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:28.986187+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.085528+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.45:0/4220835353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.091340+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.305285+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.313275+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.463229+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.472981+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.479140+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.486690+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.538083+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:25:29.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:29 smithi045 bash[25015]: audit 2023-12-05T13:25:29.555662+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cephadm 2023-12-05T13:25:28.081677+0000 mgr.y (mgr.25312) 8 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cephadm 2023-12-05T13:25:28.082165+0000 mgr.y (mgr.25312) 9 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:28.148437+0000 mgr.y (mgr.25312) 10 : audit [DBG] from='client.25342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cephadm 2023-12-05T13:25:28.501952+0000 mgr.y (mgr.25312) 11 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:28.532768+0000 mgr.y (mgr.25312) 12 : audit [DBG] from='client.25348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cephadm 2023-12-05T13:25:28.600653+0000 mgr.y (mgr.25312) 13 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cluster 2023-12-05T13:25:28.670067+0000 mgr.y (mgr.25312) 14 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cluster 2023-12-05T13:25:28.692472+0000 mon.a (mon.0) 1377 : cluster [DBG] mgrmap e33: y(active, since 2s), standbys: x 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cephadm 2023-12-05T13:25:28.718401+0000 mgr.y (mgr.25312) 15 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:25:30.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:28.789675+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: cephadm 2023-12-05T13:25:28.817401+0000 mgr.y (mgr.25312) 16 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:28.823403+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:28.932633+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:28.986187+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.085528+0000 mon.c (mon.1) 53 : audit [DBG] from='client.? 172.21.15.45:0/4220835353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.091340+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.305285+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.313275+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.463229+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.472981+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.479140+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.486690+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.538083+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi045.bqpgnx", "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-05T13:25:30.004 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:29 smithi079 bash[25290]: audit 2023-12-05T13:25:29.555662+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:30.103 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:25:30.290 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[55693]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:25:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[25015]: cephadm 2023-12-05T13:25:28.933797+0000 mgr.y (mgr.25312) 17 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[25015]: cephadm 2023-12-05T13:25:29.291829+0000 mgr.y (mgr.25312) 18 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[25015]: cephadm 2023-12-05T13:25:29.480474+0000 mgr.y (mgr.25312) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[25015]: audit 2023-12-05T13:25:29.502159+0000 mgr.y (mgr.25312) 20 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[25015]: cephadm 2023-12-05T13:25:29.537473+0000 mgr.y (mgr.25312) 21 : cephadm [INF] Reconfiguring iscsi.foo.smithi045.bqpgnx (dependencies changed)... 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[25015]: cephadm 2023-12-05T13:25:29.557007+0000 mgr.y (mgr.25312) 22 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[25015]: audit 2023-12-05T13:25:30.097271+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.45:0/3744852240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[30785]: cephadm 2023-12-05T13:25:28.933797+0000 mgr.y (mgr.25312) 17 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:25:30.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[30785]: cephadm 2023-12-05T13:25:29.291829+0000 mgr.y (mgr.25312) 18 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:25:30.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[30785]: cephadm 2023-12-05T13:25:29.480474+0000 mgr.y (mgr.25312) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:30.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[30785]: audit 2023-12-05T13:25:29.502159+0000 mgr.y (mgr.25312) 20 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:30.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[30785]: cephadm 2023-12-05T13:25:29.537473+0000 mgr.y (mgr.25312) 21 : cephadm [INF] Reconfiguring iscsi.foo.smithi045.bqpgnx (dependencies changed)... 2023-12-05T13:25:30.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[30785]: cephadm 2023-12-05T13:25:29.557007+0000 mgr.y (mgr.25312) 22 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:25:30.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:30 smithi045 bash[30785]: audit 2023-12-05T13:25:30.097271+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.45:0/3744852240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:25:31.040 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[25290]: cephadm 2023-12-05T13:25:28.933797+0000 mgr.y (mgr.25312) 17 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:25:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[25290]: cephadm 2023-12-05T13:25:29.291829+0000 mgr.y (mgr.25312) 18 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:25:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[25290]: cephadm 2023-12-05T13:25:29.480474+0000 mgr.y (mgr.25312) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[25290]: audit 2023-12-05T13:25:29.502159+0000 mgr.y (mgr.25312) 20 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:25:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[25290]: cephadm 2023-12-05T13:25:29.537473+0000 mgr.y (mgr.25312) 21 : cephadm [INF] Reconfiguring iscsi.foo.smithi045.bqpgnx (dependencies changed)... 2023-12-05T13:25:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[25290]: cephadm 2023-12-05T13:25:29.557007+0000 mgr.y (mgr.25312) 22 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi045.bqpgnx on smithi045 2023-12-05T13:25:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:30 smithi079 bash[25290]: audit 2023-12-05T13:25:30.097271+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.45:0/3744852240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:25:31.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[25015]: cluster 2023-12-05T13:25:30.670827+0000 mgr.y (mgr.25312) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[25015]: cluster 2023-12-05T13:25:30.699022+0000 mon.a (mon.0) 1391 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[25015]: audit 2023-12-05T13:25:31.318874+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[25015]: audit 2023-12-05T13:25:31.326411+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[25015]: audit 2023-12-05T13:25:31.335221+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[25015]: audit 2023-12-05T13:25:31.628040+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[30785]: cluster 2023-12-05T13:25:30.670827+0000 mgr.y (mgr.25312) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[30785]: cluster 2023-12-05T13:25:30.699022+0000 mon.a (mon.0) 1391 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[30785]: audit 2023-12-05T13:25:31.318874+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[30785]: audit 2023-12-05T13:25:31.326411+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[30785]: audit 2023-12-05T13:25:31.335221+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:31 smithi045 bash[30785]: audit 2023-12-05T13:25:31.628040+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:31 smithi079 bash[25290]: cluster 2023-12-05T13:25:30.670827+0000 mgr.y (mgr.25312) 23 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:31 smithi079 bash[25290]: cluster 2023-12-05T13:25:30.699022+0000 mon.a (mon.0) 1391 : cluster [DBG] mgrmap e34: y(active, since 4s), standbys: x 2023-12-05T13:25:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:31 smithi079 bash[25290]: audit 2023-12-05T13:25:31.318874+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:31 smithi079 bash[25290]: audit 2023-12-05T13:25:31.326411+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:31 smithi079 bash[25290]: audit 2023-12-05T13:25:31.335221+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:31 smithi079 bash[25290]: audit 2023-12-05T13:25:31.628040+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:33.290 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:33 smithi079 bash[25290]: cluster 2023-12-05T13:25:32.671596+0000 mgr.y (mgr.25312) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:33.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:33 smithi045 bash[25015]: cluster 2023-12-05T13:25:32.671596+0000 mgr.y (mgr.25312) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:33.399 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:33 smithi045 bash[30785]: cluster 2023-12-05T13:25:32.671596+0000 mgr.y (mgr.25312) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: audit 2023-12-05T13:25:33.876824+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: audit 2023-12-05T13:25:34.217706+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: audit 2023-12-05T13:25:34.225653+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: cephadm 2023-12-05T13:25:34.233431+0000 mgr.y (mgr.25312) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: cephadm 2023-12-05T13:25:34.497263+0000 mgr.y (mgr.25312) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: audit 2023-12-05T13:25:34.541239+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: audit 2023-12-05T13:25:34.549579+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: audit 2023-12-05T13:25:34.561183+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[30785]: cluster 2023-12-05T13:25:34.672891+0000 mgr.y (mgr.25312) 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-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: audit 2023-12-05T13:25:33.876824+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: audit 2023-12-05T13:25:34.217706+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: audit 2023-12-05T13:25:34.225653+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: cephadm 2023-12-05T13:25:34.233431+0000 mgr.y (mgr.25312) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: cephadm 2023-12-05T13:25:34.497263+0000 mgr.y (mgr.25312) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: audit 2023-12-05T13:25:34.541239+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: audit 2023-12-05T13:25:34.549579+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: audit 2023-12-05T13:25:34.561183+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:34.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:34 smithi045 bash[25015]: cluster 2023-12-05T13:25:34.672891+0000 mgr.y (mgr.25312) 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-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: audit 2023-12-05T13:25:33.876824+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: audit 2023-12-05T13:25:34.217706+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: audit 2023-12-05T13:25:34.225653+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: cephadm 2023-12-05T13:25:34.233431+0000 mgr.y (mgr.25312) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: cephadm 2023-12-05T13:25:34.497263+0000 mgr.y (mgr.25312) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: audit 2023-12-05T13:25:34.541239+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: audit 2023-12-05T13:25:34.549579+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: audit 2023-12-05T13:25:34.561183+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:34 smithi079 bash[25290]: cluster 2023-12-05T13:25:34.672891+0000 mgr.y (mgr.25312) 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-05T13:25:37.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:37 smithi079 bash[25290]: cluster 2023-12-05T13:25:36.673548+0000 mgr.y (mgr.25312) 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-05T13:25:37.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:37 smithi079 bash[25290]: audit 2023-12-05T13:25:37.358021+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.45:0/2414849232' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:25:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:37 smithi045 bash[25015]: cluster 2023-12-05T13:25:36.673548+0000 mgr.y (mgr.25312) 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-05T13:25:38.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:37 smithi045 bash[25015]: audit 2023-12-05T13:25:37.358021+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.45:0/2414849232' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:25:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:37 smithi045 bash[30785]: cluster 2023-12-05T13:25:36.673548+0000 mgr.y (mgr.25312) 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-05T13:25:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:37 smithi045 bash[30785]: audit 2023-12-05T13:25:37.358021+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.45:0/2414849232' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T13:25:39.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 systemd[1]: Stopping Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:25:39.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[62152]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:25:39.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:25:39.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T13:25:39.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T13:25:39.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T13:25:39.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T13:25:39.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T13:25:39.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T13:25:39.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T13:25:39.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.330Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T13:25:39.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.331Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T13:25:39.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.331Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T13:25:39.542 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[58068]: ts=2023-12-05T13:25:39.331Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T13:25:39.910 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[25290]: audit 2023-12-05T13:25:38.658055+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.911 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[25290]: audit 2023-12-05T13:25:38.666365+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.911 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[25290]: audit 2023-12-05T13:25:38.672879+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.911 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[25290]: cluster 2023-12-05T13:25:38.674768+0000 mgr.y (mgr.25312) 29 : cluster [DBG] pgmap v9: 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-05T13:25:39.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[25015]: audit 2023-12-05T13:25:38.658055+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[25015]: audit 2023-12-05T13:25:38.666365+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[25015]: audit 2023-12-05T13:25:38.672879+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[25015]: cluster 2023-12-05T13:25:38.674768+0000 mgr.y (mgr.25312) 29 : cluster [DBG] pgmap v9: 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-05T13:25:39.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[30785]: audit 2023-12-05T13:25:38.658055+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[30785]: audit 2023-12-05T13:25:38.666365+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[30785]: audit 2023-12-05T13:25:38.672879+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:39.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:39 smithi045 bash[30785]: cluster 2023-12-05T13:25:38.674768+0000 mgr.y (mgr.25312) 29 : cluster [DBG] pgmap v9: 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-05T13:25:40.211 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[62161]: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus-a 2023-12-05T13:25:40.211 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:39 smithi079 bash[62198]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T13:25:40.212 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:40 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-05T13:25:40.212 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:40 smithi079 systemd[1]: Stopped Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:25:40.212 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:40 smithi079 systemd[1]: Started Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:25:41.427 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.194789+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.203865+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.251294+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.252822+0000 mgr.y (mgr.25312) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.272204+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: cephadm 2023-12-05T13:25:40.274485+0000 mgr.y (mgr.25312) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.275005+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.275822+0000 mgr.y (mgr.25312) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.277711+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.278475+0000 mgr.y (mgr.25312) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.282982+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.290062+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.290754+0000 mgr.y (mgr.25312) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: audit 2023-12-05T13:25:40.300798+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:41.428 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[25015]: cluster 2023-12-05T13:25:40.675401+0000 mgr.y (mgr.25312) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.194789+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.203865+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.251294+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.252822+0000 mgr.y (mgr.25312) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.272204+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: cephadm 2023-12-05T13:25:40.274485+0000 mgr.y (mgr.25312) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.275005+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.275822+0000 mgr.y (mgr.25312) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.277711+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.278475+0000 mgr.y (mgr.25312) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.282982+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.290062+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:25:41.429 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.290754+0000 mgr.y (mgr.25312) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:25:41.430 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: audit 2023-12-05T13:25:40.300798+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:41.430 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:41 smithi045 bash[30785]: cluster 2023-12-05T13:25:40.675401+0000 mgr.y (mgr.25312) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.194789+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.203865+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.251294+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:25:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.252822+0000 mgr.y (mgr.25312) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T13:25:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.272204+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: cephadm 2023-12-05T13:25:40.274485+0000 mgr.y (mgr.25312) 31 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.45:5000 to Dashboard 2023-12-05T13:25:41.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.275005+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.275822+0000 mgr.y (mgr.25312) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.277711+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.278475+0000 mgr.y (mgr.25312) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi045"}]: dispatch 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.282982+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.290062+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.290754+0000 mgr.y (mgr.25312) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: audit 2023-12-05T13:25:40.300798+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:41.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:41 smithi079 bash[25290]: cluster 2023-12-05T13:25:40.675401+0000 mgr.y (mgr.25312) 35 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.136Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.136Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.136Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.136Z 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 smithi079 (none))" 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.136Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.136Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.138Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.138Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T13:25:42.291 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.140Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T13:25:42.292 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.143Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T13:25:42.292 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.143Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.183µs 2023-12-05T13:25:42.292 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.143Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T13:25:42.292 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.144Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2023-12-05T13:25:42.615 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.511Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2023-12-05T13:25:42.615 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.615Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2023-12-05T13:25:43.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[25290]: audit 2023-12-05T13:25:41.737738+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[25290]: audit 2023-12-05T13:25:41.744832+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[25290]: audit 2023-12-05T13:25:41.752676+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[25290]: audit 2023-12-05T13:25:41.775402+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:43.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.670Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2023-12-05T13:25:43.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.671Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2023-12-05T13:25:43.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.671Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=44.85µs wal_replay_duration=527.821629ms total_replay_duration=527.880998ms 2023-12-05T13:25:43.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.678Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T13:25:43.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.678Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T13:25:43.042 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.678Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T13:25:43.042 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.711Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=33.17101ms db_storage=1.463µs remote_storage=2.84µs web_handler=683ns query_engine=1.246µs scrape=685.263µs scrape_sd=224.588µs notify=29.606µs notify_sd=26.446µs rules=31.48567ms 2023-12-05T13:25:43.042 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:42 smithi079 bash[62226]: ts=2023-12-05T13:25:42.711Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T13:25:43.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[25015]: audit 2023-12-05T13:25:41.737738+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[25015]: audit 2023-12-05T13:25:41.744832+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[25015]: audit 2023-12-05T13:25:41.752676+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[25015]: audit 2023-12-05T13:25:41.775402+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[30785]: audit 2023-12-05T13:25:41.737738+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[30785]: audit 2023-12-05T13:25:41.744832+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[30785]: audit 2023-12-05T13:25:41.752676+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:42 smithi045 bash[30785]: audit 2023-12-05T13:25:41.775402+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:43.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[25015]: cluster 2023-12-05T13:25:42.676176+0000 mgr.y (mgr.25312) 36 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:43.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[25015]: audit 2023-12-05T13:25:43.426880+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:43.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[25015]: audit 2023-12-05T13:25:43.428977+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:25:43.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[25015]: audit 2023-12-05T13:25:43.430890+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:43.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[25015]: audit 2023-12-05T13:25:43.631969+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[25015]: audit 2023-12-05T13:25:43.642135+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[25015]: audit 2023-12-05T13:25:43.650018+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[30785]: cluster 2023-12-05T13:25:42.676176+0000 mgr.y (mgr.25312) 36 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[30785]: audit 2023-12-05T13:25:43.426880+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[30785]: audit 2023-12-05T13:25:43.428977+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[30785]: audit 2023-12-05T13:25:43.430890+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[30785]: audit 2023-12-05T13:25:43.631969+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[30785]: audit 2023-12-05T13:25:43.642135+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:43.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:43 smithi045 bash[30785]: audit 2023-12-05T13:25:43.650018+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:43 smithi079 bash[25290]: cluster 2023-12-05T13:25:42.676176+0000 mgr.y (mgr.25312) 36 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:43 smithi079 bash[25290]: audit 2023-12-05T13:25:43.426880+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:25:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:43 smithi079 bash[25290]: audit 2023-12-05T13:25:43.428977+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:25:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:43 smithi079 bash[25290]: audit 2023-12-05T13:25:43.430890+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:43 smithi079 bash[25290]: audit 2023-12-05T13:25:43.631969+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:43 smithi079 bash[25290]: audit 2023-12-05T13:25:43.642135+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:43 smithi079 bash[25290]: audit 2023-12-05T13:25:43.650018+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:44.747 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:44 smithi079 bash[25290]: cephadm 2023-12-05T13:25:43.426000+0000 mgr.y (mgr.25312) 37 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T13:25:45.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:44 smithi079 bash[25290]: cephadm 2023-12-05T13:25:43.433031+0000 mgr.y (mgr.25312) 38 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:25:45.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:44 smithi079 bash[25290]: audit 2023-12-05T13:25:44.475146+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:44 smithi079 bash[25290]: audit 2023-12-05T13:25:44.485641+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:44 smithi079 bash[25290]: audit 2023-12-05T13:25:44.494835+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[25015]: cephadm 2023-12-05T13:25:43.426000+0000 mgr.y (mgr.25312) 37 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[25015]: cephadm 2023-12-05T13:25:43.433031+0000 mgr.y (mgr.25312) 38 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[25015]: audit 2023-12-05T13:25:44.475146+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[25015]: audit 2023-12-05T13:25:44.485641+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[25015]: audit 2023-12-05T13:25:44.494835+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[30785]: cephadm 2023-12-05T13:25:43.426000+0000 mgr.y (mgr.25312) 37 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[30785]: cephadm 2023-12-05T13:25:43.433031+0000 mgr.y (mgr.25312) 38 : cephadm [INF] Deploying daemon mgr.x on smithi079 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[30785]: audit 2023-12-05T13:25:44.475146+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[30785]: audit 2023-12-05T13:25:44.485641+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:44 smithi045 bash[30785]: audit 2023-12-05T13:25:44.494835+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:46.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:45 smithi079 bash[25290]: cluster 2023-12-05T13:25:44.677813+0000 mgr.y (mgr.25312) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:46.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:45 smithi045 bash[25015]: cluster 2023-12-05T13:25:44.677813+0000 mgr.y (mgr.25312) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:45 smithi045 bash[30785]: cluster 2023-12-05T13:25:44.677813+0000 mgr.y (mgr.25312) 39 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:25:46.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:46 smithi079 systemd[1]: Stopping Ceph mgr.x for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:25:47.451 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[62647]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-x 2023-12-05T13:25:47.451 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:47 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:25:47.452 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[62722]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-x 2023-12-05T13:25:47.452 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:47 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-05T13:25:47.452 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:47 smithi079 systemd[1]: Stopped Ceph mgr.x for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:25:47.754 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:47 smithi079 systemd[1]: Started Ceph mgr.x for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:25:48.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[25290]: cluster 2023-12-05T13:25:46.678535+0000 mgr.y (mgr.25312) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-05T13:25:48.117 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[25290]: audit 2023-12-05T13:25:47.609933+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.117 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[25290]: audit 2023-12-05T13:25:47.620785+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.117 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[25290]: audit 2023-12-05T13:25:47.661287+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:48.117 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[25290]: audit 2023-12-05T13:25:47.663366+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:48.117 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:47 smithi079 bash[25290]: audit 2023-12-05T13:25:47.675400+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[25015]: cluster 2023-12-05T13:25:46.678535+0000 mgr.y (mgr.25312) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-05T13:25:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[25015]: audit 2023-12-05T13:25:47.609933+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[25015]: audit 2023-12-05T13:25:47.620785+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[25015]: audit 2023-12-05T13:25:47.661287+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[25015]: audit 2023-12-05T13:25:47.663366+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[25015]: audit 2023-12-05T13:25:47.675400+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[30785]: cluster 2023-12-05T13:25:46.678535+0000 mgr.y (mgr.25312) 40 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[30785]: audit 2023-12-05T13:25:47.609933+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[30785]: audit 2023-12-05T13:25:47.620785+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[30785]: audit 2023-12-05T13:25:47.661287+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[30785]: audit 2023-12-05T13:25:47.663366+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:47 smithi045 bash[30785]: audit 2023-12-05T13:25:47.675400+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.006296+0000 mgr.y (mgr.25312) 41 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: cephadm 2023-12-05T13:25:47.676389+0000 mgr.y (mgr.25312) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.758212+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.761005+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: cephadm 2023-12-05T13:25:47.762490+0000 mgr.y (mgr.25312) 43 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.769187+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.770900+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.776737+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.778169+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.784286+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.788444+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.789807+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.799325+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: cephadm 2023-12-05T13:25:47.800127+0000 mgr.y (mgr.25312) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.880254+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.882996+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.886345+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.887685+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.895138+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.973976+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.976853+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.980543+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.982036+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:47.991480+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.072567+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.074853+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.078441+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.079818+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.089121+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.169198+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.173907+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.178121+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.179529+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.186536+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.268419+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.271116+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.274784+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.276332+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.283910+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.365213+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.367797+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.370541+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.371662+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.377432+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.458103+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.460287+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.462549+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.463398+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.472925+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.555172+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.558287+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.565317+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.566323+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.572951+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.635108+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.637405+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.640405+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.641582+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.649738+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.732646+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.735379+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.739596+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:48 smithi079 bash[25290]: audit 2023-12-05T13:25:48.741021+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.006296+0000 mgr.y (mgr.25312) 41 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: cephadm 2023-12-05T13:25:47.676389+0000 mgr.y (mgr.25312) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.758212+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.761005+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: cephadm 2023-12-05T13:25:47.762490+0000 mgr.y (mgr.25312) 43 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.769187+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.770900+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.776737+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-05T13:25:49.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.778169+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.784286+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.788444+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.789807+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.799325+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: cephadm 2023-12-05T13:25:47.800127+0000 mgr.y (mgr.25312) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.880254+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.882996+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.886345+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.887685+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.895138+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.973976+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.976853+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.980543+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.982036+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:47.991480+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.072567+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.074853+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.078441+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.079818+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.089121+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.169198+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.173907+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.178121+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.179529+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.186536+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.268419+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.271116+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.274784+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.276332+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.006296+0000 mgr.y (mgr.25312) 41 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: cephadm 2023-12-05T13:25:47.676389+0000 mgr.y (mgr.25312) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.758212+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.761005+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: cephadm 2023-12-05T13:25:47.762490+0000 mgr.y (mgr.25312) 43 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.769187+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.770900+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.776737+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.778169+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-05T13:25:49.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.784286+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.788444+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.789807+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.799325+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: cephadm 2023-12-05T13:25:47.800127+0000 mgr.y (mgr.25312) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.880254+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.882996+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.886345+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.887685+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.895138+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.283910+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.365213+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.367797+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.370541+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.371662+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.377432+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.458103+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.460287+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.462549+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.463398+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.472925+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.555172+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.558287+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.565317+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.566323+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.572951+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.635108+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.637405+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.640405+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.641582+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.649738+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.732646+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.735379+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.739596+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[30785]: audit 2023-12-05T13:25:48.741021+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.973976+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.976853+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.980543+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.982036+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:47.991480+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.072567+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.074853+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.078441+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.079818+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.089121+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.169198+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.173907+0000 mon.a (mon.0) 1459 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.178121+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.179529+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.186536+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.268419+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.271116+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.274784+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.276332+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.283910+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.365213+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.367797+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.370541+0000 mon.a (mon.0) 1470 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.371662+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.377432+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.458103+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.460287+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.462549+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.463398+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.472925+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.555172+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.558287+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.565317+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.566323+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.572951+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.635108+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.637405+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.640405+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.641582+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.649738+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:49.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.732646+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:49.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.735379+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:49.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.739596+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:49.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:48 smithi045 bash[25015]: audit 2023-12-05T13:25:48.741021+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:49.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[62790]: debug 2023-12-05T13:25:49.106+0000 7f83371f3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:25:49.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:25:49] "GET /metrics HTTP/1.1" 200 38218 "" "Prometheus/2.33.4" 2023-12-05T13:25:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:47.895731+0000 mgr.y (mgr.25312) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:47.992189+0000 mgr.y (mgr.25312) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.089759+0000 mgr.y (mgr.25312) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.186973+0000 mgr.y (mgr.25312) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.284470+0000 mgr.y (mgr.25312) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.377843+0000 mgr.y (mgr.25312) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.473790+0000 mgr.y (mgr.25312) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.573456+0000 mgr.y (mgr.25312) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.650290+0000 mgr.y (mgr.25312) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cluster 2023-12-05T13:25:48.679799+0000 mgr.y (mgr.25312) 54 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.750625+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.751265+0000 mgr.y (mgr.25312) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.834891+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.839373+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.842873+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.844095+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.850916+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.934871+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.937378+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.940276+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.941677+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:48.948175+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.026754+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.029737+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.032550+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.033470+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.042036+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.119786+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.122452+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.126430+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.127861+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.137243+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.219860+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.222438+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.225337+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.226364+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.234065+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.313191+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.316129+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.318529+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.319284+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.324774+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.408565+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.410667+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.413241+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.414175+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.420187+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.497765+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.501779+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.505751+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.507332+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.516481+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.594677+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.598634+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.601546+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.602925+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.612646+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.693089+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.695397+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.699021+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.700014+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:49 smithi079 bash[25290]: audit 2023-12-05T13:25:49.705806+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:47.895731+0000 mgr.y (mgr.25312) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:47.992189+0000 mgr.y (mgr.25312) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.089759+0000 mgr.y (mgr.25312) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.186973+0000 mgr.y (mgr.25312) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.284470+0000 mgr.y (mgr.25312) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.377843+0000 mgr.y (mgr.25312) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.473790+0000 mgr.y (mgr.25312) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.573456+0000 mgr.y (mgr.25312) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.650290+0000 mgr.y (mgr.25312) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cluster 2023-12-05T13:25:48.679799+0000 mgr.y (mgr.25312) 54 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.750625+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.751265+0000 mgr.y (mgr.25312) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.834891+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.839373+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.842873+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.844095+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.850916+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.934871+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.937378+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.940276+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:47.895731+0000 mgr.y (mgr.25312) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:47.992189+0000 mgr.y (mgr.25312) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.089759+0000 mgr.y (mgr.25312) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.186973+0000 mgr.y (mgr.25312) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.284470+0000 mgr.y (mgr.25312) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.377843+0000 mgr.y (mgr.25312) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.473790+0000 mgr.y (mgr.25312) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.573456+0000 mgr.y (mgr.25312) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.650290+0000 mgr.y (mgr.25312) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cluster 2023-12-05T13:25:48.679799+0000 mgr.y (mgr.25312) 54 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.750625+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.751265+0000 mgr.y (mgr.25312) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.834891+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.839373+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.842873+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.844095+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.850916+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.934871+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.937378+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.940276+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.941677+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:48.948175+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.026754+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.029737+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.032550+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.033470+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.042036+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.119786+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.122452+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.126430+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.127861+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.137243+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.219860+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.222438+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.225337+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.226364+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.234065+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.313191+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.316129+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.318529+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.941677+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:48.948175+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.026754+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.029737+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.032550+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.033470+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.042036+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.119786+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.122452+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.126430+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.127861+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.137243+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.219860+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.222438+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.225337+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.226364+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.234065+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.313191+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.316129+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.318529+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.319284+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.324774+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.408565+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.410667+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.413241+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.414175+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.420187+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.497765+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.501779+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.505751+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.507332+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.516481+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.594677+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.598634+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.601546+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.602925+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.612646+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.693089+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.695397+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.699021+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.700014+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[25015]: audit 2023-12-05T13:25:49.705806+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.319284+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.324774+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.408565+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.410667+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.413241+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.414175+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.420187+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.497765+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.501779+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.505751+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.507332+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.516481+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.594677+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.598634+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.601546+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.602925+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.612646+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.693089+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.695397+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.699021+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.700014+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:49 smithi045 bash[30785]: audit 2023-12-05T13:25:49.705806+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[62790]: debug 2023-12-05T13:25:50.057+0000 7f83371f3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T13:25:50.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[62790]: debug 2023-12-05T13:25:50.169+0000 7f83371f3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:25:50.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[62790]: debug 2023-12-05T13:25:50.277+0000 7f83371f3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:25:50.954 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[62790]: debug 2023-12-05T13:25:50.561+0000 7f83371f3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:50.954 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.851520+0000 mgr.y (mgr.25312) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.954 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:48.948763+0000 mgr.y (mgr.25312) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.954 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.042672+0000 mgr.y (mgr.25312) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.954 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.137952+0000 mgr.y (mgr.25312) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.234572+0000 mgr.y (mgr.25312) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.325171+0000 mgr.y (mgr.25312) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.420616+0000 mgr.y (mgr.25312) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.517385+0000 mgr.y (mgr.25312) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.613202+0000 mgr.y (mgr.25312) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.706389+0000 mgr.y (mgr.25312) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.797478+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.799574+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.801627+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.802446+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.807630+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.808080+0000 mgr.y (mgr.25312) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.890708+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.892642+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.894687+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.895431+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.903383+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.984357+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.986578+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.989186+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.990146+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:49.999048+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.063539+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.065922+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.068053+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.068898+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.073961+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.956 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.153394+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.156953+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.160180+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.161623+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.172819+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.254889+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.257536+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.259714+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.260603+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.957 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.266336+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.348295+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.351646+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.354928+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.355962+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.364994+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.442186+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.444734+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.447941+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.448878+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.457161+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.537272+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.540348+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.545220+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.958 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.546423+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.553513+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.649525+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.651773+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.654569+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.655597+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.662460+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.743549+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.746152+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.749314+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:50.959 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[25290]: audit 2023-12-05T13:25:50.750273+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.851520+0000 mgr.y (mgr.25312) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:48.948763+0000 mgr.y (mgr.25312) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.042672+0000 mgr.y (mgr.25312) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.137952+0000 mgr.y (mgr.25312) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.234572+0000 mgr.y (mgr.25312) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.325171+0000 mgr.y (mgr.25312) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.420616+0000 mgr.y (mgr.25312) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.517385+0000 mgr.y (mgr.25312) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.613202+0000 mgr.y (mgr.25312) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.706389+0000 mgr.y (mgr.25312) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.797478+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.799574+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.801627+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.802446+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.807630+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.808080+0000 mgr.y (mgr.25312) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.890708+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.892642+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.894687+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.895431+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.903383+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.851520+0000 mgr.y (mgr.25312) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:48.948763+0000 mgr.y (mgr.25312) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.042672+0000 mgr.y (mgr.25312) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.137952+0000 mgr.y (mgr.25312) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.234572+0000 mgr.y (mgr.25312) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.325171+0000 mgr.y (mgr.25312) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.420616+0000 mgr.y (mgr.25312) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.517385+0000 mgr.y (mgr.25312) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.613202+0000 mgr.y (mgr.25312) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.706389+0000 mgr.y (mgr.25312) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.797478+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.799574+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.801627+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.802446+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.807630+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.808080+0000 mgr.y (mgr.25312) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.890708+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.892642+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.894687+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.895431+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.903383+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.984357+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.986578+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.989186+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.990146+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:49.999048+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.063539+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.065922+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.068053+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.068898+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.073961+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.153394+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.156953+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.160180+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.161623+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.172819+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.254889+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.257536+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.259714+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.260603+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.984357+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.986578+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.989186+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.990146+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:49.999048+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.063539+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.065922+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.068053+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.068898+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.073961+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.153394+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.156953+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.160180+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.161623+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.172819+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.254889+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.257536+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.259714+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.260603+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.266336+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.348295+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.351646+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.354928+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.355962+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.364994+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.442186+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.444734+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.447941+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.448878+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.457161+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.537272+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.540348+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.545220+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.546423+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.553513+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.649525+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.651773+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.654569+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.266336+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.348295+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.351646+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.354928+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.355962+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.364994+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.442186+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.444734+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.447941+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.448878+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.457161+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.537272+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.540348+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.545220+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.546423+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.553513+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.649525+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.651773+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.654569+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.655597+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.662460+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.743549+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.746152+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.749314+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[25015]: audit 2023-12-05T13:25:50.750273+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.655597+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.662460+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:51.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.743549+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:51.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.746152+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:51.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.749314+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:51.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:50 smithi045 bash[30785]: audit 2023-12-05T13:25:50.750273+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:51.290 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:50 smithi079 bash[62790]: debug 2023-12-05T13:25:50.949+0000 7f83371f3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:25:51.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[62790]: debug 2023-12-05T13:25:51.121+0000 7f83371f3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:51.599 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[62790]: debug 2023-12-05T13:25:51.337+0000 7f83371f3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:25:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.903905+0000 mgr.y (mgr.25312) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:49.999578+0000 mgr.y (mgr.25312) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.074397+0000 mgr.y (mgr.25312) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.173421+0000 mgr.y (mgr.25312) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.266915+0000 mgr.y (mgr.25312) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.365580+0000 mgr.y (mgr.25312) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.457965+0000 mgr.y (mgr.25312) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.568971+0000 mgr.y (mgr.25312) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.663287+0000 mgr.y (mgr.25312) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cluster 2023-12-05T13:25:50.680489+0000 mgr.y (mgr.25312) 76 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.758596+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.759171+0000 mgr.y (mgr.25312) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.837992+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.841034+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.844780+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.846070+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.854890+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.932302+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.935513+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.939237+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.940438+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:50.948479+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.027914+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.031273+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.034469+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.035658+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.043266+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.121119+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.123908+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.127414+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.128734+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.136843+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.215364+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.218173+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.221542+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.222750+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.231703+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.309241+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.312297+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.315830+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.317119+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.325393+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.403159+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.406107+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.410025+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.411396+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.419716+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.501224+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.503436+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.506842+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.508063+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.517240+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.599743+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.602319+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.605973+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.606879+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.615213+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.699364+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.701372+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.703988+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.704877+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:51 smithi079 bash[25290]: audit 2023-12-05T13:25:51.710427+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.903905+0000 mgr.y (mgr.25312) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:49.999578+0000 mgr.y (mgr.25312) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.074397+0000 mgr.y (mgr.25312) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.173421+0000 mgr.y (mgr.25312) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.266915+0000 mgr.y (mgr.25312) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.365580+0000 mgr.y (mgr.25312) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.457965+0000 mgr.y (mgr.25312) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.568971+0000 mgr.y (mgr.25312) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.663287+0000 mgr.y (mgr.25312) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cluster 2023-12-05T13:25:50.680489+0000 mgr.y (mgr.25312) 76 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.758596+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.759171+0000 mgr.y (mgr.25312) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.837992+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.841034+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.844780+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.846070+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.854890+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.932302+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.935513+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.939237+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.940438+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:50.948479+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.027914+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.031273+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.034469+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.035658+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.043266+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.121119+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.123908+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.127414+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.128734+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.136843+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.215364+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.218173+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.221542+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.222750+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.231703+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.309241+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.312297+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.315830+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.903905+0000 mgr.y (mgr.25312) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:49.999578+0000 mgr.y (mgr.25312) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.074397+0000 mgr.y (mgr.25312) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.173421+0000 mgr.y (mgr.25312) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.266915+0000 mgr.y (mgr.25312) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.365580+0000 mgr.y (mgr.25312) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.457965+0000 mgr.y (mgr.25312) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.568971+0000 mgr.y (mgr.25312) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.663287+0000 mgr.y (mgr.25312) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cluster 2023-12-05T13:25:50.680489+0000 mgr.y (mgr.25312) 76 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.758596+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.759171+0000 mgr.y (mgr.25312) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.837992+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.841034+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.844780+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.846070+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.854890+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.932302+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.935513+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.939237+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.317119+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.325393+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.403159+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.406107+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.410025+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.411396+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.419716+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.501224+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.503436+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.506842+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.508063+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.517240+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.599743+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.602319+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.605973+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.606879+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.615213+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.699364+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.701372+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.703988+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.704877+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[30785]: audit 2023-12-05T13:25:51.710427+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.940438+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:50.948479+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.027914+0000 mon.a (mon.0) 1608 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.031273+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.034469+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.035658+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.043266+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.121119+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.123908+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.127414+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.128734+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.136843+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.215364+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.218173+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.221542+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.222750+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.231703+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.309241+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.312297+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.315830+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.317119+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.325393+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.403159+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.406107+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.410025+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.411396+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.419716+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.501224+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.503436+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.506842+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.508063+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.517240+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.599743+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.602319+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.605973+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.606879+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.615213+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.699364+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.701372+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.703988+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.704877+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:51 smithi045 bash[25015]: audit 2023-12-05T13:25:51.710427+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:52.771 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[62790]: debug 2023-12-05T13:25:52.425+0000 7f83371f3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:25:52.771 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[62790]: debug 2023-12-05T13:25:52.545+0000 7f83371f3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:25:52.771 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[62790]: debug 2023-12-05T13:25:52.665+0000 7f83371f3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:25:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.855502+0000 mgr.y (mgr.25312) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:50.949098+0000 mgr.y (mgr.25312) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.043809+0000 mgr.y (mgr.25312) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.137362+0000 mgr.y (mgr.25312) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.232333+0000 mgr.y (mgr.25312) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.326224+0000 mgr.y (mgr.25312) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.420430+0000 mgr.y (mgr.25312) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.518075+0000 mgr.y (mgr.25312) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.615832+0000 mgr.y (mgr.25312) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.710886+0000 mgr.y (mgr.25312) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.785897+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.787826+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.790085+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.790953+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.796988+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.797518+0000 mgr.y (mgr.25312) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.879898+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.882460+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.886254+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.887582+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.896374+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.978081+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.981406+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.984895+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.986102+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:51.992505+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.081092+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.085651+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.090429+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.091590+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.098418+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.178897+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.181415+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.184039+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.185009+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.192558+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.272381+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.276022+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.278857+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.279974+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.287323+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.370413+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.373141+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.377467+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.378455+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.385902+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.472094+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.474890+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.478626+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.480184+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.489404+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.569605+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.572194+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.575962+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.577174+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.585751+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.671916+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.674524+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.677632+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.678718+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:52 smithi079 bash[25290]: audit 2023-12-05T13:25:52.687924+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.855502+0000 mgr.y (mgr.25312) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:50.949098+0000 mgr.y (mgr.25312) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.043809+0000 mgr.y (mgr.25312) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.137362+0000 mgr.y (mgr.25312) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.232333+0000 mgr.y (mgr.25312) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.326224+0000 mgr.y (mgr.25312) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.420430+0000 mgr.y (mgr.25312) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.518075+0000 mgr.y (mgr.25312) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.615832+0000 mgr.y (mgr.25312) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.710886+0000 mgr.y (mgr.25312) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.785897+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.787826+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.790085+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.790953+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.796988+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.797518+0000 mgr.y (mgr.25312) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.879898+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.882460+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.886254+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.887582+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.896374+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.855502+0000 mgr.y (mgr.25312) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:50.949098+0000 mgr.y (mgr.25312) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.043809+0000 mgr.y (mgr.25312) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.137362+0000 mgr.y (mgr.25312) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.232333+0000 mgr.y (mgr.25312) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.326224+0000 mgr.y (mgr.25312) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.420430+0000 mgr.y (mgr.25312) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.518075+0000 mgr.y (mgr.25312) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.615832+0000 mgr.y (mgr.25312) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.710886+0000 mgr.y (mgr.25312) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.785897+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.787826+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.790085+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.790953+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.796988+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.797518+0000 mgr.y (mgr.25312) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.879898+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.882460+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.886254+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.887582+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.896374+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.978081+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.981406+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.984895+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.986102+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:51.992505+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.081092+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.085651+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.090429+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.091590+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.098418+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.178897+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.181415+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.184039+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.185009+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.192558+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.272381+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.276022+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.278857+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.279974+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.978081+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.981406+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.984895+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.986102+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:51.992505+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.081092+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.085651+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.090429+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.091590+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.098418+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.178897+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.181415+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.184039+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.185009+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.192558+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.272381+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.276022+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.278857+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.279974+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.287323+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.370413+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.373141+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.377467+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.378455+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.385902+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.472094+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.474890+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.478626+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.480184+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.489404+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.569605+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.572194+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.575962+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.577174+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.585751+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.671916+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.674524+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.677632+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.678718+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[30785]: audit 2023-12-05T13:25:52.687924+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.287323+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.370413+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.373141+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.377467+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.378455+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.385902+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.472094+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.474890+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.478626+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.480184+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.489404+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.569605+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.572194+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.575962+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.577174+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.585751+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.671916+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:53.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.674524+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:53.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.677632+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:53.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.678718+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:53.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:52 smithi045 bash[25015]: audit 2023-12-05T13:25:52.687924+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:53.428 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[62790]: debug 2023-12-05T13:25:53.169+0000 7f83371f3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:25:53.772 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[62790]: debug 2023-12-05T13:25:53.425+0000 7f83371f3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:25:54.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[62790]: debug 2023-12-05T13:25:53.921+0000 7f83371f3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:25:54.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.896842+0000 mgr.y (mgr.25312) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:51.993090+0000 mgr.y (mgr.25312) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.099093+0000 mgr.y (mgr.25312) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.193211+0000 mgr.y (mgr.25312) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.287963+0000 mgr.y (mgr.25312) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.386584+0000 mgr.y (mgr.25312) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.490041+0000 mgr.y (mgr.25312) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.588979+0000 mgr.y (mgr.25312) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cluster 2023-12-05T13:25:52.680949+0000 mgr.y (mgr.25312) 97 : cluster [DBG] pgmap v16: 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-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.688520+0000 mgr.y (mgr.25312) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.778055+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.780254+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.782099+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.782751+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.787372+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.787891+0000 mgr.y (mgr.25312) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.868259+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.870386+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.873537+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.874353+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.881012+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.961679+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.964248+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.968085+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.969255+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:52.976272+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.058641+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.062556+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.065727+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.066720+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.074850+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.159058+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.162762+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.166914+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.168345+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.176010+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.259511+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.263746+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.267527+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.268339+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.274199+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.356077+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.358146+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.360839+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.361731+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.367712+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.450459+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.452600+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.456699+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.458432+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.468669+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.549503+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.551661+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.554356+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.555444+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.563652+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.643744+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.646338+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.648616+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.649508+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.656770+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.737183+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.739565+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.742445+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.743440+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:53 smithi079 bash[25290]: audit 2023-12-05T13:25:53.749514+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.896842+0000 mgr.y (mgr.25312) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:51.993090+0000 mgr.y (mgr.25312) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.099093+0000 mgr.y (mgr.25312) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.193211+0000 mgr.y (mgr.25312) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.287963+0000 mgr.y (mgr.25312) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.386584+0000 mgr.y (mgr.25312) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.490041+0000 mgr.y (mgr.25312) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.588979+0000 mgr.y (mgr.25312) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cluster 2023-12-05T13:25:52.680949+0000 mgr.y (mgr.25312) 97 : cluster [DBG] pgmap v16: 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-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.688520+0000 mgr.y (mgr.25312) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.778055+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.780254+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.782099+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.782751+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.787372+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.787891+0000 mgr.y (mgr.25312) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.868259+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.870386+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.873537+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.874353+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.881012+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.961679+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.964248+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.968085+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.969255+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:52.976272+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.058641+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.062556+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.065727+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.066720+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.074850+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.159058+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.162762+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.166914+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.168345+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.176010+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.259511+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.263746+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.267527+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.896842+0000 mgr.y (mgr.25312) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:51.993090+0000 mgr.y (mgr.25312) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.099093+0000 mgr.y (mgr.25312) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.193211+0000 mgr.y (mgr.25312) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.287963+0000 mgr.y (mgr.25312) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.386584+0000 mgr.y (mgr.25312) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.490041+0000 mgr.y (mgr.25312) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.588979+0000 mgr.y (mgr.25312) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cluster 2023-12-05T13:25:52.680949+0000 mgr.y (mgr.25312) 97 : cluster [DBG] pgmap v16: 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-05T13:25:54.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.688520+0000 mgr.y (mgr.25312) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.778055+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.780254+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.782099+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.782751+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.787372+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.787891+0000 mgr.y (mgr.25312) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.868259+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.870386+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.873537+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.874353+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.268339+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.274199+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.356077+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.358146+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.360839+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.361731+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.367712+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.450459+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.452600+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.456699+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.458432+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.468669+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.549503+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.551661+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.554356+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.555444+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.563652+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.643744+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.646338+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.648616+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.649508+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.656770+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.737183+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.739565+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.742445+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.743440+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[25015]: audit 2023-12-05T13:25:53.749514+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.881012+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.961679+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.964248+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.968085+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.969255+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:52.976272+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.058641+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.062556+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.065727+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.066720+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.074850+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.159058+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.162762+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.166914+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.168345+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.176010+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.259511+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.263746+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.267527+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.268339+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.274199+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.356077+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.358146+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.360839+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.361731+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.367712+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.450459+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.452600+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.456699+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.458432+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.468669+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.549503+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.551661+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.554356+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.555444+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.563652+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.643744+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.646338+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.648616+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.649508+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.656770+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.737183+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:54.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.739565+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:54.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.742445+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:54.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.743440+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:54.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:53 smithi045 bash[30785]: audit 2023-12-05T13:25:53.749514+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:54.775 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[62790]: debug 2023-12-05T13:25:54.425+0000 7f83371f3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:25:55.040 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[62790]: debug 2023-12-05T13:25:54.997+0000 7f83371f3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:25:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.881503+0000 mgr.y (mgr.25312) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:52.976956+0000 mgr.y (mgr.25312) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.075400+0000 mgr.y (mgr.25312) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.176720+0000 mgr.y (mgr.25312) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.274687+0000 mgr.y (mgr.25312) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.368173+0000 mgr.y (mgr.25312) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.469223+0000 mgr.y (mgr.25312) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.564549+0000 mgr.y (mgr.25312) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.657396+0000 mgr.y (mgr.25312) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.750083+0000 mgr.y (mgr.25312) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.827291+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.830339+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.834118+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.835465+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.842398+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.917443+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.922029+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.925977+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.927039+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:53.935724+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.018094+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.022334+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.026853+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.027735+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.033073+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.097159+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.099719+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.103438+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.104482+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.110574+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.188224+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.191107+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.195267+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.196828+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.204651+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.287708+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.289946+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.292586+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.293514+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.300766+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.379770+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.382168+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.385867+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.387007+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.393795+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.473080+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.474954+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.478055+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.478942+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.487191+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.570994+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.573547+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.577963+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.579615+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.589822+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.690021+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.692331+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.695814+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.697255+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:54 smithi079 bash[25290]: audit 2023-12-05T13:25:54.708787+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.881503+0000 mgr.y (mgr.25312) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:52.976956+0000 mgr.y (mgr.25312) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.075400+0000 mgr.y (mgr.25312) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.176720+0000 mgr.y (mgr.25312) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.274687+0000 mgr.y (mgr.25312) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.368173+0000 mgr.y (mgr.25312) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.469223+0000 mgr.y (mgr.25312) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.564549+0000 mgr.y (mgr.25312) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.657396+0000 mgr.y (mgr.25312) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.750083+0000 mgr.y (mgr.25312) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.827291+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.830339+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.834118+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.835465+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.842398+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.917443+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.922029+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.925977+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.927039+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:53.935724+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.881503+0000 mgr.y (mgr.25312) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:52.976956+0000 mgr.y (mgr.25312) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.075400+0000 mgr.y (mgr.25312) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.176720+0000 mgr.y (mgr.25312) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.274687+0000 mgr.y (mgr.25312) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.368173+0000 mgr.y (mgr.25312) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.469223+0000 mgr.y (mgr.25312) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.564549+0000 mgr.y (mgr.25312) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.657396+0000 mgr.y (mgr.25312) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.750083+0000 mgr.y (mgr.25312) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.827291+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.830339+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.834118+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.835465+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.842398+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.917443+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.922029+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.925977+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.927039+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:53.935724+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.018094+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.022334+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.026853+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.027735+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.033073+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.097159+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.099719+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.103438+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.104482+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.110574+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.188224+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.191107+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.195267+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.196828+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.204651+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.287708+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.289946+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.292586+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.293514+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.300766+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.018094+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.022334+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.026853+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.027735+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.033073+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.097159+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.099719+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.103438+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.104482+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.110574+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.188224+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.191107+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.195267+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.196828+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.204651+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.287708+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.289946+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.292586+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.293514+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.300766+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.379770+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.382168+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.385867+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.387007+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.393795+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.473080+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.474954+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.478055+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.478942+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.487191+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.570994+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.573547+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.577963+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.579615+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.589822+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.690021+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.692331+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.695814+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.697255+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[30785]: audit 2023-12-05T13:25:54.708787+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.379770+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.382168+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.385867+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.387007+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.393795+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.473080+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.474954+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.478055+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.478942+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.487191+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.570994+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.573547+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.577963+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.579615+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.589822+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.690021+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:55.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.692331+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:55.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.695814+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:55.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.697255+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:55.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:54 smithi045 bash[25015]: audit 2023-12-05T13:25:54.708787+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:55.435 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[62790]: debug 2023-12-05T13:25:55.125+0000 7f83371f3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:25:55.773 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[62790]: debug 2023-12-05T13:25:55.505+0000 7f83371f3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:25:55.773 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[62790]: debug 2023-12-05T13:25:55.625+0000 7f83371f3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:25:56.040 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[62790]: debug 2023-12-05T13:25:55.769+0000 7f83371f3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:25:56.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[62790]: debug 2023-12-05T13:25:55.889+0000 7f83371f3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:25:56.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[62790]: debug 2023-12-05T13:25:56.013+0000 7f83371f3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:25:56.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.842946+0000 mgr.y (mgr.25312) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:53.936567+0000 mgr.y (mgr.25312) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.033558+0000 mgr.y (mgr.25312) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.111052+0000 mgr.y (mgr.25312) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.205268+0000 mgr.y (mgr.25312) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.301271+0000 mgr.y (mgr.25312) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.394264+0000 mgr.y (mgr.25312) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.488067+0000 mgr.y (mgr.25312) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.608868+0000 mgr.y (mgr.25312) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cluster 2023-12-05T13:25:54.682219+0000 mgr.y (mgr.25312) 119 : cluster [DBG] pgmap v17: 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-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.709364+0000 mgr.y (mgr.25312) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.789746+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.791565+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.793362+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.793989+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.798511+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.798987+0000 mgr.y (mgr.25312) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.882891+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.884904+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.887800+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.888619+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.896168+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.977124+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.979730+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.983105+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.984424+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:54.990673+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.070213+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.073268+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.077503+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.078736+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.087608+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.168606+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.170651+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.174127+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.175142+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.183596+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.264827+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.269597+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.274443+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.275950+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.283992+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.364463+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.367106+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.369978+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.370849+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.378202+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.459520+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.463562+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.466893+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.468181+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.476738+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.557233+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.559776+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.562709+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.563780+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.571606+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.649333+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.653564+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.656987+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.657908+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.663912+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.742952+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.745123+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.747645+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.748494+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:55 smithi079 bash[25290]: audit 2023-12-05T13:25:55.754011+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.842946+0000 mgr.y (mgr.25312) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:53.936567+0000 mgr.y (mgr.25312) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.033558+0000 mgr.y (mgr.25312) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.111052+0000 mgr.y (mgr.25312) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.205268+0000 mgr.y (mgr.25312) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.301271+0000 mgr.y (mgr.25312) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.394264+0000 mgr.y (mgr.25312) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.488067+0000 mgr.y (mgr.25312) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.608868+0000 mgr.y (mgr.25312) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cluster 2023-12-05T13:25:54.682219+0000 mgr.y (mgr.25312) 119 : cluster [DBG] pgmap v17: 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-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.709364+0000 mgr.y (mgr.25312) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.789746+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.791565+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.793362+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.793989+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.798511+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.798987+0000 mgr.y (mgr.25312) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.882891+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.884904+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.887800+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.842946+0000 mgr.y (mgr.25312) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:53.936567+0000 mgr.y (mgr.25312) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.033558+0000 mgr.y (mgr.25312) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.111052+0000 mgr.y (mgr.25312) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.205268+0000 mgr.y (mgr.25312) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.301271+0000 mgr.y (mgr.25312) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.394264+0000 mgr.y (mgr.25312) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.488067+0000 mgr.y (mgr.25312) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.608868+0000 mgr.y (mgr.25312) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cluster 2023-12-05T13:25:54.682219+0000 mgr.y (mgr.25312) 119 : cluster [DBG] pgmap v17: 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-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.709364+0000 mgr.y (mgr.25312) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.789746+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.791565+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.793362+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.793989+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.798511+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.798987+0000 mgr.y (mgr.25312) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.882891+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.884904+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.887800+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.888619+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.896168+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.977124+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.979730+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.983105+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.984424+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:54.990673+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.070213+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.073268+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.077503+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.078736+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.087608+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.168606+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.170651+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.174127+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.175142+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.183596+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.264827+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.269597+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.274443+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.888619+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.896168+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.977124+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.979730+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.983105+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.984424+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:54.990673+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.070213+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.073268+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.077503+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.078736+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.087608+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.168606+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.170651+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.174127+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.175142+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.183596+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.264827+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.269597+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.274443+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.275950+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.283992+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.364463+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.367106+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.369978+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.370849+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.378202+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.459520+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.463562+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.466893+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.468181+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.476738+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.557233+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.559776+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.562709+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.563780+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.571606+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.649333+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.653564+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.275950+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.283992+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.364463+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.367106+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.369978+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.370849+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.378202+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.459520+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.463562+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.466893+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.468181+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.476738+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.557233+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.559776+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.562709+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.563780+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.571606+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.649333+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.653564+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.656987+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.657908+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.663912+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.742952+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.745123+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.747645+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.748494+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[25015]: audit 2023-12-05T13:25:55.754011+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.656987+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.657908+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.663912+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.742952+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.745123+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.747645+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.748494+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:55 smithi045 bash[30785]: audit 2023-12-05T13:25:55.754011+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.356 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[62790]: debug 2023-12-05T13:25:56.221+0000 7f83371f3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:25:56.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[62790]: debug 2023-12-05T13:25:56.353+0000 7f83371f3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:25:56.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.896752+0000 mgr.y (mgr.25312) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:54.991124+0000 mgr.y (mgr.25312) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.088335+0000 mgr.y (mgr.25312) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.184342+0000 mgr.y (mgr.25312) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.284613+0000 mgr.y (mgr.25312) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.378752+0000 mgr.y (mgr.25312) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.477266+0000 mgr.y (mgr.25312) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.572186+0000 mgr.y (mgr.25312) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.664438+0000 mgr.y (mgr.25312) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.754428+0000 mgr.y (mgr.25312) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.835039+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.837127+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.840015+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.840931+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.848598+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.931724+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.935725+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.939068+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.940359+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:55.948612+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.896752+0000 mgr.y (mgr.25312) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:54.991124+0000 mgr.y (mgr.25312) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.088335+0000 mgr.y (mgr.25312) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.184342+0000 mgr.y (mgr.25312) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.284613+0000 mgr.y (mgr.25312) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.378752+0000 mgr.y (mgr.25312) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.477266+0000 mgr.y (mgr.25312) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.572186+0000 mgr.y (mgr.25312) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.664438+0000 mgr.y (mgr.25312) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.754428+0000 mgr.y (mgr.25312) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.835039+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.837127+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.840015+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.840931+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.848598+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.931724+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.935725+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.939068+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.940359+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:55.948612+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.028007+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.030874+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.033776+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.034701+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.043002+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.120406+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.124322+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.127474+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.128691+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.136121+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.214135+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.217246+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.220955+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.223754+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.231799+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.313981+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.317816+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.321385+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.322825+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.330421+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.028007+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.030874+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.033776+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.034701+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.043002+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.120406+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.124322+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.127474+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.128691+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.136121+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.214135+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.217246+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.220955+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.223754+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.231799+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.313981+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.317816+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.321385+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.322825+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.330421+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.411032+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.413593+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.416748+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.417850+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.425246+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.503952+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.506740+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.510000+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.511211+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.518756+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.570085+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.576509+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.582564+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.598362+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.600916+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.603740+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.605036+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.613093+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.695971+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.958 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.698052+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.700596+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.701543+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.959 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[25015]: audit 2023-12-05T13:25:56.708437+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.411032+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.413593+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.416748+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.417850+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.425246+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.503952+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.506740+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.960 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.510000+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.511211+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.518756+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.570085+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.576509+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.582564+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.598362+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.600916+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.961 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.603740+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.962 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.605036+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.962 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.613093+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:56.962 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.695971+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:56.962 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.698052+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:56.962 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.700596+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:56.962 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.701543+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:56.963 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:56 smithi045 bash[30785]: audit 2023-12-05T13:25:56.708437+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.896752+0000 mgr.y (mgr.25312) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:54.991124+0000 mgr.y (mgr.25312) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.088335+0000 mgr.y (mgr.25312) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.184342+0000 mgr.y (mgr.25312) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.284613+0000 mgr.y (mgr.25312) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.378752+0000 mgr.y (mgr.25312) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.477266+0000 mgr.y (mgr.25312) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.572186+0000 mgr.y (mgr.25312) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.664438+0000 mgr.y (mgr.25312) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.754428+0000 mgr.y (mgr.25312) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.835039+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.837127+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.840015+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.840931+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.848598+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.931724+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.935725+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.939068+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.940359+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:55.948612+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.028007+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.030874+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.033776+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.034701+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.043002+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.120406+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.124322+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.127474+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.128691+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.136121+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.214135+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.217246+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.220955+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.223754+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.231799+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.313981+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.317816+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.321385+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.322825+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.330421+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.411032+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.413593+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.416748+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.417850+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.425246+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.503952+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.506740+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.510000+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.511211+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.518756+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.570085+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.576509+0000 mon.a (mon.0) 1899 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.582564+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.598362+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.600916+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.603740+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.605036+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.613093+0000 mon.a (mon.0) 1905 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.695971+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.698052+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.700596+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.701543+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:57.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:56 smithi079 bash[25290]: audit 2023-12-05T13:25:56.708437+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:57.788 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.849298+0000 mgr.y (mgr.25312) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.788 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:55.949311+0000 mgr.y (mgr.25312) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.788 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.043669+0000 mgr.y (mgr.25312) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.788 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.136902+0000 mgr.y (mgr.25312) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.788 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.232646+0000 mgr.y (mgr.25312) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.789 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.331005+0000 mgr.y (mgr.25312) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:57.789 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.425793+0000 mgr.y (mgr.25312) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[62790]: debug 2023-12-05T13:25:57.765+0000 7f83371f3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:25:58.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[62790]: [05/Dec/2023:13:25:57] ENGINE Bus STARTING 2023-12-05T13:25:58.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[62790]: CherryPy Checker: 2023-12-05T13:25:58.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[62790]: The Application mounted at '' has an empty config. 2023-12-05T13:25:58.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[62790]: [05/Dec/2023:13:25:57] ENGINE Serving on http://:::9283 2023-12-05T13:25:58.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[62790]: [05/Dec/2023:13:25:57] ENGINE Bus STARTED 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.849298+0000 mgr.y (mgr.25312) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:55.949311+0000 mgr.y (mgr.25312) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.043669+0000 mgr.y (mgr.25312) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.136902+0000 mgr.y (mgr.25312) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.232646+0000 mgr.y (mgr.25312) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.331005+0000 mgr.y (mgr.25312) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.425793+0000 mgr.y (mgr.25312) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.519371+0000 mgr.y (mgr.25312) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.613781+0000 mgr.y (mgr.25312) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cluster 2023-12-05T13:25:56.682754+0000 mgr.y (mgr.25312) 141 : cluster [DBG] pgmap v18: 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-05T13:25:58.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.709123+0000 mgr.y (mgr.25312) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.786512+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.801008+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.811930+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.818370+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.819287+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.828240+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.828759+0000 mgr.y (mgr.25312) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.911763+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.915558+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.918252+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.919225+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:56.926961+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.008219+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.010612+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.012771+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.013689+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.021525+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.131796+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.136383+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.140628+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.142122+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.149174+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.228855+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.231672+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.236277+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.237529+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.247036+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.326843+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.329306+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.332212+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.333309+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.339509+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.418378+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.420508+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.423330+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.424090+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.431604+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.509165+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.511589+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.513909+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.514765+0000 mon.a (mon.0) 1950 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.520401+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.600303+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.603067+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.607576+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.608863+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.618920+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.716643+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.721423+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.725375+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.727165+0000 mon.a (mon.0) 1960 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.734279+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cluster 2023-12-05T13:25:57.766970+0000 mon.a (mon.0) 1962 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:25:58.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: cluster 2023-12-05T13:25:57.767154+0000 mon.a (mon.0) 1963 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:58.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.769707+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:25:58.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:57 smithi079 bash[25290]: audit 2023-12-05T13:25:57.770706+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:58.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.849298+0000 mgr.y (mgr.25312) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:55.949311+0000 mgr.y (mgr.25312) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.043669+0000 mgr.y (mgr.25312) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.136902+0000 mgr.y (mgr.25312) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.232646+0000 mgr.y (mgr.25312) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.331005+0000 mgr.y (mgr.25312) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.425793+0000 mgr.y (mgr.25312) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.519371+0000 mgr.y (mgr.25312) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.613781+0000 mgr.y (mgr.25312) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cluster 2023-12-05T13:25:56.682754+0000 mgr.y (mgr.25312) 141 : cluster [DBG] pgmap v18: 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-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.709123+0000 mgr.y (mgr.25312) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.786512+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:58.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.801008+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.811930+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.818370+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.819287+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.828240+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.828759+0000 mgr.y (mgr.25312) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.911763+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.915558+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.519371+0000 mgr.y (mgr.25312) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.613781+0000 mgr.y (mgr.25312) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cluster 2023-12-05T13:25:56.682754+0000 mgr.y (mgr.25312) 141 : cluster [DBG] pgmap v18: 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-05T13:25:58.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.709123+0000 mgr.y (mgr.25312) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.786512+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.801008+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.811930+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.818370+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.819287+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.828240+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.828759+0000 mgr.y (mgr.25312) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.911763+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.915558+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.918252+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.919225+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:56.926961+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.008219+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.010612+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.012771+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.918252+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.919225+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:56.926961+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.008219+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.010612+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.012771+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.013689+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.021525+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.131796+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.136383+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.140628+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.142122+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.149174+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.228855+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.231672+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.236277+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.237529+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.247036+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.326843+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.329306+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.013689+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.021525+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.131796+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.136383+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.140628+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.142122+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.149174+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.228855+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.231672+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.236277+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.237529+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.247036+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.326843+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.329306+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.332212+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.333309+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.339509+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.418378+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.420508+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.332212+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.333309+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.339509+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.418378+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.420508+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.423330+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.424090+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.431604+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.509165+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.511589+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.513909+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.514765+0000 mon.a (mon.0) 1950 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.520401+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.600303+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.603067+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.607576+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.608863+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.618920+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.716643+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.423330+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.424090+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.431604+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.509165+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.511589+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.513909+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.514765+0000 mon.a (mon.0) 1950 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.520401+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.600303+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.603067+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.607576+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.608863+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.618920+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.716643+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.721423+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.725375+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.727165+0000 mon.a (mon.0) 1960 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.734279+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cluster 2023-12-05T13:25:57.766970+0000 mon.a (mon.0) 1962 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: cluster 2023-12-05T13:25:57.767154+0000 mon.a (mon.0) 1963 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.721423+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.725375+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:58.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.727165+0000 mon.a (mon.0) 1960 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:58.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.734279+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:58.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cluster 2023-12-05T13:25:57.766970+0000 mon.a (mon.0) 1962 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:25:58.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: cluster 2023-12-05T13:25:57.767154+0000 mon.a (mon.0) 1963 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:25:58.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.769707+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:25:58.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[25015]: audit 2023-12-05T13:25:57.770706+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:58.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.769707+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:25:58.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:57 smithi045 bash[30785]: audit 2023-12-05T13:25:57.770706+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:25:58.786 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[62226]: ts=2023-12-05T13:25: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:56.927479+0000 mgr.y (mgr.25312) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.016541+0000 mgr.y (mgr.25312) 145 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.022004+0000 mgr.y (mgr.25312) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.149738+0000 mgr.y (mgr.25312) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.247710+0000 mgr.y (mgr.25312) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.339964+0000 mgr.y (mgr.25312) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.432327+0000 mgr.y (mgr.25312) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.521012+0000 mgr.y (mgr.25312) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.787 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.619544+0000 mgr.y (mgr.25312) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.788 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.734899+0000 mgr.y (mgr.25312) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:58.788 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.774759+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:25:58.788 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.787881+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:58.788 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.846111+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:58.788 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.848954+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.852394+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.853950+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.862367+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.946309+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.949066+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.952171+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.953400+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:57.960489+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.040551+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.042715+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.046029+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.047244+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.054436+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.102519+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.109965+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.117017+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.120651+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.122773+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.123902+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:25:59.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: audit 2023-12-05T13:25:58.124659+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-05T13:25:59.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:58 smithi079 bash[25290]: cluster 2023-12-05T13:25:58.754996+0000 mon.a (mon.0) 1990 : cluster [DBG] mgrmap e35: y(active, since 32s), standbys: x 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:56.927479+0000 mgr.y (mgr.25312) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.016541+0000 mgr.y (mgr.25312) 145 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.022004+0000 mgr.y (mgr.25312) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.149738+0000 mgr.y (mgr.25312) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.247710+0000 mgr.y (mgr.25312) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.339964+0000 mgr.y (mgr.25312) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.432327+0000 mgr.y (mgr.25312) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.521012+0000 mgr.y (mgr.25312) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.619544+0000 mgr.y (mgr.25312) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.734899+0000 mgr.y (mgr.25312) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.774759+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.787881+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.846111+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.848954+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.852394+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.853950+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.862367+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.946309+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.949066+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.952171+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:56.927479+0000 mgr.y (mgr.25312) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.016541+0000 mgr.y (mgr.25312) 145 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.022004+0000 mgr.y (mgr.25312) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.149738+0000 mgr.y (mgr.25312) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.247710+0000 mgr.y (mgr.25312) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.339964+0000 mgr.y (mgr.25312) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.432327+0000 mgr.y (mgr.25312) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.521012+0000 mgr.y (mgr.25312) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.619544+0000 mgr.y (mgr.25312) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.734899+0000 mgr.y (mgr.25312) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.774759+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.787881+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.? 172.21.15.79:0/2383590150' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.846111+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.848954+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.852394+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.853950+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.862367+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.946309+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.949066+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.952171+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.953400+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:57.960489+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.040551+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.042715+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.046029+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.047244+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.054436+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.102519+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.109965+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.117017+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.120651+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.122773+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.123902+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: audit 2023-12-05T13:25:58.124659+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[25015]: cluster 2023-12-05T13:25:58.754996+0000 mon.a (mon.0) 1990 : cluster [DBG] mgrmap e35: y(active, since 32s), standbys: x 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.953400+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:57.960489+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.040551+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.042715+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.046029+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.047244+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.054436+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.102519+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.109965+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.117017+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.120651+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.122773+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.123902+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: audit 2023-12-05T13:25:58.124659+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-05T13:25:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:58 smithi045 bash[30785]: cluster 2023-12-05T13:25:58.754996+0000 mon.a (mon.0) 1990 : cluster [DBG] mgrmap e35: y(active, since 32s), standbys: x 2023-12-05T13:25:59.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:25:59] "GET /metrics HTTP/1.1" 200 38217 "" "Prometheus/2.33.4" 2023-12-05T13:26:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:59 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.862968+0000 mgr.y (mgr.25312) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:59 smithi079 bash[25290]: cephadm 2023-12-05T13:25:57.960994+0000 mgr.y (mgr.25312) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:59 smithi079 bash[25290]: cephadm 2023-12-05T13:25:58.055192+0000 mgr.y (mgr.25312) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:59 smithi079 bash[25290]: cephadm 2023-12-05T13:25:58.125237+0000 mgr.y (mgr.25312) 157 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-05T13:26:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:25:59 smithi079 bash[25290]: cluster 2023-12-05T13:25:58.684501+0000 mgr.y (mgr.25312) 158 : cluster [DBG] pgmap v19: 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-05T13:26:00.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.862968+0000 mgr.y (mgr.25312) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[30785]: cephadm 2023-12-05T13:25:57.960994+0000 mgr.y (mgr.25312) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[30785]: cephadm 2023-12-05T13:25:58.055192+0000 mgr.y (mgr.25312) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[30785]: cephadm 2023-12-05T13:25:58.125237+0000 mgr.y (mgr.25312) 157 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-05T13:26:00.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[30785]: cluster 2023-12-05T13:25:58.684501+0000 mgr.y (mgr.25312) 158 : cluster [DBG] pgmap v19: 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-05T13:26:00.059 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.862968+0000 mgr.y (mgr.25312) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.059 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[25015]: cephadm 2023-12-05T13:25:57.960994+0000 mgr.y (mgr.25312) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.059 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[25015]: cephadm 2023-12-05T13:25:58.055192+0000 mgr.y (mgr.25312) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:00.059 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[25015]: cephadm 2023-12-05T13:25:58.125237+0000 mgr.y (mgr.25312) 157 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-05T13:26:00.059 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:25:59 smithi045 bash[25015]: cluster 2023-12-05T13:25:58.684501+0000 mgr.y (mgr.25312) 158 : cluster [DBG] pgmap v19: 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-05T13:26:00.524 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:26:01.304 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:26:01.304 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 4s ago 15m - - 2023-12-05T13:26:01.304 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 0s ago 15m - - 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (2m) 4s ago 8m 16.6M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (69s) 0s ago 8m 44.5M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (26s) 4s ago 6m 44.3M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (13s) 0s ago 14m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (45s) 4s ago 16m 488M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (17m) 4s ago 17m 69.7M 2048M 17.2.0 e1d6a67b021e 44a00602677d 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (15m) 0s ago 15m 55.8M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (15m) 4s ago 15m 50.1M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (2m) 4s ago 9m 13.4M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (92s) 0s ago 9m 14.0M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (14m) 4s ago 14m 57.7M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (13m) 4s ago 13m 60.0M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (13m) 4s ago 13m 54.3M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (12m) 4s ago 12m 58.9M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:26:01.305 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (12m) 0s ago 12m 57.6M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (11m) 0s ago 11m 57.5M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (10m) 0s ago 10m 53.3M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (10m) 0s ago 10m 57.1M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (21s) 0s ago 9m 52.7M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (6m) 4s ago 6m 86.5M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (6m) 0s ago 6m 87.0M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (6m) 4s ago 6m 86.4M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:26:01.306 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (6m) 0s ago 6m 86.9M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:26:01.750 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": {}, 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:01.751 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:26:01.752 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-05T13:26:01.752 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:26:01.752 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:26:01.752 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:26:02.040 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:01 smithi079 bash[25290]: audit 2023-12-05T13:26:00.504436+0000 mgr.y (mgr.25312) 159 : audit [DBG] from='client.25402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:01 smithi079 bash[25290]: cluster 2023-12-05T13:26:00.685148+0000 mgr.y (mgr.25312) 160 : cluster [DBG] pgmap v20: 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-05T13:26:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:01 smithi079 bash[25290]: audit 2023-12-05T13:26:01.165139+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:01 smithi079 bash[25290]: audit 2023-12-05T13:26:01.174522+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:01 smithi079 bash[25290]: audit 2023-12-05T13:26:01.181832+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:01 smithi079 bash[25290]: audit 2023-12-05T13:26:01.745658+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.45:0/492994820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:02.146 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:26:02.146 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:26:02.146 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:26:02.146 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:26:02.147 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:26:02.147 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr" 2023-12-05T13:26:02.147 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:26:02.147 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "2/23 daemons upgraded", 2023-12-05T13:26:02.147 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading mon daemons", 2023-12-05T13:26:02.147 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:26:02.147 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:26:02.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[25015]: audit 2023-12-05T13:26:00.504436+0000 mgr.y (mgr.25312) 159 : audit [DBG] from='client.25402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:02.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[25015]: cluster 2023-12-05T13:26:00.685148+0000 mgr.y (mgr.25312) 160 : cluster [DBG] pgmap v20: 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-05T13:26:02.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[25015]: audit 2023-12-05T13:26:01.165139+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[25015]: audit 2023-12-05T13:26:01.174522+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[25015]: audit 2023-12-05T13:26:01.181832+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[25015]: audit 2023-12-05T13:26:01.745658+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.45:0/492994820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[30785]: audit 2023-12-05T13:26:00.504436+0000 mgr.y (mgr.25312) 159 : audit [DBG] from='client.25402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[30785]: cluster 2023-12-05T13:26:00.685148+0000 mgr.y (mgr.25312) 160 : cluster [DBG] pgmap v20: 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-05T13:26:02.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[30785]: audit 2023-12-05T13:26:01.165139+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[30785]: audit 2023-12-05T13:26:01.174522+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[30785]: audit 2023-12-05T13:26:01.181832+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:02.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:01 smithi045 bash[30785]: audit 2023-12-05T13:26:01.745658+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.45:0/492994820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:02.617 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:26:03.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[25015]: audit 2023-12-05T13:26:00.890169+0000 mgr.y (mgr.25312) 161 : audit [DBG] from='client.25408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[25015]: audit 2023-12-05T13:26:01.274348+0000 mgr.y (mgr.25312) 162 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[25015]: audit 2023-12-05T13:26:02.110687+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[25015]: audit 2023-12-05T13:26:02.112199+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[25015]: audit 2023-12-05T13:26:02.113432+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[25015]: audit 2023-12-05T13:26:02.114587+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[25015]: audit 2023-12-05T13:26:02.612577+0000 mon.c (mon.1) 56 : audit [DBG] from='client.? 172.21.15.45:0/2452026966' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[30785]: audit 2023-12-05T13:26:00.890169+0000 mgr.y (mgr.25312) 161 : audit [DBG] from='client.25408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[30785]: audit 2023-12-05T13:26:01.274348+0000 mgr.y (mgr.25312) 162 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[30785]: audit 2023-12-05T13:26:02.110687+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[30785]: audit 2023-12-05T13:26:02.112199+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[30785]: audit 2023-12-05T13:26:02.113432+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:03.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[30785]: audit 2023-12-05T13:26:02.114587+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:03.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:02 smithi045 bash[30785]: audit 2023-12-05T13:26:02.612577+0000 mon.c (mon.1) 56 : audit [DBG] from='client.? 172.21.15.45:0/2452026966' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:26:03.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:02 smithi079 bash[25290]: audit 2023-12-05T13:26:00.890169+0000 mgr.y (mgr.25312) 161 : audit [DBG] from='client.25408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:03.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:02 smithi079 bash[25290]: audit 2023-12-05T13:26:01.274348+0000 mgr.y (mgr.25312) 162 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:03.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:02 smithi079 bash[25290]: audit 2023-12-05T13:26:02.110687+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' 2023-12-05T13:26:03.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:02 smithi079 bash[25290]: audit 2023-12-05T13:26:02.112199+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:03.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:02 smithi079 bash[25290]: audit 2023-12-05T13:26:02.113432+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:03.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:02 smithi079 bash[25290]: audit 2023-12-05T13:26:02.114587+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:03.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:02 smithi079 bash[25290]: audit 2023-12-05T13:26:02.612577+0000 mon.c (mon.1) 56 : audit [DBG] from='client.? 172.21.15.45:0/2452026966' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:26:03.831 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:03 smithi079 bash[25290]: cephadm 2023-12-05T13:26:02.101711+0000 mgr.y (mgr.25312) 163 : cephadm [INF] Upgrade: Updating mon.a 2023-12-05T13:26:03.831 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:03 smithi079 bash[25290]: cephadm 2023-12-05T13:26:02.116026+0000 mgr.y (mgr.25312) 164 : cephadm [INF] Deploying daemon mon.a on smithi045 2023-12-05T13:26:03.831 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:03 smithi079 bash[25290]: audit 2023-12-05T13:26:02.141378+0000 mgr.y (mgr.25312) 165 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:03.831 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:03 smithi079 bash[25290]: cluster 2023-12-05T13:26:02.685700+0000 mgr.y (mgr.25312) 166 : 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-05T13:26:04.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[25015]: cephadm 2023-12-05T13:26:02.101711+0000 mgr.y (mgr.25312) 163 : cephadm [INF] Upgrade: Updating mon.a 2023-12-05T13:26:04.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[25015]: cephadm 2023-12-05T13:26:02.116026+0000 mgr.y (mgr.25312) 164 : cephadm [INF] Deploying daemon mon.a on smithi045 2023-12-05T13:26:04.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[25015]: audit 2023-12-05T13:26:02.141378+0000 mgr.y (mgr.25312) 165 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:04.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[25015]: cluster 2023-12-05T13:26:02.685700+0000 mgr.y (mgr.25312) 166 : 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-05T13:26:04.061 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[30785]: cephadm 2023-12-05T13:26:02.101711+0000 mgr.y (mgr.25312) 163 : cephadm [INF] Upgrade: Updating mon.a 2023-12-05T13:26:04.061 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[30785]: cephadm 2023-12-05T13:26:02.116026+0000 mgr.y (mgr.25312) 164 : cephadm [INF] Deploying daemon mon.a on smithi045 2023-12-05T13:26:04.061 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[30785]: audit 2023-12-05T13:26:02.141378+0000 mgr.y (mgr.25312) 165 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:04.061 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:03 smithi045 bash[30785]: cluster 2023-12-05T13:26:02.685700+0000 mgr.y (mgr.25312) 166 : 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-05T13:26:05.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:05 smithi045 bash[25015]: cluster 2023-12-05T13:26:04.687282+0000 mgr.y (mgr.25312) 167 : 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-05T13:26:05.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:05 smithi045 bash[30785]: cluster 2023-12-05T13:26:04.687282+0000 mgr.y (mgr.25312) 167 : 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-05T13:26:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:05 smithi079 bash[25290]: cluster 2023-12-05T13:26:04.687282+0000 mgr.y (mgr.25312) 167 : 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-05T13:26:07.029 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:06 smithi045 systemd[1]: Stopping Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:26:07.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[25015]: debug 2023-12-05T13:26:07.129+0000 7fbe32918700 -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-05T13:26:07.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[25015]: debug 2023-12-05T13:26:07.129+0000 7fbe32918700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-05T13:26:07.332 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[74945]: [05/Dec/2023:13:26:07] ENGINE Bus STOPPING 2023-12-05T13:26:07.332 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[74945]: [05/Dec/2023:13:26:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T13:26:07.332 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[74945]: [05/Dec/2023:13:26:07] ENGINE Bus STOPPED 2023-12-05T13:26:07.332 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[74945]: [05/Dec/2023:13:26:07] ENGINE Bus STARTING 2023-12-05T13:26:07.332 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[74945]: [05/Dec/2023:13:26:07] ENGINE Serving on http://:::9283 2023-12-05T13:26:07.332 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[74945]: [05/Dec/2023:13:26:07] ENGINE Bus STARTED 2023-12-05T13:26:08.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:07 smithi045 bash[78567]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-a 2023-12-05T13:26:08.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:08 smithi045 bash[78650]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-a 2023-12-05T13:26:08.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:08 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-05T13:26:08.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:08 smithi045 systemd[1]: Stopped Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:26:08.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:08 smithi045 systemd[1]: Started Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:26:09.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:26:08 smithi079 bash[62226]: ts=2023-12-05T13:26: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:26:09.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:26:09] "GET /metrics HTTP/1.1" 200 38217 "" "Prometheus/2.33.4" 2023-12-05T13:26:09.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.377+0000 7f9b6d122c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T13:26:09.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.377+0000 7f9b6d122c80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-05T13:26:09.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.377+0000 7f9b6d122c80 0 pidfile_write: ignore empty --pid-file 2023-12-05T13:26:09.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.381+0000 7f9b6d122c80 0 load: jerasure load: lrc 2023-12-05T13:26:09.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-05T13:26:09.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Git sha 0 2023-12-05T13:26:09.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-05T13:26:09.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: DB SUMMARY 2023-12-05T13:26:09.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: DB Session ID: 2OKQUOIB7DWQ2Z7NE1WK 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: CURRENT file: CURRENT 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1742 Bytes 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000042.sst 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000040.log size: 1023414 ; 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.error_if_exists: 0 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.create_if_missing: 0 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T13:26:09.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.env: 0x55dfb4c8fa60 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.info_log: 0x55dfb657d780 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.statistics: (nil) 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.use_fsync: 0 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T13:26:09.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.db_log_dir: 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.wal_dir: 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.write_buffer_manager: 0x55dfb65512c0 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T13:26:09.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T13:26:09.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T13:26:09.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T13:26:09.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T13:26:09.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T13:26:09.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T13:26:09.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T13:26:09.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.unordered_write: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.row_cache: None 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.wal_filter: None 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.two_write_queues: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.wal_compression: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.atomic_flush: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T13:26:09.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T13:26:09.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_open_files: -1 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Compression algorithms supported: 2023-12-05T13:26:09.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kZSTD supported: 0 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kXpressCompression supported: 0 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kZlibCompression supported: 1 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.merge_operator: 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_filter: None 2023-12-05T13:26:09.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dfb657d8a0) 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: cache_index_and_filter_blocks: 1 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: pin_top_level_index_and_filter: 1 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: index_type: 0 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: data_block_index_type: 0 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: index_shortening: 1 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: checksum: 4 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: no_block_cache: 0 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_cache: 0x55dfb65d1090 2023-12-05T13:26:09.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_cache_name: BinnedLRUCache 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_cache_options: 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: capacity : 536870912 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: num_shard_bits : 4 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: strict_capacity_limit : 0 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: high_pri_pool_ratio: 0.000 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_cache_compressed: (nil) 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: persistent_cache: (nil) 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_size: 4096 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_size_deviation: 10 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_restart_interval: 16 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: index_block_restart_interval: 1 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: metadata_block_size: 4096 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: partition_filters: 0 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: use_delta_encoding: 1 2023-12-05T13:26:09.709 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: filter_policy: bloomfilter 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: whole_key_filtering: 1 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: verify_compression: 0 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: read_amp_bytes_per_bit: 0 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: format_version: 5 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: enable_index_compression: 1 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: block_align: 0 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: max_auto_readahead_size: 262144 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: prepopulate_block_cache: 0 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: initial_auto_readahead_size: 8192 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: num_file_reads_for_auto_readahead: 2 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T13:26:09.710 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression: NoCompression 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.num_levels: 7 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:26:09.711 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-05T13:26:09.712 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T13:26:09.713 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T13:26:09.714 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T13:26:09.715 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.table_properties_collectors: 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.bloom_locality: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.ttl: 2592000 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T13:26:09.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.enable_blob_files: false 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.min_blob_size: 0 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-05T13:26:09.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-05T13:26:09.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-05T13:26:09.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-05T13:26:09.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b628eb700 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-05T13:26:09.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 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-05T13:26:09.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 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 19876, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T13:26:09.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2023-12-05T13:26:09.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6a54831d-806a-49fd-b7ae-efcda4bf796c 2023-12-05T13:26:09.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782769390872, "job": 1, "event": "recovery_started", "wal_files": [40]} 2023-12-05T13:26:09.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.385+0000 7f9b6d122c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2023-12-05T13:26:09.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.397+0000 7f9b6d122c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782769401522, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 992336, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 19877, "largest_seqno": 20968, "table_properties": {"data_size": 987685, "index_size": 1973, "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": 16096, "raw_average_key_size": 24, "raw_value_size": 976594, "raw_average_value_size": 1493, "num_data_blocks": 80, "num_entries": 654, "num_filter_entries": 654, "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": 1701782769, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6a54831d-806a-49fd-b7ae-efcda4bf796c", "db_session_id": "2OKQUOIB7DWQ2Z7NE1WK", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2023-12-05T13:26:09.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.397+0000 7f9b6d122c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782769401672, "job": 1, "event": "recovery_finished"} 2023-12-05T13:26:09.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.397+0000 7f9b6d122c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.397+0000 7f9b6d122c80 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-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 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-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55dfb6670000 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 4 rocksdb: DB pointer 0x55dfb665e000 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 1 mon.a@-1(???) e3 preinit fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 0 mon.a@-1(???).mds e1 new map 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 0 mon.a@-1(???).mds e1 print_map 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: e1 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: 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-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: legacy client fscid: -1 2023-12-05T13:26:09.720 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: No filesystems configured 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 0 mon.a@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b6d122c80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b5b8dd700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.401+0000 7f9b5b8dd700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: ** DB Stats ** 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: 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-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: 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-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:26:09.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: ** Compaction Stats [default] ** 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: 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-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: L0 1/0 969.08 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 171.2 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: L6 1/0 10.49 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-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Sum 2/0 11.44 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 171.2 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 171.2 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: ** Compaction Stats [default] ** 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: 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-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 171.2 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-12-05T13:26:09.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-05T13:26:09.723 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:26:09.723 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-05T13:26:09.723 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:26:09.723 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:26:09.723 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:26:09.723 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:26:09.723 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Cumulative compaction: 0.00 GB write, 51.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:26:09.724 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Interval compaction: 0.00 GB write, 51.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:26:09.724 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: 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-05T13:26:09.724 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Block cache BinnedLRUCache@0x55dfb65d1090#7 capacity: 512.00 MB usage: 394.92 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2023-12-05T13:26:09.724 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: Block cache entry stats(count,size,portion): DataBlock(28,354.95 KB,0.0677019%) FilterBlock(2,13.81 KB,0.00263453%) IndexBlock(2,26.16 KB,0.00498891%) Misc(1,0.00 KB,0%) 2023-12-05T13:26:09.724 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:26:09.724 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:09 smithi045 bash[78714]: debug 2023-12-05T13:26:09.405+0000 7f9b6d122c80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-05T13:26:11.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[74945]: ignoring --setuser ceph since I am not root 2023-12-05T13:26:11.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[74945]: ignoring --setgroup ceph since I am not root 2023-12-05T13:26:11.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[74945]: debug 2023-12-05T13:26:10.949+0000 7f3c92e49700 1 -- 172.21.15.45:0/912364778 <== mon.0 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558c31d401a0 con 0x558c32abcc00 2023-12-05T13:26:11.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:11 smithi045 bash[74945]: debug 2023-12-05T13:26:11.117+0000 7f3c9cbd1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: audit 2023-12-05T13:26:07.141949+0000 mon.c (mon.1) 57 : audit 0 from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: audit 2023-12-05T13:26:07.142708+0000 mon.c (mon.1) 58 : audit 0 from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: audit 2023-12-05T13:26:07.143127+0000 mon.c (mon.1) 59 : audit 0 from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:08.689664+0000 mgr.y (mgr.25312) 170 : 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-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.690404+0000 mgr.y (mgr.25312) 171 : cluster 0 pgmap v25: 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-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.830660+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.853860+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-05T13:26:11.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.864868+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.865547+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.865583+0000 mon.a (mon.0) 5 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.867390+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e35: y(active, since 44s), standbys: x 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: audit 2023-12-05T13:26:10.885682+0000 mon.a (mon.0) 7 : audit 1 from='mgr.25312 ' entity='' 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.886687+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e36: y(active, since 44s), standbys: x 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[78714]: cluster 2023-12-05T13:26:10.886745+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: audit 2023-12-05T13:26:07.141949+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: audit 2023-12-05T13:26:07.142708+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: audit 2023-12-05T13:26:07.143127+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:26:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:08.689664+0000 mgr.y (mgr.25312) 170 : 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-05T13:26:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.690404+0000 mgr.y (mgr.25312) 171 : cluster [DBG] pgmap v25: 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-05T13:26:11.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.830660+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.853860+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-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.864868+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.865547+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.865583+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.867390+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e35: y(active, since 44s), standbys: x 2023-12-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: audit 2023-12-05T13:26:10.885682+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.25312 ' entity='' 2023-12-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.886687+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e36: y(active, since 44s), standbys: x 2023-12-05T13:26:11.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:10 smithi045 bash[30785]: cluster 2023-12-05T13:26:10.886745+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-05T13:26:11.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[62790]: ignoring --setuser ceph since I am not root 2023-12-05T13:26:11.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[62790]: ignoring --setgroup ceph since I am not root 2023-12-05T13:26:11.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[62790]: debug 2023-12-05T13:26:10.953+0000 7fda70e12700 1 -- 172.21.15.79:0/1921362622 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56446d4661a0 con 0x56446e1e2400 2023-12-05T13:26:11.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:11 smithi079 bash[62790]: debug 2023-12-05T13:26:11.113+0000 7fda7ab9a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T13:26:11.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: audit 2023-12-05T13:26:07.141949+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:26:11.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: audit 2023-12-05T13:26:07.142708+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:26:11.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: audit 2023-12-05T13:26:07.143127+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25312 172.21.15.45:0/3226908820' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:08.689664+0000 mgr.y (mgr.25312) 170 : 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-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.690404+0000 mgr.y (mgr.25312) 171 : cluster [DBG] pgmap v25: 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-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.830660+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.853860+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-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.864868+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.865547+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.865583+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.867390+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e35: y(active, since 44s), standbys: x 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: audit 2023-12-05T13:26:10.885682+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.25312 ' entity='' 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.886687+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e36: y(active, since 44s), standbys: x 2023-12-05T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:10 smithi079 bash[25290]: cluster 2023-12-05T13:26:10.886745+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-05T13:26:12.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:12 smithi079 bash[62790]: debug 2023-12-05T13:26:12.001+0000 7fda7ab9a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T13:26:12.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:12 smithi079 bash[62790]: debug 2023-12-05T13:26:12.101+0000 7fda7ab9a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:26:12.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:12 smithi079 bash[62790]: debug 2023-12-05T13:26:12.201+0000 7fda7ab9a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:26:12.303 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:12 smithi045 bash[74945]: debug 2023-12-05T13:26:12.073+0000 7f3c9cbd1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T13:26:12.303 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:12 smithi045 bash[74945]: debug 2023-12-05T13:26:12.185+0000 7f3c9cbd1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T13:26:12.581 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:12 smithi045 bash[74945]: debug 2023-12-05T13:26:12.293+0000 7f3c9cbd1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T13:26:12.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:12 smithi079 bash[62790]: debug 2023-12-05T13:26:12.469+0000 7fda7ab9a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:26:12.892 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:12 smithi045 bash[74945]: debug 2023-12-05T13:26:12.573+0000 7f3c9cbd1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:26:13.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:12 smithi045 bash[74945]: debug 2023-12-05T13:26:12.945+0000 7f3c9cbd1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:26:13.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:13 smithi045 bash[74945]: debug 2023-12-05T13:26:13.109+0000 7f3c9cbd1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:26:13.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:12 smithi045 bash[30785]: cluster 2023-12-05T13:26:11.892797+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e37: y(active, since 45s), standbys: x 2023-12-05T13:26:13.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:12 smithi045 bash[78714]: cluster 2023-12-05T13:26:11.892797+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e37: y(active, since 45s), standbys: x 2023-12-05T13:26:13.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:12 smithi079 bash[25290]: cluster 2023-12-05T13:26:11.892797+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e37: y(active, since 45s), standbys: x 2023-12-05T13:26:13.198 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:12 smithi079 bash[62790]: debug 2023-12-05T13:26:12.821+0000 7fda7ab9a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T13:26:13.198 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:12 smithi079 bash[62790]: debug 2023-12-05T13:26:12.981+0000 7fda7ab9a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T13:26:13.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:13 smithi079 bash[62790]: debug 2023-12-05T13:26:13.193+0000 7fda7ab9a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:26:13.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:13 smithi045 bash[74945]: debug 2023-12-05T13:26:13.329+0000 7f3c9cbd1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T13:26:14.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:14 smithi079 bash[62790]: debug 2023-12-05T13:26:14.205+0000 7fda7ab9a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:26:14.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:14 smithi079 bash[62790]: debug 2023-12-05T13:26:14.317+0000 7fda7ab9a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:26:14.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:14 smithi079 bash[62790]: debug 2023-12-05T13:26:14.433+0000 7fda7ab9a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:26:14.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:14 smithi045 bash[74945]: debug 2023-12-05T13:26:14.365+0000 7f3c9cbd1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T13:26:14.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:14 smithi045 bash[74945]: debug 2023-12-05T13:26:14.481+0000 7f3c9cbd1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T13:26:14.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:14 smithi045 bash[74945]: debug 2023-12-05T13:26:14.613+0000 7f3c9cbd1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T13:26:15.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:14 smithi079 bash[62790]: debug 2023-12-05T13:26:14.901+0000 7fda7ab9a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:26:15.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:15 smithi079 bash[62790]: debug 2023-12-05T13:26:15.121+0000 7fda7ab9a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:26:15.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:15 smithi045 bash[74945]: debug 2023-12-05T13:26:15.133+0000 7f3c9cbd1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T13:26:15.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:15 smithi045 bash[74945]: debug 2023-12-05T13:26:15.369+0000 7f3c9cbd1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T13:26:16.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:15 smithi079 bash[62790]: debug 2023-12-05T13:26:15.577+0000 7fda7ab9a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:26:16.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:15 smithi045 bash[74945]: debug 2023-12-05T13:26:15.845+0000 7f3c9cbd1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T13:26:16.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:16 smithi079 bash[62790]: debug 2023-12-05T13:26:16.081+0000 7fda7ab9a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:26:16.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:16 smithi045 bash[74945]: debug 2023-12-05T13:26:16.365+0000 7f3c9cbd1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T13:26:17.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:16 smithi079 bash[62790]: debug 2023-12-05T13:26:16.657+0000 7fda7ab9a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:26:17.041 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:16 smithi079 bash[62790]: debug 2023-12-05T13:26:16.769+0000 7fda7ab9a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:26:17.373 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:17 smithi079 bash[62790]: debug 2023-12-05T13:26:17.113+0000 7fda7ab9a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:26:17.373 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:17 smithi079 bash[62790]: debug 2023-12-05T13:26:17.229+0000 7fda7ab9a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:26:17.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:17 smithi045 bash[74945]: debug 2023-12-05T13:26:16.997+0000 7f3c9cbd1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T13:26:17.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:17 smithi045 bash[74945]: debug 2023-12-05T13:26:17.129+0000 7f3c9cbd1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T13:26:17.781 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:17 smithi045 bash[74945]: debug 2023-12-05T13:26:17.501+0000 7f3c9cbd1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T13:26:17.781 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:17 smithi045 bash[74945]: debug 2023-12-05T13:26:17.621+0000 7f3c9cbd1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T13:26:17.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:17 smithi079 bash[62790]: debug 2023-12-05T13:26:17.373+0000 7fda7ab9a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:26:17.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:17 smithi079 bash[62790]: debug 2023-12-05T13:26:17.485+0000 7fda7ab9a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:26:17.791 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:17 smithi079 bash[62790]: debug 2023-12-05T13:26:17.609+0000 7fda7ab9a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:26:18.036 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:17 smithi045 bash[74945]: debug 2023-12-05T13:26:17.773+0000 7f3c9cbd1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T13:26:18.037 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:17 smithi045 bash[74945]: debug 2023-12-05T13:26:17.893+0000 7f3c9cbd1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T13:26:18.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:17 smithi079 bash[62790]: debug 2023-12-05T13:26:17.801+0000 7fda7ab9a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:26:18.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:17 smithi079 bash[62790]: debug 2023-12-05T13:26:17.925+0000 7fda7ab9a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:26:18.377 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:18 smithi045 bash[74945]: debug 2023-12-05T13:26:18.029+0000 7f3c9cbd1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T13:26:18.377 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:18 smithi045 bash[74945]: debug 2023-12-05T13:26:18.233+0000 7f3c9cbd1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T13:26:18.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:18 smithi045 bash[74945]: debug 2023-12-05T13:26:18.369+0000 7f3c9cbd1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T13:26:19.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:26:18 smithi079 bash[62226]: ts=2023-12-05T13:26: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:26:19.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[62790]: debug 2023-12-05T13:26:19.149+0000 7fda7ab9a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:26:19.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[62790]: [05/Dec/2023:13:26:19] ENGINE Bus STARTING 2023-12-05T13:26:19.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[62790]: CherryPy Checker: 2023-12-05T13:26:19.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[62790]: The Application mounted at '' has an empty config. 2023-12-05T13:26:19.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[62790]: [05/Dec/2023:13:26:19] ENGINE Serving on http://:::9283 2023-12-05T13:26:19.541 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[62790]: [05/Dec/2023:13:26:19] ENGINE Bus STARTED 2023-12-05T13:26:19.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.166717+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:26:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.166927+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:26:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[25290]: audit 2023-12-05T13:26:19.173870+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:26:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[25290]: audit 2023-12-05T13:26:19.174798+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:26:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[25290]: audit 2023-12-05T13:26:19.178479+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:26:19.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[25290]: audit 2023-12-05T13:26:19.179152+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:26:19.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.166717+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-05T13:26:19.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.166927+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-05T13:26:19.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[78714]: audit 2023-12-05T13:26:19.173870+0000 mon.b (mon.2) 95 : audit 0 from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[78714]: audit 2023-12-05T13:26:19.174798+0000 mon.b (mon.2) 96 : audit 0 from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[78714]: audit 2023-12-05T13:26:19.178479+0000 mon.b (mon.2) 97 : audit 0 from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[78714]: audit 2023-12-05T13:26:19.179152+0000 mon.b (mon.2) 98 : audit 0 from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.166717+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.166927+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[30785]: audit 2023-12-05T13:26:19.173870+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[30785]: audit 2023-12-05T13:26:19.174798+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[30785]: audit 2023-12-05T13:26:19.178479+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T13:26:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[30785]: audit 2023-12-05T13:26:19.179152+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.79:0/2779270154' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:26:20.021 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[74945]: debug 2023-12-05T13:26:19.717+0000 7f3c9cbd1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T13:26:20.021 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[74945]: [05/Dec/2023:13:26:19] ENGINE Bus STARTING 2023-12-05T13:26:20.021 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:19 smithi045 bash[30785]: debug 2023-12-05T13:26:19.725+0000 7ff60ba78700 -1 mon.c@1(peon).osd e105 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-05T13:26:20.033 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:19 smithi079 bash[25290]: debug 2023-12-05T13:26:19.733+0000 7f1a887a7700 -1 mon.b@2(peon).osd e105 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-05T13:26:20.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[74945]: CherryPy Checker: 2023-12-05T13:26:20.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[74945]: The Application mounted at '' has an empty config. 2023-12-05T13:26:20.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[74945]: [05/Dec/2023:13:26:20] ENGINE Serving on http://:::9283 2023-12-05T13:26:20.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[74945]: [05/Dec/2023:13:26:20] ENGINE Bus STARTED 2023-12-05T13:26:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.227124+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 52s), standbys: x 2023-12-05T13:26:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.723337+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.723763+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.732839+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.735226+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.736010+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.012323s), standbys: x 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.739810+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.740034+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.740225+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.740818+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.741157+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.741679+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.742123+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.742427+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.742729+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:26:20.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.743018+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.743335+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.743619+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.743907+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.744205+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.744439+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.745282+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.754030+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.794668+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.803981+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.812592+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.814464+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.816119+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.818601+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cephadm 2023-12-05T13:26:19.835152+0000 mgr.y (mgr.34107) 1 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: cephadm 2023-12-05T13:26:19.836457+0000 mgr.y (mgr.34107) 2 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:26:20.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.838054+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:20.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.849613+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:26:20.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:20 smithi079 bash[25290]: audit 2023-12-05T13:26:19.904503+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:26:20.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.227124+0000 mon.a (mon.0) 13 : cluster 0 mgrmap e38: y(active, since 52s), standbys: x 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.723337+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.723763+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.732839+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.735226+0000 mon.a (mon.0) 16 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.736010+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e39: y(active, starting, since 0.012323s), standbys: x 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.739810+0000 mon.a (mon.0) 18 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.740034+0000 mon.a (mon.0) 19 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:26:20.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.740225+0000 mon.a (mon.0) 20 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.740818+0000 mon.a (mon.0) 21 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.741157+0000 mon.a (mon.0) 22 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.741679+0000 mon.a (mon.0) 23 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.742123+0000 mon.a (mon.0) 24 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.742427+0000 mon.a (mon.0) 25 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.742729+0000 mon.a (mon.0) 26 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.743018+0000 mon.a (mon.0) 27 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.743335+0000 mon.a (mon.0) 28 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:26:20.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.743619+0000 mon.a (mon.0) 29 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:26:20.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.743907+0000 mon.a (mon.0) 30 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:26:20.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.744205+0000 mon.a (mon.0) 31 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:26:20.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.227124+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e38: y(active, since 52s), standbys: x 2023-12-05T13:26:20.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.723337+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-05T13:26:20.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.723763+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.732839+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.735226+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.736010+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e39: y(active, starting, since 0.012323s), standbys: x 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.739810+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.740034+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.740225+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.740818+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T13:26:20.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.741157+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.741679+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.742123+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.742427+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.742729+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.743018+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.743335+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.743619+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.743907+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.744205+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.744439+0000 mon.a (mon.0) 32 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:26:20.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.745282+0000 mon.a (mon.0) 33 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.754030+0000 mon.a (mon.0) 34 : cluster 1 Manager daemon y is now available 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.794668+0000 mon.a (mon.0) 35 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.803981+0000 mon.a (mon.0) 36 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.812592+0000 mon.a (mon.0) 37 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.814464+0000 mon.a (mon.0) 38 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.816119+0000 mon.a (mon.0) 39 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.818601+0000 mon.a (mon.0) 40 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:20.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cephadm 2023-12-05T13:26:19.835152+0000 mgr.y (mgr.34107) 1 : cephadm 1 Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: cephadm 2023-12-05T13:26:19.836457+0000 mgr.y (mgr.34107) 2 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.838054+0000 mon.a (mon.0) 41 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.849613+0000 mon.a (mon.0) 42 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[78714]: audit 2023-12-05T13:26:19.904503+0000 mon.a (mon.0) 43 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.744439+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.745282+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.754030+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.794668+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.803981+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.812592+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.814464+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.816119+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:20.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.818601+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:20.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cephadm 2023-12-05T13:26:19.835152+0000 mgr.y (mgr.34107) 1 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-12-05T13:26:20.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: cephadm 2023-12-05T13:26:19.836457+0000 mgr.y (mgr.34107) 2 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-05T13:26:20.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.838054+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:20.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.849613+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:26:20.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[30785]: audit 2023-12-05T13:26:19.904503+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T13:26:21.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:20 smithi045 bash[74945]: debug 2023-12-05T13:26:20.741+0000 7f3c5ca31700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.747902+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.864711+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cluster 2023-12-05T13:26:19.896407+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.478528+0000 mgr.y (mgr.34107) 3 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.478818+0000 mgr.y (mgr.34107) 4 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.571924+0000 mgr.y (mgr.34107) 5 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Bus STARTING 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.693794+0000 mgr.y (mgr.34107) 6 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:26:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.694246+0000 mgr.y (mgr.34107) 7 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.707675+0000 mgr.y (mgr.34107) 8 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Serving on https://172.21.15.45:7151 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cluster 2023-12-05T13:26:20.740902+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e40: y(active, since 1.01725s), standbys: x 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: audit 2023-12-05T13:26:20.758771+0000 mgr.y (mgr.34107) 9 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cluster 2023-12-05T13:26:20.761022+0000 mgr.y (mgr.34107) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.811270+0000 mgr.y (mgr.34107) 11 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Serving on http://172.21.15.45:8765 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.811585+0000 mgr.y (mgr.34107) 12 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Bus STARTED 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.909472+0000 mgr.y (mgr.34107) 13 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: cephadm 2023-12-05T13:26:20.909852+0000 mgr.y (mgr.34107) 14 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: audit 2023-12-05T13:26:21.082279+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: audit 2023-12-05T13:26:21.091944+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: audit 2023-12-05T13:26:21.186881+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: audit 2023-12-05T13:26:21.197176+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: audit 2023-12-05T13:26:21.206428+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:21 smithi079 bash[25290]: audit 2023-12-05T13:26:21.213056+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.747902+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.864711+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cluster 2023-12-05T13:26:19.896407+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.478528+0000 mgr.y (mgr.34107) 3 : cephadm 1 Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.478818+0000 mgr.y (mgr.34107) 4 : cephadm 1 Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.571924+0000 mgr.y (mgr.34107) 5 : cephadm 1 [05/Dec/2023:13:26:20] ENGINE Bus STARTING 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.693794+0000 mgr.y (mgr.34107) 6 : cephadm 1 Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.694246+0000 mgr.y (mgr.34107) 7 : cephadm 1 Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.707675+0000 mgr.y (mgr.34107) 8 : cephadm 1 [05/Dec/2023:13:26:20] ENGINE Serving on https://172.21.15.45:7151 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cluster 2023-12-05T13:26:20.740902+0000 mon.a (mon.0) 44 : cluster 0 mgrmap e40: y(active, since 1.01725s), standbys: x 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: audit 2023-12-05T13:26:20.758771+0000 mgr.y (mgr.34107) 9 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cluster 2023-12-05T13:26:20.761022+0000 mgr.y (mgr.34107) 10 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.811270+0000 mgr.y (mgr.34107) 11 : cephadm 1 [05/Dec/2023:13:26:20] ENGINE Serving on http://172.21.15.45:8765 2023-12-05T13:26:21.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.811585+0000 mgr.y (mgr.34107) 12 : cephadm 1 [05/Dec/2023:13:26:20] ENGINE Bus STARTED 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.909472+0000 mgr.y (mgr.34107) 13 : cephadm 1 Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: cephadm 2023-12-05T13:26:20.909852+0000 mgr.y (mgr.34107) 14 : cephadm 1 Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: audit 2023-12-05T13:26:21.082279+0000 mon.a (mon.0) 45 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: audit 2023-12-05T13:26:21.091944+0000 mon.a (mon.0) 46 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: audit 2023-12-05T13:26:21.186881+0000 mon.a (mon.0) 47 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: audit 2023-12-05T13:26:21.197176+0000 mon.a (mon.0) 48 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: audit 2023-12-05T13:26:21.206428+0000 mon.a (mon.0) 49 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[78714]: audit 2023-12-05T13:26:21.213056+0000 mon.a (mon.0) 50 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.747902+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.864711+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cluster 2023-12-05T13:26:19.896407+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e105 with expected crc 2023-12-05T13:26:21.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.478528+0000 mgr.y (mgr.34107) 3 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.478818+0000 mgr.y (mgr.34107) 4 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.571924+0000 mgr.y (mgr.34107) 5 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Bus STARTING 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.693794+0000 mgr.y (mgr.34107) 6 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.694246+0000 mgr.y (mgr.34107) 7 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.707675+0000 mgr.y (mgr.34107) 8 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Serving on https://172.21.15.45:7151 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cluster 2023-12-05T13:26:20.740902+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e40: y(active, since 1.01725s), standbys: x 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: audit 2023-12-05T13:26:20.758771+0000 mgr.y (mgr.34107) 9 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cluster 2023-12-05T13:26:20.761022+0000 mgr.y (mgr.34107) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.811270+0000 mgr.y (mgr.34107) 11 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Serving on http://172.21.15.45:8765 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.811585+0000 mgr.y (mgr.34107) 12 : cephadm [INF] [05/Dec/2023:13:26:20] ENGINE Bus STARTED 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.909472+0000 mgr.y (mgr.34107) 13 : cephadm [INF] Updating smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: cephadm 2023-12-05T13:26:20.909852+0000 mgr.y (mgr.34107) 14 : cephadm [INF] Updating smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: audit 2023-12-05T13:26:21.082279+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: audit 2023-12-05T13:26:21.091944+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: audit 2023-12-05T13:26:21.186881+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: audit 2023-12-05T13:26:21.197176+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: audit 2023-12-05T13:26:21.206428+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:21.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:21 smithi045 bash[30785]: audit 2023-12-05T13:26:21.213056+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:22.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:22 smithi079 bash[25290]: audit 2023-12-05T13:26:21.287951+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:26:22.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:22 smithi079 bash[25290]: cluster 2023-12-05T13:26:21.742343+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:22.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:22 smithi045 bash[78714]: audit 2023-12-05T13:26:21.287951+0000 mon.a (mon.0) 51 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:26:22.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:22 smithi045 bash[78714]: cluster 2023-12-05T13:26:21.742343+0000 mgr.y (mgr.34107) 15 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:22.568 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:22 smithi045 bash[30785]: audit 2023-12-05T13:26:21.287951+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-12-05T13:26:22.568 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:22 smithi045 bash[30785]: cluster 2023-12-05T13:26:21.742343+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:23.418 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[78714]: cluster 2023-12-05T13:26:22.256242+0000 mon.a (mon.0) 52 : cluster 0 mgrmap e41: y(active, since 2s), standbys: x 2023-12-05T13:26:23.418 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[78714]: audit 2023-12-05T13:26:22.355460+0000 mon.a (mon.0) 53 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:26:23.418 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[78714]: audit 2023-12-05T13:26:22.829645+0000 mon.a (mon.0) 54 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.418 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[78714]: audit 2023-12-05T13:26:22.965629+0000 mon.a (mon.0) 55 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.418 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[78714]: audit 2023-12-05T13:26:23.108528+0000 mon.a (mon.0) 56 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.419 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[30785]: cluster 2023-12-05T13:26:22.256242+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e41: y(active, since 2s), standbys: x 2023-12-05T13:26:23.419 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[30785]: audit 2023-12-05T13:26:22.355460+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:26:23.419 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[30785]: audit 2023-12-05T13:26:22.829645+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.419 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[30785]: audit 2023-12-05T13:26:22.965629+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.419 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:23 smithi045 bash[30785]: audit 2023-12-05T13:26:23.108528+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:23 smithi079 bash[25290]: cluster 2023-12-05T13:26:22.256242+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e41: y(active, since 2s), standbys: x 2023-12-05T13:26:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:23 smithi079 bash[25290]: audit 2023-12-05T13:26:22.355460+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:26:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:23 smithi079 bash[25290]: audit 2023-12-05T13:26:22.829645+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:23 smithi079 bash[25290]: audit 2023-12-05T13:26:22.965629+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:23 smithi079 bash[25290]: audit 2023-12-05T13:26:23.108528+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:24.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:24 smithi079 bash[25290]: cluster 2023-12-05T13:26:23.742971+0000 mgr.y (mgr.34107) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:24.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:24 smithi079 bash[25290]: audit 2023-12-05T13:26:24.080393+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:24.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:24 smithi079 bash[25290]: audit 2023-12-05T13:26:24.082356+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:24.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:24 smithi079 bash[25290]: audit 2023-12-05T13:26:24.085142+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:26:24.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[78714]: cluster 2023-12-05T13:26:23.742971+0000 mgr.y (mgr.34107) 16 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:24.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[78714]: audit 2023-12-05T13:26:24.080393+0000 mon.a (mon.0) 57 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:24.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[78714]: audit 2023-12-05T13:26:24.082356+0000 mon.a (mon.0) 58 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:24.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[78714]: audit 2023-12-05T13:26:24.085142+0000 mon.a (mon.0) 59 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:26:24.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[30785]: cluster 2023-12-05T13:26:23.742971+0000 mgr.y (mgr.34107) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:24.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[30785]: audit 2023-12-05T13:26:24.080393+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:24.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[30785]: audit 2023-12-05T13:26:24.082356+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:24.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:24 smithi045 bash[30785]: audit 2023-12-05T13:26:24.085142+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi079", "caps": []}]: dispatch 2023-12-05T13:26:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: cluster 2023-12-05T13:26:24.273334+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e42: y(active, since 4s), standbys: x 2023-12-05T13:26:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:24.469681+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:24.629233+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:24.792301+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.027114+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.028583+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.038137+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.119877+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.121613+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.125312+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.126470+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.133793+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.196076+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.198284+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.201046+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.202035+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:25 smithi079 bash[25290]: audit 2023-12-05T13:26:25.209210+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: cluster 2023-12-05T13:26:24.273334+0000 mon.a (mon.0) 60 : cluster 0 mgrmap e42: y(active, since 4s), standbys: x 2023-12-05T13:26:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:24.469681+0000 mon.a (mon.0) 61 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:24.629233+0000 mon.a (mon.0) 62 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:24.792301+0000 mon.a (mon.0) 63 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.027114+0000 mon.a (mon.0) 64 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.028583+0000 mon.a (mon.0) 65 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.038137+0000 mon.a (mon.0) 66 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.119877+0000 mon.a (mon.0) 67 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.121613+0000 mon.a (mon.0) 68 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.125312+0000 mon.a (mon.0) 69 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.126470+0000 mon.a (mon.0) 70 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.133793+0000 mon.a (mon.0) 71 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.196076+0000 mon.a (mon.0) 72 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.198284+0000 mon.a (mon.0) 73 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.201046+0000 mon.a (mon.0) 74 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.202035+0000 mon.a (mon.0) 75 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[78714]: audit 2023-12-05T13:26:25.209210+0000 mon.a (mon.0) 76 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: cluster 2023-12-05T13:26:24.273334+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e42: y(active, since 4s), standbys: x 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:24.469681+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:24.629233+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:24.792301+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.027114+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.028583+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.038137+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.119877+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.121613+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.125312+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.126470+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.133793+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.196076+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.198284+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.201046+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.202035+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:25 smithi045 bash[30785]: audit 2023-12-05T13:26:25.209210+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.038705+0000 mgr.y (mgr.34107) 17 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.134537+0000 mgr.y (mgr.34107) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.209819+0000 mgr.y (mgr.34107) 19 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.283804+0000 mon.a (mon.0) 77 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.285455+0000 mon.a (mon.0) 78 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.287357+0000 mon.a (mon.0) 79 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.288038+0000 mon.a (mon.0) 80 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.294016+0000 mon.a (mon.0) 81 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.295134+0000 mgr.y (mgr.34107) 20 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.375267+0000 mon.a (mon.0) 82 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.377673+0000 mon.a (mon.0) 83 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.381294+0000 mon.a (mon.0) 84 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.382014+0000 mon.a (mon.0) 85 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.388190+0000 mon.a (mon.0) 86 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.388759+0000 mgr.y (mgr.34107) 21 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.453644+0000 mon.a (mon.0) 87 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.455410+0000 mon.a (mon.0) 88 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.457386+0000 mon.a (mon.0) 89 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.458115+0000 mon.a (mon.0) 90 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.463900+0000 mon.a (mon.0) 91 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.038705+0000 mgr.y (mgr.34107) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.134537+0000 mgr.y (mgr.34107) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.209819+0000 mgr.y (mgr.34107) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.283804+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.285455+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.287357+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.288038+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.294016+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.295134+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.375267+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.377673+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.381294+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.382014+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.388190+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.388759+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.453644+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.455410+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.457386+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.458115+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.463900+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.464543+0000 mgr.y (mgr.34107) 22 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.544676+0000 mon.a (mon.0) 92 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.546755+0000 mon.a (mon.0) 93 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.549435+0000 mon.a (mon.0) 94 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.550245+0000 mon.a (mon.0) 95 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.556091+0000 mon.a (mon.0) 96 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.556631+0000 mgr.y (mgr.34107) 23 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.617782+0000 mon.a (mon.0) 97 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.619731+0000 mon.a (mon.0) 98 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.624317+0000 mon.a (mon.0) 99 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.625645+0000 mon.a (mon.0) 100 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.633864+0000 mon.a (mon.0) 101 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.634515+0000 mgr.y (mgr.34107) 24 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.641537+0000 mon.a (mon.0) 102 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.714583+0000 mon.a (mon.0) 103 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.716834+0000 mon.a (mon.0) 104 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.720698+0000 mon.a (mon.0) 105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.722146+0000 mon.a (mon.0) 106 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.730141+0000 mon.a (mon.0) 107 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.730795+0000 mgr.y (mgr.34107) 25 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cluster 2023-12-05T13:26:25.743473+0000 mgr.y (mgr.34107) 26 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:26.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.464543+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.544676+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.546755+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.549435+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.550245+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.556091+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.556631+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.617782+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.619731+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.624317+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.625645+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.633864+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.634515+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.641537+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.714583+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.716834+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.720698+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.722146+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.730141+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.730795+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.777740+0000 mon.a (mon.0) 108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.809471+0000 mon.a (mon.0) 109 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.811588+0000 mon.a (mon.0) 110 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.814020+0000 mon.a (mon.0) 111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.814801+0000 mon.a (mon.0) 112 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.820659+0000 mon.a (mon.0) 113 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.823080+0000 mgr.y (mgr.34107) 27 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.901253+0000 mon.a (mon.0) 114 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.903393+0000 mon.a (mon.0) 115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.905649+0000 mon.a (mon.0) 116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.906516+0000 mon.a (mon.0) 117 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.912739+0000 mon.a (mon.0) 118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: cephadm 2023-12-05T13:26:25.920198+0000 mgr.y (mgr.34107) 28 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.935693+0000 mon.a (mon.0) 119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.997758+0000 mon.a (mon.0) 120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:25.999447+0000 mon.a (mon.0) 121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.001505+0000 mon.a (mon.0) 122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.002265+0000 mon.a (mon.0) 123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.008271+0000 mon.a (mon.0) 124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.087922+0000 mon.a (mon.0) 125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cluster 2023-12-05T13:26:25.743473+0000 mgr.y (mgr.34107) 26 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.777740+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.809471+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.811588+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.814020+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.814801+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.820659+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.823080+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.901253+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.903393+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.905649+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.906516+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.912739+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: cephadm 2023-12-05T13:26:25.920198+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.935693+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.997758+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:25.999447+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.001505+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.002265+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.008271+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.089766+0000 mon.a (mon.0) 126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.092339+0000 mon.a (mon.0) 127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.093198+0000 mon.a (mon.0) 128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.098947+0000 mon.a (mon.0) 129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.117366+0000 mon.a (mon.0) 130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.177224+0000 mon.a (mon.0) 131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.179433+0000 mon.a (mon.0) 132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.182854+0000 mon.a (mon.0) 133 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.183792+0000 mon.a (mon.0) 134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[78714]: audit 2023-12-05T13:26:26.190358+0000 mon.a (mon.0) 135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.087922+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.089766+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.092339+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.093198+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.098947+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.117366+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.177224+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.179433+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.182854+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.183792+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:26 smithi045 bash[30785]: audit 2023-12-05T13:26:26.190358+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.038705+0000 mgr.y (mgr.34107) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.134537+0000 mgr.y (mgr.34107) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.209819+0000 mgr.y (mgr.34107) 19 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.283804+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.285455+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.287357+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.288038+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.294016+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.295134+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.375267+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.377673+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.381294+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.382014+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.388190+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.388759+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.453644+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.455410+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.457386+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.458115+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.463900+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.464543+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.544676+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.546755+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.549435+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.550245+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.556091+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.556631+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.617782+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.619731+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.624317+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.625645+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.633864+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.634515+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.641537+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.714583+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.716834+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.720698+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.722146+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.730141+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.730795+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cluster 2023-12-05T13:26:25.743473+0000 mgr.y (mgr.34107) 26 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.777740+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.809471+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.811588+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.814020+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.814801+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.820659+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.823080+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.901253+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.903393+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.905649+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.906516+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.912739+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: cephadm 2023-12-05T13:26:25.920198+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.935693+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.997758+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:25.999447+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.001505+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.002265+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.008271+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.087922+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.089766+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.092339+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.093198+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.098947+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.117366+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.177224+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.179433+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.182854+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.183792+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:26.548 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:26 smithi079 bash[25290]: audit 2023-12-05T13:26:26.190358+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.423 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.009174+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.423 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.099841+0000 mgr.y (mgr.34107) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.423 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.190932+0000 mgr.y (mgr.34107) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.423 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.277864+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.423 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.279773+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.423 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.281824+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.282644+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.287304+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.287821+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.349020+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.351578+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.354429+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.355644+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.362517+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.363030+0000 mgr.y (mgr.34107) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.440607+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.443692+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.446386+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.447379+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.424 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.456987+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.457791+0000 mgr.y (mgr.34107) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.523382+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.525548+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.529103+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.529862+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.535170+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.535774+0000 mgr.y (mgr.34107) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.597244+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.425 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.599702+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.602969+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.604144+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.612244+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.612966+0000 mgr.y (mgr.34107) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.690085+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.692297+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.695443+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.696559+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.703710+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.704558+0000 mgr.y (mgr.34107) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.765699+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.767786+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.770752+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.426 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.771661+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.776902+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.777483+0000 mgr.y (mgr.34107) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.856225+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.858520+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.862002+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.863076+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.870502+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.871692+0000 mgr.y (mgr.34107) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.949827+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.952629+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.955783+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.956894+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:26.965493+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.047578+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.049168+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.427 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.051135+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.051913+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.057122+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.118865+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.120886+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.123758+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.124674+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.130719+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.210485+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.212201+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.214558+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.215455+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.428 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:27 smithi079 bash[25290]: audit 2023-12-05T13:26:27.223737+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.009174+0000 mgr.y (mgr.34107) 29 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.099841+0000 mgr.y (mgr.34107) 30 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.190932+0000 mgr.y (mgr.34107) 31 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.277864+0000 mon.a (mon.0) 136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.279773+0000 mon.a (mon.0) 137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.281824+0000 mon.a (mon.0) 138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.282644+0000 mon.a (mon.0) 139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.287304+0000 mon.a (mon.0) 140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.287821+0000 mgr.y (mgr.34107) 32 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.349020+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.351578+0000 mon.a (mon.0) 142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.354429+0000 mon.a (mon.0) 143 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.355644+0000 mon.a (mon.0) 144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.362517+0000 mon.a (mon.0) 145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.363030+0000 mgr.y (mgr.34107) 33 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.440607+0000 mon.a (mon.0) 146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.443692+0000 mon.a (mon.0) 147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.446386+0000 mon.a (mon.0) 148 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.447379+0000 mon.a (mon.0) 149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.456987+0000 mon.a (mon.0) 150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.009174+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.099841+0000 mgr.y (mgr.34107) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.190932+0000 mgr.y (mgr.34107) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.277864+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.279773+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.281824+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.282644+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.287304+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.287821+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.349020+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.351578+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.354429+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.355644+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.362517+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.363030+0000 mgr.y (mgr.34107) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.440607+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.443692+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.446386+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.447379+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.456987+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.457791+0000 mgr.y (mgr.34107) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.523382+0000 mon.a (mon.0) 151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.525548+0000 mon.a (mon.0) 152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.529103+0000 mon.a (mon.0) 153 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.529862+0000 mon.a (mon.0) 154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.535170+0000 mon.a (mon.0) 155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.535774+0000 mgr.y (mgr.34107) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.597244+0000 mon.a (mon.0) 156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.599702+0000 mon.a (mon.0) 157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.602969+0000 mon.a (mon.0) 158 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.604144+0000 mon.a (mon.0) 159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.612244+0000 mon.a (mon.0) 160 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.612966+0000 mgr.y (mgr.34107) 36 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.690085+0000 mon.a (mon.0) 161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.692297+0000 mon.a (mon.0) 162 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.695443+0000 mon.a (mon.0) 163 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.696559+0000 mon.a (mon.0) 164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.703710+0000 mon.a (mon.0) 165 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.704558+0000 mgr.y (mgr.34107) 37 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.765699+0000 mon.a (mon.0) 166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.457791+0000 mgr.y (mgr.34107) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.523382+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.525548+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.529103+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.529862+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.535170+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.535774+0000 mgr.y (mgr.34107) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.597244+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.599702+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.602969+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.604144+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.612244+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.612966+0000 mgr.y (mgr.34107) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.690085+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.692297+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.695443+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.696559+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.703710+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.704558+0000 mgr.y (mgr.34107) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.765699+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.767786+0000 mon.a (mon.0) 167 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.770752+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.771661+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.776902+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.777483+0000 mgr.y (mgr.34107) 38 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.856225+0000 mon.a (mon.0) 171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.858520+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.862002+0000 mon.a (mon.0) 173 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.863076+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.870502+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.871692+0000 mgr.y (mgr.34107) 39 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.949827+0000 mon.a (mon.0) 176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.952629+0000 mon.a (mon.0) 177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.955783+0000 mon.a (mon.0) 178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.956894+0000 mon.a (mon.0) 179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:26.965493+0000 mon.a (mon.0) 180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.047578+0000 mon.a (mon.0) 181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.049168+0000 mon.a (mon.0) 182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.051135+0000 mon.a (mon.0) 183 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.051913+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.767786+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.770752+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.771661+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.776902+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.777483+0000 mgr.y (mgr.34107) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.856225+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.858520+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.862002+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.863076+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.870502+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.871692+0000 mgr.y (mgr.34107) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.949827+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.952629+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.955783+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.956894+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:26.965493+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.047578+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.049168+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.051135+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.707 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.057122+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.118865+0000 mon.a (mon.0) 186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.120886+0000 mon.a (mon.0) 187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.123758+0000 mon.a (mon.0) 188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.124674+0000 mon.a (mon.0) 189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.130719+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.210485+0000 mon.a (mon.0) 191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.212201+0000 mon.a (mon.0) 192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.214558+0000 mon.a (mon.0) 193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.215455+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[78714]: audit 2023-12-05T13:26:27.223737+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.051913+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.708 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.057122+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.118865+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.120886+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.123758+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.124674+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.130719+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.210485+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.212201+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.214558+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.215455+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:27.709 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:27 smithi045 bash[30785]: audit 2023-12-05T13:26:27.223737+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:26.966659+0000 mgr.y (mgr.34107) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.057680+0000 mgr.y (mgr.34107) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.131403+0000 mgr.y (mgr.34107) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.224513+0000 mgr.y (mgr.34107) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.302117+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.304303+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.306644+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.307591+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.314002+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.314899+0000 mgr.y (mgr.34107) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.377579+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.379846+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.382002+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.382741+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.387822+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.388442+0000 mgr.y (mgr.34107) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.416253+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.464992+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.467190+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.469935+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.470887+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.478193+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.478756+0000 mgr.y (mgr.34107) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.556470+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.558862+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.562273+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.563392+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.570271+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.571003+0000 mgr.y (mgr.34107) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.649931+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.652056+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.654358+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.655117+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.661502+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.662471+0000 mgr.y (mgr.34107) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.739446+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.741925+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.744303+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cluster 2023-12-05T13:26:27.744305+0000 mgr.y (mgr.34107) 49 : 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-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.746102+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.752838+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.753543+0000 mgr.y (mgr.34107) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.830315+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.832621+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.836579+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.837871+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.845027+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.845556+0000 mgr.y (mgr.34107) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.911476+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.913308+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.916687+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.917548+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:27.922918+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: cephadm 2023-12-05T13:26:27.923511+0000 mgr.y (mgr.34107) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.004314+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.006727+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.009876+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.012226+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.018853+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.083902+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.085917+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.089397+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.090549+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.099908+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.162228+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.165678+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.168792+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.169843+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.177325+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.239251+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.241595+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.244358+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.245388+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.547 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:28 smithi079 bash[25290]: audit 2023-12-05T13:26:28.252748+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:26.966659+0000 mgr.y (mgr.34107) 40 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.057680+0000 mgr.y (mgr.34107) 41 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.131403+0000 mgr.y (mgr.34107) 42 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.649 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.224513+0000 mgr.y (mgr.34107) 43 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.302117+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.304303+0000 mon.a (mon.0) 197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.306644+0000 mon.a (mon.0) 198 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.307591+0000 mon.a (mon.0) 199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.314002+0000 mon.a (mon.0) 200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.314899+0000 mgr.y (mgr.34107) 44 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.377579+0000 mon.a (mon.0) 201 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.379846+0000 mon.a (mon.0) 202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.382002+0000 mon.a (mon.0) 203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.382741+0000 mon.a (mon.0) 204 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.387822+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.388442+0000 mgr.y (mgr.34107) 45 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.416253+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.464992+0000 mon.a (mon.0) 207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.467190+0000 mon.a (mon.0) 208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.469935+0000 mon.a (mon.0) 209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:26.966659+0000 mgr.y (mgr.34107) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.057680+0000 mgr.y (mgr.34107) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.131403+0000 mgr.y (mgr.34107) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.224513+0000 mgr.y (mgr.34107) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.302117+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.304303+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.306644+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.307591+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.651 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.314002+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.314899+0000 mgr.y (mgr.34107) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.377579+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.379846+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.382002+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.382741+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.387822+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.388442+0000 mgr.y (mgr.34107) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.416253+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.464992+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.467190+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.469935+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.470887+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.478193+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.478756+0000 mgr.y (mgr.34107) 46 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.556470+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.558862+0000 mon.a (mon.0) 213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.562273+0000 mon.a (mon.0) 214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.563392+0000 mon.a (mon.0) 215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.570271+0000 mon.a (mon.0) 216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.571003+0000 mgr.y (mgr.34107) 47 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.649931+0000 mon.a (mon.0) 217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.652056+0000 mon.a (mon.0) 218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.654358+0000 mon.a (mon.0) 219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.655117+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.661502+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.662471+0000 mgr.y (mgr.34107) 48 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.739446+0000 mon.a (mon.0) 222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.653 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.741925+0000 mon.a (mon.0) 223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.744303+0000 mon.a (mon.0) 224 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cluster 2023-12-05T13:26:27.744305+0000 mgr.y (mgr.34107) 49 : 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-05T13:26:28.654 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.746102+0000 mon.a (mon.0) 225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.470887+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.478193+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.478756+0000 mgr.y (mgr.34107) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.556470+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.558862+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.562273+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.563392+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.570271+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.654 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.571003+0000 mgr.y (mgr.34107) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.649931+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.652056+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.654358+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.655117+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.661502+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.662471+0000 mgr.y (mgr.34107) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.739446+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.741925+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.744303+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.655 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cluster 2023-12-05T13:26:27.744305+0000 mgr.y (mgr.34107) 49 : 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-05T13:26:28.655 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.752838+0000 mon.a (mon.0) 226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.753543+0000 mgr.y (mgr.34107) 50 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.830315+0000 mon.a (mon.0) 227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.832621+0000 mon.a (mon.0) 228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.836579+0000 mon.a (mon.0) 229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.837871+0000 mon.a (mon.0) 230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.845027+0000 mon.a (mon.0) 231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.845556+0000 mgr.y (mgr.34107) 51 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.911476+0000 mon.a (mon.0) 232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.913308+0000 mon.a (mon.0) 233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.916687+0000 mon.a (mon.0) 234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.917548+0000 mon.a (mon.0) 235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.656 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:27.922918+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: cephadm 2023-12-05T13:26:27.923511+0000 mgr.y (mgr.34107) 52 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.004314+0000 mon.a (mon.0) 237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.006727+0000 mon.a (mon.0) 238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.009876+0000 mon.a (mon.0) 239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.012226+0000 mon.a (mon.0) 240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.018853+0000 mon.a (mon.0) 241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.083902+0000 mon.a (mon.0) 242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.085917+0000 mon.a (mon.0) 243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.746102+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.752838+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.753543+0000 mgr.y (mgr.34107) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.657 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.830315+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.658 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.832621+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.658 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.836579+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.658 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.837871+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.658 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.845027+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.658 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.845556+0000 mgr.y (mgr.34107) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.659 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.911476+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.659 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.913308+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.659 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.916687+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.659 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.917548+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.659 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:27.922918+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: cephadm 2023-12-05T13:26:27.923511+0000 mgr.y (mgr.34107) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.004314+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.006727+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.009876+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.012226+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.018853+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.089397+0000 mon.a (mon.0) 244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.090549+0000 mon.a (mon.0) 245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.099908+0000 mon.a (mon.0) 246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.660 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.162228+0000 mon.a (mon.0) 247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.165678+0000 mon.a (mon.0) 248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.168792+0000 mon.a (mon.0) 249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.169843+0000 mon.a (mon.0) 250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.177325+0000 mon.a (mon.0) 251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.239251+0000 mon.a (mon.0) 252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.241595+0000 mon.a (mon.0) 253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.244358+0000 mon.a (mon.0) 254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.245388+0000 mon.a (mon.0) 255 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[78714]: audit 2023-12-05T13:26:28.252748+0000 mon.a (mon.0) 256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.661 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.083902+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.085917+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.089397+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.090549+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.099908+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.162228+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.165678+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.168792+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.169843+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.177325+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.239251+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.241595+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.244358+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:28.662 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.245388+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:28.663 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:28 smithi045 bash[30785]: audit 2023-12-05T13:26:28.252748+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.446 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:26:29] "GET /metrics HTTP/1.1" 200 35423 "" "Prometheus/2.33.4" 2023-12-05T13:26:29.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.019533+0000 mgr.y (mgr.34107) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.100789+0000 mgr.y (mgr.34107) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.177944+0000 mgr.y (mgr.34107) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.253296+0000 mgr.y (mgr.34107) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.330699+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.332930+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.335639+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.336658+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.344294+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.344924+0000 mgr.y (mgr.34107) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.421722+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.424054+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.427715+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.429194+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.436267+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.436919+0000 mgr.y (mgr.34107) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.512086+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.514211+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.517330+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.518112+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.019533+0000 mgr.y (mgr.34107) 53 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.100789+0000 mgr.y (mgr.34107) 54 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.177944+0000 mgr.y (mgr.34107) 55 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.253296+0000 mgr.y (mgr.34107) 56 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.330699+0000 mon.a (mon.0) 257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.332930+0000 mon.a (mon.0) 258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.335639+0000 mon.a (mon.0) 259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.336658+0000 mon.a (mon.0) 260 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.344294+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.344924+0000 mgr.y (mgr.34107) 57 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.421722+0000 mon.a (mon.0) 262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.424054+0000 mon.a (mon.0) 263 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.427715+0000 mon.a (mon.0) 264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.429194+0000 mon.a (mon.0) 265 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.436267+0000 mon.a (mon.0) 266 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.436919+0000 mgr.y (mgr.34107) 58 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.512086+0000 mon.a (mon.0) 267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.514211+0000 mon.a (mon.0) 268 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.517330+0000 mon.a (mon.0) 269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.518112+0000 mon.a (mon.0) 270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.525241+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.525807+0000 mgr.y (mgr.34107) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.608593+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.610334+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.615620+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.624849+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.634063+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.634689+0000 mgr.y (mgr.34107) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.697340+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.699507+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.702211+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.703021+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.709625+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.710238+0000 mgr.y (mgr.34107) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.781093+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.788847+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.790457+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.792837+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.793624+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.799879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.525241+0000 mon.a (mon.0) 271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.525807+0000 mgr.y (mgr.34107) 59 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.608593+0000 mon.a (mon.0) 272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.610334+0000 mon.a (mon.0) 273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.615620+0000 mon.a (mon.0) 274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.624849+0000 mon.a (mon.0) 275 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.634063+0000 mon.a (mon.0) 276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.634689+0000 mgr.y (mgr.34107) 60 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.697340+0000 mon.a (mon.0) 277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.699507+0000 mon.a (mon.0) 278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.702211+0000 mon.a (mon.0) 279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.703021+0000 mon.a (mon.0) 280 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.709625+0000 mon.a (mon.0) 281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.710238+0000 mgr.y (mgr.34107) 61 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.781093+0000 mon.a (mon.0) 282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.788847+0000 mon.a (mon.0) 283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.790457+0000 mon.a (mon.0) 284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.792837+0000 mon.a (mon.0) 285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.793624+0000 mon.a (mon.0) 286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.799879+0000 mon.a (mon.0) 287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.800728+0000 mgr.y (mgr.34107) 62 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.800728+0000 mgr.y (mgr.34107) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.862546+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.865388+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.868840+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.870500+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.880298+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.880950+0000 mgr.y (mgr.34107) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.960551+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.963037+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.966632+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.967558+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:28.974885+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.058016+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.060164+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.063394+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.064722+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.069912+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.131095+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.133796+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.862546+0000 mon.a (mon.0) 288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.865388+0000 mon.a (mon.0) 289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.868840+0000 mon.a (mon.0) 290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.870500+0000 mon.a (mon.0) 291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.880298+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.880950+0000 mgr.y (mgr.34107) 63 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.960551+0000 mon.a (mon.0) 293 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.963037+0000 mon.a (mon.0) 294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.966632+0000 mon.a (mon.0) 295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.967558+0000 mon.a (mon.0) 296 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:28.974885+0000 mon.a (mon.0) 297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.058016+0000 mon.a (mon.0) 298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.060164+0000 mon.a (mon.0) 299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.063394+0000 mon.a (mon.0) 300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.064722+0000 mon.a (mon.0) 301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.069912+0000 mon.a (mon.0) 302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.131095+0000 mon.a (mon.0) 303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.133796+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.136727+0000 mon.a (mon.0) 305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.459 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.136727+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.137871+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.145604+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.207380+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.210589+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.214070+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.215205+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[30785]: audit 2023-12-05T13:26:29.222794+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.137871+0000 mon.a (mon.0) 306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.145604+0000 mon.a (mon.0) 307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.207380+0000 mon.a (mon.0) 308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.210589+0000 mon.a (mon.0) 309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.214070+0000 mon.a (mon.0) 310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.215205+0000 mon.a (mon.0) 311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.461 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:29 smithi045 bash[78714]: audit 2023-12-05T13:26:29.222794+0000 mon.a (mon.0) 312 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.019533+0000 mgr.y (mgr.34107) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.100789+0000 mgr.y (mgr.34107) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.177944+0000 mgr.y (mgr.34107) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.253296+0000 mgr.y (mgr.34107) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.330699+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.332930+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.335639+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.336658+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.344294+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.344924+0000 mgr.y (mgr.34107) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.421722+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.424054+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.427715+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.429194+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.436267+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.436919+0000 mgr.y (mgr.34107) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.512086+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.514211+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.517330+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.518112+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.525241+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.525807+0000 mgr.y (mgr.34107) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.608593+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.610334+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.615620+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.624849+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.634063+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.634689+0000 mgr.y (mgr.34107) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.697340+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.699507+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.702211+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.703021+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.709625+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.710238+0000 mgr.y (mgr.34107) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.781093+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.788847+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.790457+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.792837+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.793624+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.799879+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.800728+0000 mgr.y (mgr.34107) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.862546+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.865388+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.868840+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.870500+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.880298+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.880950+0000 mgr.y (mgr.34107) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:29.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.960551+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.963037+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.966632+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.967558+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:28.974885+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.058016+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.060164+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.063394+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.064722+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.069912+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.131095+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.133796+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.136727+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.137871+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.145604+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.207380+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:29.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.210589+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:29.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.214070+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:29.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.215205+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:29.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:29 smithi079 bash[25290]: audit 2023-12-05T13:26:29.222794+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:28.975731+0000 mgr.y (mgr.34107) 64 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.070429+0000 mgr.y (mgr.34107) 65 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.146510+0000 mgr.y (mgr.34107) 66 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.223798+0000 mgr.y (mgr.34107) 67 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.299046+0000 mon.a (mon.0) 313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.301194+0000 mon.a (mon.0) 314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.303757+0000 mon.a (mon.0) 315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.304827+0000 mon.a (mon.0) 316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.310735+0000 mon.a (mon.0) 317 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.311467+0000 mgr.y (mgr.34107) 68 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.386094+0000 mon.a (mon.0) 318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.387837+0000 mon.a (mon.0) 319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.390633+0000 mon.a (mon.0) 320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.391536+0000 mon.a (mon.0) 321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.399038+0000 mon.a (mon.0) 322 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.399945+0000 mgr.y (mgr.34107) 69 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.464609+0000 mon.a (mon.0) 323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.466933+0000 mon.a (mon.0) 324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.470653+0000 mon.a (mon.0) 325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.471559+0000 mon.a (mon.0) 326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.476915+0000 mon.a (mon.0) 327 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.477465+0000 mgr.y (mgr.34107) 70 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.494501+0000 mon.a (mon.0) 328 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.501777+0000 mon.a (mon.0) 329 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.507687+0000 mon.a (mon.0) 330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.561448+0000 mon.a (mon.0) 331 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.565498+0000 mon.a (mon.0) 332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.568172+0000 mon.a (mon.0) 333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.569131+0000 mon.a (mon.0) 334 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.575032+0000 mon.a (mon.0) 335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.575493+0000 mgr.y (mgr.34107) 71 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.651101+0000 mon.a (mon.0) 336 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.653506+0000 mon.a (mon.0) 337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.655787+0000 mon.a (mon.0) 338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.656830+0000 mon.a (mon.0) 339 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.662824+0000 mon.a (mon.0) 340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.663492+0000 mgr.y (mgr.34107) 72 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.741632+0000 mon.a (mon.0) 341 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.744668+0000 mon.a (mon.0) 342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cluster 2023-12-05T13:26:29.744886+0000 mgr.y (mgr.34107) 73 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.749790+0000 mon.a (mon.0) 343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:28.975731+0000 mgr.y (mgr.34107) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.070429+0000 mgr.y (mgr.34107) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.146510+0000 mgr.y (mgr.34107) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.223798+0000 mgr.y (mgr.34107) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.299046+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.301194+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.303757+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.304827+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.310735+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.311467+0000 mgr.y (mgr.34107) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.386094+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.387837+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.390633+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.391536+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.399038+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.399945+0000 mgr.y (mgr.34107) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.464609+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.466933+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.470653+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.471559+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.750985+0000 mon.a (mon.0) 344 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.759205+0000 mon.a (mon.0) 345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.759895+0000 mgr.y (mgr.34107) 74 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.803697+0000 mon.a (mon.0) 346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.824592+0000 mon.a (mon.0) 347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.828173+0000 mon.a (mon.0) 348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.830358+0000 mon.a (mon.0) 349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.831114+0000 mon.a (mon.0) 350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.836895+0000 mon.a (mon.0) 351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.837761+0000 mgr.y (mgr.34107) 75 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.901479+0000 mon.a (mon.0) 352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.904600+0000 mon.a (mon.0) 353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.907272+0000 mon.a (mon.0) 354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.908455+0000 mon.a (mon.0) 355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.915673+0000 mon.a (mon.0) 356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.916614+0000 mgr.y (mgr.34107) 76 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.981956+0000 mon.a (mon.0) 357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.984456+0000 mon.a (mon.0) 358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.987277+0000 mon.a (mon.0) 359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.988209+0000 mon.a (mon.0) 360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:29.994088+0000 mon.a (mon.0) 361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.059962+0000 mon.a (mon.0) 362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.061807+0000 mon.a (mon.0) 363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.063672+0000 mon.a (mon.0) 364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.064338+0000 mon.a (mon.0) 365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.068984+0000 mon.a (mon.0) 366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.132813+0000 mon.a (mon.0) 367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.137904+0000 mon.a (mon.0) 368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.140737+0000 mon.a (mon.0) 369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.141874+0000 mon.a (mon.0) 370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.146890+0000 mon.a (mon.0) 371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.209408+0000 mon.a (mon.0) 372 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.211761+0000 mon.a (mon.0) 373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.214327+0000 mon.a (mon.0) 374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.215217+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[78714]: audit 2023-12-05T13:26:30.221099+0000 mon.a (mon.0) 376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.476915+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.477465+0000 mgr.y (mgr.34107) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.494501+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.501777+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.507687+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.561448+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.565498+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.568172+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.569131+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.575032+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.575493+0000 mgr.y (mgr.34107) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.651101+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.653506+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.655787+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.656830+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.662824+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.663492+0000 mgr.y (mgr.34107) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.741632+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.744668+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cluster 2023-12-05T13:26:29.744886+0000 mgr.y (mgr.34107) 73 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.749790+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.750985+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.759205+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.759895+0000 mgr.y (mgr.34107) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.803697+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.824592+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.828173+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.830358+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.831114+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.836895+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.837761+0000 mgr.y (mgr.34107) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.901479+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.904600+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.907272+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.908455+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.915673+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.916614+0000 mgr.y (mgr.34107) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.981956+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.984456+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.987277+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.988209+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:29.994088+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.059962+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.061807+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.063672+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.064338+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.068984+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.132813+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.137904+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.140737+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.141874+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.146890+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.209408+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.211761+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.214327+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.215217+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.458 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:30 smithi045 bash[30785]: audit 2023-12-05T13:26:30.221099+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.506 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:28.975731+0000 mgr.y (mgr.34107) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.070429+0000 mgr.y (mgr.34107) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.146510+0000 mgr.y (mgr.34107) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.223798+0000 mgr.y (mgr.34107) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.299046+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.301194+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.303757+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.304827+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.310735+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.311467+0000 mgr.y (mgr.34107) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.386094+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.387837+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.507 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.390633+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.391536+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.399038+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.399945+0000 mgr.y (mgr.34107) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.464609+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.466933+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.470653+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.471559+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.476915+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.477465+0000 mgr.y (mgr.34107) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.494501+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.501777+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.507687+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.561448+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.565498+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.568172+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.569131+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.575032+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.575493+0000 mgr.y (mgr.34107) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.651101+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.653506+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.655787+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.656830+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.662824+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.663492+0000 mgr.y (mgr.34107) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.741632+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.744668+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cluster 2023-12-05T13:26:29.744886+0000 mgr.y (mgr.34107) 73 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.749790+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.750985+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.759205+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.759895+0000 mgr.y (mgr.34107) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.803697+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.824592+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.828173+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.830358+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.831114+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.510 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.836895+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.837761+0000 mgr.y (mgr.34107) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.901479+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.904600+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.907272+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.908455+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.915673+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.916614+0000 mgr.y (mgr.34107) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.981956+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.984456+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.987277+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.988209+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:29.994088+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.059962+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.061807+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.511 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.063672+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.064338+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.068984+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.132813+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.137904+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.140737+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.141874+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.146890+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.209408+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.211761+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.214327+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.215217+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:30.512 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:30 smithi079 bash[25290]: audit 2023-12-05T13:26:30.221099+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: cephadm 2023-12-05T13:26:29.994627+0000 mgr.y (mgr.34107) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: cephadm 2023-12-05T13:26:30.069441+0000 mgr.y (mgr.34107) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: cephadm 2023-12-05T13:26:30.147400+0000 mgr.y (mgr.34107) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: cephadm 2023-12-05T13:26:30.221860+0000 mgr.y (mgr.34107) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.300057+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.302528+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.304796+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.305564+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.311099+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: cephadm 2023-12-05T13:26:30.311649+0000 mgr.y (mgr.34107) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.392643+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.395061+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.397927+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.398940+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:31.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.406246+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: cephadm 2023-12-05T13:26:30.406798+0000 mgr.y (mgr.34107) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.485174+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.488614+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.492617+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.493313+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.497104+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.500028+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.500552+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: cephadm 2023-12-05T13:26:30.501576+0000 mgr.y (mgr.34107) 83 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-05T13:26:31.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:31 smithi079 bash[25290]: audit 2023-12-05T13:26:30.768585+0000 mgr.y (mgr.34107) 84 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: cephadm 2023-12-05T13:26:29.994627+0000 mgr.y (mgr.34107) 77 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: cephadm 2023-12-05T13:26:30.069441+0000 mgr.y (mgr.34107) 78 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: cephadm 2023-12-05T13:26:30.147400+0000 mgr.y (mgr.34107) 79 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: cephadm 2023-12-05T13:26:30.221860+0000 mgr.y (mgr.34107) 80 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.300057+0000 mon.a (mon.0) 377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.302528+0000 mon.a (mon.0) 378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.304796+0000 mon.a (mon.0) 379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.305564+0000 mon.a (mon.0) 380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.311099+0000 mon.a (mon.0) 381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: cephadm 2023-12-05T13:26:30.311649+0000 mgr.y (mgr.34107) 81 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.392643+0000 mon.a (mon.0) 382 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.395061+0000 mon.a (mon.0) 383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.397927+0000 mon.a (mon.0) 384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.398940+0000 mon.a (mon.0) 385 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.406246+0000 mon.a (mon.0) 386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: cephadm 2023-12-05T13:26:30.406798+0000 mgr.y (mgr.34107) 82 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.485174+0000 mon.a (mon.0) 387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.488614+0000 mon.a (mon.0) 388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.492617+0000 mon.a (mon.0) 389 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.493313+0000 mon.a (mon.0) 390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.497104+0000 mon.a (mon.0) 391 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: cephadm 2023-12-05T13:26:29.994627+0000 mgr.y (mgr.34107) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: cephadm 2023-12-05T13:26:30.069441+0000 mgr.y (mgr.34107) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: cephadm 2023-12-05T13:26:30.147400+0000 mgr.y (mgr.34107) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: cephadm 2023-12-05T13:26:30.221860+0000 mgr.y (mgr.34107) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.300057+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.302528+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.304796+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.305564+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.311099+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: cephadm 2023-12-05T13:26:30.311649+0000 mgr.y (mgr.34107) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.392643+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.395061+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.397927+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.398940+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.406246+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: cephadm 2023-12-05T13:26:30.406798+0000 mgr.y (mgr.34107) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.485174+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.488614+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.492617+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.493313+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.500028+0000 mon.a (mon.0) 392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.500552+0000 mon.a (mon.0) 393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-05T13:26:31.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: cephadm 2023-12-05T13:26:30.501576+0000 mgr.y (mgr.34107) 83 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-05T13:26:31.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[78714]: audit 2023-12-05T13:26:30.768585+0000 mgr.y (mgr.34107) 84 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.497104+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:26:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.500028+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.500552+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-05T13:26:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: cephadm 2023-12-05T13:26:30.501576+0000 mgr.y (mgr.34107) 83 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-05T13:26:31.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:31 smithi045 bash[30785]: audit 2023-12-05T13:26:30.768585+0000 mgr.y (mgr.34107) 84 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:32.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:32 smithi079 bash[25290]: cluster 2023-12-05T13:26:31.746591+0000 mgr.y (mgr.34107) 85 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T13:26:32.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:32 smithi045 bash[78714]: cluster 2023-12-05T13:26:31.746591+0000 mgr.y (mgr.34107) 85 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T13:26:32.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:32 smithi045 bash[30785]: cluster 2023-12-05T13:26:31.746591+0000 mgr.y (mgr.34107) 85 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T13:26:33.036 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 4s ago 16m - - 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 3s ago 16m - - 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (2m) 4s ago 9m 16.9M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (101s) 3s ago 8m 43.2M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (59s) 4s ago 6m 46.2M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (46s) 3s ago 15m 431M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (77s) 4s ago 17m 481M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (25s) 4s ago 17m 38.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (15m) 3s ago 15m 60.7M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (15m) 4s ago 15m 53.6M 2048M 17.2.0 e1d6a67b021e 62a4b3e5e114 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (2m) 4s ago 9m 13.6M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:26:33.814 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (2m) 3s ago 9m 11.4M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (14m) 4s ago 15m 57.9M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (14m) 4s ago 14m 60.4M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (13m) 4s ago 13m 54.5M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (13m) 4s ago 13m 58.9M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (12m) 3s ago 12m 57.7M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (11m) 3s ago 11m 57.6M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (11m) 3s ago 11m 53.6M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (10m) 3s ago 10m 57.7M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (53s) 3s ago 9m 53.8M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (7m) 4s ago 7m 86.9M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (7m) 3s ago 7m 87.4M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (7m) 4s ago 7m 86.8M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:26:33.815 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (6m) 3s ago 6m 87.1M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:26:34.288 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:26:34.289 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:26:34.290 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:26:34.290 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-05T13:26:34.290 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:26:34.290 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:26:34.290 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:26:34.697 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:26:34.697 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:26:34.697 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:26:34.697 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:26:34.697 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:26:34.698 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr" 2023-12-05T13:26:34.698 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:26:34.698 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "3/23 daemons upgraded", 2023-12-05T13:26:34.698 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading mon daemons", 2023-12-05T13:26:34.698 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:26:34.698 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:33.017010+0000 mgr.y (mgr.34107) 86 : audit [DBG] from='client.25474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:33.413567+0000 mgr.y (mgr.34107) 87 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: cephadm 2023-12-05T13:26:33.522203+0000 mgr.y (mgr.34107) 88 : cephadm [INF] Upgrade: Updating mon.c 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:33.529381+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:33.533223+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:33.534671+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:33.535763+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: cephadm 2023-12-05T13:26:33.537198+0000 mgr.y (mgr.34107) 89 : cephadm [INF] Deploying daemon mon.c on smithi045 2023-12-05T13:26:34.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: cluster 2023-12-05T13:26:33.747143+0000 mgr.y (mgr.34107) 90 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:34.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:33.788976+0000 mgr.y (mgr.34107) 91 : audit [DBG] from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:34 smithi079 bash[25290]: audit 2023-12-05T13:26:34.283582+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.45:0/3346174691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:33.017010+0000 mgr.y (mgr.34107) 86 : audit 0 from='client.25474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:33.413567+0000 mgr.y (mgr.34107) 87 : audit 0 from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: cephadm 2023-12-05T13:26:33.522203+0000 mgr.y (mgr.34107) 88 : cephadm 1 Upgrade: Updating mon.c 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:33.529381+0000 mon.a (mon.0) 394 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:33.533223+0000 mon.a (mon.0) 395 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:33.534671+0000 mon.a (mon.0) 396 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:33.535763+0000 mon.a (mon.0) 397 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: cephadm 2023-12-05T13:26:33.537198+0000 mgr.y (mgr.34107) 89 : cephadm 1 Deploying daemon mon.c on smithi045 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: cluster 2023-12-05T13:26:33.747143+0000 mgr.y (mgr.34107) 90 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:33.788976+0000 mgr.y (mgr.34107) 91 : audit 0 from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[78714]: audit 2023-12-05T13:26:34.283582+0000 mon.a (mon.0) 398 : audit 0 from='client.? 172.21.15.45:0/3346174691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:33.017010+0000 mgr.y (mgr.34107) 86 : audit [DBG] from='client.25474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:33.413567+0000 mgr.y (mgr.34107) 87 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: cephadm 2023-12-05T13:26:33.522203+0000 mgr.y (mgr.34107) 88 : cephadm [INF] Upgrade: Updating mon.c 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:33.529381+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:33.533223+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:33.534671+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:33.535763+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: cephadm 2023-12-05T13:26:33.537198+0000 mgr.y (mgr.34107) 89 : cephadm [INF] Deploying daemon mon.c on smithi045 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: cluster 2023-12-05T13:26:33.747143+0000 mgr.y (mgr.34107) 90 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:33.788976+0000 mgr.y (mgr.34107) 91 : audit [DBG] from='client.25486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:34.814 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:34 smithi045 bash[30785]: audit 2023-12-05T13:26:34.283582+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.45:0/3346174691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:35.144 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:26:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.692167+0000 mgr.y (mgr.34107) 92 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.792070+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.800452+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.806662+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.838877+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.904377+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.912982+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:34.921791+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:35 smithi079 bash[25290]: audit 2023-12-05T13:26:35.139385+0000 mon.a (mon.0) 406 : audit [DBG] from='client.? 172.21.15.45:0/3091447503' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:26:36.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.692167+0000 mgr.y (mgr.34107) 92 : audit 0 from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.792070+0000 mon.a (mon.0) 399 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.800452+0000 mon.a (mon.0) 400 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.806662+0000 mon.a (mon.0) 401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.838877+0000 mon.a (mon.0) 402 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.904377+0000 mon.a (mon.0) 403 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.912982+0000 mon.a (mon.0) 404 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:34.921791+0000 mon.a (mon.0) 405 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[78714]: audit 2023-12-05T13:26:35.139385+0000 mon.a (mon.0) 406 : audit 0 from='client.? 172.21.15.45:0/3091447503' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.692167+0000 mgr.y (mgr.34107) 92 : audit [DBG] from='client.25498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.792070+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.800452+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.806662+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.838877+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:36.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.904377+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.912982+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:34.921791+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:36.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:35 smithi045 bash[30785]: audit 2023-12-05T13:26:35.139385+0000 mon.a (mon.0) 406 : audit [DBG] from='client.? 172.21.15.45:0/3091447503' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:26:37.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:36 smithi079 bash[25290]: cluster 2023-12-05T13:26:35.747870+0000 mgr.y (mgr.34107) 93 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:37.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:36 smithi045 bash[78714]: cluster 2023-12-05T13:26:35.747870+0000 mgr.y (mgr.34107) 93 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:37.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:36 smithi045 bash[30785]: cluster 2023-12-05T13:26:35.747870+0000 mgr.y (mgr.34107) 93 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:38.190 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:38 smithi045 systemd[1]: Stopping Ceph mon.c for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:26:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:38 smithi045 bash[30785]: debug 2023-12-05T13:26:38.181+0000 7ff611283700 -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-05T13:26:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:38 smithi045 bash[30785]: debug 2023-12-05T13:26:38.181+0000 7ff611283700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-05T13:26:39.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:26:38 smithi079 bash[62226]: ts=2023-12-05T13:26: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:26:39.305 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:38 smithi045 bash[81241]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-c 2023-12-05T13:26:39.305 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:39 smithi045 bash[81313]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-c 2023-12-05T13:26:39.305 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:39 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-05T13:26:39.305 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:39 smithi045 systemd[1]: Stopped Ceph mon.c for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:26:39.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:26:39] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.33.4" 2023-12-05T13:26:39.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:39 smithi045 systemd[1]: Started Ceph mon.c for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:26:41.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.869+0000 7f57885e8c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T13:26:41.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.869+0000 7f57885e8c80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-05T13:26:41.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.869+0000 7f57885e8c80 0 pidfile_write: ignore empty --pid-file 2023-12-05T13:26:41.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 0 load: jerasure load: lrc 2023-12-05T13:26:41.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-05T13:26:41.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Git sha 0 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: DB SUMMARY 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: DB Session ID: C5KPXGW8U8KJDCHO5ZT8 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: CURRENT file: CURRENT 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1667 Bytes 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000036.sst 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000034.log size: 5718837 ; 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.error_if_exists: 0 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.create_if_missing: 0 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T13:26:41.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-05T13:26:41.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.env: 0x5584af55ba60 2023-12-05T13:26:41.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-05T13:26:41.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.info_log: 0x5584b1d59780 2023-12-05T13:26:41.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T13:26:41.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.statistics: (nil) 2023-12-05T13:26:41.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.use_fsync: 0 2023-12-05T13:26:41.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T13:26:41.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.db_log_dir: 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.wal_dir: 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.write_buffer_manager: 0x5584b1d2d2c0 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T13:26:41.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.unordered_write: 0 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.row_cache: None 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.wal_filter: None 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.two_write_queues: 0 2023-12-05T13:26:41.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.wal_compression: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.atomic_flush: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T13:26:41.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T13:26:41.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_open_files: -1 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Compression algorithms supported: 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kZSTD supported: 0 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kXpressCompression supported: 0 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kZlibCompression supported: 1 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T13:26:41.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.merge_operator: 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_filter: None 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5584b1d598a0) 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: cache_index_and_filter_blocks: 1 2023-12-05T13:26:41.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: pin_top_level_index_and_filter: 1 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: index_type: 0 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: data_block_index_type: 0 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: index_shortening: 1 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: checksum: 4 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: no_block_cache: 0 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_cache: 0x5584b1dad090 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_cache_name: BinnedLRUCache 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_cache_options: 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: capacity : 536870912 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: num_shard_bits : 4 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: strict_capacity_limit : 0 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: high_pri_pool_ratio: 0.000 2023-12-05T13:26:41.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_cache_compressed: (nil) 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: persistent_cache: (nil) 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_size: 4096 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_size_deviation: 10 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_restart_interval: 16 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: index_block_restart_interval: 1 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: metadata_block_size: 4096 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: partition_filters: 0 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: use_delta_encoding: 1 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: filter_policy: bloomfilter 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: whole_key_filtering: 1 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: verify_compression: 0 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: read_amp_bytes_per_bit: 0 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: format_version: 5 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: enable_index_compression: 1 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: block_align: 0 2023-12-05T13:26:41.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: max_auto_readahead_size: 262144 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: prepopulate_block_cache: 0 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: initial_auto_readahead_size: 8192 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: num_file_reads_for_auto_readahead: 2 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression: NoCompression 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.num_levels: 7 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T13:26:41.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T13:26:41.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T13:26:41.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T13:26:41.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T13:26:41.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T13:26:41.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.table_properties_collectors: 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.bloom_locality: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T13:26:41.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.ttl: 2592000 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.enable_blob_files: false 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.min_blob_size: 0 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f57885e8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.873+0000 7f577d5b0700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 36.sst 2023-12-05T13:26:41.216 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.877+0000 7f57885e8c80 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-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.877+0000 7f57885e8c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 38, last_sequence is 21165, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.877+0000 7f57885e8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.877+0000 7f57885e8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 90984998-4222-4c9c-94ab-456bad558977 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.877+0000 7f57885e8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782800880482, "job": 1, "event": "recovery_started", "wal_files": [34]} 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.877+0000 7f57885e8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.897+0000 7f57885e8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782800903236, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 3628533, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 21170, "largest_seqno": 24002, "table_properties": {"data_size": 3618752, "index_size": 5113, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 3653, "raw_key_size": 35219, "raw_average_key_size": 24, "raw_value_size": 3593557, "raw_average_value_size": 2463, "num_data_blocks": 218, "num_entries": 1459, "num_filter_entries": 1459, "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": 1701782800, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "90984998-4222-4c9c-94ab-456bad558977", "db_session_id": "C5KPXGW8U8KJDCHO5ZT8", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.897+0000 7f57885e8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782800903380, "job": 1, "event": "recovery_finished"} 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.897+0000 7f57885e8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.897+0000 7f57885e8c80 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-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.901+0000 7f57885e8c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000034.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.901+0000 7f57885e8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5584b1e4c000 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.901+0000 7f57885e8c80 4 rocksdb: DB pointer 0x5584b1e3a000 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.901+0000 7f5776da3700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.901+0000 7f5776da3700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-05T13:26:41.217 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: ** DB Stats ** 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: 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-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: 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-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: ** Compaction Stats [default] ** 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: 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-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-05T13:26:41.218 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: L0 1/0 3.46 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 415.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: L6 1/0 10.49 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-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Sum 2/0 13.95 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 415.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 415.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: ** Compaction Stats [default] ** 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: 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-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 415.9 0.01 0.00 1 0.008 0 0 0.0 0.0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Flush(GB): cumulative 0.003, interval 0.003 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:26:41.219 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Cumulative compaction: 0.00 GB write, 125.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Interval compaction: 0.00 GB write, 125.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: 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-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Block cache BinnedLRUCache@0x5584b1dad090#7 capacity: 512.00 MB usage: 9.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: Block cache entry stats(count,size,portion): FilterBlock(1,4.03 KB,0.0007689%) IndexBlock(1,5.08 KB,0.000968575%) Misc(1,0.00 KB,0%) 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.901+0000 7f57885e8c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0] at bind addrs [v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.905+0000 7f57885e8c80 1 mon.c@-1(???) e3 preinit fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.905+0000 7f57885e8c80 0 mon.c@-1(???).mds e1 new map 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.905+0000 7f57885e8c80 0 mon.c@-1(???).mds e1 print_map 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: e1 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: 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-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: legacy client fscid: -1 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: 2023-12-05T13:26:41.220 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: No filesystems configured 2023-12-05T13:26:41.221 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.905+0000 7f57885e8c80 0 mon.c@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-05T13:26:41.221 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.905+0000 7f57885e8c80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:26:41.221 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.905+0000 7f57885e8c80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:26:41.221 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.905+0000 7f57885e8c80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:26:41.221 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:40 smithi045 bash[81379]: debug 2023-12-05T13:26:40.909+0000 7f57885e8c80 1 mon.c@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2023-12-05T13:26:42.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:41 smithi045 bash[78714]: cluster 2023-12-05T13:26:37.749777+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:42.124 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:41 smithi045 bash[81379]: cluster 2023-12-05T13:26:37.749777+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:42.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:41 smithi079 bash[25290]: cluster 2023-12-05T13:26:37.749777+0000 mgr.y (mgr.34107) 94 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:39.750615+0000 mgr.y (mgr.34107) 95 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:40.779058+0000 mgr.y (mgr.34107) 96 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.126277+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.752441+0000 mgr.y (mgr.34107) 97 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.855267+0000 mon.a (mon.0) 407 : cluster 1 mon.a calling monitor election 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.858648+0000 mon.a (mon.0) 408 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.868165+0000 mon.a (mon.0) 409 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.869553+0000 mon.a (mon.0) 410 : cluster 0 fsmap 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.869698+0000 mon.a (mon.0) 411 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.870584+0000 mon.a (mon.0) 412 : cluster 0 mgrmap e42: y(active, since 22s), standbys: x 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cluster 2023-12-05T13:26:41.876279+0000 mon.a (mon.0) 413 : cluster 1 overall HEALTH_OK 2023-12-05T13:26:43.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:41.885281+0000 mon.a (mon.0) 414 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:41.895657+0000 mon.a (mon.0) 415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:41.935134+0000 mon.a (mon.0) 416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:41.936858+0000 mon.a (mon.0) 417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:41.946335+0000 mon.a (mon.0) 418 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: cephadm 2023-12-05T13:26:41.947135+0000 mgr.y (mgr.34107) 98 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.035330+0000 mon.a (mon.0) 419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.037975+0000 mon.a (mon.0) 420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.042090+0000 mon.a (mon.0) 421 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.043654+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:39.750615+0000 mgr.y (mgr.34107) 95 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:40.779058+0000 mgr.y (mgr.34107) 96 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.126277+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.752441+0000 mgr.y (mgr.34107) 97 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.855267+0000 mon.a (mon.0) 407 : cluster 1 mon.a calling monitor election 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.858648+0000 mon.a (mon.0) 408 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.868165+0000 mon.a (mon.0) 409 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.869553+0000 mon.a (mon.0) 410 : cluster 0 fsmap 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.869698+0000 mon.a (mon.0) 411 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.870584+0000 mon.a (mon.0) 412 : cluster 0 mgrmap e42: y(active, since 22s), standbys: x 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cluster 2023-12-05T13:26:41.876279+0000 mon.a (mon.0) 413 : cluster 1 overall HEALTH_OK 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:41.885281+0000 mon.a (mon.0) 414 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:41.895657+0000 mon.a (mon.0) 415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:41.935134+0000 mon.a (mon.0) 416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:41.936858+0000 mon.a (mon.0) 417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:41.946335+0000 mon.a (mon.0) 418 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: cephadm 2023-12-05T13:26:41.947135+0000 mgr.y (mgr.34107) 98 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.035330+0000 mon.a (mon.0) 419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.037975+0000 mon.a (mon.0) 420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.042090+0000 mon.a (mon.0) 421 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.043654+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.051726+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.132055+0000 mon.a (mon.0) 424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.135498+0000 mon.a (mon.0) 425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.138191+0000 mon.a (mon.0) 426 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.139171+0000 mon.a (mon.0) 427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.145448+0000 mon.a (mon.0) 428 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.226039+0000 mon.a (mon.0) 429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.230703+0000 mon.a (mon.0) 430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.234916+0000 mon.a (mon.0) 431 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.236555+0000 mon.a (mon.0) 432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.245735+0000 mon.a (mon.0) 433 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.324819+0000 mon.a (mon.0) 434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.328450+0000 mon.a (mon.0) 435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.332505+0000 mon.a (mon.0) 436 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.333745+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.340042+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.422046+0000 mon.a (mon.0) 439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.424374+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.427736+0000 mon.a (mon.0) 441 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.428947+0000 mon.a (mon.0) 442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.051726+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.132055+0000 mon.a (mon.0) 424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.135498+0000 mon.a (mon.0) 425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.138191+0000 mon.a (mon.0) 426 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.139171+0000 mon.a (mon.0) 427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.145448+0000 mon.a (mon.0) 428 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.226039+0000 mon.a (mon.0) 429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.230703+0000 mon.a (mon.0) 430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.234916+0000 mon.a (mon.0) 431 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.236555+0000 mon.a (mon.0) 432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.245735+0000 mon.a (mon.0) 433 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.324819+0000 mon.a (mon.0) 434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.328450+0000 mon.a (mon.0) 435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.332505+0000 mon.a (mon.0) 436 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.333745+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.340042+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.422046+0000 mon.a (mon.0) 439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.424374+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.427736+0000 mon.a (mon.0) 441 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.428947+0000 mon.a (mon.0) 442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.438308+0000 mon.a (mon.0) 443 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.513128+0000 mon.a (mon.0) 444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.515640+0000 mon.a (mon.0) 445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.519512+0000 mon.a (mon.0) 446 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.520939+0000 mon.a (mon.0) 447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.530034+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.613902+0000 mon.a (mon.0) 449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.616849+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.620675+0000 mon.a (mon.0) 451 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.621884+0000 mon.a (mon.0) 452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.629906+0000 mon.a (mon.0) 453 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.742409+0000 mon.a (mon.0) 454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.746944+0000 mon.a (mon.0) 455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.751325+0000 mon.a (mon.0) 456 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.753139+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.761551+0000 mon.a (mon.0) 458 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.840304+0000 mon.a (mon.0) 459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.843094+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.846996+0000 mon.a (mon.0) 461 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.848221+0000 mon.a (mon.0) 462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[81379]: audit 2023-12-05T13:26:42.854937+0000 mon.a (mon.0) 463 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.438308+0000 mon.a (mon.0) 443 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.513128+0000 mon.a (mon.0) 444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.515640+0000 mon.a (mon.0) 445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.519512+0000 mon.a (mon.0) 446 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.520939+0000 mon.a (mon.0) 447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.530034+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.613902+0000 mon.a (mon.0) 449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.616849+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.620675+0000 mon.a (mon.0) 451 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.621884+0000 mon.a (mon.0) 452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.629906+0000 mon.a (mon.0) 453 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.742409+0000 mon.a (mon.0) 454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.746944+0000 mon.a (mon.0) 455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.751325+0000 mon.a (mon.0) 456 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.753139+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.761551+0000 mon.a (mon.0) 458 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.840304+0000 mon.a (mon.0) 459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.843094+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.846996+0000 mon.a (mon.0) 461 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.848221+0000 mon.a (mon.0) 462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:42 smithi045 bash[78714]: audit 2023-12-05T13:26:42.854937+0000 mon.a (mon.0) 463 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:39.750615+0000 mgr.y (mgr.34107) 95 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:26:43.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:40.779058+0000 mgr.y (mgr.34107) 96 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.126277+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.752441+0000 mgr.y (mgr.34107) 97 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.855267+0000 mon.a (mon.0) 407 : cluster [INF] mon.a calling monitor election 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.858648+0000 mon.a (mon.0) 408 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.868165+0000 mon.a (mon.0) 409 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.869553+0000 mon.a (mon.0) 410 : cluster [DBG] fsmap 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.869698+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.870584+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e42: y(active, since 22s), standbys: x 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cluster 2023-12-05T13:26:41.876279+0000 mon.a (mon.0) 413 : cluster [INF] overall HEALTH_OK 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:41.885281+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:41.895657+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:41.935134+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:41.936858+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:41.946335+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: cephadm 2023-12-05T13:26:41.947135+0000 mgr.y (mgr.34107) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.035330+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.037975+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.042090+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.043654+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.051726+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.132055+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.135498+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.138191+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.139171+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.145448+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.226039+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.230703+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.234916+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.236555+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.245735+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.324819+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.328450+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.332505+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.333745+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.340042+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.422046+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.424374+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.427736+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.428947+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.438308+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.513128+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.515640+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.519512+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.520939+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.530034+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.613902+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.616849+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.620675+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.621884+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.629906+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.742409+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.746944+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.751325+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.753139+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.761551+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.840304+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.843094+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.846996+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.848221+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:42 smithi079 bash[25290]: audit 2023-12-05T13:26:42.854937+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.152 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.052561+0000 mgr.y (mgr.34107) 99 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.146183+0000 mgr.y (mgr.34107) 100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.246537+0000 mgr.y (mgr.34107) 101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.340897+0000 mgr.y (mgr.34107) 102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.438944+0000 mgr.y (mgr.34107) 103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.530955+0000 mgr.y (mgr.34107) 104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.630583+0000 mgr.y (mgr.34107) 105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.762652+0000 mgr.y (mgr.34107) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.855757+0000 mgr.y (mgr.34107) 107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:42.933894+0000 mon.a (mon.0) 464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:42.936572+0000 mon.a (mon.0) 465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:42.939625+0000 mon.a (mon.0) 466 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:42.940968+0000 mon.a (mon.0) 467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:42.950402+0000 mon.a (mon.0) 468 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: cephadm 2023-12-05T13:26:42.951248+0000 mgr.y (mgr.34107) 108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.036129+0000 mon.a (mon.0) 469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.039809+0000 mon.a (mon.0) 470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.041889+0000 mon.a (mon.0) 471 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.042553+0000 mon.a (mon.0) 472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.047111+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.109922+0000 mon.a (mon.0) 474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.112368+0000 mon.a (mon.0) 475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.115662+0000 mon.a (mon.0) 476 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.117234+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.124993+0000 mon.a (mon.0) 478 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.203231+0000 mon.a (mon.0) 479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.207095+0000 mon.a (mon.0) 480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.210428+0000 mon.a (mon.0) 481 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.211531+0000 mon.a (mon.0) 482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.218755+0000 mon.a (mon.0) 483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.284478+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.286625+0000 mon.a (mon.0) 485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.289653+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.290739+0000 mon.a (mon.0) 487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.298787+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.378572+0000 mon.a (mon.0) 489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.380918+0000 mon.a (mon.0) 490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.383311+0000 mon.a (mon.0) 491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.384170+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.390814+0000 mon.a (mon.0) 493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.474984+0000 mon.a (mon.0) 494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.477537+0000 mon.a (mon.0) 495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.481116+0000 mon.a (mon.0) 496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.482579+0000 mon.a (mon.0) 497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.491376+0000 mon.a (mon.0) 498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.569473+0000 mon.a (mon.0) 499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.571530+0000 mon.a (mon.0) 500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.573760+0000 mon.a (mon.0) 501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.574607+0000 mon.a (mon.0) 502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.581421+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.659763+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.662561+0000 mon.a (mon.0) 505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.666002+0000 mon.a (mon.0) 506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.667342+0000 mon.a (mon.0) 507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.675813+0000 mon.a (mon.0) 508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.759528+0000 mon.a (mon.0) 509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.762273+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.765974+0000 mon.a (mon.0) 511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.767112+0000 mon.a (mon.0) 512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.156 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.773615+0000 mon.a (mon.0) 513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.856503+0000 mon.a (mon.0) 514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.860859+0000 mon.a (mon.0) 515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.864624+0000 mon.a (mon.0) 516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.157 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[78714]: audit 2023-12-05T13:26:43.865989+0000 mon.a (mon.0) 517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.157 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.052561+0000 mgr.y (mgr.34107) 99 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.146183+0000 mgr.y (mgr.34107) 100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.246537+0000 mgr.y (mgr.34107) 101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.340897+0000 mgr.y (mgr.34107) 102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.438944+0000 mgr.y (mgr.34107) 103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.530955+0000 mgr.y (mgr.34107) 104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.630583+0000 mgr.y (mgr.34107) 105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.762652+0000 mgr.y (mgr.34107) 106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.855757+0000 mgr.y (mgr.34107) 107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:42.933894+0000 mon.a (mon.0) 464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:42.936572+0000 mon.a (mon.0) 465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:42.939625+0000 mon.a (mon.0) 466 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:42.940968+0000 mon.a (mon.0) 467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:42.950402+0000 mon.a (mon.0) 468 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: cephadm 2023-12-05T13:26:42.951248+0000 mgr.y (mgr.34107) 108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.158 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.036129+0000 mon.a (mon.0) 469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.039809+0000 mon.a (mon.0) 470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.041889+0000 mon.a (mon.0) 471 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.042553+0000 mon.a (mon.0) 472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.047111+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.109922+0000 mon.a (mon.0) 474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.112368+0000 mon.a (mon.0) 475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.115662+0000 mon.a (mon.0) 476 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.117234+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.124993+0000 mon.a (mon.0) 478 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.203231+0000 mon.a (mon.0) 479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.207095+0000 mon.a (mon.0) 480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.210428+0000 mon.a (mon.0) 481 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.211531+0000 mon.a (mon.0) 482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.218755+0000 mon.a (mon.0) 483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.159 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.284478+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.286625+0000 mon.a (mon.0) 485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.289653+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.290739+0000 mon.a (mon.0) 487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.298787+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.378572+0000 mon.a (mon.0) 489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.380918+0000 mon.a (mon.0) 490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.383311+0000 mon.a (mon.0) 491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.384170+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.390814+0000 mon.a (mon.0) 493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.474984+0000 mon.a (mon.0) 494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.477537+0000 mon.a (mon.0) 495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.481116+0000 mon.a (mon.0) 496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.482579+0000 mon.a (mon.0) 497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.491376+0000 mon.a (mon.0) 498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.160 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.569473+0000 mon.a (mon.0) 499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.571530+0000 mon.a (mon.0) 500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.573760+0000 mon.a (mon.0) 501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.574607+0000 mon.a (mon.0) 502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.581421+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.659763+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.662561+0000 mon.a (mon.0) 505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.666002+0000 mon.a (mon.0) 506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.667342+0000 mon.a (mon.0) 507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.675813+0000 mon.a (mon.0) 508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.759528+0000 mon.a (mon.0) 509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.762273+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.765974+0000 mon.a (mon.0) 511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.767112+0000 mon.a (mon.0) 512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.773615+0000 mon.a (mon.0) 513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.161 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.856503+0000 mon.a (mon.0) 514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.162 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.860859+0000 mon.a (mon.0) 515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.162 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.864624+0000 mon.a (mon.0) 516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.162 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:43 smithi045 bash[81379]: audit 2023-12-05T13:26:43.865989+0000 mon.a (mon.0) 517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.052561+0000 mgr.y (mgr.34107) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.146183+0000 mgr.y (mgr.34107) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.246537+0000 mgr.y (mgr.34107) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.340897+0000 mgr.y (mgr.34107) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.438944+0000 mgr.y (mgr.34107) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.530955+0000 mgr.y (mgr.34107) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.630583+0000 mgr.y (mgr.34107) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.762652+0000 mgr.y (mgr.34107) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.855757+0000 mgr.y (mgr.34107) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:42.933894+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:42.936572+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:42.939625+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:42.940968+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:42.950402+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: cephadm 2023-12-05T13:26:42.951248+0000 mgr.y (mgr.34107) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.036129+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.039809+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.041889+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.042553+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.047111+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.109922+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.112368+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.115662+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.117234+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.124993+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.203231+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.207095+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.210428+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.211531+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.218755+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.284478+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.286625+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.289653+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.290739+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.298787+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.378572+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.380918+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.383311+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.384170+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.390814+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.474984+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.477537+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.481116+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.482579+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.491376+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.569473+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.571530+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.573760+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.574607+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.581421+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.659763+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.662561+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.666002+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.667342+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.675813+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.759528+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.762273+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.765974+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.767112+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.773615+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.856503+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.860859+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.864624+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:43 smithi079 bash[25290]: audit 2023-12-05T13:26:43.865989+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.047611+0000 mgr.y (mgr.34107) 109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.125669+0000 mgr.y (mgr.34107) 110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.219300+0000 mgr.y (mgr.34107) 111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.299369+0000 mgr.y (mgr.34107) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.391498+0000 mgr.y (mgr.34107) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.492255+0000 mgr.y (mgr.34107) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.582053+0000 mgr.y (mgr.34107) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.676441+0000 mgr.y (mgr.34107) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cluster 2023-12-05T13:26:43.753082+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.774433+0000 mgr.y (mgr.34107) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:43.873623+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.874390+0000 mgr.y (mgr.34107) 119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:43.943752+0000 mon.a (mon.0) 519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:43.945854+0000 mon.a (mon.0) 520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:43.948596+0000 mon.a (mon.0) 521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:43.949413+0000 mon.a (mon.0) 522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:43.957990+0000 mon.a (mon.0) 523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: cephadm 2023-12-05T13:26:43.958583+0000 mgr.y (mgr.34107) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.040957+0000 mon.a (mon.0) 524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.044472+0000 mon.a (mon.0) 525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.046965+0000 mon.a (mon.0) 526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.047872+0000 mon.a (mon.0) 527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.054120+0000 mon.a (mon.0) 528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.134023+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.136463+0000 mon.a (mon.0) 530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.138802+0000 mon.a (mon.0) 531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.139630+0000 mon.a (mon.0) 532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.147275+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.231372+0000 mon.a (mon.0) 534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.234019+0000 mon.a (mon.0) 535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.238947+0000 mon.a (mon.0) 536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.240807+0000 mon.a (mon.0) 537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.247444+0000 mon.a (mon.0) 538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.328830+0000 mon.a (mon.0) 539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.330944+0000 mon.a (mon.0) 540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.333696+0000 mon.a (mon.0) 541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.334577+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.341925+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.427806+0000 mon.a (mon.0) 544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.430923+0000 mon.a (mon.0) 545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.434253+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.435477+0000 mon.a (mon.0) 547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.442113+0000 mon.a (mon.0) 548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.524048+0000 mon.a (mon.0) 549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.526149+0000 mon.a (mon.0) 550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.528793+0000 mon.a (mon.0) 551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.529693+0000 mon.a (mon.0) 552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.538162+0000 mon.a (mon.0) 553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.618513+0000 mon.a (mon.0) 554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.621267+0000 mon.a (mon.0) 555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.624371+0000 mon.a (mon.0) 556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.625336+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.632731+0000 mon.a (mon.0) 558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.711559+0000 mon.a (mon.0) 559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.713485+0000 mon.a (mon.0) 560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.716195+0000 mon.a (mon.0) 561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.717258+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.725011+0000 mon.a (mon.0) 563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.805690+0000 mon.a (mon.0) 564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.807770+0000 mon.a (mon.0) 565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.810003+0000 mon.a (mon.0) 566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.810845+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[78714]: audit 2023-12-05T13:26:44.816669+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.047611+0000 mgr.y (mgr.34107) 109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.125669+0000 mgr.y (mgr.34107) 110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.219300+0000 mgr.y (mgr.34107) 111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.299369+0000 mgr.y (mgr.34107) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.391498+0000 mgr.y (mgr.34107) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.492255+0000 mgr.y (mgr.34107) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.582053+0000 mgr.y (mgr.34107) 115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.676441+0000 mgr.y (mgr.34107) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cluster 2023-12-05T13:26:43.753082+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.774433+0000 mgr.y (mgr.34107) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:43.873623+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.874390+0000 mgr.y (mgr.34107) 119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:43.943752+0000 mon.a (mon.0) 519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:43.945854+0000 mon.a (mon.0) 520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:43.948596+0000 mon.a (mon.0) 521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:43.949413+0000 mon.a (mon.0) 522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:43.957990+0000 mon.a (mon.0) 523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: cephadm 2023-12-05T13:26:43.958583+0000 mgr.y (mgr.34107) 120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.040957+0000 mon.a (mon.0) 524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.044472+0000 mon.a (mon.0) 525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.046965+0000 mon.a (mon.0) 526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.047872+0000 mon.a (mon.0) 527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.054120+0000 mon.a (mon.0) 528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.134023+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.136463+0000 mon.a (mon.0) 530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.138802+0000 mon.a (mon.0) 531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.139630+0000 mon.a (mon.0) 532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.147275+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.231372+0000 mon.a (mon.0) 534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.234019+0000 mon.a (mon.0) 535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.238947+0000 mon.a (mon.0) 536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.240807+0000 mon.a (mon.0) 537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.247444+0000 mon.a (mon.0) 538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.328830+0000 mon.a (mon.0) 539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.330944+0000 mon.a (mon.0) 540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.333696+0000 mon.a (mon.0) 541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.334577+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.341925+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.427806+0000 mon.a (mon.0) 544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.430923+0000 mon.a (mon.0) 545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.434253+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.435477+0000 mon.a (mon.0) 547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.442113+0000 mon.a (mon.0) 548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.524048+0000 mon.a (mon.0) 549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.526149+0000 mon.a (mon.0) 550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.528793+0000 mon.a (mon.0) 551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.529693+0000 mon.a (mon.0) 552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.538162+0000 mon.a (mon.0) 553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.618513+0000 mon.a (mon.0) 554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.621267+0000 mon.a (mon.0) 555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.624371+0000 mon.a (mon.0) 556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.625336+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.632731+0000 mon.a (mon.0) 558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.711559+0000 mon.a (mon.0) 559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.713485+0000 mon.a (mon.0) 560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.716195+0000 mon.a (mon.0) 561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.717258+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.725011+0000 mon.a (mon.0) 563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.805690+0000 mon.a (mon.0) 564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.807770+0000 mon.a (mon.0) 565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.810003+0000 mon.a (mon.0) 566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.810845+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:44 smithi045 bash[81379]: audit 2023-12-05T13:26:44.816669+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.047611+0000 mgr.y (mgr.34107) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.125669+0000 mgr.y (mgr.34107) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.219300+0000 mgr.y (mgr.34107) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.299369+0000 mgr.y (mgr.34107) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.391498+0000 mgr.y (mgr.34107) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.492255+0000 mgr.y (mgr.34107) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.582053+0000 mgr.y (mgr.34107) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.676441+0000 mgr.y (mgr.34107) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cluster 2023-12-05T13:26:43.753082+0000 mgr.y (mgr.34107) 117 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.774433+0000 mgr.y (mgr.34107) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:43.873623+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.874390+0000 mgr.y (mgr.34107) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:43.943752+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:43.945854+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:43.948596+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:43.949413+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:43.957990+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: cephadm 2023-12-05T13:26:43.958583+0000 mgr.y (mgr.34107) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.040957+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.044472+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.046965+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.047872+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.054120+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.134023+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.136463+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.138802+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.139630+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.147275+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.231372+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.234019+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.238947+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.240807+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.247444+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.328830+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.330944+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.333696+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.334577+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.341925+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.427806+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.430923+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.434253+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.435477+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.442113+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.524048+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.526149+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.528793+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.529693+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.538162+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.618513+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.621267+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.624371+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.625336+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.632731+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.711559+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.713485+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.716195+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.717258+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.725011+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.805690+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.807770+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.810003+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.810845+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:44 smithi079 bash[25290]: audit 2023-12-05T13:26:44.816669+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.196 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[74945]: debug 2023-12-05T13:26:45.917+0000 7f3c5ca31700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-05T13:26:46.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.054852+0000 mgr.y (mgr.34107) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.147952+0000 mgr.y (mgr.34107) 122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.248022+0000 mgr.y (mgr.34107) 123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.342515+0000 mgr.y (mgr.34107) 124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.442831+0000 mgr.y (mgr.34107) 125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.538985+0000 mgr.y (mgr.34107) 126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.633381+0000 mgr.y (mgr.34107) 127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.725682+0000 mgr.y (mgr.34107) 128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.817558+0000 mgr.y (mgr.34107) 129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.896781+0000 mon.a (mon.0) 569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.898971+0000 mon.a (mon.0) 570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.901166+0000 mon.a (mon.0) 571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.901897+0000 mon.a (mon.0) 572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.906880+0000 mon.a (mon.0) 573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: cephadm 2023-12-05T13:26:44.907493+0000 mgr.y (mgr.34107) 130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.988280+0000 mon.a (mon.0) 574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.990478+0000 mon.a (mon.0) 575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.992912+0000 mon.a (mon.0) 576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:44.993931+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.000873+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.080026+0000 mon.a (mon.0) 579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.054852+0000 mgr.y (mgr.34107) 121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.147952+0000 mgr.y (mgr.34107) 122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.248022+0000 mgr.y (mgr.34107) 123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.342515+0000 mgr.y (mgr.34107) 124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.442831+0000 mgr.y (mgr.34107) 125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.538985+0000 mgr.y (mgr.34107) 126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.633381+0000 mgr.y (mgr.34107) 127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.725682+0000 mgr.y (mgr.34107) 128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.817558+0000 mgr.y (mgr.34107) 129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.896781+0000 mon.a (mon.0) 569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.898971+0000 mon.a (mon.0) 570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.901166+0000 mon.a (mon.0) 571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.901897+0000 mon.a (mon.0) 572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.906880+0000 mon.a (mon.0) 573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: cephadm 2023-12-05T13:26:44.907493+0000 mgr.y (mgr.34107) 130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.988280+0000 mon.a (mon.0) 574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.990478+0000 mon.a (mon.0) 575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.992912+0000 mon.a (mon.0) 576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:44.993931+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.000873+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.080026+0000 mon.a (mon.0) 579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.082756+0000 mon.a (mon.0) 580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.084973+0000 mon.a (mon.0) 581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.085812+0000 mon.a (mon.0) 582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.091846+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.171661+0000 mon.a (mon.0) 584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.174397+0000 mon.a (mon.0) 585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.177577+0000 mon.a (mon.0) 586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.178588+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.186613+0000 mon.a (mon.0) 588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.264165+0000 mon.a (mon.0) 589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.267241+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.271049+0000 mon.a (mon.0) 591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.272442+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.279488+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.357074+0000 mon.a (mon.0) 594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.360229+0000 mon.a (mon.0) 595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.363885+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.365402+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.375139+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.082756+0000 mon.a (mon.0) 580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.084973+0000 mon.a (mon.0) 581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.085812+0000 mon.a (mon.0) 582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.091846+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.171661+0000 mon.a (mon.0) 584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.174397+0000 mon.a (mon.0) 585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.177577+0000 mon.a (mon.0) 586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.178588+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.186613+0000 mon.a (mon.0) 588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.264165+0000 mon.a (mon.0) 589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.267241+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.271049+0000 mon.a (mon.0) 591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.272442+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.279488+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.357074+0000 mon.a (mon.0) 594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.360229+0000 mon.a (mon.0) 595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.363885+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.365402+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.375139+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.454421+0000 mon.a (mon.0) 599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.458307+0000 mon.a (mon.0) 600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.462043+0000 mon.a (mon.0) 601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.463124+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.472559+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.551334+0000 mon.a (mon.0) 604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.553541+0000 mon.a (mon.0) 605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.555870+0000 mon.a (mon.0) 606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.556738+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.563766+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.644079+0000 mon.a (mon.0) 609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.647221+0000 mon.a (mon.0) 610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.650383+0000 mon.a (mon.0) 611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.651637+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.658153+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.738155+0000 mon.a (mon.0) 614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.740261+0000 mon.a (mon.0) 615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.743119+0000 mon.a (mon.0) 616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.744032+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.751654+0000 mon.a (mon.0) 618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.454421+0000 mon.a (mon.0) 599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.458307+0000 mon.a (mon.0) 600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.462043+0000 mon.a (mon.0) 601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.463124+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.472559+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.551334+0000 mon.a (mon.0) 604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.553541+0000 mon.a (mon.0) 605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.555870+0000 mon.a (mon.0) 606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.556738+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.563766+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.644079+0000 mon.a (mon.0) 609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.647221+0000 mon.a (mon.0) 610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.650383+0000 mon.a (mon.0) 611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.651637+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.658153+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.738155+0000 mon.a (mon.0) 614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.740261+0000 mon.a (mon.0) 615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.743119+0000 mon.a (mon.0) 616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.744032+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.751654+0000 mon.a (mon.0) 618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.832789+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.835228+0000 mon.a (mon.0) 620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.838823+0000 mon.a (mon.0) 621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.839783+0000 mon.a (mon.0) 622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[81379]: audit 2023-12-05T13:26:45.845608+0000 mon.a (mon.0) 623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.832789+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.835228+0000 mon.a (mon.0) 620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.838823+0000 mon.a (mon.0) 621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.839783+0000 mon.a (mon.0) 622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:45 smithi045 bash[78714]: audit 2023-12-05T13:26:45.845608+0000 mon.a (mon.0) 623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.054852+0000 mgr.y (mgr.34107) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.147952+0000 mgr.y (mgr.34107) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.248022+0000 mgr.y (mgr.34107) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.342515+0000 mgr.y (mgr.34107) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.442831+0000 mgr.y (mgr.34107) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.538985+0000 mgr.y (mgr.34107) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.633381+0000 mgr.y (mgr.34107) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.725682+0000 mgr.y (mgr.34107) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.817558+0000 mgr.y (mgr.34107) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.896781+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.898971+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.901166+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.901897+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.906880+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: cephadm 2023-12-05T13:26:44.907493+0000 mgr.y (mgr.34107) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.988280+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.990478+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.992912+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:44.993931+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.000873+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.080026+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.082756+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.084973+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.085812+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.091846+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.171661+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.174397+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.177577+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.178588+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.186613+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.264165+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.267241+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.271049+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.272442+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.279488+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.357074+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.360229+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.363885+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.365402+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.375139+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.454421+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.458307+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.462043+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.463124+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.472559+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.551334+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.553541+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.555870+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.556738+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.563766+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.644079+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.647221+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.650383+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.651637+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.658153+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.738155+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.740261+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.743119+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.744032+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.751654+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.832789+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.835228+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.838823+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.839783+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:45 smithi079 bash[25290]: audit 2023-12-05T13:26:45.845608+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.001705+0000 mgr.y (mgr.34107) 131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.092414+0000 mgr.y (mgr.34107) 132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.187215+0000 mgr.y (mgr.34107) 133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.280136+0000 mgr.y (mgr.34107) 134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.377014+0000 mgr.y (mgr.34107) 135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.473317+0000 mgr.y (mgr.34107) 136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.564465+0000 mgr.y (mgr.34107) 137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.659776+0000 mgr.y (mgr.34107) 138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.752248+0000 mgr.y (mgr.34107) 139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cluster 2023-12-05T13:26:45.753558+0000 mgr.y (mgr.34107) 140 : cluster 0 pgmap v16: 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-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.846346+0000 mgr.y (mgr.34107) 141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:45.926044+0000 mon.a (mon.0) 624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:45.928729+0000 mon.a (mon.0) 625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:45.931916+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:45.933091+0000 mon.a (mon.0) 627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:45.939904+0000 mon.a (mon.0) 628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: cephadm 2023-12-05T13:26:45.940758+0000 mgr.y (mgr.34107) 142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.022665+0000 mon.a (mon.0) 629 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.027060+0000 mon.a (mon.0) 630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.030385+0000 mon.a (mon.0) 631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.031723+0000 mon.a (mon.0) 632 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.001705+0000 mgr.y (mgr.34107) 131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.092414+0000 mgr.y (mgr.34107) 132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.187215+0000 mgr.y (mgr.34107) 133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.280136+0000 mgr.y (mgr.34107) 134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.377014+0000 mgr.y (mgr.34107) 135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.473317+0000 mgr.y (mgr.34107) 136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.564465+0000 mgr.y (mgr.34107) 137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.659776+0000 mgr.y (mgr.34107) 138 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.752248+0000 mgr.y (mgr.34107) 139 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cluster 2023-12-05T13:26:45.753558+0000 mgr.y (mgr.34107) 140 : cluster 0 pgmap v16: 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-05T13:26:47.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.846346+0000 mgr.y (mgr.34107) 141 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:45.926044+0000 mon.a (mon.0) 624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:45.928729+0000 mon.a (mon.0) 625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:45.931916+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:45.933091+0000 mon.a (mon.0) 627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:45.939904+0000 mon.a (mon.0) 628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: cephadm 2023-12-05T13:26:45.940758+0000 mgr.y (mgr.34107) 142 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.022665+0000 mon.a (mon.0) 629 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.027060+0000 mon.a (mon.0) 630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.030385+0000 mon.a (mon.0) 631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.031723+0000 mon.a (mon.0) 632 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.039916+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.118675+0000 mon.a (mon.0) 634 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.120826+0000 mon.a (mon.0) 635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.123623+0000 mon.a (mon.0) 636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.124830+0000 mon.a (mon.0) 637 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.131453+0000 mon.a (mon.0) 638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.197172+0000 mon.a (mon.0) 639 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.199238+0000 mon.a (mon.0) 640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.201706+0000 mon.a (mon.0) 641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.202587+0000 mon.a (mon.0) 642 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.208352+0000 mon.a (mon.0) 643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.290189+0000 mon.a (mon.0) 644 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.292300+0000 mon.a (mon.0) 645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.294950+0000 mon.a (mon.0) 646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.295776+0000 mon.a (mon.0) 647 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.301249+0000 mon.a (mon.0) 648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.380830+0000 mon.a (mon.0) 649 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.383384+0000 mon.a (mon.0) 650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.385558+0000 mon.a (mon.0) 651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.386359+0000 mon.a (mon.0) 652 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.392730+0000 mon.a (mon.0) 653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.458281+0000 mon.a (mon.0) 654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.461166+0000 mon.a (mon.0) 655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.463614+0000 mon.a (mon.0) 656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.464707+0000 mon.a (mon.0) 657 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.471618+0000 mon.a (mon.0) 658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.554751+0000 mon.a (mon.0) 659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.556832+0000 mon.a (mon.0) 660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.559083+0000 mon.a (mon.0) 661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.559939+0000 mon.a (mon.0) 662 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.565349+0000 mon.a (mon.0) 663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.642964+0000 mon.a (mon.0) 664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.645535+0000 mon.a (mon.0) 665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.648526+0000 mon.a (mon.0) 666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.649475+0000 mon.a (mon.0) 667 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.657216+0000 mon.a (mon.0) 668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.737244+0000 mon.a (mon.0) 669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.740849+0000 mon.a (mon.0) 670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.744526+0000 mon.a (mon.0) 671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.039916+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.118675+0000 mon.a (mon.0) 634 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.120826+0000 mon.a (mon.0) 635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.123623+0000 mon.a (mon.0) 636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.124830+0000 mon.a (mon.0) 637 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.131453+0000 mon.a (mon.0) 638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.197172+0000 mon.a (mon.0) 639 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.199238+0000 mon.a (mon.0) 640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.201706+0000 mon.a (mon.0) 641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.202587+0000 mon.a (mon.0) 642 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.208352+0000 mon.a (mon.0) 643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.290189+0000 mon.a (mon.0) 644 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.292300+0000 mon.a (mon.0) 645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.294950+0000 mon.a (mon.0) 646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.295776+0000 mon.a (mon.0) 647 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.301249+0000 mon.a (mon.0) 648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.380830+0000 mon.a (mon.0) 649 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.383384+0000 mon.a (mon.0) 650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.385558+0000 mon.a (mon.0) 651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.745977+0000 mon.a (mon.0) 672 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.756763+0000 mon.a (mon.0) 673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.831405+0000 mon.a (mon.0) 674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.834807+0000 mon.a (mon.0) 675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.837870+0000 mon.a (mon.0) 676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.838723+0000 mon.a (mon.0) 677 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[78714]: audit 2023-12-05T13:26:46.845785+0000 mon.a (mon.0) 678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.386359+0000 mon.a (mon.0) 652 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.392730+0000 mon.a (mon.0) 653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.458281+0000 mon.a (mon.0) 654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.461166+0000 mon.a (mon.0) 655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.463614+0000 mon.a (mon.0) 656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.464707+0000 mon.a (mon.0) 657 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.471618+0000 mon.a (mon.0) 658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.554751+0000 mon.a (mon.0) 659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.556832+0000 mon.a (mon.0) 660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.559083+0000 mon.a (mon.0) 661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.559939+0000 mon.a (mon.0) 662 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.565349+0000 mon.a (mon.0) 663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.642964+0000 mon.a (mon.0) 664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.645535+0000 mon.a (mon.0) 665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.648526+0000 mon.a (mon.0) 666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.649475+0000 mon.a (mon.0) 667 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.657216+0000 mon.a (mon.0) 668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.737244+0000 mon.a (mon.0) 669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.740849+0000 mon.a (mon.0) 670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.744526+0000 mon.a (mon.0) 671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.745977+0000 mon.a (mon.0) 672 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.756763+0000 mon.a (mon.0) 673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.831405+0000 mon.a (mon.0) 674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.834807+0000 mon.a (mon.0) 675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.837870+0000 mon.a (mon.0) 676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.838723+0000 mon.a (mon.0) 677 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:46 smithi045 bash[81379]: audit 2023-12-05T13:26:46.845785+0000 mon.a (mon.0) 678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.001705+0000 mgr.y (mgr.34107) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.092414+0000 mgr.y (mgr.34107) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.187215+0000 mgr.y (mgr.34107) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.280136+0000 mgr.y (mgr.34107) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.377014+0000 mgr.y (mgr.34107) 135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.473317+0000 mgr.y (mgr.34107) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.564465+0000 mgr.y (mgr.34107) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.659776+0000 mgr.y (mgr.34107) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.752248+0000 mgr.y (mgr.34107) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cluster 2023-12-05T13:26:45.753558+0000 mgr.y (mgr.34107) 140 : cluster [DBG] pgmap v16: 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-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.846346+0000 mgr.y (mgr.34107) 141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:45.926044+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:45.928729+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:45.931916+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:45.933091+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:45.939904+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: cephadm 2023-12-05T13:26:45.940758+0000 mgr.y (mgr.34107) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.022665+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.027060+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.030385+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.031723+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.039916+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.118675+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.120826+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.123623+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.124830+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.131453+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.197172+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.199238+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.201706+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.202587+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.208352+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.290189+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.292300+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.294950+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.295776+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.301249+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.380830+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.383384+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.385558+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.386359+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.392730+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.458281+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.461166+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.463614+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.464707+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.471618+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.554751+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.556832+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.559083+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.559939+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.565349+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.642964+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.645535+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.648526+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.649475+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.657216+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.737244+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.740849+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.744526+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.745977+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.756763+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.831405+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.834807+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.837870+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.838723+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:46 smithi079 bash[25290]: audit 2023-12-05T13:26:46.845785+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.040417+0000 mgr.y (mgr.34107) 143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.131943+0000 mgr.y (mgr.34107) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.209609+0000 mgr.y (mgr.34107) 145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.301909+0000 mgr.y (mgr.34107) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.393362+0000 mgr.y (mgr.34107) 147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.472405+0000 mgr.y (mgr.34107) 148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.565849+0000 mgr.y (mgr.34107) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.658208+0000 mgr.y (mgr.34107) 150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.757512+0000 mgr.y (mgr.34107) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.846324+0000 mgr.y (mgr.34107) 152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:46.930705+0000 mon.a (mon.0) 679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:46.933684+0000 mon.a (mon.0) 680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:46.936171+0000 mon.a (mon.0) 681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:46.937053+0000 mon.a (mon.0) 682 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:46.941954+0000 mon.a (mon.0) 683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: cephadm 2023-12-05T13:26:46.942541+0000 mgr.y (mgr.34107) 153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.024841+0000 mon.a (mon.0) 684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.026982+0000 mon.a (mon.0) 685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.029899+0000 mon.a (mon.0) 686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.030854+0000 mon.a (mon.0) 687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.037541+0000 mon.a (mon.0) 688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.040417+0000 mgr.y (mgr.34107) 143 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.131943+0000 mgr.y (mgr.34107) 144 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.209609+0000 mgr.y (mgr.34107) 145 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.301909+0000 mgr.y (mgr.34107) 146 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.393362+0000 mgr.y (mgr.34107) 147 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.472405+0000 mgr.y (mgr.34107) 148 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.565849+0000 mgr.y (mgr.34107) 149 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.658208+0000 mgr.y (mgr.34107) 150 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.757512+0000 mgr.y (mgr.34107) 151 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.846324+0000 mgr.y (mgr.34107) 152 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:46.930705+0000 mon.a (mon.0) 679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:46.933684+0000 mon.a (mon.0) 680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:46.936171+0000 mon.a (mon.0) 681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:46.937053+0000 mon.a (mon.0) 682 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:46.941954+0000 mon.a (mon.0) 683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: cephadm 2023-12-05T13:26:46.942541+0000 mgr.y (mgr.34107) 153 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.024841+0000 mon.a (mon.0) 684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.026982+0000 mon.a (mon.0) 685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.029899+0000 mon.a (mon.0) 686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.030854+0000 mon.a (mon.0) 687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.037541+0000 mon.a (mon.0) 688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.116508+0000 mon.a (mon.0) 689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.119315+0000 mon.a (mon.0) 690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.122985+0000 mon.a (mon.0) 691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.124280+0000 mon.a (mon.0) 692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.132300+0000 mon.a (mon.0) 693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.212575+0000 mon.a (mon.0) 694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.215048+0000 mon.a (mon.0) 695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.218790+0000 mon.a (mon.0) 696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.219875+0000 mon.a (mon.0) 697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.226403+0000 mon.a (mon.0) 698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.305820+0000 mon.a (mon.0) 699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.309065+0000 mon.a (mon.0) 700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.311889+0000 mon.a (mon.0) 701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.312795+0000 mon.a (mon.0) 702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.317914+0000 mon.a (mon.0) 703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.381467+0000 mon.a (mon.0) 704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.383622+0000 mon.a (mon.0) 705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.388018+0000 mon.a (mon.0) 706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.389063+0000 mon.a (mon.0) 707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.399316+0000 mon.a (mon.0) 708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.116508+0000 mon.a (mon.0) 689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.119315+0000 mon.a (mon.0) 690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.122985+0000 mon.a (mon.0) 691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.124280+0000 mon.a (mon.0) 692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.132300+0000 mon.a (mon.0) 693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.212575+0000 mon.a (mon.0) 694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.215048+0000 mon.a (mon.0) 695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.218790+0000 mon.a (mon.0) 696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.219875+0000 mon.a (mon.0) 697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.226403+0000 mon.a (mon.0) 698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.305820+0000 mon.a (mon.0) 699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.309065+0000 mon.a (mon.0) 700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.311889+0000 mon.a (mon.0) 701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.312795+0000 mon.a (mon.0) 702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.317914+0000 mon.a (mon.0) 703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.381467+0000 mon.a (mon.0) 704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.383622+0000 mon.a (mon.0) 705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.388018+0000 mon.a (mon.0) 706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.389063+0000 mon.a (mon.0) 707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.399316+0000 mon.a (mon.0) 708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.478731+0000 mon.a (mon.0) 709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.481110+0000 mon.a (mon.0) 710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.484327+0000 mon.a (mon.0) 711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.485259+0000 mon.a (mon.0) 712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.493392+0000 mon.a (mon.0) 713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.575957+0000 mon.a (mon.0) 714 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.578741+0000 mon.a (mon.0) 715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.581797+0000 mon.a (mon.0) 716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.582982+0000 mon.a (mon.0) 717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.589057+0000 mon.a (mon.0) 718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.672255+0000 mon.a (mon.0) 719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.674337+0000 mon.a (mon.0) 720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.677985+0000 mon.a (mon.0) 721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.679264+0000 mon.a (mon.0) 722 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.687728+0000 mon.a (mon.0) 723 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.766036+0000 mon.a (mon.0) 724 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.769300+0000 mon.a (mon.0) 725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.773549+0000 mon.a (mon.0) 726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.774836+0000 mon.a (mon.0) 727 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.782689+0000 mon.a (mon.0) 728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.860494+0000 mon.a (mon.0) 729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.864311+0000 mon.a (mon.0) 730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.868532+0000 mon.a (mon.0) 731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.870145+0000 mon.a (mon.0) 732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[78714]: audit 2023-12-05T13:26:47.879659+0000 mon.a (mon.0) 733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.478731+0000 mon.a (mon.0) 709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.481110+0000 mon.a (mon.0) 710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.484327+0000 mon.a (mon.0) 711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.485259+0000 mon.a (mon.0) 712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.493392+0000 mon.a (mon.0) 713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.575957+0000 mon.a (mon.0) 714 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.578741+0000 mon.a (mon.0) 715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.581797+0000 mon.a (mon.0) 716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.582982+0000 mon.a (mon.0) 717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.589057+0000 mon.a (mon.0) 718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.672255+0000 mon.a (mon.0) 719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.674337+0000 mon.a (mon.0) 720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.677985+0000 mon.a (mon.0) 721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.679264+0000 mon.a (mon.0) 722 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.687728+0000 mon.a (mon.0) 723 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.766036+0000 mon.a (mon.0) 724 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.769300+0000 mon.a (mon.0) 725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.773549+0000 mon.a (mon.0) 726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.774836+0000 mon.a (mon.0) 727 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.782689+0000 mon.a (mon.0) 728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.860494+0000 mon.a (mon.0) 729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.864311+0000 mon.a (mon.0) 730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.868532+0000 mon.a (mon.0) 731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.870145+0000 mon.a (mon.0) 732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:47 smithi045 bash[81379]: audit 2023-12-05T13:26:47.879659+0000 mon.a (mon.0) 733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.040417+0000 mgr.y (mgr.34107) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.131943+0000 mgr.y (mgr.34107) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.209609+0000 mgr.y (mgr.34107) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.301909+0000 mgr.y (mgr.34107) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.393362+0000 mgr.y (mgr.34107) 147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.472405+0000 mgr.y (mgr.34107) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.565849+0000 mgr.y (mgr.34107) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.658208+0000 mgr.y (mgr.34107) 150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.757512+0000 mgr.y (mgr.34107) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.846324+0000 mgr.y (mgr.34107) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:46.930705+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:46.933684+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:46.936171+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:46.937053+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:46.941954+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: cephadm 2023-12-05T13:26:46.942541+0000 mgr.y (mgr.34107) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.024841+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.026982+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.029899+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.030854+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.037541+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.116508+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.119315+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.122985+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.124280+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.132300+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.212575+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.215048+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.218790+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.219875+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.226403+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.305820+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.309065+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.311889+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.312795+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.317914+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.381467+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.383622+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.388018+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.389063+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.399316+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.478731+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.481110+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.484327+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.485259+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.493392+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.575957+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.578741+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.581797+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.582982+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.589057+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.672255+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.674337+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.677985+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.679264+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.687728+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.766036+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.769300+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.773549+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.774836+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.782689+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.860494+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.864311+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.868532+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.870145+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:47 smithi079 bash[25290]: audit 2023-12-05T13:26:47.879659+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:48.936 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[62226]: ts=2023-12-05T13:26: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 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:26:49.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.038321+0000 mgr.y (mgr.34107) 154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.133262+0000 mgr.y (mgr.34107) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.226899+0000 mgr.y (mgr.34107) 156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.318422+0000 mgr.y (mgr.34107) 157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.400143+0000 mgr.y (mgr.34107) 158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.493951+0000 mgr.y (mgr.34107) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.589654+0000 mgr.y (mgr.34107) 160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.688269+0000 mgr.y (mgr.34107) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cluster 2023-12-05T13:26:47.754773+0000 mgr.y (mgr.34107) 162 : cluster 0 pgmap v17: 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-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.783266+0000 mgr.y (mgr.34107) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.880725+0000 mgr.y (mgr.34107) 164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:47.954749+0000 mon.a (mon.0) 734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:47.957462+0000 mon.a (mon.0) 735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:47.959776+0000 mon.a (mon.0) 736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:47.960668+0000 mon.a (mon.0) 737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:47.967699+0000 mon.a (mon.0) 738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.047887+0000 mon.a (mon.0) 739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.050549+0000 mon.a (mon.0) 740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.053599+0000 mon.a (mon.0) 741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.054804+0000 mon.a (mon.0) 742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.060900+0000 mon.a (mon.0) 743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.038321+0000 mgr.y (mgr.34107) 154 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.133262+0000 mgr.y (mgr.34107) 155 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.226899+0000 mgr.y (mgr.34107) 156 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.318422+0000 mgr.y (mgr.34107) 157 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.400143+0000 mgr.y (mgr.34107) 158 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.493951+0000 mgr.y (mgr.34107) 159 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.589654+0000 mgr.y (mgr.34107) 160 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.192 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.688269+0000 mgr.y (mgr.34107) 161 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cluster 2023-12-05T13:26:47.754773+0000 mgr.y (mgr.34107) 162 : cluster 0 pgmap v17: 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-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.783266+0000 mgr.y (mgr.34107) 163 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.880725+0000 mgr.y (mgr.34107) 164 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:47.954749+0000 mon.a (mon.0) 734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:47.957462+0000 mon.a (mon.0) 735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:47.959776+0000 mon.a (mon.0) 736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:47.960668+0000 mon.a (mon.0) 737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:47.967699+0000 mon.a (mon.0) 738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.047887+0000 mon.a (mon.0) 739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.050549+0000 mon.a (mon.0) 740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.053599+0000 mon.a (mon.0) 741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.054804+0000 mon.a (mon.0) 742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.060900+0000 mon.a (mon.0) 743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.141024+0000 mon.a (mon.0) 744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.144019+0000 mon.a (mon.0) 745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.148155+0000 mon.a (mon.0) 746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.149342+0000 mon.a (mon.0) 747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.158129+0000 mon.a (mon.0) 748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.240339+0000 mon.a (mon.0) 749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.242682+0000 mon.a (mon.0) 750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.245127+0000 mon.a (mon.0) 751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.246584+0000 mon.a (mon.0) 752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.252132+0000 mon.a (mon.0) 753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.333059+0000 mon.a (mon.0) 754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.335424+0000 mon.a (mon.0) 755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.338576+0000 mon.a (mon.0) 756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.339492+0000 mon.a (mon.0) 757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.347160+0000 mon.a (mon.0) 758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.424678+0000 mon.a (mon.0) 759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.427811+0000 mon.a (mon.0) 760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.431836+0000 mon.a (mon.0) 761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.433230+0000 mon.a (mon.0) 762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.441974+0000 mon.a (mon.0) 763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.524442+0000 mon.a (mon.0) 764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.526560+0000 mon.a (mon.0) 765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.529238+0000 mon.a (mon.0) 766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.530059+0000 mon.a (mon.0) 767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.535845+0000 mon.a (mon.0) 768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.617283+0000 mon.a (mon.0) 769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.619693+0000 mon.a (mon.0) 770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.622640+0000 mon.a (mon.0) 771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.623487+0000 mon.a (mon.0) 772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.629846+0000 mon.a (mon.0) 773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.698433+0000 mon.a (mon.0) 774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.700941+0000 mon.a (mon.0) 775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.703339+0000 mon.a (mon.0) 776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.704416+0000 mon.a (mon.0) 777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.712040+0000 mon.a (mon.0) 778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.793344+0000 mon.a (mon.0) 779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.796250+0000 mon.a (mon.0) 780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.799445+0000 mon.a (mon.0) 781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.800598+0000 mon.a (mon.0) 782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.809262+0000 mon.a (mon.0) 783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.892068+0000 mon.a (mon.0) 784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.894139+0000 mon.a (mon.0) 785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.896820+0000 mon.a (mon.0) 786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.897811+0000 mon.a (mon.0) 787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[78714]: audit 2023-12-05T13:26:48.903776+0000 mon.a (mon.0) 788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.141024+0000 mon.a (mon.0) 744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.144019+0000 mon.a (mon.0) 745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.148155+0000 mon.a (mon.0) 746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.149342+0000 mon.a (mon.0) 747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.158129+0000 mon.a (mon.0) 748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.240339+0000 mon.a (mon.0) 749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.242682+0000 mon.a (mon.0) 750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.245127+0000 mon.a (mon.0) 751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.246584+0000 mon.a (mon.0) 752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.252132+0000 mon.a (mon.0) 753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.333059+0000 mon.a (mon.0) 754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.335424+0000 mon.a (mon.0) 755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.338576+0000 mon.a (mon.0) 756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.339492+0000 mon.a (mon.0) 757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.347160+0000 mon.a (mon.0) 758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.424678+0000 mon.a (mon.0) 759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.427811+0000 mon.a (mon.0) 760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.431836+0000 mon.a (mon.0) 761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.433230+0000 mon.a (mon.0) 762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.441974+0000 mon.a (mon.0) 763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.524442+0000 mon.a (mon.0) 764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.526560+0000 mon.a (mon.0) 765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.529238+0000 mon.a (mon.0) 766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.530059+0000 mon.a (mon.0) 767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.535845+0000 mon.a (mon.0) 768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.617283+0000 mon.a (mon.0) 769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.619693+0000 mon.a (mon.0) 770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.622640+0000 mon.a (mon.0) 771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.623487+0000 mon.a (mon.0) 772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.629846+0000 mon.a (mon.0) 773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.698433+0000 mon.a (mon.0) 774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.700941+0000 mon.a (mon.0) 775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.703339+0000 mon.a (mon.0) 776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.704416+0000 mon.a (mon.0) 777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.712040+0000 mon.a (mon.0) 778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.793344+0000 mon.a (mon.0) 779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.796250+0000 mon.a (mon.0) 780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.799445+0000 mon.a (mon.0) 781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.800598+0000 mon.a (mon.0) 782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.809262+0000 mon.a (mon.0) 783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.892068+0000 mon.a (mon.0) 784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.894139+0000 mon.a (mon.0) 785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.896820+0000 mon.a (mon.0) 786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.897811+0000 mon.a (mon.0) 787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:48 smithi045 bash[81379]: audit 2023-12-05T13:26:48.903776+0000 mon.a (mon.0) 788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.038321+0000 mgr.y (mgr.34107) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.133262+0000 mgr.y (mgr.34107) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.226899+0000 mgr.y (mgr.34107) 156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.318422+0000 mgr.y (mgr.34107) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.400143+0000 mgr.y (mgr.34107) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.493951+0000 mgr.y (mgr.34107) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.589654+0000 mgr.y (mgr.34107) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.688269+0000 mgr.y (mgr.34107) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cluster 2023-12-05T13:26:47.754773+0000 mgr.y (mgr.34107) 162 : cluster [DBG] pgmap v17: 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-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.783266+0000 mgr.y (mgr.34107) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.880725+0000 mgr.y (mgr.34107) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:47.954749+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:47.957462+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:47.959776+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:47.960668+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:47.967699+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.047887+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.050549+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.053599+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.054804+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.060900+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.141024+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.144019+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.148155+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.149342+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.158129+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.240339+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.242682+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.245127+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.246584+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.252132+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.333059+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.335424+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.338576+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.339492+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.347160+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.424678+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.427811+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.431836+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.433230+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.441974+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.524442+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.526560+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.529238+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.530059+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.535845+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.617283+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.619693+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.622640+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.623487+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.629846+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.698433+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.700941+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.703339+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.704416+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.712040+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.793344+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.796250+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.799445+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.800598+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.809262+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.892068+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.894139+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.896820+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.897811+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:48 smithi079 bash[25290]: audit 2023-12-05T13:26:48.903776+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:26:49] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.33.4" 2023-12-05T13:26:49.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:47.968295+0000 mgr.y (mgr.34107) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.061536+0000 mgr.y (mgr.34107) 166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.158669+0000 mgr.y (mgr.34107) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.253008+0000 mgr.y (mgr.34107) 168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.347834+0000 mgr.y (mgr.34107) 169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.443049+0000 mgr.y (mgr.34107) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.536572+0000 mgr.y (mgr.34107) 171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.631120+0000 mgr.y (mgr.34107) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.712690+0000 mgr.y (mgr.34107) 173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.810152+0000 mgr.y (mgr.34107) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: cephadm 2023-12-05T13:26:48.904624+0000 mgr.y (mgr.34107) 175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:47.968295+0000 mgr.y (mgr.34107) 165 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.061536+0000 mgr.y (mgr.34107) 166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.158669+0000 mgr.y (mgr.34107) 167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.253008+0000 mgr.y (mgr.34107) 168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.347834+0000 mgr.y (mgr.34107) 169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.443049+0000 mgr.y (mgr.34107) 170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.536572+0000 mgr.y (mgr.34107) 171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.631120+0000 mgr.y (mgr.34107) 172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.712690+0000 mgr.y (mgr.34107) 173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.810152+0000 mgr.y (mgr.34107) 174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: cephadm 2023-12-05T13:26:48.904624+0000 mgr.y (mgr.34107) 175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:49.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:48.984215+0000 mon.a (mon.0) 789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:48.987223+0000 mon.a (mon.0) 790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:48.990721+0000 mon.a (mon.0) 791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:48.992146+0000 mon.a (mon.0) 792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.000553+0000 mon.a (mon.0) 793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.079583+0000 mon.a (mon.0) 794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.081729+0000 mon.a (mon.0) 795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.085378+0000 mon.a (mon.0) 796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.086492+0000 mon.a (mon.0) 797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.093097+0000 mon.a (mon.0) 798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.169297+0000 mon.a (mon.0) 799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.172521+0000 mon.a (mon.0) 800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:49.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.176192+0000 mon.a (mon.0) 801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:49.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.177360+0000 mon.a (mon.0) 802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:49.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.185324+0000 mon.a (mon.0) 803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:49.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.265382+0000 mon.a (mon.0) 804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.268276+0000 mon.a (mon.0) 805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.273174+0000 mon.a (mon.0) 806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.274325+0000 mon.a (mon.0) 807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.282964+0000 mon.a (mon.0) 808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.365078+0000 mon.a (mon.0) 809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.367427+0000 mon.a (mon.0) 810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.370194+0000 mon.a (mon.0) 811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.371268+0000 mon.a (mon.0) 812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.380515+0000 mon.a (mon.0) 813 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.461242+0000 mon.a (mon.0) 814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.463722+0000 mon.a (mon.0) 815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.466846+0000 mon.a (mon.0) 816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.468009+0000 mon.a (mon.0) 817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.474389+0000 mon.a (mon.0) 818 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.553580+0000 mon.a (mon.0) 819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.555666+0000 mon.a (mon.0) 820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.558169+0000 mon.a (mon.0) 821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.559043+0000 mon.a (mon.0) 822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.566008+0000 mon.a (mon.0) 823 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.648689+0000 mon.a (mon.0) 824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.651092+0000 mon.a (mon.0) 825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.654253+0000 mon.a (mon.0) 826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.655667+0000 mon.a (mon.0) 827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.663383+0000 mon.a (mon.0) 828 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.742551+0000 mon.a (mon.0) 829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.745259+0000 mon.a (mon.0) 830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.748457+0000 mon.a (mon.0) 831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.749468+0000 mon.a (mon.0) 832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.757254+0000 mon.a (mon.0) 833 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.839277+0000 mon.a (mon.0) 834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.841541+0000 mon.a (mon.0) 835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.845095+0000 mon.a (mon.0) 836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.854049+0000 mon.a (mon.0) 837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.862105+0000 mon.a (mon.0) 838 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[78714]: audit 2023-12-05T13:26:49.883016+0000 mon.a (mon.0) 839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:48.984215+0000 mon.a (mon.0) 789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:48.987223+0000 mon.a (mon.0) 790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:48.990721+0000 mon.a (mon.0) 791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:48.992146+0000 mon.a (mon.0) 792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.000553+0000 mon.a (mon.0) 793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.079583+0000 mon.a (mon.0) 794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.081729+0000 mon.a (mon.0) 795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.085378+0000 mon.a (mon.0) 796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.086492+0000 mon.a (mon.0) 797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.093097+0000 mon.a (mon.0) 798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.169297+0000 mon.a (mon.0) 799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.172521+0000 mon.a (mon.0) 800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.176192+0000 mon.a (mon.0) 801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.177360+0000 mon.a (mon.0) 802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.185324+0000 mon.a (mon.0) 803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.265382+0000 mon.a (mon.0) 804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.268276+0000 mon.a (mon.0) 805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.273174+0000 mon.a (mon.0) 806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.274325+0000 mon.a (mon.0) 807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.282964+0000 mon.a (mon.0) 808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.365078+0000 mon.a (mon.0) 809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.367427+0000 mon.a (mon.0) 810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.370194+0000 mon.a (mon.0) 811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.371268+0000 mon.a (mon.0) 812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.380515+0000 mon.a (mon.0) 813 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.461242+0000 mon.a (mon.0) 814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.463722+0000 mon.a (mon.0) 815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.466846+0000 mon.a (mon.0) 816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.468009+0000 mon.a (mon.0) 817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.474389+0000 mon.a (mon.0) 818 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.553580+0000 mon.a (mon.0) 819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.555666+0000 mon.a (mon.0) 820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.558169+0000 mon.a (mon.0) 821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.559043+0000 mon.a (mon.0) 822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.566008+0000 mon.a (mon.0) 823 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.648689+0000 mon.a (mon.0) 824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.651092+0000 mon.a (mon.0) 825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.654253+0000 mon.a (mon.0) 826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.655667+0000 mon.a (mon.0) 827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.663383+0000 mon.a (mon.0) 828 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.742551+0000 mon.a (mon.0) 829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.745259+0000 mon.a (mon.0) 830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.748457+0000 mon.a (mon.0) 831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.749468+0000 mon.a (mon.0) 832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.757254+0000 mon.a (mon.0) 833 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.839277+0000 mon.a (mon.0) 834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.841541+0000 mon.a (mon.0) 835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.845095+0000 mon.a (mon.0) 836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.854049+0000 mon.a (mon.0) 837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.862105+0000 mon.a (mon.0) 838 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:49 smithi045 bash[81379]: audit 2023-12-05T13:26:49.883016+0000 mon.a (mon.0) 839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:47.968295+0000 mgr.y (mgr.34107) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.061536+0000 mgr.y (mgr.34107) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.158669+0000 mgr.y (mgr.34107) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.253008+0000 mgr.y (mgr.34107) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.347834+0000 mgr.y (mgr.34107) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.443049+0000 mgr.y (mgr.34107) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.536572+0000 mgr.y (mgr.34107) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.631120+0000 mgr.y (mgr.34107) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.712690+0000 mgr.y (mgr.34107) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.810152+0000 mgr.y (mgr.34107) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: cephadm 2023-12-05T13:26:48.904624+0000 mgr.y (mgr.34107) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:48.984215+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:48.987223+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:48.990721+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:48.992146+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.000553+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.079583+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.081729+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.085378+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.086492+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.093097+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.169297+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.172521+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.176192+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.177360+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.185324+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.265382+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.268276+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.273174+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.274325+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.282964+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.365078+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.367427+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.370194+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.371268+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.380515+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.461242+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.463722+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.466846+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.468009+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.474389+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.553580+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.555666+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.558169+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.559043+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.566008+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.648689+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.651092+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.654253+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.655667+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.663383+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.742551+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.745259+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.748457+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.749468+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.757254+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.839277+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.841541+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.845095+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.854049+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.862105+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:49 smithi079 bash[25290]: audit 2023-12-05T13:26:49.883016+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.001231+0000 mgr.y (mgr.34107) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.093596+0000 mgr.y (mgr.34107) 177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.185874+0000 mgr.y (mgr.34107) 178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.283692+0000 mgr.y (mgr.34107) 179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.381127+0000 mgr.y (mgr.34107) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.474931+0000 mgr.y (mgr.34107) 181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.566568+0000 mgr.y (mgr.34107) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.664059+0000 mgr.y (mgr.34107) 183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cluster 2023-12-05T13:26:49.755280+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v18: 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-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.758161+0000 mgr.y (mgr.34107) 185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.883831+0000 mgr.y (mgr.34107) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:49.961180+0000 mon.a (mon.0) 840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:49.963217+0000 mon.a (mon.0) 841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:49.965577+0000 mon.a (mon.0) 842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:49.966758+0000 mon.a (mon.0) 843 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:49.972815+0000 mon.a (mon.0) 844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.050553+0000 mon.a (mon.0) 845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.053319+0000 mon.a (mon.0) 846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.056687+0000 mon.a (mon.0) 847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.057990+0000 mon.a (mon.0) 848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.066219+0000 mon.a (mon.0) 849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.001231+0000 mgr.y (mgr.34107) 176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.093596+0000 mgr.y (mgr.34107) 177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.185874+0000 mgr.y (mgr.34107) 178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.283692+0000 mgr.y (mgr.34107) 179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.381127+0000 mgr.y (mgr.34107) 180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.474931+0000 mgr.y (mgr.34107) 181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.566568+0000 mgr.y (mgr.34107) 182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.664059+0000 mgr.y (mgr.34107) 183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cluster 2023-12-05T13:26:49.755280+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v18: 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-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.758161+0000 mgr.y (mgr.34107) 185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.883831+0000 mgr.y (mgr.34107) 186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:49.961180+0000 mon.a (mon.0) 840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:49.963217+0000 mon.a (mon.0) 841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:49.965577+0000 mon.a (mon.0) 842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:49.966758+0000 mon.a (mon.0) 843 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:49.972815+0000 mon.a (mon.0) 844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.050553+0000 mon.a (mon.0) 845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.053319+0000 mon.a (mon.0) 846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.056687+0000 mon.a (mon.0) 847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.057990+0000 mon.a (mon.0) 848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.066219+0000 mon.a (mon.0) 849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.142976+0000 mon.a (mon.0) 850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.145014+0000 mon.a (mon.0) 851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.147714+0000 mon.a (mon.0) 852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.148658+0000 mon.a (mon.0) 853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.154018+0000 mon.a (mon.0) 854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.231962+0000 mon.a (mon.0) 855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.234737+0000 mon.a (mon.0) 856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.237926+0000 mon.a (mon.0) 857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.239031+0000 mon.a (mon.0) 858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.247383+0000 mon.a (mon.0) 859 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.329534+0000 mon.a (mon.0) 860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.334085+0000 mon.a (mon.0) 861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.337927+0000 mon.a (mon.0) 862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.339230+0000 mon.a (mon.0) 863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.347374+0000 mon.a (mon.0) 864 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.429384+0000 mon.a (mon.0) 865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.431345+0000 mon.a (mon.0) 866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.434381+0000 mon.a (mon.0) 867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.435321+0000 mon.a (mon.0) 868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.142976+0000 mon.a (mon.0) 850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.145014+0000 mon.a (mon.0) 851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.147714+0000 mon.a (mon.0) 852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.148658+0000 mon.a (mon.0) 853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.154018+0000 mon.a (mon.0) 854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.231962+0000 mon.a (mon.0) 855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.234737+0000 mon.a (mon.0) 856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.237926+0000 mon.a (mon.0) 857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.239031+0000 mon.a (mon.0) 858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.247383+0000 mon.a (mon.0) 859 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.329534+0000 mon.a (mon.0) 860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.334085+0000 mon.a (mon.0) 861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.337927+0000 mon.a (mon.0) 862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.339230+0000 mon.a (mon.0) 863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.347374+0000 mon.a (mon.0) 864 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.429384+0000 mon.a (mon.0) 865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.431345+0000 mon.a (mon.0) 866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.434381+0000 mon.a (mon.0) 867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.435321+0000 mon.a (mon.0) 868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.442020+0000 mon.a (mon.0) 869 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.522966+0000 mon.a (mon.0) 870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.525422+0000 mon.a (mon.0) 871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.528651+0000 mon.a (mon.0) 872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.529448+0000 mon.a (mon.0) 873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.537007+0000 mon.a (mon.0) 874 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.619728+0000 mon.a (mon.0) 875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.622565+0000 mon.a (mon.0) 876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.625763+0000 mon.a (mon.0) 877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.626995+0000 mon.a (mon.0) 878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.633029+0000 mon.a (mon.0) 879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.710407+0000 mon.a (mon.0) 880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.713310+0000 mon.a (mon.0) 881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.715679+0000 mon.a (mon.0) 882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.716442+0000 mon.a (mon.0) 883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.722170+0000 mon.a (mon.0) 884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.785046+0000 mon.a (mon.0) 885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.789511+0000 mon.a (mon.0) 886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.794367+0000 mon.a (mon.0) 887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.795860+0000 mon.a (mon.0) 888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.442020+0000 mon.a (mon.0) 869 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.522966+0000 mon.a (mon.0) 870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.525422+0000 mon.a (mon.0) 871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.528651+0000 mon.a (mon.0) 872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.529448+0000 mon.a (mon.0) 873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.537007+0000 mon.a (mon.0) 874 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.619728+0000 mon.a (mon.0) 875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.622565+0000 mon.a (mon.0) 876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.625763+0000 mon.a (mon.0) 877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.626995+0000 mon.a (mon.0) 878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.633029+0000 mon.a (mon.0) 879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.710407+0000 mon.a (mon.0) 880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.713310+0000 mon.a (mon.0) 881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.715679+0000 mon.a (mon.0) 882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.716442+0000 mon.a (mon.0) 883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.722170+0000 mon.a (mon.0) 884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.785046+0000 mon.a (mon.0) 885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.789511+0000 mon.a (mon.0) 886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.794367+0000 mon.a (mon.0) 887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.795860+0000 mon.a (mon.0) 888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.804620+0000 mon.a (mon.0) 889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.886477+0000 mon.a (mon.0) 890 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.889637+0000 mon.a (mon.0) 891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.893708+0000 mon.a (mon.0) 892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.895173+0000 mon.a (mon.0) 893 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[78714]: audit 2023-12-05T13:26:50.904447+0000 mon.a (mon.0) 894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.804620+0000 mon.a (mon.0) 889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.886477+0000 mon.a (mon.0) 890 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.889637+0000 mon.a (mon.0) 891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.893708+0000 mon.a (mon.0) 892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.895173+0000 mon.a (mon.0) 893 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:50 smithi045 bash[81379]: audit 2023-12-05T13:26:50.904447+0000 mon.a (mon.0) 894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.001231+0000 mgr.y (mgr.34107) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.093596+0000 mgr.y (mgr.34107) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.185874+0000 mgr.y (mgr.34107) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.283692+0000 mgr.y (mgr.34107) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.381127+0000 mgr.y (mgr.34107) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.474931+0000 mgr.y (mgr.34107) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.566568+0000 mgr.y (mgr.34107) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.664059+0000 mgr.y (mgr.34107) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cluster 2023-12-05T13:26:49.755280+0000 mgr.y (mgr.34107) 184 : cluster [DBG] pgmap v18: 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-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.758161+0000 mgr.y (mgr.34107) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.883831+0000 mgr.y (mgr.34107) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:49.961180+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:49.963217+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:49.965577+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:49.966758+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:49.972815+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.050553+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.053319+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.056687+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.057990+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.066219+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.142976+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.145014+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.147714+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.148658+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.154018+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.231962+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.234737+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.237926+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.239031+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.247383+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.329534+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.334085+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.337927+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.339230+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.347374+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.429384+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.431345+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.434381+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.435321+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.442020+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.522966+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.525422+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.528651+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.529448+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.537007+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.619728+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.622565+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.625763+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.626995+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.633029+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.710407+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.713310+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.715679+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.716442+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.722170+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.785046+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.789511+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.794367+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.795860+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.804620+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:51.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.886477+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:51.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.889637+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:51.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.893708+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:51.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.895173+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:51.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:50 smithi079 bash[25290]: audit 2023-12-05T13:26:50.904447+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:49.973325+0000 mgr.y (mgr.34107) 187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.067057+0000 mgr.y (mgr.34107) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.154580+0000 mgr.y (mgr.34107) 189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.248309+0000 mgr.y (mgr.34107) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.348046+0000 mgr.y (mgr.34107) 191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.442746+0000 mgr.y (mgr.34107) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.537614+0000 mgr.y (mgr.34107) 193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.633570+0000 mgr.y (mgr.34107) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.722911+0000 mgr.y (mgr.34107) 195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:50.788543+0000 mgr.y (mgr.34107) 196 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.805315+0000 mgr.y (mgr.34107) 197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: cephadm 2023-12-05T13:26:50.905238+0000 mgr.y (mgr.34107) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:50.987566+0000 mon.a (mon.0) 895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:50.990909+0000 mon.a (mon.0) 896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:50.994137+0000 mon.a (mon.0) 897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:50.995627+0000 mon.a (mon.0) 898 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.004071+0000 mon.a (mon.0) 899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.083913+0000 mon.a (mon.0) 900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.086283+0000 mon.a (mon.0) 901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.089337+0000 mon.a (mon.0) 902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.090366+0000 mon.a (mon.0) 903 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:49.973325+0000 mgr.y (mgr.34107) 187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.067057+0000 mgr.y (mgr.34107) 188 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.154580+0000 mgr.y (mgr.34107) 189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.248309+0000 mgr.y (mgr.34107) 190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.348046+0000 mgr.y (mgr.34107) 191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.442746+0000 mgr.y (mgr.34107) 192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.537614+0000 mgr.y (mgr.34107) 193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.633570+0000 mgr.y (mgr.34107) 194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.722911+0000 mgr.y (mgr.34107) 195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:50.788543+0000 mgr.y (mgr.34107) 196 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.805315+0000 mgr.y (mgr.34107) 197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: cephadm 2023-12-05T13:26:50.905238+0000 mgr.y (mgr.34107) 198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:50.987566+0000 mon.a (mon.0) 895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:50.990909+0000 mon.a (mon.0) 896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:50.994137+0000 mon.a (mon.0) 897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:50.995627+0000 mon.a (mon.0) 898 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.004071+0000 mon.a (mon.0) 899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.083913+0000 mon.a (mon.0) 900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.086283+0000 mon.a (mon.0) 901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.089337+0000 mon.a (mon.0) 902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.090366+0000 mon.a (mon.0) 903 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.098130+0000 mon.a (mon.0) 904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.164808+0000 mon.a (mon.0) 905 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.166803+0000 mon.a (mon.0) 906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.168690+0000 mon.a (mon.0) 907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.169356+0000 mon.a (mon.0) 908 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.175087+0000 mon.a (mon.0) 909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.256229+0000 mon.a (mon.0) 910 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.260074+0000 mon.a (mon.0) 911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.263485+0000 mon.a (mon.0) 912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.264466+0000 mon.a (mon.0) 913 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.270767+0000 mon.a (mon.0) 914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.355817+0000 mon.a (mon.0) 915 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.358238+0000 mon.a (mon.0) 916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.360331+0000 mon.a (mon.0) 917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.361110+0000 mon.a (mon.0) 918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.366903+0000 mon.a (mon.0) 919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.447095+0000 mon.a (mon.0) 920 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.450033+0000 mon.a (mon.0) 921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.452896+0000 mon.a (mon.0) 922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.098130+0000 mon.a (mon.0) 904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.164808+0000 mon.a (mon.0) 905 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.166803+0000 mon.a (mon.0) 906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.168690+0000 mon.a (mon.0) 907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.169356+0000 mon.a (mon.0) 908 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.175087+0000 mon.a (mon.0) 909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.256229+0000 mon.a (mon.0) 910 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.260074+0000 mon.a (mon.0) 911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.263485+0000 mon.a (mon.0) 912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.264466+0000 mon.a (mon.0) 913 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.270767+0000 mon.a (mon.0) 914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.355817+0000 mon.a (mon.0) 915 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.358238+0000 mon.a (mon.0) 916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.360331+0000 mon.a (mon.0) 917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.361110+0000 mon.a (mon.0) 918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.366903+0000 mon.a (mon.0) 919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.447095+0000 mon.a (mon.0) 920 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.450033+0000 mon.a (mon.0) 921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.452896+0000 mon.a (mon.0) 922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.454075+0000 mon.a (mon.0) 923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.460543+0000 mon.a (mon.0) 924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.540324+0000 mon.a (mon.0) 925 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.543946+0000 mon.a (mon.0) 926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.547669+0000 mon.a (mon.0) 927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.548787+0000 mon.a (mon.0) 928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.554564+0000 mon.a (mon.0) 929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.633263+0000 mon.a (mon.0) 930 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.636233+0000 mon.a (mon.0) 931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.638675+0000 mon.a (mon.0) 932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.639554+0000 mon.a (mon.0) 933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.645949+0000 mon.a (mon.0) 934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.731222+0000 mon.a (mon.0) 935 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.734385+0000 mon.a (mon.0) 936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.737396+0000 mon.a (mon.0) 937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.738366+0000 mon.a (mon.0) 938 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.744788+0000 mon.a (mon.0) 939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.858538+0000 mon.a (mon.0) 940 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.861404+0000 mon.a (mon.0) 941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.865744+0000 mon.a (mon.0) 942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.867058+0000 mon.a (mon.0) 943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[81379]: audit 2023-12-05T13:26:51.874598+0000 mon.a (mon.0) 944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.454075+0000 mon.a (mon.0) 923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.460543+0000 mon.a (mon.0) 924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.540324+0000 mon.a (mon.0) 925 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.543946+0000 mon.a (mon.0) 926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.547669+0000 mon.a (mon.0) 927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.548787+0000 mon.a (mon.0) 928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.554564+0000 mon.a (mon.0) 929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.633263+0000 mon.a (mon.0) 930 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.636233+0000 mon.a (mon.0) 931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.638675+0000 mon.a (mon.0) 932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.639554+0000 mon.a (mon.0) 933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.645949+0000 mon.a (mon.0) 934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.731222+0000 mon.a (mon.0) 935 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.734385+0000 mon.a (mon.0) 936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.737396+0000 mon.a (mon.0) 937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.738366+0000 mon.a (mon.0) 938 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.744788+0000 mon.a (mon.0) 939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.858538+0000 mon.a (mon.0) 940 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.861404+0000 mon.a (mon.0) 941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.865744+0000 mon.a (mon.0) 942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.867058+0000 mon.a (mon.0) 943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:51 smithi045 bash[78714]: audit 2023-12-05T13:26:51.874598+0000 mon.a (mon.0) 944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:49.973325+0000 mgr.y (mgr.34107) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.067057+0000 mgr.y (mgr.34107) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.154580+0000 mgr.y (mgr.34107) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.248309+0000 mgr.y (mgr.34107) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.348046+0000 mgr.y (mgr.34107) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.442746+0000 mgr.y (mgr.34107) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.537614+0000 mgr.y (mgr.34107) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.633570+0000 mgr.y (mgr.34107) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.722911+0000 mgr.y (mgr.34107) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:50.788543+0000 mgr.y (mgr.34107) 196 : audit [DBG] from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.805315+0000 mgr.y (mgr.34107) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: cephadm 2023-12-05T13:26:50.905238+0000 mgr.y (mgr.34107) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:50.987566+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:50.990909+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:50.994137+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:50.995627+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.004071+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.083913+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.086283+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.089337+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.090366+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.098130+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.164808+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.166803+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.168690+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.169356+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.175087+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.256229+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.260074+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.263485+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.264466+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.270767+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.355817+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.358238+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.360331+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.361110+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.366903+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.447095+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.450033+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.452896+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.454075+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.460543+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.540324+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.543946+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.547669+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.548787+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.554564+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.633263+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.636233+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.638675+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.639554+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.645949+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.731222+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.734385+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.737396+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.738366+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.744788+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.858538+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.861404+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.865744+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.867058+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:52.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:51 smithi079 bash[25290]: audit 2023-12-05T13:26:51.874598+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.004888+0000 mgr.y (mgr.34107) 199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.098815+0000 mgr.y (mgr.34107) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.175859+0000 mgr.y (mgr.34107) 201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.271734+0000 mgr.y (mgr.34107) 202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.367656+0000 mgr.y (mgr.34107) 203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.461070+0000 mgr.y (mgr.34107) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.555057+0000 mgr.y (mgr.34107) 205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.647003+0000 mgr.y (mgr.34107) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.745469+0000 mgr.y (mgr.34107) 207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cluster 2023-12-05T13:26:51.756433+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v19: 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-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.875435+0000 mgr.y (mgr.34107) 209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:51.959528+0000 mon.a (mon.0) 945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:51.961770+0000 mon.a (mon.0) 946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:51.963944+0000 mon.a (mon.0) 947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:51.964767+0000 mon.a (mon.0) 948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:51.969961+0000 mon.a (mon.0) 949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.081736+0000 mon.a (mon.0) 950 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.084771+0000 mon.a (mon.0) 951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.088085+0000 mon.a (mon.0) 952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.089503+0000 mon.a (mon.0) 953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.098050+0000 mon.a (mon.0) 954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.004888+0000 mgr.y (mgr.34107) 199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.098815+0000 mgr.y (mgr.34107) 200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.175859+0000 mgr.y (mgr.34107) 201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.271734+0000 mgr.y (mgr.34107) 202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.367656+0000 mgr.y (mgr.34107) 203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.461070+0000 mgr.y (mgr.34107) 204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.555057+0000 mgr.y (mgr.34107) 205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.647003+0000 mgr.y (mgr.34107) 206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.745469+0000 mgr.y (mgr.34107) 207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cluster 2023-12-05T13:26:51.756433+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v19: 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-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.875435+0000 mgr.y (mgr.34107) 209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:51.959528+0000 mon.a (mon.0) 945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:51.961770+0000 mon.a (mon.0) 946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:51.963944+0000 mon.a (mon.0) 947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:51.964767+0000 mon.a (mon.0) 948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:51.969961+0000 mon.a (mon.0) 949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.081736+0000 mon.a (mon.0) 950 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.084771+0000 mon.a (mon.0) 951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.088085+0000 mon.a (mon.0) 952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.089503+0000 mon.a (mon.0) 953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.098050+0000 mon.a (mon.0) 954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.181467+0000 mon.a (mon.0) 955 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.183619+0000 mon.a (mon.0) 956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.186040+0000 mon.a (mon.0) 957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.187088+0000 mon.a (mon.0) 958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.194058+0000 mon.a (mon.0) 959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.274700+0000 mon.a (mon.0) 960 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.277167+0000 mon.a (mon.0) 961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.279649+0000 mon.a (mon.0) 962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.280513+0000 mon.a (mon.0) 963 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.285869+0000 mon.a (mon.0) 964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.331610+0000 mon.a (mon.0) 965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.340698+0000 mon.a (mon.0) 966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.348070+0000 mon.a (mon.0) 967 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.368857+0000 mon.a (mon.0) 968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.371877+0000 mon.a (mon.0) 969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.374020+0000 mon.a (mon.0) 970 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[81379]: audit 2023-12-05T13:26:52.375411+0000 mon.a (mon.0) 971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.181467+0000 mon.a (mon.0) 955 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.183619+0000 mon.a (mon.0) 956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.186040+0000 mon.a (mon.0) 957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.187088+0000 mon.a (mon.0) 958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.194058+0000 mon.a (mon.0) 959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.274700+0000 mon.a (mon.0) 960 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.277167+0000 mon.a (mon.0) 961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.279649+0000 mon.a (mon.0) 962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.280513+0000 mon.a (mon.0) 963 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.285869+0000 mon.a (mon.0) 964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.331610+0000 mon.a (mon.0) 965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.340698+0000 mon.a (mon.0) 966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.348070+0000 mon.a (mon.0) 967 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.368857+0000 mon.a (mon.0) 968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.371877+0000 mon.a (mon.0) 969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.374020+0000 mon.a (mon.0) 970 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:26:53.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:52 smithi045 bash[78714]: audit 2023-12-05T13:26:52.375411+0000 mon.a (mon.0) 971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-05T13:26:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.004888+0000 mgr.y (mgr.34107) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.098815+0000 mgr.y (mgr.34107) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.175859+0000 mgr.y (mgr.34107) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.271734+0000 mgr.y (mgr.34107) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.367656+0000 mgr.y (mgr.34107) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.461070+0000 mgr.y (mgr.34107) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.555057+0000 mgr.y (mgr.34107) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.647003+0000 mgr.y (mgr.34107) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.745469+0000 mgr.y (mgr.34107) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cluster 2023-12-05T13:26:51.756433+0000 mgr.y (mgr.34107) 208 : cluster [DBG] pgmap v19: 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-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.875435+0000 mgr.y (mgr.34107) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:51.959528+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:51.961770+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:51.963944+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:51.964767+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:51.969961+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.081736+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.084771+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.088085+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.089503+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.098050+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.181467+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.183619+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.186040+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.187088+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.194058+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.274700+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.277167+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.279649+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.280513+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.285869+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.331610+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.340698+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.348070+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.368857+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.371877+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.374020+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T13:26:53.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:52 smithi079 bash[25290]: audit 2023-12-05T13:26:52.375411+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-05T13:26:54.218 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:53 smithi079 bash[25290]: cephadm 2023-12-05T13:26:51.970468+0000 mgr.y (mgr.34107) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.219 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:53 smithi079 bash[25290]: cephadm 2023-12-05T13:26:52.099026+0000 mgr.y (mgr.34107) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.219 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:53 smithi079 bash[25290]: cephadm 2023-12-05T13:26:52.194736+0000 mgr.y (mgr.34107) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.219 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:53 smithi079 bash[25290]: cephadm 2023-12-05T13:26:52.287789+0000 mgr.y (mgr.34107) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.219 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:53 smithi079 bash[25290]: cephadm 2023-12-05T13:26:52.376309+0000 mgr.y (mgr.34107) 214 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[78714]: cephadm 2023-12-05T13:26:51.970468+0000 mgr.y (mgr.34107) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[78714]: cephadm 2023-12-05T13:26:52.099026+0000 mgr.y (mgr.34107) 211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[78714]: cephadm 2023-12-05T13:26:52.194736+0000 mgr.y (mgr.34107) 212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[78714]: cephadm 2023-12-05T13:26:52.287789+0000 mgr.y (mgr.34107) 213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[78714]: cephadm 2023-12-05T13:26:52.376309+0000 mgr.y (mgr.34107) 214 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[81379]: cephadm 2023-12-05T13:26:51.970468+0000 mgr.y (mgr.34107) 210 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[81379]: cephadm 2023-12-05T13:26:52.099026+0000 mgr.y (mgr.34107) 211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[81379]: cephadm 2023-12-05T13:26:52.194736+0000 mgr.y (mgr.34107) 212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[81379]: cephadm 2023-12-05T13:26:52.287789+0000 mgr.y (mgr.34107) 213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:26:54.341 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:53 smithi045 bash[81379]: cephadm 2023-12-05T13:26:52.376309+0000 mgr.y (mgr.34107) 214 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-05T13:26:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:54 smithi079 bash[25290]: cluster 2023-12-05T13:26:53.757157+0000 mgr.y (mgr.34107) 215 : cluster [DBG] pgmap v20: 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-05T13:26:55.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:54 smithi045 bash[78714]: cluster 2023-12-05T13:26:53.757157+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v20: 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-05T13:26:55.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:54 smithi045 bash[81379]: cluster 2023-12-05T13:26:53.757157+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v20: 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-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.082863+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.091055+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.099244+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.297216+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.306985+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.315754+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: cephadm 2023-12-05T13:26:55.497478+0000 mgr.y (mgr.34107) 216 : cephadm [INF] Upgrade: Updating mon.b 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.504988+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.509088+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.510288+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: audit 2023-12-05T13:26:55.511453+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: cephadm 2023-12-05T13:26:55.513353+0000 mgr.y (mgr.34107) 217 : cephadm [INF] Deploying daemon mon.b on smithi079 2023-12-05T13:26:56.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:56 smithi079 bash[25290]: cluster 2023-12-05T13:26:55.758287+0000 mgr.y (mgr.34107) 218 : cluster [DBG] pgmap v21: 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-05T13:26:56.433 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.082863+0000 mon.a (mon.0) 972 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.433 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.091055+0000 mon.a (mon.0) 973 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.433 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.099244+0000 mon.a (mon.0) 974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.433 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.297216+0000 mon.a (mon.0) 975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.306985+0000 mon.a (mon.0) 976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.315754+0000 mon.a (mon.0) 977 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: cephadm 2023-12-05T13:26:55.497478+0000 mgr.y (mgr.34107) 216 : cephadm 1 Upgrade: Updating mon.b 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.504988+0000 mon.a (mon.0) 978 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.509088+0000 mon.a (mon.0) 979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.510288+0000 mon.a (mon.0) 980 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: audit 2023-12-05T13:26:55.511453+0000 mon.a (mon.0) 981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: cephadm 2023-12-05T13:26:55.513353+0000 mgr.y (mgr.34107) 217 : cephadm 1 Deploying daemon mon.b on smithi079 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[81379]: cluster 2023-12-05T13:26:55.758287+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v21: 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-05T13:26:56.434 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.082863+0000 mon.a (mon.0) 972 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.434 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.091055+0000 mon.a (mon.0) 973 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.099244+0000 mon.a (mon.0) 974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.297216+0000 mon.a (mon.0) 975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.306985+0000 mon.a (mon.0) 976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.315754+0000 mon.a (mon.0) 977 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: cephadm 2023-12-05T13:26:55.497478+0000 mgr.y (mgr.34107) 216 : cephadm 1 Upgrade: Updating mon.b 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.504988+0000 mon.a (mon.0) 978 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.509088+0000 mon.a (mon.0) 979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.510288+0000 mon.a (mon.0) 980 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: audit 2023-12-05T13:26:55.511453+0000 mon.a (mon.0) 981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: cephadm 2023-12-05T13:26:55.513353+0000 mgr.y (mgr.34107) 217 : cephadm 1 Deploying daemon mon.b on smithi079 2023-12-05T13:26:56.435 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:56 smithi045 bash[78714]: cluster 2023-12-05T13:26:55.758287+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v21: 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-05T13:26:59.014 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:26:58 smithi079 bash[62226]: ts=2023-12-05T13:26:58.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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:26:59.014 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:58 smithi079 systemd[1]: Stopping Ceph mon.b for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:26:59.014 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:58 smithi079 bash[25290]: cluster 2023-12-05T13:26:57.759757+0000 mgr.y (mgr.34107) 219 : cluster [DBG] pgmap v22: 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-05T13:26:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:26:58 smithi045 bash[78714]: cluster 2023-12-05T13:26:57.759757+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v22: 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-05T13:26:59.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:26:58 smithi045 bash[81379]: cluster 2023-12-05T13:26:57.759757+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v22: 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-05T13:26:59.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:59 smithi079 bash[25290]: debug 2023-12-05T13:26:59.012+0000 7f1a8dfb2700 -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-05T13:26:59.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:59 smithi079 bash[25290]: debug 2023-12-05T13:26:59.012+0000 7f1a8dfb2700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-05T13:26:59.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:26:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:26:59] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.33.4" 2023-12-05T13:27:00.066 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:26:59 smithi079 bash[66651]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-b 2023-12-05T13:27:00.066 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:00 smithi079 bash[66726]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-b 2023-12-05T13:27:00.067 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:00 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-05T13:27:00.067 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:00 smithi079 systemd[1]: Stopped Ceph mon.b for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:27:00.347 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:00 smithi079 systemd[1]: Started Ceph mon.b for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:27:01.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.628+0000 7fca7441cc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.628+0000 7fca7441cc80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.628+0000 7fca7441cc80 0 pidfile_write: ignore empty --pid-file 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 0 load: jerasure load: lrc 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Git sha 0 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: DB SUMMARY 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: DB Session ID: POP9MBC5W07S3BYSZ6QP 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: CURRENT file: CURRENT 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2048 Bytes 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000042.sst 2023-12-05T13:27:01.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000040.log size: 295585 ; 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.error_if_exists: 0 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.create_if_missing: 0 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.env: 0x560b3824fa60 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.info_log: 0x560b3a03f780 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.statistics: (nil) 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.use_fsync: 0 2023-12-05T13:27:01.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T13:27:01.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T13:27:01.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T13:27:01.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T13:27:01.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T13:27:01.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T13:27:01.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T13:27:01.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T13:27:01.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T13:27:01.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T13:27:01.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T13:27:01.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.db_log_dir: 2023-12-05T13:27:01.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.wal_dir: 2023-12-05T13:27:01.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T13:27:01.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T13:27:01.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T13:27:01.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T13:27:01.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T13:27:01.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T13:27:01.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T13:27:01.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T13:27:01.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.write_buffer_manager: 0x560b3a0132c0 2023-12-05T13:27:01.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T13:27:01.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T13:27:01.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T13:27:01.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T13:27:01.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.unordered_write: 0 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T13:27:01.799 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.row_cache: None 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.wal_filter: None 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.two_write_queues: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.wal_compression: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.atomic_flush: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T13:27:01.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-05T13:27:01.801 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T13:27:01.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T13:27:01.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T13:27:01.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T13:27:01.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T13:27:01.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T13:27:01.802 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_open_files: -1 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T13:27:01.803 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Compression algorithms supported: 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kZSTD supported: 0 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kXpressCompression supported: 0 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kZlibCompression supported: 1 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-05T13:27:01.804 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.merge_operator: 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_filter: None 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560b3a03f8a0) 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: cache_index_and_filter_blocks: 1 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T13:27:01.805 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: pin_top_level_index_and_filter: 1 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: index_type: 0 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: data_block_index_type: 0 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: index_shortening: 1 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: checksum: 4 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: no_block_cache: 0 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_cache: 0x560b3a093090 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_cache_name: BinnedLRUCache 2023-12-05T13:27:01.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_cache_options: 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: capacity : 536870912 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: num_shard_bits : 4 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: strict_capacity_limit : 0 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: high_pri_pool_ratio: 0.000 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_cache_compressed: (nil) 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: persistent_cache: (nil) 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_size: 4096 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_size_deviation: 10 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_restart_interval: 16 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: index_block_restart_interval: 1 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: metadata_block_size: 4096 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: partition_filters: 0 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: use_delta_encoding: 1 2023-12-05T13:27:01.807 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: filter_policy: bloomfilter 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: whole_key_filtering: 1 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: verify_compression: 0 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: read_amp_bytes_per_bit: 0 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: format_version: 5 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: enable_index_compression: 1 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: block_align: 0 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: max_auto_readahead_size: 262144 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: prepopulate_block_cache: 0 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: initial_auto_readahead_size: 8192 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: num_file_reads_for_auto_readahead: 2 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression: NoCompression 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T13:27:01.808 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.num_levels: 7 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-05T13:27:01.809 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T13:27:01.810 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T13:27:01.811 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T13:27:01.812 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T13:27:01.813 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T13:27:01.813 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T13:27:01.813 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T13:27:01.813 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T13:27:01.813 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T13:27:01.813 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.table_properties_collectors: 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.bloom_locality: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.ttl: 2592000 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-05T13:27:01.814 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.enable_blob_files: false 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.min_blob_size: 0 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.632+0000 7fca7441cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca69be5700 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-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 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-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 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 44, last_sequence is 26272, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T13:27:01.815 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8b1dc31c-16cd-496a-ac5d-5bae699f2961 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782821638517, "job": 1, "event": "recovery_started", "wal_files": [40]} 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782821640671, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 197379, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 26277, "largest_seqno": 26384, "table_properties": {"data_size": 195699, "index_size": 476, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1529, "raw_average_key_size": 26, "raw_value_size": 194159, "raw_average_value_size": 3406, "num_data_blocks": 19, "num_entries": 57, "num_filter_entries": 57, "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": 1701782821, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8b1dc31c-16cd-496a-ac5d-5bae699f2961", "db_session_id": "POP9MBC5W07S3BYSZ6QP", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701782821640900, "job": 1, "event": "recovery_finished"} 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.636+0000 7fca7441cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.640+0000 7fca7441cc80 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-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.640+0000 7fca7441cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000040.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.640+0000 7fca7441cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560b3a132000 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.640+0000 7fca7441cc80 4 rocksdb: DB pointer 0x560b3a120000 2023-12-05T13:27:01.816 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.640+0000 7fca62bd7700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.640+0000 7fca62bd7700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: ** DB Stats ** 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: 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-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: 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-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:27:01.817 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: ** Compaction Stats [default] ** 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: 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-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: L0 1/0 192.75 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: L6 1/0 12.50 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-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Sum 2/0 12.69 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: ** Compaction Stats [default] ** 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: 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-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:27:01.818 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Cumulative compaction: 0.00 GB write, 27.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Interval compaction: 0.00 GB write, 27.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: 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-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Block cache BinnedLRUCache@0x560b3a093090#7 capacity: 512.00 MB usage: 0.78 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 4.2e-05 secs_since: 0 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.55 KB,0.000104308%) Misc(1,0.00 KB,0%) 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.640+0000 7fca7441cc80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.644+0000 7fca7441cc80 1 mon.b@-1(???) e3 preinit fsid 5356199a-936f-11ee-95a2-87774f69a715 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.644+0000 7fca7441cc80 0 mon.b@-1(???).mds e1 new map 2023-12-05T13:27:01.819 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.644+0000 7fca7441cc80 0 mon.b@-1(???).mds e1 print_map 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: e1 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: 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-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: legacy client fscid: -1 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: No filesystems configured 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.644+0000 7fca7441cc80 0 mon.b@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.644+0000 7fca7441cc80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.644+0000 7fca7441cc80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.644+0000 7fca7441cc80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T13:27:01.820 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:01 smithi079 bash[66795]: debug 2023-12-05T13:27:01.648+0000 7fca7441cc80 1 mon.b@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2023-12-05T13:27:08.566 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:27:09.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:08 smithi079 bash[62226]: ts=2023-12-05T13:27: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:27:09.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:27:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:27:09] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.33.4" 2023-12-05T13:27:10.380 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:10 smithi079 bash[62226]: ts=2023-12-05T13:27:10.088Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephMonDown: template: __alert_CephMonDown:1:427: executing \"__alert_CephMonDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"mon.a\"} on the right hand-side of the operation: [{ceph_daemon=\"mon.a\", ceph_version=\"ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", public_addr=\"172.21.15.45\", rank=\"0\"}, {ceph_daemon=\"mon.a\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", public_addr=\"172.21.15.45\", rank=\"0\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T13:27:11.946 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:27:11 smithi045 bash[74945]: debug 2023-12-05T13:27:11.653+0000 7f3c5ca31700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:08.288617+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:08.294932+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.293124+0000 mon.c (mon.1) 5 : cluster 1 mon.c calling monitor election 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.297315+0000 mon.a (mon.0) 1060 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.298473+0000 mon.a (mon.0) 1061 : cluster 0 fsmap 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.298541+0000 mon.a (mon.0) 1062 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.299120+0000 mon.a (mon.0) 1063 : cluster 0 mgrmap e42: y(active, since 53s), standbys: x 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.304277+0000 mon.a (mon.0) 1064 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.304369+0000 mon.a (mon.0) 1065 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.304399+0000 mon.a (mon.0) 1066 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2023-12-05T13:27:14.334 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.304477+0000 mon.a (mon.0) 1067 : cluster 1 mon.a calling monitor election 2023-12-05T13:27:14.335 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.319201+0000 mon.a (mon.0) 1068 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:27:14.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.327618+0000 mon.a (mon.0) 1069 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:27:14.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.328591+0000 mon.a (mon.0) 1070 : cluster 0 fsmap 2023-12-05T13:27:14.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.328631+0000 mon.a (mon.0) 1071 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:27:14.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.329306+0000 mon.a (mon.0) 1072 : cluster 0 mgrmap e42: y(active, since 53s), standbys: x 2023-12-05T13:27:14.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.329557+0000 mon.a (mon.0) 1073 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T13:27:14.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.329587+0000 mon.a (mon.0) 1074 : cluster 1 Cluster is now healthy 2023-12-05T13:27:14.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.337180+0000 mon.a (mon.0) 1075 : cluster 1 overall HEALTH_OK 2023-12-05T13:27:14.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: audit 2023-12-05T13:27:13.337509+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:14.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: audit 2023-12-05T13:27:13.338921+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:14.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cephadm 2023-12-05T13:27:13.340605+0000 mgr.y (mgr.34107) 241 : cephadm 1 Reconfiguring daemon mon.a on smithi045 2023-12-05T13:27:14.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:14 smithi079 bash[66795]: cluster 2023-12-05T13:27:13.769179+0000 mgr.y (mgr.34107) 242 : cluster 0 pgmap v30: 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-05T13:27:14.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:08.288617+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-05T13:27:14.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:08.294932+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-05T13:27:14.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.293124+0000 mon.c (mon.1) 5 : cluster 1 mon.c calling monitor election 2023-12-05T13:27:14.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.297315+0000 mon.a (mon.0) 1060 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:27:14.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.298473+0000 mon.a (mon.0) 1061 : cluster 0 fsmap 2023-12-05T13:27:14.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.298541+0000 mon.a (mon.0) 1062 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:27:14.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.299120+0000 mon.a (mon.0) 1063 : cluster 0 mgrmap e42: y(active, since 53s), standbys: x 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.304277+0000 mon.a (mon.0) 1064 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.304369+0000 mon.a (mon.0) 1065 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.304399+0000 mon.a (mon.0) 1066 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.304477+0000 mon.a (mon.0) 1067 : cluster 1 mon.a calling monitor election 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.319201+0000 mon.a (mon.0) 1068 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.327618+0000 mon.a (mon.0) 1069 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.328591+0000 mon.a (mon.0) 1070 : cluster 0 fsmap 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.328631+0000 mon.a (mon.0) 1071 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.329306+0000 mon.a (mon.0) 1072 : cluster 0 mgrmap e42: y(active, since 53s), standbys: x 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.329557+0000 mon.a (mon.0) 1073 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.329587+0000 mon.a (mon.0) 1074 : cluster 1 Cluster is now healthy 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.337180+0000 mon.a (mon.0) 1075 : cluster 1 overall HEALTH_OK 2023-12-05T13:27:14.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: audit 2023-12-05T13:27:13.337509+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: audit 2023-12-05T13:27:13.338921+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cephadm 2023-12-05T13:27:13.340605+0000 mgr.y (mgr.34107) 241 : cephadm 1 Reconfiguring daemon mon.a on smithi045 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[78714]: cluster 2023-12-05T13:27:13.769179+0000 mgr.y (mgr.34107) 242 : cluster 0 pgmap v30: 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-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:08.288617+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:08.294932+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.293124+0000 mon.c (mon.1) 5 : cluster 1 mon.c calling monitor election 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.297315+0000 mon.a (mon.0) 1060 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.298473+0000 mon.a (mon.0) 1061 : cluster 0 fsmap 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.298541+0000 mon.a (mon.0) 1062 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.299120+0000 mon.a (mon.0) 1063 : cluster 0 mgrmap e42: y(active, since 53s), standbys: x 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.304277+0000 mon.a (mon.0) 1064 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.304369+0000 mon.a (mon.0) 1065 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T13:27:14.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.304399+0000 mon.a (mon.0) 1066 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.304477+0000 mon.a (mon.0) 1067 : cluster 1 mon.a calling monitor election 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.319201+0000 mon.a (mon.0) 1068 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.327618+0000 mon.a (mon.0) 1069 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.45:3301/0,v1:172.21.15.45:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.328591+0000 mon.a (mon.0) 1070 : cluster 0 fsmap 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.328631+0000 mon.a (mon.0) 1071 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.329306+0000 mon.a (mon.0) 1072 : cluster 0 mgrmap e42: y(active, since 53s), standbys: x 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.329557+0000 mon.a (mon.0) 1073 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.329587+0000 mon.a (mon.0) 1074 : cluster 1 Cluster is now healthy 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.337180+0000 mon.a (mon.0) 1075 : cluster 1 overall HEALTH_OK 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: audit 2023-12-05T13:27:13.337509+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: audit 2023-12-05T13:27:13.338921+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cephadm 2023-12-05T13:27:13.340605+0000 mgr.y (mgr.34107) 241 : cephadm 1 Reconfiguring daemon mon.a on smithi045 2023-12-05T13:27:14.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:14 smithi045 bash[81379]: cluster 2023-12-05T13:27:13.769179+0000 mgr.y (mgr.34107) 242 : cluster 0 pgmap v30: 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-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 20s ago 17m - - 2023-12-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 0s ago 16m - - 2023-12-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (3m) 20s ago 9m 17.0M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (2m) 0s ago 9m 43.8M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (100s) 20s ago 7m 46.5M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (87s) 0s ago 16m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:27:15.384 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (119s) 20s ago 18m 488M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (66s) 20s ago 18m 44.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (16m) 0s ago 16m 62.1M 2048M 17.2.0 e1d6a67b021e 3e35ae98918a 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (35s) 20s ago 16m 36.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (3m) 20s ago 10m 14.4M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (2m) 0s ago 10m 11.7M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (15m) 20s ago 15m 58.7M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (15m) 20s ago 15m 60.5M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (14m) 20s ago 14m 54.5M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (13m) 20s ago 13m 59.3M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (13m) 0s ago 13m 57.8M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (12m) 0s ago 12m 57.8M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (11m) 0s ago 11m 53.7M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (11m) 0s ago 11m 57.8M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (95s) 0s ago 10m 59.1M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (7m) 20s ago 7m 87.1M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:27:15.385 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (7m) 0s ago 7m 87.5M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:27:15.386 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (7m) 20s ago 7m 87.0M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:27:15.386 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (7m) 0s ago 7m 87.2M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:27:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:15 smithi079 bash[66795]: audit 2023-12-05T13:27:14.938876+0000 mgr.y (mgr.34107) 243 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:15 smithi079 bash[66795]: audit 2023-12-05T13:27:15.264948+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:15 smithi079 bash[66795]: audit 2023-12-05T13:27:15.272641+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:15 smithi079 bash[66795]: audit 2023-12-05T13:27:15.280365+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[78714]: audit 2023-12-05T13:27:14.938876+0000 mgr.y (mgr.34107) 243 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[78714]: audit 2023-12-05T13:27:15.264948+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[78714]: audit 2023-12-05T13:27:15.272641+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[78714]: audit 2023-12-05T13:27:15.280365+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[81379]: audit 2023-12-05T13:27:14.938876+0000 mgr.y (mgr.34107) 243 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[81379]: audit 2023-12-05T13:27:15.264948+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[81379]: audit 2023-12-05T13:27:15.272641+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:15 smithi045 bash[81379]: audit 2023-12-05T13:27:15.280365+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:15.854 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:27:15.854 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:15.855 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:27:15.856 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-05T13:27:15.856 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-05T13:27:15.856 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:27:15.856 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:27:16.246 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:27:16.246 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:27:16.246 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:27:16.246 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:27:16.246 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:27:16.247 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr" 2023-12-05T13:27:16.247 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:27:16.247 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "4/23 daemons upgraded", 2023-12-05T13:27:16.247 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading mon daemons", 2023-12-05T13:27:16.247 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:27:16.247 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:27:16.703 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:27:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:15.352069+0000 mgr.y (mgr.34107) 244 : audit 0 from='client.44110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:15.469100+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:15.477558+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:15.486767+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: cluster 2023-12-05T13:27:15.770698+0000 mgr.y (mgr.34107) 245 : cluster 0 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-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:15.850166+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.45:0/2996354220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.387349+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.394919+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.401520+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.405443+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.412672+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.416440+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.417638+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:27:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:16 smithi079 bash[66795]: audit 2023-12-05T13:27:16.418746+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:16.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:15.352069+0000 mgr.y (mgr.34107) 244 : audit 0 from='client.44110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:16.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:15.469100+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:15.477558+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:15.486767+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: cluster 2023-12-05T13:27:15.770698+0000 mgr.y (mgr.34107) 245 : cluster 0 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-05T13:27:16.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:15.850166+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.45:0/2996354220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:27:16.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.387349+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.394919+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.401520+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.405443+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.412672+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.416440+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.417638+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[81379]: audit 2023-12-05T13:27:16.418746+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:15.352069+0000 mgr.y (mgr.34107) 244 : audit 0 from='client.44110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:15.469100+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:15.477558+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:15.486767+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: cluster 2023-12-05T13:27:15.770698+0000 mgr.y (mgr.34107) 245 : cluster 0 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-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:15.850166+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.45:0/2996354220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.387349+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.394919+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.401520+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.405443+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.412672+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.416440+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.417638+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:27:16.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:16 smithi045 bash[78714]: audit 2023-12-05T13:27:16.418746+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:17.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[78714]: audit 2023-12-05T13:27:16.241320+0000 mgr.y (mgr.34107) 246 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:17.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[78714]: cephadm 2023-12-05T13:27:16.415890+0000 mgr.y (mgr.34107) 247 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-05T13:27:17.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[78714]: cephadm 2023-12-05T13:27:16.419827+0000 mgr.y (mgr.34107) 248 : cephadm 1 Reconfiguring daemon mgr.y on smithi045 2023-12-05T13:27:17.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[78714]: audit 2023-12-05T13:27:16.699353+0000 mon.a (mon.0) 1092 : audit 0 from='client.? 172.21.15.45:0/2403660071' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:27:17.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[81379]: audit 2023-12-05T13:27:16.241320+0000 mgr.y (mgr.34107) 246 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:17.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[81379]: cephadm 2023-12-05T13:27:16.415890+0000 mgr.y (mgr.34107) 247 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-05T13:27:17.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[81379]: cephadm 2023-12-05T13:27:16.419827+0000 mgr.y (mgr.34107) 248 : cephadm 1 Reconfiguring daemon mgr.y on smithi045 2023-12-05T13:27:17.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:17 smithi045 bash[81379]: audit 2023-12-05T13:27:16.699353+0000 mon.a (mon.0) 1092 : audit 0 from='client.? 172.21.15.45:0/2403660071' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:27:18.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:17 smithi079 bash[66795]: audit 2023-12-05T13:27:16.241320+0000 mgr.y (mgr.34107) 246 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:18.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:17 smithi079 bash[66795]: cephadm 2023-12-05T13:27:16.415890+0000 mgr.y (mgr.34107) 247 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-05T13:27:18.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:17 smithi079 bash[66795]: cephadm 2023-12-05T13:27:16.419827+0000 mgr.y (mgr.34107) 248 : cephadm 1 Reconfiguring daemon mgr.y on smithi045 2023-12-05T13:27:18.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:17 smithi079 bash[66795]: audit 2023-12-05T13:27:16.699353+0000 mon.a (mon.0) 1092 : audit 0 from='client.? 172.21.15.45:0/2403660071' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:27:18.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:18 smithi045 bash[78714]: cluster 2023-12-05T13:27:17.771240+0000 mgr.y (mgr.34107) 249 : cluster 0 pgmap v32: 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-05T13:27:18.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:18 smithi045 bash[81379]: cluster 2023-12-05T13:27:17.771240+0000 mgr.y (mgr.34107) 249 : cluster 0 pgmap v32: 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-05T13:27:19.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:18 smithi079 bash[66795]: cluster 2023-12-05T13:27:17.771240+0000 mgr.y (mgr.34107) 249 : cluster 0 pgmap v32: 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-05T13:27:19.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:18 smithi079 bash[62226]: ts=2023-12-05T13:27: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:27:19.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:27:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:27:19] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.33.4" 2023-12-05T13:27:20.541 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:20 smithi079 bash[62226]: ts=2023-12-05T13:27:20.088Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephMonDown: template: __alert_CephMonDown:1:427: executing \"__alert_CephMonDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"mon.a\"} on the right hand-side of the operation: [{ceph_daemon=\"mon.a\", ceph_version=\"ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", public_addr=\"172.21.15.45\", rank=\"0\"}, {ceph_daemon=\"mon.a\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", public_addr=\"172.21.15.45\", rank=\"0\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T13:27:20.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:20 smithi079 bash[66795]: audit 2023-12-05T13:27:19.226867+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:20 smithi079 bash[66795]: audit 2023-12-05T13:27:19.238204+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:20 smithi079 bash[66795]: audit 2023-12-05T13:27:19.248269+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:20 smithi079 bash[66795]: cluster 2023-12-05T13:27:19.771925+0000 mgr.y (mgr.34107) 250 : cluster 0 pgmap v33: 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-05T13:27:20.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:20 smithi079 bash[66795]: audit 2023-12-05T13:27:19.840864+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:20.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[78714]: audit 2023-12-05T13:27:19.226867+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[78714]: audit 2023-12-05T13:27:19.238204+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[78714]: audit 2023-12-05T13:27:19.248269+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[78714]: cluster 2023-12-05T13:27:19.771925+0000 mgr.y (mgr.34107) 250 : cluster 0 pgmap v33: 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-05T13:27:20.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[78714]: audit 2023-12-05T13:27:19.840864+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:20.554 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[81379]: audit 2023-12-05T13:27:19.226867+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.554 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[81379]: audit 2023-12-05T13:27:19.238204+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.554 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[81379]: audit 2023-12-05T13:27:19.248269+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:20.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[81379]: cluster 2023-12-05T13:27:19.771925+0000 mgr.y (mgr.34107) 250 : cluster 0 pgmap v33: 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-05T13:27:20.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:20 smithi045 bash[81379]: audit 2023-12-05T13:27:19.840864+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:21.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:21 smithi045 bash[78714]: audit 2023-12-05T13:27:20.816798+0000 mgr.y (mgr.34107) 251 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:21.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:21 smithi045 bash[81379]: audit 2023-12-05T13:27:20.816798+0000 mgr.y (mgr.34107) 251 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:21.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:21 smithi079 bash[66795]: audit 2023-12-05T13:27:20.816798+0000 mgr.y (mgr.34107) 251 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:22.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: audit 2023-12-05T13:27:21.582242+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:22.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: audit 2023-12-05T13:27:21.592366+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:22.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: cephadm 2023-12-05T13:27:21.603853+0000 mgr.y (mgr.34107) 252 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-05T13:27:22.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: audit 2023-12-05T13:27:21.604471+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:27:22.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: audit 2023-12-05T13:27:21.606032+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:22.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: audit 2023-12-05T13:27:21.607510+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: cephadm 2023-12-05T13:27:21.609514+0000 mgr.y (mgr.34107) 253 : cephadm 1 Reconfiguring daemon mon.c on smithi045 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[78714]: cluster 2023-12-05T13:27:21.773090+0000 mgr.y (mgr.34107) 254 : cluster 0 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-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: audit 2023-12-05T13:27:21.582242+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: audit 2023-12-05T13:27:21.592366+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: cephadm 2023-12-05T13:27:21.603853+0000 mgr.y (mgr.34107) 252 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: audit 2023-12-05T13:27:21.604471+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: audit 2023-12-05T13:27:21.606032+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: audit 2023-12-05T13:27:21.607510+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: cephadm 2023-12-05T13:27:21.609514+0000 mgr.y (mgr.34107) 253 : cephadm 1 Reconfiguring daemon mon.c on smithi045 2023-12-05T13:27:22.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:22 smithi045 bash[81379]: cluster 2023-12-05T13:27:21.773090+0000 mgr.y (mgr.34107) 254 : cluster 0 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-05T13:27:23.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: audit 2023-12-05T13:27:21.582242+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:23.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: audit 2023-12-05T13:27:21.592366+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:23.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: cephadm 2023-12-05T13:27:21.603853+0000 mgr.y (mgr.34107) 252 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-05T13:27:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: audit 2023-12-05T13:27:21.604471+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:27:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: audit 2023-12-05T13:27:21.606032+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: audit 2023-12-05T13:27:21.607510+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: cephadm 2023-12-05T13:27:21.609514+0000 mgr.y (mgr.34107) 253 : cephadm 1 Reconfiguring daemon mon.c on smithi045 2023-12-05T13:27:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:22 smithi079 bash[66795]: cluster 2023-12-05T13:27:21.773090+0000 mgr.y (mgr.34107) 254 : cluster 0 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-05T13:27:25.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[78714]: cluster 2023-12-05T13:27:23.773811+0000 mgr.y (mgr.34107) 255 : cluster 0 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-05T13:27:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[78714]: audit 2023-12-05T13:27:23.937662+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[78714]: audit 2023-12-05T13:27:23.947396+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[78714]: audit 2023-12-05T13:27:23.980395+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:27:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[78714]: audit 2023-12-05T13:27:23.982282+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:25.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[81379]: cluster 2023-12-05T13:27:23.773811+0000 mgr.y (mgr.34107) 255 : cluster 0 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-05T13:27:25.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[81379]: audit 2023-12-05T13:27:23.937662+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:25.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[81379]: audit 2023-12-05T13:27:23.947396+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:25.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[81379]: audit 2023-12-05T13:27:23.980395+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:27:25.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:24 smithi045 bash[81379]: audit 2023-12-05T13:27:23.982282+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:25.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:24 smithi079 bash[66795]: cluster 2023-12-05T13:27:23.773811+0000 mgr.y (mgr.34107) 255 : cluster 0 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-05T13:27:25.325 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:24 smithi079 bash[66795]: audit 2023-12-05T13:27:23.937662+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:25.325 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:24 smithi079 bash[66795]: audit 2023-12-05T13:27:23.947396+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:25.326 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:24 smithi079 bash[66795]: audit 2023-12-05T13:27:23.980395+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:27:25.326 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:24 smithi079 bash[66795]: audit 2023-12-05T13:27:23.982282+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:25 smithi045 bash[78714]: cephadm 2023-12-05T13:27:23.979712+0000 mgr.y (mgr.34107) 256 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-05T13:27:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:25 smithi045 bash[78714]: cephadm 2023-12-05T13:27:23.988171+0000 mgr.y (mgr.34107) 257 : cephadm 1 Reconfiguring daemon osd.0 on smithi045 2023-12-05T13:27:26.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:25 smithi045 bash[81379]: cephadm 2023-12-05T13:27:23.979712+0000 mgr.y (mgr.34107) 256 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-05T13:27:26.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:25 smithi045 bash[81379]: cephadm 2023-12-05T13:27:23.988171+0000 mgr.y (mgr.34107) 257 : cephadm 1 Reconfiguring daemon osd.0 on smithi045 2023-12-05T13:27:26.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:25 smithi079 bash[66795]: cephadm 2023-12-05T13:27:23.979712+0000 mgr.y (mgr.34107) 256 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-05T13:27:26.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:25 smithi079 bash[66795]: cephadm 2023-12-05T13:27:23.988171+0000 mgr.y (mgr.34107) 257 : cephadm 1 Reconfiguring daemon osd.0 on smithi045 2023-12-05T13:27:27.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:26 smithi079 bash[66795]: cluster 2023-12-05T13:27:25.775387+0000 mgr.y (mgr.34107) 258 : cluster 0 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-05T13:27:27.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:26 smithi079 bash[66795]: audit 2023-12-05T13:27:26.387625+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:27.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:26 smithi079 bash[66795]: audit 2023-12-05T13:27:26.397675+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:27.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:26 smithi079 bash[66795]: audit 2023-12-05T13:27:26.407583+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:27:27.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:26 smithi079 bash[66795]: audit 2023-12-05T13:27:26.409095+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:27.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[78714]: cluster 2023-12-05T13:27:25.775387+0000 mgr.y (mgr.34107) 258 : cluster 0 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-05T13:27:27.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[78714]: audit 2023-12-05T13:27:26.387625+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:27.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[78714]: audit 2023-12-05T13:27:26.397675+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:27.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[78714]: audit 2023-12-05T13:27:26.407583+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:27:27.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[78714]: audit 2023-12-05T13:27:26.409095+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:27.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[81379]: cluster 2023-12-05T13:27:25.775387+0000 mgr.y (mgr.34107) 258 : cluster 0 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-05T13:27:27.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[81379]: audit 2023-12-05T13:27:26.387625+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:27.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[81379]: audit 2023-12-05T13:27:26.397675+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:27.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[81379]: audit 2023-12-05T13:27:26.407583+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:27:27.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:26 smithi045 bash[81379]: audit 2023-12-05T13:27:26.409095+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:28.002 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:27 smithi045 bash[78714]: cephadm 2023-12-05T13:27:26.407023+0000 mgr.y (mgr.34107) 259 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-05T13:27:28.002 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:27 smithi045 bash[78714]: cephadm 2023-12-05T13:27:26.414585+0000 mgr.y (mgr.34107) 260 : cephadm 1 Reconfiguring daemon osd.1 on smithi045 2023-12-05T13:27:28.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:27 smithi079 bash[66795]: cephadm 2023-12-05T13:27:26.407023+0000 mgr.y (mgr.34107) 259 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-05T13:27:28.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:27 smithi079 bash[66795]: cephadm 2023-12-05T13:27:26.414585+0000 mgr.y (mgr.34107) 260 : cephadm 1 Reconfiguring daemon osd.1 on smithi045 2023-12-05T13:27:28.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:27 smithi045 bash[81379]: cephadm 2023-12-05T13:27:26.407023+0000 mgr.y (mgr.34107) 259 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-05T13:27:28.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:27 smithi045 bash[81379]: cephadm 2023-12-05T13:27:26.414585+0000 mgr.y (mgr.34107) 260 : cephadm 1 Reconfiguring daemon osd.1 on smithi045 2023-12-05T13:27:28.964 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:28 smithi079 bash[62226]: ts=2023-12-05T13:27: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:27:29.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:28 smithi079 bash[66795]: cluster 2023-12-05T13:27:27.776088+0000 mgr.y (mgr.34107) 261 : cluster 0 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-05T13:27:29.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:28 smithi079 bash[66795]: audit 2023-12-05T13:27:28.852253+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:29.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:28 smithi079 bash[66795]: audit 2023-12-05T13:27:28.862263+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:29.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:28 smithi079 bash[66795]: audit 2023-12-05T13:27:28.885570+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:27:29.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:28 smithi079 bash[66795]: audit 2023-12-05T13:27:28.887486+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:29.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[78714]: cluster 2023-12-05T13:27:27.776088+0000 mgr.y (mgr.34107) 261 : cluster 0 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-05T13:27:29.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[78714]: audit 2023-12-05T13:27:28.852253+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:29.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[78714]: audit 2023-12-05T13:27:28.862263+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:29.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[78714]: audit 2023-12-05T13:27:28.885570+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:27:29.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[78714]: audit 2023-12-05T13:27:28.887486+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:29.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[81379]: cluster 2023-12-05T13:27:27.776088+0000 mgr.y (mgr.34107) 261 : cluster 0 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-05T13:27:29.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[81379]: audit 2023-12-05T13:27:28.852253+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:29.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[81379]: audit 2023-12-05T13:27:28.862263+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:29.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[81379]: audit 2023-12-05T13:27:28.885570+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:27:29.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:28 smithi045 bash[81379]: audit 2023-12-05T13:27:28.887486+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:29.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:27:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:27:29] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.33.4" 2023-12-05T13:27:30.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:29 smithi079 bash[66795]: cephadm 2023-12-05T13:27:28.884873+0000 mgr.y (mgr.34107) 262 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-05T13:27:30.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:29 smithi079 bash[66795]: cephadm 2023-12-05T13:27:28.893210+0000 mgr.y (mgr.34107) 263 : cephadm 1 Reconfiguring daemon osd.2 on smithi045 2023-12-05T13:27:30.291 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:29 smithi045 bash[78714]: cephadm 2023-12-05T13:27:28.884873+0000 mgr.y (mgr.34107) 262 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-05T13:27:30.292 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:29 smithi045 bash[78714]: cephadm 2023-12-05T13:27:28.893210+0000 mgr.y (mgr.34107) 263 : cephadm 1 Reconfiguring daemon osd.2 on smithi045 2023-12-05T13:27:30.292 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:29 smithi045 bash[81379]: cephadm 2023-12-05T13:27:28.884873+0000 mgr.y (mgr.34107) 262 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-05T13:27:30.292 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:29 smithi045 bash[81379]: cephadm 2023-12-05T13:27:28.893210+0000 mgr.y (mgr.34107) 263 : cephadm 1 Reconfiguring daemon osd.2 on smithi045 2023-12-05T13:27:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:30 smithi079 bash[66795]: cluster 2023-12-05T13:27:29.776899+0000 mgr.y (mgr.34107) 264 : cluster 0 pgmap v38: 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-05T13:27:31.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:30 smithi045 bash[78714]: cluster 2023-12-05T13:27:29.776899+0000 mgr.y (mgr.34107) 264 : cluster 0 pgmap v38: 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-05T13:27:31.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:30 smithi045 bash[81379]: cluster 2023-12-05T13:27:29.776899+0000 mgr.y (mgr.34107) 264 : cluster 0 pgmap v38: 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-05T13:27:32.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[78714]: audit 2023-12-05T13:27:30.823684+0000 mgr.y (mgr.34107) 265 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[78714]: audit 2023-12-05T13:27:31.333388+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[78714]: audit 2023-12-05T13:27:31.342792+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[78714]: audit 2023-12-05T13:27:31.363247+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[78714]: audit 2023-12-05T13:27:31.365062+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[81379]: audit 2023-12-05T13:27:30.823684+0000 mgr.y (mgr.34107) 265 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[81379]: audit 2023-12-05T13:27:31.333388+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[81379]: audit 2023-12-05T13:27:31.342792+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[81379]: audit 2023-12-05T13:27:31.363247+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:27:32.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:31 smithi045 bash[81379]: audit 2023-12-05T13:27:31.365062+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:32.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:31 smithi079 bash[66795]: audit 2023-12-05T13:27:30.823684+0000 mgr.y (mgr.34107) 265 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:32.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:31 smithi079 bash[66795]: audit 2023-12-05T13:27:31.333388+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:32.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:31 smithi079 bash[66795]: audit 2023-12-05T13:27:31.342792+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:32.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:31 smithi079 bash[66795]: audit 2023-12-05T13:27:31.363247+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:27:32.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:31 smithi079 bash[66795]: audit 2023-12-05T13:27:31.365062+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:33.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:32 smithi045 bash[78714]: cephadm 2023-12-05T13:27:31.362624+0000 mgr.y (mgr.34107) 266 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-05T13:27:33.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:32 smithi045 bash[78714]: cephadm 2023-12-05T13:27:31.370381+0000 mgr.y (mgr.34107) 267 : cephadm 1 Reconfiguring daemon osd.3 on smithi045 2023-12-05T13:27:33.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:32 smithi045 bash[78714]: cluster 2023-12-05T13:27:31.778132+0000 mgr.y (mgr.34107) 268 : cluster 0 pgmap v39: 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-05T13:27:33.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:32 smithi045 bash[81379]: cephadm 2023-12-05T13:27:31.362624+0000 mgr.y (mgr.34107) 266 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-05T13:27:33.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:32 smithi045 bash[81379]: cephadm 2023-12-05T13:27:31.370381+0000 mgr.y (mgr.34107) 267 : cephadm 1 Reconfiguring daemon osd.3 on smithi045 2023-12-05T13:27:33.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:32 smithi045 bash[81379]: cluster 2023-12-05T13:27:31.778132+0000 mgr.y (mgr.34107) 268 : cluster 0 pgmap v39: 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-05T13:27:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:32 smithi079 bash[66795]: cephadm 2023-12-05T13:27:31.362624+0000 mgr.y (mgr.34107) 266 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-05T13:27:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:32 smithi079 bash[66795]: cephadm 2023-12-05T13:27:31.370381+0000 mgr.y (mgr.34107) 267 : cephadm 1 Reconfiguring daemon osd.3 on smithi045 2023-12-05T13:27:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:32 smithi079 bash[66795]: cluster 2023-12-05T13:27:31.778132+0000 mgr.y (mgr.34107) 268 : cluster 0 pgmap v39: 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-05T13:27:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:34 smithi079 bash[66795]: cluster 2023-12-05T13:27:33.778878+0000 mgr.y (mgr.34107) 269 : cluster 0 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-05T13:27:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:34 smithi079 bash[66795]: audit 2023-12-05T13:27:33.984664+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:34 smithi079 bash[66795]: audit 2023-12-05T13:27:33.992165+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:34 smithi079 bash[66795]: audit 2023-12-05T13:27:34.041904+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:27:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:34 smithi079 bash[66795]: audit 2023-12-05T13:27:34.046086+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:34 smithi079 bash[66795]: audit 2023-12-05T13:27:34.841404+0000 mon.a (mon.0) 1122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:35.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[78714]: cluster 2023-12-05T13:27:33.778878+0000 mgr.y (mgr.34107) 269 : cluster 0 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-05T13:27:35.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[78714]: audit 2023-12-05T13:27:33.984664+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[78714]: audit 2023-12-05T13:27:33.992165+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[78714]: audit 2023-12-05T13:27:34.041904+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[78714]: audit 2023-12-05T13:27:34.046086+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[78714]: audit 2023-12-05T13:27:34.841404+0000 mon.a (mon.0) 1122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[81379]: cluster 2023-12-05T13:27:33.778878+0000 mgr.y (mgr.34107) 269 : cluster 0 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-05T13:27:35.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[81379]: audit 2023-12-05T13:27:33.984664+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[81379]: audit 2023-12-05T13:27:33.992165+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[81379]: audit 2023-12-05T13:27:34.041904+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi045.wpfwns", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:27:35.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[81379]: audit 2023-12-05T13:27:34.046086+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:35.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:34 smithi045 bash[81379]: audit 2023-12-05T13:27:34.841404+0000 mon.a (mon.0) 1122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:36.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[78714]: cephadm 2023-12-05T13:27:34.041061+0000 mgr.y (mgr.34107) 270 : cephadm 1 Reconfiguring rgw.foo.smithi045.wpfwns (monmap changed)... 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[78714]: cephadm 2023-12-05T13:27:34.048565+0000 mgr.y (mgr.34107) 271 : cephadm 1 Reconfiguring daemon rgw.foo.smithi045.wpfwns on smithi045 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[78714]: audit 2023-12-05T13:27:35.693116+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[78714]: audit 2023-12-05T13:27:35.701076+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[78714]: audit 2023-12-05T13:27:35.712117+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[81379]: cephadm 2023-12-05T13:27:34.041061+0000 mgr.y (mgr.34107) 270 : cephadm 1 Reconfiguring rgw.foo.smithi045.wpfwns (monmap changed)... 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[81379]: cephadm 2023-12-05T13:27:34.048565+0000 mgr.y (mgr.34107) 271 : cephadm 1 Reconfiguring daemon rgw.foo.smithi045.wpfwns on smithi045 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[81379]: audit 2023-12-05T13:27:35.693116+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[81379]: audit 2023-12-05T13:27:35.701076+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.289 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:35 smithi045 bash[81379]: audit 2023-12-05T13:27:35.712117+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:35 smithi079 bash[66795]: cephadm 2023-12-05T13:27:34.041061+0000 mgr.y (mgr.34107) 270 : cephadm 1 Reconfiguring rgw.foo.smithi045.wpfwns (monmap changed)... 2023-12-05T13:27:36.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:35 smithi079 bash[66795]: cephadm 2023-12-05T13:27:34.048565+0000 mgr.y (mgr.34107) 271 : cephadm 1 Reconfiguring daemon rgw.foo.smithi045.wpfwns on smithi045 2023-12-05T13:27:36.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:35 smithi079 bash[66795]: audit 2023-12-05T13:27:35.693116+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:35 smithi079 bash[66795]: audit 2023-12-05T13:27:35.701076+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:36.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:35 smithi079 bash[66795]: audit 2023-12-05T13:27:35.712117+0000 mon.a (mon.0) 1125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:36 smithi079 bash[66795]: cluster 2023-12-05T13:27:35.780550+0000 mgr.y (mgr.34107) 272 : cluster 0 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-05T13:27:37.410 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:36 smithi045 bash[78714]: cluster 2023-12-05T13:27:35.780550+0000 mgr.y (mgr.34107) 272 : cluster 0 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-05T13:27:37.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:36 smithi045 bash[81379]: cluster 2023-12-05T13:27:35.780550+0000 mgr.y (mgr.34107) 272 : cluster 0 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-05T13:27:38.661 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[66795]: audit 2023-12-05T13:27:37.328230+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:38.662 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[66795]: audit 2023-12-05T13:27:37.336358+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:38.662 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[66795]: cephadm 2023-12-05T13:27:37.377518+0000 mgr.y (mgr.34107) 273 : cephadm 1 Reconfiguring rgw.smpl.smithi045.rxwiyz (monmap changed)... 2023-12-05T13:27:38.662 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[66795]: audit 2023-12-05T13:27:37.378164+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:27:38.662 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[66795]: audit 2023-12-05T13:27:37.381690+0000 mon.a (mon.0) 1129 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:38.662 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[66795]: cephadm 2023-12-05T13:27:37.383994+0000 mgr.y (mgr.34107) 274 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi045.rxwiyz on smithi045 2023-12-05T13:27:38.662 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[66795]: cluster 2023-12-05T13:27:37.781190+0000 mgr.y (mgr.34107) 275 : cluster 0 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-05T13:27:38.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[78714]: audit 2023-12-05T13:27:37.328230+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[78714]: audit 2023-12-05T13:27:37.336358+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[78714]: cephadm 2023-12-05T13:27:37.377518+0000 mgr.y (mgr.34107) 273 : cephadm 1 Reconfiguring rgw.smpl.smithi045.rxwiyz (monmap changed)... 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[78714]: audit 2023-12-05T13:27:37.378164+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[78714]: audit 2023-12-05T13:27:37.381690+0000 mon.a (mon.0) 1129 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[78714]: cephadm 2023-12-05T13:27:37.383994+0000 mgr.y (mgr.34107) 274 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi045.rxwiyz on smithi045 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[78714]: cluster 2023-12-05T13:27:37.781190+0000 mgr.y (mgr.34107) 275 : cluster 0 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-05T13:27:38.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[81379]: audit 2023-12-05T13:27:37.328230+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[81379]: audit 2023-12-05T13:27:37.336358+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[81379]: cephadm 2023-12-05T13:27:37.377518+0000 mgr.y (mgr.34107) 273 : cephadm 1 Reconfiguring rgw.smpl.smithi045.rxwiyz (monmap changed)... 2023-12-05T13:27:38.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[81379]: audit 2023-12-05T13:27:37.378164+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi045.rxwiyz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:27:38.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[81379]: audit 2023-12-05T13:27:37.381690+0000 mon.a (mon.0) 1129 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:38.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[81379]: cephadm 2023-12-05T13:27:37.383994+0000 mgr.y (mgr.34107) 274 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi045.rxwiyz on smithi045 2023-12-05T13:27:38.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:38 smithi045 bash[81379]: cluster 2023-12-05T13:27:37.781190+0000 mgr.y (mgr.34107) 275 : cluster 0 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-05T13:27:39.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:38 smithi079 bash[62226]: ts=2023-12-05T13:27: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:27:39.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:27:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:27:39] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.33.4" 2023-12-05T13:27:40.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[78714]: audit 2023-12-05T13:27:39.433990+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[78714]: audit 2023-12-05T13:27:39.442742+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[78714]: audit 2023-12-05T13:27:39.453319+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[78714]: cluster 2023-12-05T13:27:39.781927+0000 mgr.y (mgr.34107) 276 : cluster 0 pgmap v43: 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-05T13:27:40.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[81379]: audit 2023-12-05T13:27:39.433990+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[81379]: audit 2023-12-05T13:27:39.442742+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[81379]: audit 2023-12-05T13:27:39.453319+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:40 smithi045 bash[81379]: cluster 2023-12-05T13:27:39.781927+0000 mgr.y (mgr.34107) 276 : cluster 0 pgmap v43: 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-05T13:27:40.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:40 smithi079 bash[66795]: audit 2023-12-05T13:27:39.433990+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:40 smithi079 bash[66795]: audit 2023-12-05T13:27:39.442742+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:40 smithi079 bash[66795]: audit 2023-12-05T13:27:39.453319+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:40.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:40 smithi079 bash[66795]: cluster 2023-12-05T13:27:39.781927+0000 mgr.y (mgr.34107) 276 : cluster 0 pgmap v43: 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-05T13:27:41.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:41 smithi079 bash[66795]: audit 2023-12-05T13:27:40.830597+0000 mgr.y (mgr.34107) 277 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:41.838 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:41 smithi045 bash[78714]: audit 2023-12-05T13:27:40.830597+0000 mgr.y (mgr.34107) 277 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:41.838 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:41 smithi045 bash[81379]: audit 2023-12-05T13:27:40.830597+0000 mgr.y (mgr.34107) 277 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:42.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:42 smithi079 bash[66795]: cluster 2023-12-05T13:27:41.783708+0000 mgr.y (mgr.34107) 278 : cluster 0 pgmap v44: 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-05T13:27:42.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:42 smithi045 bash[78714]: cluster 2023-12-05T13:27:41.783708+0000 mgr.y (mgr.34107) 278 : cluster 0 pgmap v44: 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-05T13:27:42.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:42 smithi045 bash[81379]: cluster 2023-12-05T13:27:41.783708+0000 mgr.y (mgr.34107) 278 : cluster 0 pgmap v44: 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-05T13:27:43.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[78714]: audit 2023-12-05T13:27:42.618732+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[78714]: audit 2023-12-05T13:27:42.628078+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[78714]: cephadm 2023-12-05T13:27:42.662584+0000 mgr.y (mgr.34107) 279 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[78714]: audit 2023-12-05T13:27:42.663261+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[78714]: audit 2023-12-05T13:27:42.665210+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[78714]: audit 2023-12-05T13:27:42.667218+0000 mon.a (mon.0) 1137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[78714]: cephadm 2023-12-05T13:27:42.669354+0000 mgr.y (mgr.34107) 280 : cephadm 1 Reconfiguring daemon mon.b on smithi079 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[81379]: audit 2023-12-05T13:27:42.618732+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[81379]: audit 2023-12-05T13:27:42.628078+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[81379]: cephadm 2023-12-05T13:27:42.662584+0000 mgr.y (mgr.34107) 279 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-05T13:27:43.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[81379]: audit 2023-12-05T13:27:42.663261+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:27:43.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[81379]: audit 2023-12-05T13:27:42.665210+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:43.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[81379]: audit 2023-12-05T13:27:42.667218+0000 mon.a (mon.0) 1137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:43.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:43 smithi045 bash[81379]: cephadm 2023-12-05T13:27:42.669354+0000 mgr.y (mgr.34107) 280 : cephadm 1 Reconfiguring daemon mon.b on smithi079 2023-12-05T13:27:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:43 smithi079 bash[66795]: audit 2023-12-05T13:27:42.618732+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:43 smithi079 bash[66795]: audit 2023-12-05T13:27:42.628078+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:43 smithi079 bash[66795]: cephadm 2023-12-05T13:27:42.662584+0000 mgr.y (mgr.34107) 279 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-05T13:27:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:43 smithi079 bash[66795]: audit 2023-12-05T13:27:42.663261+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:27:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:43 smithi079 bash[66795]: audit 2023-12-05T13:27:42.665210+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:27:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:43 smithi079 bash[66795]: audit 2023-12-05T13:27:42.667218+0000 mon.a (mon.0) 1137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:43 smithi079 bash[66795]: cephadm 2023-12-05T13:27:42.669354+0000 mgr.y (mgr.34107) 280 : cephadm 1 Reconfiguring daemon mon.b on smithi079 2023-12-05T13:27:44.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:44 smithi079 bash[66795]: cluster 2023-12-05T13:27:43.784476+0000 mgr.y (mgr.34107) 281 : cluster 0 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-05T13:27:44.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:44 smithi045 bash[78714]: cluster 2023-12-05T13:27:43.784476+0000 mgr.y (mgr.34107) 281 : cluster 0 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-05T13:27:44.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:44 smithi045 bash[81379]: cluster 2023-12-05T13:27:43.784476+0000 mgr.y (mgr.34107) 281 : cluster 0 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-05T13:27:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: audit 2023-12-05T13:27:45.025386+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: audit 2023-12-05T13:27:45.036043+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: cephadm 2023-12-05T13:27:45.040615+0000 mgr.y (mgr.34107) 282 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-05T13:27:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: audit 2023-12-05T13:27:45.041357+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:27:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: audit 2023-12-05T13:27:45.043581+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:27:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: audit 2023-12-05T13:27:45.045690+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: cephadm 2023-12-05T13:27:45.047588+0000 mgr.y (mgr.34107) 283 : cephadm 1 Reconfiguring daemon mgr.x on smithi079 2023-12-05T13:27:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:46 smithi079 bash[66795]: cluster 2023-12-05T13:27:45.786064+0000 mgr.y (mgr.34107) 284 : cluster 0 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-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: audit 2023-12-05T13:27:45.025386+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: audit 2023-12-05T13:27:45.036043+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: cephadm 2023-12-05T13:27:45.040615+0000 mgr.y (mgr.34107) 282 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: audit 2023-12-05T13:27:45.041357+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: audit 2023-12-05T13:27:45.043581+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: audit 2023-12-05T13:27:45.045690+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: cephadm 2023-12-05T13:27:45.047588+0000 mgr.y (mgr.34107) 283 : cephadm 1 Reconfiguring daemon mgr.x on smithi079 2023-12-05T13:27:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[81379]: cluster 2023-12-05T13:27:45.786064+0000 mgr.y (mgr.34107) 284 : cluster 0 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-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: audit 2023-12-05T13:27:45.025386+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: audit 2023-12-05T13:27:45.036043+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: cephadm 2023-12-05T13:27:45.040615+0000 mgr.y (mgr.34107) 282 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: audit 2023-12-05T13:27:45.041357+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: audit 2023-12-05T13:27:45.043581+0000 mon.a (mon.0) 1141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: audit 2023-12-05T13:27:45.045690+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: cephadm 2023-12-05T13:27:45.047588+0000 mgr.y (mgr.34107) 283 : cephadm 1 Reconfiguring daemon mgr.x on smithi079 2023-12-05T13:27:46.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:46 smithi045 bash[78714]: cluster 2023-12-05T13:27:45.786064+0000 mgr.y (mgr.34107) 284 : cluster 0 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-05T13:27:47.123 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 12s ago 17m - - 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 8s ago 17m - - 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (3m) 12s ago 10m 17.0M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (2m) 8s ago 10m 43.6M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (2m) 12s ago 8m 47.2M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (2m) 8s ago 16m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (2m) 12s ago 18m 490M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (99s) 12s ago 18m 47.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (47s) 8s ago 17m 30.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (68s) 12s ago 17m 39.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:27:47.891 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (3m) 12s ago 10m 11.5M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (3m) 8s ago 10m 11.7M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (16m) 12s ago 16m 59.0M 4096M 17.2.0 e1d6a67b021e 00e33be0ccd1 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (15m) 12s ago 15m 60.7M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (14m) 12s ago 15m 54.6M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (14m) 12s ago 14m 59.7M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (13m) 8s ago 13m 58.9M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (13m) 8s ago 13m 58.0M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (12m) 8s ago 12m 54.1M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (11m) 8s ago 11m 58.1M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (2m) 8s ago 10m 60.4M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (8m) 12s ago 8m 87.3M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (8m) 8s ago 8m 87.7M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (8m) 12s ago 8m 87.2M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:27:47.892 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (8m) 8s ago 8m 87.5M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:27:48.352 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:27:48.352 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:27:48.352 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:27:48.352 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:48.352 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:27:48.353 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:27:48.592 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: audit 2023-12-05T13:27:47.103656+0000 mgr.y (mgr.34107) 285 : audit 0 from='client.44134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: audit 2023-12-05T13:27:47.323741+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: audit 2023-12-05T13:27:47.332462+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: cephadm 2023-12-05T13:27:47.366476+0000 mgr.y (mgr.34107) 286 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: audit 2023-12-05T13:27:47.367116+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: audit 2023-12-05T13:27:47.368534+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: cephadm 2023-12-05T13:27:47.373491+0000 mgr.y (mgr.34107) 287 : cephadm 1 Reconfiguring daemon osd.4 on smithi079 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: audit 2023-12-05T13:27:47.495164+0000 mgr.y (mgr.34107) 288 : audit 0 from='client.44140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: cluster 2023-12-05T13:27:47.786789+0000 mgr.y (mgr.34107) 289 : cluster 0 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-05T13:27:48.593 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[66795]: audit 2023-12-05T13:27:47.862970+0000 mgr.y (mgr.34107) 290 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: audit 2023-12-05T13:27:47.103656+0000 mgr.y (mgr.34107) 285 : audit 0 from='client.44134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: audit 2023-12-05T13:27:47.323741+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: audit 2023-12-05T13:27:47.332462+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: cephadm 2023-12-05T13:27:47.366476+0000 mgr.y (mgr.34107) 286 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: audit 2023-12-05T13:27:47.367116+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: audit 2023-12-05T13:27:47.368534+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: cephadm 2023-12-05T13:27:47.373491+0000 mgr.y (mgr.34107) 287 : cephadm 1 Reconfiguring daemon osd.4 on smithi079 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: audit 2023-12-05T13:27:47.495164+0000 mgr.y (mgr.34107) 288 : audit 0 from='client.44140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: cluster 2023-12-05T13:27:47.786789+0000 mgr.y (mgr.34107) 289 : cluster 0 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-05T13:27:48.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[78714]: audit 2023-12-05T13:27:47.862970+0000 mgr.y (mgr.34107) 290 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: audit 2023-12-05T13:27:47.103656+0000 mgr.y (mgr.34107) 285 : audit 0 from='client.44134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: audit 2023-12-05T13:27:47.323741+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: audit 2023-12-05T13:27:47.332462+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: cephadm 2023-12-05T13:27:47.366476+0000 mgr.y (mgr.34107) 286 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: audit 2023-12-05T13:27:47.367116+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: audit 2023-12-05T13:27:47.368534+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: cephadm 2023-12-05T13:27:47.373491+0000 mgr.y (mgr.34107) 287 : cephadm 1 Reconfiguring daemon osd.4 on smithi079 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: audit 2023-12-05T13:27:47.495164+0000 mgr.y (mgr.34107) 288 : audit 0 from='client.44140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: cluster 2023-12-05T13:27:47.786789+0000 mgr.y (mgr.34107) 289 : cluster 0 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-05T13:27:48.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:48 smithi045 bash[81379]: audit 2023-12-05T13:27:47.862970+0000 mgr.y (mgr.34107) 290 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:48.741 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "5/23 daemons upgraded", 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading mon daemons", 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:27:48.742 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:27:48.911 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:48 smithi079 bash[62226]: ts=2023-12-05T13:27: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:27:49.201 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:27:49.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:27:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:27:49] "GET /metrics HTTP/1.1" 200 38238 "" "Prometheus/2.33.4" 2023-12-05T13:27:49.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:49 smithi045 bash[78714]: audit 2023-12-05T13:27:48.348455+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.45:0/4171408170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:27:49.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:49 smithi045 bash[78714]: audit 2023-12-05T13:27:48.737360+0000 mgr.y (mgr.34107) 291 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:49.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:49 smithi045 bash[78714]: audit 2023-12-05T13:27:49.197469+0000 mon.a (mon.0) 1147 : audit 0 from='client.? 172.21.15.45:0/3330005051' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:27:49.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:49 smithi045 bash[81379]: audit 2023-12-05T13:27:48.348455+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.45:0/4171408170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:27:49.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:49 smithi045 bash[81379]: audit 2023-12-05T13:27:48.737360+0000 mgr.y (mgr.34107) 291 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:49.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:49 smithi045 bash[81379]: audit 2023-12-05T13:27:49.197469+0000 mon.a (mon.0) 1147 : audit 0 from='client.? 172.21.15.45:0/3330005051' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:27:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:49 smithi079 bash[66795]: audit 2023-12-05T13:27:48.348455+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.45:0/4171408170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:27:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:49 smithi079 bash[66795]: audit 2023-12-05T13:27:48.737360+0000 mgr.y (mgr.34107) 291 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:27:49.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:49 smithi079 bash[66795]: audit 2023-12-05T13:27:49.197469+0000 mon.a (mon.0) 1147 : audit 0 from='client.? 172.21.15.45:0/3330005051' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:27:50.845 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: audit 2023-12-05T13:27:49.575149+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:50.845 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: audit 2023-12-05T13:27:49.586188+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:50.845 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: cephadm 2023-12-05T13:27:49.591176+0000 mgr.y (mgr.34107) 292 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-05T13:27:50.845 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: audit 2023-12-05T13:27:49.591809+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:27:50.845 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: audit 2023-12-05T13:27:49.593280+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:50.845 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: cephadm 2023-12-05T13:27:49.596990+0000 mgr.y (mgr.34107) 293 : cephadm 1 Reconfiguring daemon osd.5 on smithi079 2023-12-05T13:27:50.845 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: cluster 2023-12-05T13:27:49.787591+0000 mgr.y (mgr.34107) 294 : cluster 0 pgmap v48: 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-05T13:27:50.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[78714]: audit 2023-12-05T13:27:49.841561+0000 mon.a (mon.0) 1152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: audit 2023-12-05T13:27:49.575149+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: audit 2023-12-05T13:27:49.586188+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: cephadm 2023-12-05T13:27:49.591176+0000 mgr.y (mgr.34107) 292 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: audit 2023-12-05T13:27:49.591809+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: audit 2023-12-05T13:27:49.593280+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: cephadm 2023-12-05T13:27:49.596990+0000 mgr.y (mgr.34107) 293 : cephadm 1 Reconfiguring daemon osd.5 on smithi079 2023-12-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: cluster 2023-12-05T13:27:49.787591+0000 mgr.y (mgr.34107) 294 : cluster 0 pgmap v48: 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-05T13:27:50.846 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:50 smithi045 bash[81379]: audit 2023-12-05T13:27:49.841561+0000 mon.a (mon.0) 1152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:50.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: audit 2023-12-05T13:27:49.575149+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:50.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: audit 2023-12-05T13:27:49.586188+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:50.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: cephadm 2023-12-05T13:27:49.591176+0000 mgr.y (mgr.34107) 292 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-05T13:27:50.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: audit 2023-12-05T13:27:49.591809+0000 mon.a (mon.0) 1150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:27:50.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: audit 2023-12-05T13:27:49.593280+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:50.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: cephadm 2023-12-05T13:27:49.596990+0000 mgr.y (mgr.34107) 293 : cephadm 1 Reconfiguring daemon osd.5 on smithi079 2023-12-05T13:27:50.892 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: cluster 2023-12-05T13:27:49.787591+0000 mgr.y (mgr.34107) 294 : cluster 0 pgmap v48: 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-05T13:27:50.892 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:50 smithi079 bash[66795]: audit 2023-12-05T13:27:49.841561+0000 mon.a (mon.0) 1152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:51.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:51 smithi045 bash[78714]: audit 2023-12-05T13:27:50.840697+0000 mgr.y (mgr.34107) 295 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:51.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:51 smithi045 bash[81379]: audit 2023-12-05T13:27:50.840697+0000 mgr.y (mgr.34107) 295 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:51 smithi079 bash[66795]: audit 2023-12-05T13:27:50.840697+0000 mgr.y (mgr.34107) 295 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:27:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:52 smithi079 bash[66795]: cluster 2023-12-05T13:27:51.789223+0000 mgr.y (mgr.34107) 296 : cluster 0 pgmap v49: 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-05T13:27:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:52 smithi079 bash[66795]: audit 2023-12-05T13:27:52.188640+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:52 smithi079 bash[66795]: audit 2023-12-05T13:27:52.197434+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:52 smithi079 bash[66795]: audit 2023-12-05T13:27:52.219566+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:27:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:52 smithi079 bash[66795]: audit 2023-12-05T13:27:52.221312+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:52.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[78714]: cluster 2023-12-05T13:27:51.789223+0000 mgr.y (mgr.34107) 296 : cluster 0 pgmap v49: 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-05T13:27:52.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[78714]: audit 2023-12-05T13:27:52.188640+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:52.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[78714]: audit 2023-12-05T13:27:52.197434+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:52.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[78714]: audit 2023-12-05T13:27:52.219566+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:27:52.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[78714]: audit 2023-12-05T13:27:52.221312+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:52.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[81379]: cluster 2023-12-05T13:27:51.789223+0000 mgr.y (mgr.34107) 296 : cluster 0 pgmap v49: 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-05T13:27:52.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[81379]: audit 2023-12-05T13:27:52.188640+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:52.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[81379]: audit 2023-12-05T13:27:52.197434+0000 mon.a (mon.0) 1154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:52.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[81379]: audit 2023-12-05T13:27:52.219566+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:27:52.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:52 smithi045 bash[81379]: audit 2023-12-05T13:27:52.221312+0000 mon.a (mon.0) 1156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:53.893 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:53 smithi079 bash[66795]: cephadm 2023-12-05T13:27:52.218959+0000 mgr.y (mgr.34107) 297 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-05T13:27:53.893 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:53 smithi079 bash[66795]: cephadm 2023-12-05T13:27:52.225879+0000 mgr.y (mgr.34107) 298 : cephadm 1 Reconfiguring daemon osd.6 on smithi079 2023-12-05T13:27:53.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:53 smithi045 bash[78714]: cephadm 2023-12-05T13:27:52.218959+0000 mgr.y (mgr.34107) 297 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-05T13:27:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:53 smithi045 bash[78714]: cephadm 2023-12-05T13:27:52.225879+0000 mgr.y (mgr.34107) 298 : cephadm 1 Reconfiguring daemon osd.6 on smithi079 2023-12-05T13:27:53.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:53 smithi045 bash[81379]: cephadm 2023-12-05T13:27:52.218959+0000 mgr.y (mgr.34107) 297 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-05T13:27:53.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:53 smithi045 bash[81379]: cephadm 2023-12-05T13:27:52.225879+0000 mgr.y (mgr.34107) 298 : cephadm 1 Reconfiguring daemon osd.6 on smithi079 2023-12-05T13:27:54.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:54 smithi079 bash[66795]: cluster 2023-12-05T13:27:53.789960+0000 mgr.y (mgr.34107) 299 : cluster 0 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-05T13:27:54.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:54 smithi045 bash[78714]: cluster 2023-12-05T13:27:53.789960+0000 mgr.y (mgr.34107) 299 : cluster 0 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-05T13:27:54.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:54 smithi045 bash[81379]: cluster 2023-12-05T13:27:53.789960+0000 mgr.y (mgr.34107) 299 : cluster 0 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-05T13:27:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[78714]: audit 2023-12-05T13:27:54.858770+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[78714]: audit 2023-12-05T13:27:54.868837+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:56.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[78714]: cephadm 2023-12-05T13:27:54.897902+0000 mgr.y (mgr.34107) 300 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[78714]: audit 2023-12-05T13:27:54.898482+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[78714]: audit 2023-12-05T13:27:54.900195+0000 mon.a (mon.0) 1160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[78714]: cephadm 2023-12-05T13:27:54.905735+0000 mgr.y (mgr.34107) 301 : cephadm 1 Reconfiguring daemon osd.7 on smithi079 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[81379]: audit 2023-12-05T13:27:54.858770+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[81379]: audit 2023-12-05T13:27:54.868837+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[81379]: cephadm 2023-12-05T13:27:54.897902+0000 mgr.y (mgr.34107) 300 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[81379]: audit 2023-12-05T13:27:54.898482+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[81379]: audit 2023-12-05T13:27:54.900195+0000 mon.a (mon.0) 1160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:56.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:55 smithi045 bash[81379]: cephadm 2023-12-05T13:27:54.905735+0000 mgr.y (mgr.34107) 301 : cephadm 1 Reconfiguring daemon osd.7 on smithi079 2023-12-05T13:27:56.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:55 smithi079 bash[66795]: audit 2023-12-05T13:27:54.858770+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:56.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:55 smithi079 bash[66795]: audit 2023-12-05T13:27:54.868837+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:56.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:55 smithi079 bash[66795]: cephadm 2023-12-05T13:27:54.897902+0000 mgr.y (mgr.34107) 300 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-05T13:27:56.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:55 smithi079 bash[66795]: audit 2023-12-05T13:27:54.898482+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:27:56.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:55 smithi079 bash[66795]: audit 2023-12-05T13:27:54.900195+0000 mon.a (mon.0) 1160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:27:56.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:55 smithi079 bash[66795]: cephadm 2023-12-05T13:27:54.905735+0000 mgr.y (mgr.34107) 301 : cephadm 1 Reconfiguring daemon osd.7 on smithi079 2023-12-05T13:27:57.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[78714]: cluster 2023-12-05T13:27:55.791521+0000 mgr.y (mgr.34107) 302 : cluster 0 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-05T13:27:57.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[78714]: audit 2023-12-05T13:27:55.906528+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[78714]: audit 2023-12-05T13:27:55.917343+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[78714]: audit 2023-12-05T13:27:55.926670+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[81379]: cluster 2023-12-05T13:27:55.791521+0000 mgr.y (mgr.34107) 302 : cluster 0 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-05T13:27:57.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[81379]: audit 2023-12-05T13:27:55.906528+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[81379]: audit 2023-12-05T13:27:55.917343+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:56 smithi045 bash[81379]: audit 2023-12-05T13:27:55.926670+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:56 smithi079 bash[66795]: cluster 2023-12-05T13:27:55.791521+0000 mgr.y (mgr.34107) 302 : cluster 0 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-05T13:27:57.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:56 smithi079 bash[66795]: audit 2023-12-05T13:27:55.906528+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:56 smithi079 bash[66795]: audit 2023-12-05T13:27:55.917343+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:57.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:56 smithi079 bash[66795]: audit 2023-12-05T13:27:55.926670+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:27:58.913 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:27:58 smithi079 bash[62226]: ts=2023-12-05T13:27: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:27:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:27:58 smithi045 bash[78714]: cluster 2023-12-05T13:27:57.792382+0000 mgr.y (mgr.34107) 303 : cluster 0 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-05T13:27:59.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:27:58 smithi045 bash[81379]: cluster 2023-12-05T13:27:57.792382+0000 mgr.y (mgr.34107) 303 : cluster 0 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-05T13:27:59.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:27:58 smithi079 bash[66795]: cluster 2023-12-05T13:27:57.792382+0000 mgr.y (mgr.34107) 303 : cluster 0 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-05T13:27:59.697 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:27:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:27:59] "GET /metrics HTTP/1.1" 200 38239 "" "Prometheus/2.33.4" 2023-12-05T13:28:00.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: audit 2023-12-05T13:27:59.610353+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: audit 2023-12-05T13:27:59.620970+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: audit 2023-12-05T13:27:59.630578+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: cluster 2023-12-05T13:27:59.793056+0000 mgr.y (mgr.34107) 304 : cluster 0 pgmap v53: 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-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: audit 2023-12-05T13:27:59.897897+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: audit 2023-12-05T13:27:59.909617+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: cephadm 2023-12-05T13:27:59.933637+0000 mgr.y (mgr.34107) 305 : cephadm 1 Reconfiguring rgw.foo.smithi079.njwvfx (monmap changed)... 2023-12-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: audit 2023-12-05T13:27:59.934344+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:28:00.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: audit 2023-12-05T13:27:59.937930+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[78714]: cephadm 2023-12-05T13:27:59.940132+0000 mgr.y (mgr.34107) 306 : cephadm 1 Reconfiguring daemon rgw.foo.smithi079.njwvfx on smithi079 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: audit 2023-12-05T13:27:59.610353+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: audit 2023-12-05T13:27:59.620970+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: audit 2023-12-05T13:27:59.630578+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: cluster 2023-12-05T13:27:59.793056+0000 mgr.y (mgr.34107) 304 : cluster 0 pgmap v53: 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-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: audit 2023-12-05T13:27:59.897897+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: audit 2023-12-05T13:27:59.909617+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: cephadm 2023-12-05T13:27:59.933637+0000 mgr.y (mgr.34107) 305 : cephadm 1 Reconfiguring rgw.foo.smithi079.njwvfx (monmap changed)... 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: audit 2023-12-05T13:27:59.934344+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: audit 2023-12-05T13:27:59.937930+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:00.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:00 smithi045 bash[81379]: cephadm 2023-12-05T13:27:59.940132+0000 mgr.y (mgr.34107) 306 : cephadm 1 Reconfiguring daemon rgw.foo.smithi079.njwvfx on smithi079 2023-12-05T13:28:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: audit 2023-12-05T13:27:59.610353+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: audit 2023-12-05T13:27:59.620970+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: audit 2023-12-05T13:27:59.630578+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: cluster 2023-12-05T13:27:59.793056+0000 mgr.y (mgr.34107) 304 : cluster 0 pgmap v53: 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-05T13:28:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: audit 2023-12-05T13:27:59.897897+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:01.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: audit 2023-12-05T13:27:59.909617+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: cephadm 2023-12-05T13:27:59.933637+0000 mgr.y (mgr.34107) 305 : cephadm 1 Reconfiguring rgw.foo.smithi079.njwvfx (monmap changed)... 2023-12-05T13:28:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: audit 2023-12-05T13:27:59.934344+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi079.njwvfx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:28:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: audit 2023-12-05T13:27:59.937930+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:00 smithi079 bash[66795]: cephadm 2023-12-05T13:27:59.940132+0000 mgr.y (mgr.34107) 306 : cephadm 1 Reconfiguring daemon rgw.foo.smithi079.njwvfx on smithi079 2023-12-05T13:28:01.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:01 smithi079 bash[66795]: audit 2023-12-05T13:28:00.848687+0000 mgr.y (mgr.34107) 307 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:01 smithi045 bash[78714]: audit 2023-12-05T13:28:00.848687+0000 mgr.y (mgr.34107) 307 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:01.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:01 smithi045 bash[81379]: audit 2023-12-05T13:28:00.848687+0000 mgr.y (mgr.34107) 307 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:02.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:02 smithi079 bash[66795]: cluster 2023-12-05T13:28:01.794891+0000 mgr.y (mgr.34107) 308 : cluster 0 pgmap v54: 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-05T13:28:02.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:02 smithi079 bash[66795]: audit 2023-12-05T13:28:02.008800+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:02.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:02 smithi079 bash[66795]: audit 2023-12-05T13:28:02.020246+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:02.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:02 smithi079 bash[66795]: audit 2023-12-05T13:28:02.060667+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:28:02.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:02 smithi079 bash[66795]: audit 2023-12-05T13:28:02.064646+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:02.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[78714]: cluster 2023-12-05T13:28:01.794891+0000 mgr.y (mgr.34107) 308 : cluster 0 pgmap v54: 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-05T13:28:02.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[78714]: audit 2023-12-05T13:28:02.008800+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:02.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[78714]: audit 2023-12-05T13:28:02.020246+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[78714]: audit 2023-12-05T13:28:02.060667+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:28:02.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[78714]: audit 2023-12-05T13:28:02.064646+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[81379]: cluster 2023-12-05T13:28:01.794891+0000 mgr.y (mgr.34107) 308 : cluster 0 pgmap v54: 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-05T13:28:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[81379]: audit 2023-12-05T13:28:02.008800+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[81379]: audit 2023-12-05T13:28:02.020246+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[81379]: audit 2023-12-05T13:28:02.060667+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi079.zcvxug", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:28:02.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:02 smithi045 bash[81379]: audit 2023-12-05T13:28:02.064646+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:03.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:03 smithi079 bash[66795]: cephadm 2023-12-05T13:28:02.059843+0000 mgr.y (mgr.34107) 309 : cephadm 1 Reconfiguring rgw.smpl.smithi079.zcvxug (monmap changed)... 2023-12-05T13:28:03.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:03 smithi079 bash[66795]: cephadm 2023-12-05T13:28:02.066802+0000 mgr.y (mgr.34107) 310 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi079.zcvxug on smithi079 2023-12-05T13:28:03.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:03 smithi045 bash[78714]: cephadm 2023-12-05T13:28:02.059843+0000 mgr.y (mgr.34107) 309 : cephadm 1 Reconfiguring rgw.smpl.smithi079.zcvxug (monmap changed)... 2023-12-05T13:28:03.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:03 smithi045 bash[78714]: cephadm 2023-12-05T13:28:02.066802+0000 mgr.y (mgr.34107) 310 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi079.zcvxug on smithi079 2023-12-05T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:03 smithi045 bash[81379]: cephadm 2023-12-05T13:28:02.059843+0000 mgr.y (mgr.34107) 309 : cephadm 1 Reconfiguring rgw.smpl.smithi079.zcvxug (monmap changed)... 2023-12-05T13:28:03.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:03 smithi045 bash[81379]: cephadm 2023-12-05T13:28:02.066802+0000 mgr.y (mgr.34107) 310 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi079.zcvxug on smithi079 2023-12-05T13:28:04.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: cluster 2023-12-05T13:28:03.795687+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v55: 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-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.492574+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.503334+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.552935+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.557284+0000 mon.a (mon.0) 1178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.560647+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.570422+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.574441+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-05T13:28:04.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.579413+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.582693+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.588078+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.591791+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.596355+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.600166+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.606288+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[78714]: audit 2023-12-05T13:28:04.611183+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T13:28:04.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: cluster 2023-12-05T13:28:03.795687+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v55: 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-05T13:28:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.492574+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.503334+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.552935+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.557284+0000 mon.a (mon.0) 1178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.560647+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.570422+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.574441+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.579413+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.582693+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.588078+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.591791+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.596355+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.600166+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.606288+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:04.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:04 smithi045 bash[81379]: audit 2023-12-05T13:28:04.611183+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T13:28:05.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: cluster 2023-12-05T13:28:03.795687+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v55: 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-05T13:28:05.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.492574+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.503334+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.552935+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.557284+0000 mon.a (mon.0) 1178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.560647+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.570422+0000 mon.a (mon.0) 1180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.574441+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.579413+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.582693+0000 mon.a (mon.0) 1183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-05T13:28:05.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.588078+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-05T13:28:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.591791+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-05T13:28:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.596355+0000 mon.a (mon.0) 1186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-05T13:28:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.600166+0000 mon.a (mon.0) 1187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.606288+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:05.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:04 smithi079 bash[66795]: audit 2023-12-05T13:28:04.611183+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T13:28:05.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[78714]: cephadm 2023-12-05T13:28:04.561698+0000 mgr.y (mgr.34107) 312 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-05T13:28:05.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[78714]: cephadm 2023-12-05T13:28:04.601213+0000 mgr.y (mgr.34107) 313 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-05T13:28:05.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[78714]: audit 2023-12-05T13:28:04.611469+0000 mgr.y (mgr.34107) 314 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T13:28:05.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[78714]: cephadm 2023-12-05T13:28:04.613209+0000 mgr.y (mgr.34107) 315 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-05T13:28:05.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[78714]: audit 2023-12-05T13:28:04.841981+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:05.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[81379]: cephadm 2023-12-05T13:28:04.561698+0000 mgr.y (mgr.34107) 312 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-05T13:28:05.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[81379]: cephadm 2023-12-05T13:28:04.601213+0000 mgr.y (mgr.34107) 313 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-05T13:28:05.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[81379]: audit 2023-12-05T13:28:04.611469+0000 mgr.y (mgr.34107) 314 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T13:28:05.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[81379]: cephadm 2023-12-05T13:28:04.613209+0000 mgr.y (mgr.34107) 315 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-05T13:28:05.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:05 smithi045 bash[81379]: audit 2023-12-05T13:28:04.841981+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:05 smithi079 bash[66795]: cephadm 2023-12-05T13:28:04.561698+0000 mgr.y (mgr.34107) 312 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-05T13:28:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:05 smithi079 bash[66795]: cephadm 2023-12-05T13:28:04.601213+0000 mgr.y (mgr.34107) 313 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-05T13:28:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:05 smithi079 bash[66795]: audit 2023-12-05T13:28:04.611469+0000 mgr.y (mgr.34107) 314 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T13:28:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:05 smithi079 bash[66795]: cephadm 2023-12-05T13:28:04.613209+0000 mgr.y (mgr.34107) 315 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-05T13:28:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:05 smithi079 bash[66795]: audit 2023-12-05T13:28:04.841981+0000 mon.a (mon.0) 1190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:06.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:06 smithi045 bash[78714]: cluster 2023-12-05T13:28:05.797330+0000 mgr.y (mgr.34107) 316 : 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-05T13:28:06.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:06 smithi045 bash[81379]: cluster 2023-12-05T13:28:05.797330+0000 mgr.y (mgr.34107) 316 : 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-05T13:28:07.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:06 smithi079 bash[66795]: cluster 2023-12-05T13:28:05.797330+0000 mgr.y (mgr.34107) 316 : 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-05T13:28:08.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[78714]: cephadm 2023-12-05T13:28:07.083008+0000 mgr.y (mgr.34107) 317 : cephadm 1 Upgrade: Updating osd.0 2023-12-05T13:28:08.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[78714]: audit 2023-12-05T13:28:07.090355+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:08.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[78714]: audit 2023-12-05T13:28:07.095083+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[78714]: audit 2023-12-05T13:28:07.096784+0000 mon.a (mon.0) 1193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[78714]: cephadm 2023-12-05T13:28:07.099819+0000 mgr.y (mgr.34107) 318 : cephadm 1 Deploying daemon osd.0 on smithi045 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[78714]: cluster 2023-12-05T13:28:07.798074+0000 mgr.y (mgr.34107) 319 : cluster 0 pgmap v57: 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-05T13:28:08.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[81379]: cephadm 2023-12-05T13:28:07.083008+0000 mgr.y (mgr.34107) 317 : cephadm 1 Upgrade: Updating osd.0 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[81379]: audit 2023-12-05T13:28:07.090355+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[81379]: audit 2023-12-05T13:28:07.095083+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[81379]: audit 2023-12-05T13:28:07.096784+0000 mon.a (mon.0) 1193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[81379]: cephadm 2023-12-05T13:28:07.099819+0000 mgr.y (mgr.34107) 318 : cephadm 1 Deploying daemon osd.0 on smithi045 2023-12-05T13:28:08.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:08 smithi045 bash[81379]: cluster 2023-12-05T13:28:07.798074+0000 mgr.y (mgr.34107) 319 : cluster 0 pgmap v57: 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-05T13:28:08.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:08 smithi079 bash[66795]: cephadm 2023-12-05T13:28:07.083008+0000 mgr.y (mgr.34107) 317 : cephadm 1 Upgrade: Updating osd.0 2023-12-05T13:28:08.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:08 smithi079 bash[66795]: audit 2023-12-05T13:28:07.090355+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:08.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:08 smithi079 bash[66795]: audit 2023-12-05T13:28:07.095083+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:28:08.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:08 smithi079 bash[66795]: audit 2023-12-05T13:28:07.096784+0000 mon.a (mon.0) 1193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:08.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:08 smithi079 bash[66795]: cephadm 2023-12-05T13:28:07.099819+0000 mgr.y (mgr.34107) 318 : cephadm 1 Deploying daemon osd.0 on smithi045 2023-12-05T13:28:08.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:08 smithi079 bash[66795]: cluster 2023-12-05T13:28:07.798074+0000 mgr.y (mgr.34107) 319 : cluster 0 pgmap v57: 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-05T13:28:09.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:28:08 smithi079 bash[62226]: ts=2023-12-05T13:28: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:28:09.653 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:28:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:28:09] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2023-12-05T13:28:10.722 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:10 smithi045 bash[78714]: cluster 2023-12-05T13:28:09.798807+0000 mgr.y (mgr.34107) 320 : cluster 0 pgmap v58: 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-05T13:28:10.723 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:10 smithi045 bash[81379]: cluster 2023-12-05T13:28:09.798807+0000 mgr.y (mgr.34107) 320 : cluster 0 pgmap v58: 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-05T13:28:10.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:10 smithi079 bash[66795]: cluster 2023-12-05T13:28:09.798807+0000 mgr.y (mgr.34107) 320 : cluster 0 pgmap v58: 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-05T13:28:11.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:11 smithi045 bash[78714]: audit 2023-12-05T13:28:10.858051+0000 mgr.y (mgr.34107) 321 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:11.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:11 smithi045 bash[81379]: audit 2023-12-05T13:28:10.858051+0000 mgr.y (mgr.34107) 321 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:11.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:11 smithi079 bash[66795]: audit 2023-12-05T13:28:10.858051+0000 mgr.y (mgr.34107) 321 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:12.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:12 smithi045 bash[78714]: cluster 2023-12-05T13:28:11.800586+0000 mgr.y (mgr.34107) 322 : 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-05T13:28:12.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:12 smithi045 bash[81379]: cluster 2023-12-05T13:28:11.800586+0000 mgr.y (mgr.34107) 322 : 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-05T13:28:12.696 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:12 smithi045 systemd[1]: Stopping Ceph osd.0 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:28:12.696 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:12 smithi045 bash[34348]: debug 2023-12-05T13:28:12.488+0000 7fbf8ebba700 -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-05T13:28:12.696 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:12 smithi045 bash[34348]: debug 2023-12-05T13:28:12.488+0000 7fbf8ebba700 -1 osd.0 105 *** Got signal Terminated *** 2023-12-05T13:28:12.696 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:12 smithi045 bash[34348]: debug 2023-12-05T13:28:12.488+0000 7fbf8ebba700 -1 osd.0 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:28:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:12 smithi079 bash[66795]: cluster 2023-12-05T13:28:11.800586+0000 mgr.y (mgr.34107) 322 : 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-05T13:28:13.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:13 smithi079 bash[66795]: cluster 2023-12-05T13:28:12.493902+0000 mon.a (mon.0) 1194 : cluster 1 osd.0 marked itself down and dead 2023-12-05T13:28:13.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:13 smithi045 bash[78714]: cluster 2023-12-05T13:28:12.493902+0000 mon.a (mon.0) 1194 : cluster 1 osd.0 marked itself down and dead 2023-12-05T13:28:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:13 smithi045 bash[81379]: cluster 2023-12-05T13:28:12.493902+0000 mon.a (mon.0) 1194 : cluster 1 osd.0 marked itself down and dead 2023-12-05T13:28:14.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.477321+0000 mon.a (mon.0) 1195 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:28:14.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.487472+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.491556+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.492302+0000 mon.a (mon.0) 1196 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-05T13:28:14.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.492753+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.745 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.493242+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.745 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.495751+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.745 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[78714]: cluster 2023-12-05T13:28:13.801325+0000 mgr.y (mgr.34107) 323 : cluster 0 pgmap v61: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:28:14.745 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[85367]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-0 2023-12-05T13:28:14.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.477321+0000 mon.a (mon.0) 1195 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:28:14.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.487472+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.491556+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.492302+0000 mon.a (mon.0) 1196 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-05T13:28:14.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.492753+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.493242+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.495751+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.747 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[81379]: cluster 2023-12-05T13:28:13.801325+0000 mgr.y (mgr.34107) 323 : cluster 0 pgmap v61: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:28:14.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.477321+0000 mon.a (mon.0) 1195 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:28:14.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.487472+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.491556+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.492302+0000 mon.a (mon.0) 1196 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-05T13:28:14.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.492753+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.493242+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.495751+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T13:28:14.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:14 smithi079 bash[66795]: cluster 2023-12-05T13:28:13.801325+0000 mgr.y (mgr.34107) 323 : cluster 0 pgmap v61: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:28:15.195 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:14 smithi045 bash[85441]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-0 2023-12-05T13:28:15.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.495017+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.497879+0000 mon.a (mon.0) 1197 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-05T13:28:15.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.498335+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.498579+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.498737+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.499699+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.502801+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.502975+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:15 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.504619+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.495017+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.497879+0000 mon.a (mon.0) 1197 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-05T13:28:15.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.498335+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.498579+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.498737+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.499699+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.502801+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.502975+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.504619+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.495017+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.497879+0000 mon.a (mon.0) 1197 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.498335+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.498579+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.498737+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.499699+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.502801+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.502975+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:15.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:15 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.504619+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:16 smithi079 bash[66795]: cluster 2023-12-05T13:28:14.502950+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:16 smithi079 bash[66795]: cluster 2023-12-05T13:28:15.803283+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v63: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:16 smithi079 bash[66795]: audit 2023-12-05T13:28:16.096378+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:16 smithi079 bash[66795]: audit 2023-12-05T13:28:16.106146+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:16 smithi079 bash[66795]: audit 2023-12-05T13:28:16.116407+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.798 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[78714]: cluster 2023-12-05T13:28:14.502950+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:16.798 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[78714]: cluster 2023-12-05T13:28:15.803283+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v63: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:16.798 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[78714]: audit 2023-12-05T13:28:16.096378+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.798 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[78714]: audit 2023-12-05T13:28:16.106146+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.798 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[78714]: audit 2023-12-05T13:28:16.116407+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.799 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[81379]: cluster 2023-12-05T13:28:14.502950+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T13:28:16.799 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[81379]: cluster 2023-12-05T13:28:15.803283+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v63: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:16.799 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[81379]: audit 2023-12-05T13:28:16.096378+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.799 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[81379]: audit 2023-12-05T13:28:16.106146+0000 mon.a (mon.0) 1199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:16.799 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:16 smithi045 bash[81379]: audit 2023-12-05T13:28:16.116407+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:17.773 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:17 smithi045 bash[78714]: cluster 2023-12-05T13:28:16.496528+0000 mon.a (mon.0) 1201 : cluster 3 Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:28:17.774 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:17 smithi045 bash[81379]: cluster 2023-12-05T13:28:16.496528+0000 mon.a (mon.0) 1201 : cluster 3 Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:28:17.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:17 smithi079 bash[66795]: cluster 2023-12-05T13:28:16.496528+0000 mon.a (mon.0) 1201 : cluster 3 Health check failed: Degraded data redundancy: 69/630 objects degraded (10.952%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:28:18.042 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:17 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-05T13:28:18.042 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:17 smithi045 systemd[1]: Stopped Ceph osd.0 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:28:18.445 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:18 smithi045 systemd[1]: Started Ceph osd.0 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:28:18.791 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[62226]: ts=2023-12-05T13:28: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: cluster 2023-12-05T13:28:17.804300+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v64: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.083052+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.090307+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.141611+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.143490+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.153964+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.237025+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.240334+0000 mon.a (mon.0) 1208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.246210+0000 mon.a (mon.0) 1209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.247897+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.257689+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.340567+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.344665+0000 mon.a (mon.0) 1213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.348806+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.349942+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.358418+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.437861+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.440447+0000 mon.a (mon.0) 1218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.443693+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.444923+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:18 smithi079 bash[66795]: audit 2023-12-05T13:28:18.453055+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: cluster 2023-12-05T13:28:17.804300+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v64: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:18.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.083052+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.090307+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.141611+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.143490+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.153964+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.237025+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.240334+0000 mon.a (mon.0) 1208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.246210+0000 mon.a (mon.0) 1209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.247897+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.257689+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.340567+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.344665+0000 mon.a (mon.0) 1213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.348806+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.349942+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.358418+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.437861+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.440447+0000 mon.a (mon.0) 1218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.443693+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.444923+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[81379]: audit 2023-12-05T13:28:18.453055+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: cluster 2023-12-05T13:28:17.804300+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v64: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:18.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.083052+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.090307+0000 mon.a (mon.0) 1203 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.141611+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.143490+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.153964+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.237025+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.240334+0000 mon.a (mon.0) 1208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.246210+0000 mon.a (mon.0) 1209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.247897+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.257689+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.340567+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.344665+0000 mon.a (mon.0) 1213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.348806+0000 mon.a (mon.0) 1214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.349942+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.358418+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:18.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.437861+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:18.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.440447+0000 mon.a (mon.0) 1218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:18.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.443693+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:18.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.444923+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:18.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:18 smithi045 bash[78714]: audit 2023-12-05T13:28:18.453055+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.154918+0000 mgr.y (mgr.34107) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.258804+0000 mgr.y (mgr.34107) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.359128+0000 mgr.y (mgr.34107) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.453864+0000 mgr.y (mgr.34107) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.533498+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.536007+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.538673+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.539713+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.547162+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.547798+0000 mgr.y (mgr.34107) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.629842+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.632419+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.635775+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.638418+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.646546+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.647852+0000 mgr.y (mgr.34107) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.729254+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.731772+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.734681+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.735718+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.742335+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.742986+0000 mgr.y (mgr.34107) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.820578+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.822980+0000 mon.a (mon.0) 1238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.826068+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.827099+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.834033+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.834972+0000 mgr.y (mgr.34107) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.915557+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.918549+0000 mon.a (mon.0) 1243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.922437+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.923854+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:18.932720+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: cephadm 2023-12-05T13:28:18.933606+0000 mgr.y (mgr.34107) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.014660+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.017737+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.022699+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.024233+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.035066+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.120061+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.122173+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.125326+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.126437+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.134905+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.221722+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.224468+0000 mon.a (mon.0) 1258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.227338+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.228208+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.234988+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.319734+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.321953+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.324551+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.325384+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.331007+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.411753+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.414334+0000 mon.a (mon.0) 1268 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.417488+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.418639+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.425340+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.507866+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.510087+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.512732+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[78714]: audit 2023-12-05T13:28:19.513839+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:28:19] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.154918+0000 mgr.y (mgr.34107) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.258804+0000 mgr.y (mgr.34107) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.359128+0000 mgr.y (mgr.34107) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.453864+0000 mgr.y (mgr.34107) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.533498+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.536007+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.538673+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.539713+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.547162+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.547798+0000 mgr.y (mgr.34107) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.629842+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.632419+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.635775+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.638418+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.646546+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.647852+0000 mgr.y (mgr.34107) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.729254+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.731772+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.734681+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.735718+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.742335+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.742986+0000 mgr.y (mgr.34107) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.820578+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.822980+0000 mon.a (mon.0) 1238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.826068+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.827099+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.834033+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.834972+0000 mgr.y (mgr.34107) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.915557+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.918549+0000 mon.a (mon.0) 1243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.922437+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.923854+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:18.932720+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: cephadm 2023-12-05T13:28:18.933606+0000 mgr.y (mgr.34107) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.014660+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.017737+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.022699+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.024233+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.035066+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.120061+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.122173+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.125326+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.126437+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.134905+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.221722+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.224468+0000 mon.a (mon.0) 1258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.227338+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.228208+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.234988+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.319734+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.321953+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.324551+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.325384+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.331007+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.411753+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.414334+0000 mon.a (mon.0) 1268 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.417488+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.418639+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.425340+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.507866+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.510087+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.512732+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:19 smithi045 bash[81379]: audit 2023-12-05T13:28:19.513839+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.717 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:28:19.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.154918+0000 mgr.y (mgr.34107) 326 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.258804+0000 mgr.y (mgr.34107) 327 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.359128+0000 mgr.y (mgr.34107) 328 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.453864+0000 mgr.y (mgr.34107) 329 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.533498+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.536007+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.538673+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.539713+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.547162+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.547798+0000 mgr.y (mgr.34107) 330 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.629842+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.632419+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.635775+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.638418+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.646546+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.647852+0000 mgr.y (mgr.34107) 331 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.729254+0000 mon.a (mon.0) 1232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.731772+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.734681+0000 mon.a (mon.0) 1234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.735718+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.742335+0000 mon.a (mon.0) 1236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.742986+0000 mgr.y (mgr.34107) 332 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.820578+0000 mon.a (mon.0) 1237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.822980+0000 mon.a (mon.0) 1238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.826068+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.827099+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.834033+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.834972+0000 mgr.y (mgr.34107) 333 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.915557+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.918549+0000 mon.a (mon.0) 1243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.922437+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.923854+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:18.932720+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: cephadm 2023-12-05T13:28:18.933606+0000 mgr.y (mgr.34107) 334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.014660+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.017737+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.022699+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.024233+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.035066+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.120061+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.122173+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.125326+0000 mon.a (mon.0) 1254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.126437+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.134905+0000 mon.a (mon.0) 1256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.221722+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.224468+0000 mon.a (mon.0) 1258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.227338+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.228208+0000 mon.a (mon.0) 1260 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.234988+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.319734+0000 mon.a (mon.0) 1262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.321953+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.324551+0000 mon.a (mon.0) 1264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.325384+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.331007+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.411753+0000 mon.a (mon.0) 1267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.414334+0000 mon.a (mon.0) 1268 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.417488+0000 mon.a (mon.0) 1269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.418639+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.425340+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.507866+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:19.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.510087+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:19.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.512732+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:19.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:19 smithi079 bash[66795]: audit 2023-12-05T13:28:19.513839+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.594 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:28:20.594 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 4s ago 18m - - 2023-12-05T13:28:20.594 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 0s ago 17m - - 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (4m) 4s ago 11m 17.0M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (3m) 0s ago 10m 43.9M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (2m) 4s ago 8m 47.4M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (2m) 0s ago 17m 433M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (3m) 4s ago 19m 495M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (2m) 4s ago 19m 50.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (80s) 0s ago 17m 36.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (101s) 4s ago 17m 44.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (4m) 4s ago 11m 11.7M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (3m) 0s ago 11m 11.4M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 starting - - - 4096M 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (16m) 4s ago 16m 60.5M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (15m) 4s ago 15m 55.2M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (14m) 4s ago 14m 59.8M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (14m) 0s ago 14m 59.6M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:28:20.595 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (13m) 0s ago 13m 58.8M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:28:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (13m) 0s ago 13m 54.8M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:28:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (12m) 0s ago 12m 59.2M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:28:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (2m) 0s ago 11m 60.6M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:28:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (9m) 4s ago 9m 87.4M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:28:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (9m) 0s ago 9m 87.9M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:28:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (8m) 4s ago 8m 87.3M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:28:20.596 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (8m) 0s ago 8m 87.6M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:28:20.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.037215+0000 mgr.y (mgr.34107) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.135663+0000 mgr.y (mgr.34107) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.235832+0000 mgr.y (mgr.34107) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.331837+0000 mgr.y (mgr.34107) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.426129+0000 mgr.y (mgr.34107) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.531901+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.532655+0000 mgr.y (mgr.34107) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.593386+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.595567+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.597971+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.598689+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.605269+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.605825+0000 mgr.y (mgr.34107) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.684240+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.686498+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.688775+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.689638+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.696128+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.697240+0000 mgr.y (mgr.34107) 342 : audit 0 from='client.44170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.697281+0000 mgr.y (mgr.34107) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.783837+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.787709+0000 mon.a (mon.0) 1288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.794719+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.797875+0000 mon.a (mon.0) 1290 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.802415+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cluster 2023-12-05T13:28:19.805092+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v65: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.806801+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.813752+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: cephadm 2023-12-05T13:28:19.814554+0000 mgr.y (mgr.34107) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.820863+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.844858+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:19.845972+0000 mon.a (mon.0) 1296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.003700+0000 mon.a (mon.0) 1297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.006677+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.009847+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.011086+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.018153+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.098303+0000 mon.a (mon.0) 1302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.101425+0000 mon.a (mon.0) 1303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.104301+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.105444+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.115476+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.197194+0000 mon.a (mon.0) 1307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.202421+0000 mon.a (mon.0) 1308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.205470+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.206639+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.213955+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.295365+0000 mon.a (mon.0) 1312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.297788+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.299876+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.300645+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.306141+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.370947+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.373376+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.376680+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.377738+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.384895+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.465091+0000 mon.a (mon.0) 1322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.467707+0000 mon.a (mon.0) 1323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.470161+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.471136+0000 mon.a (mon.0) 1325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:20 smithi079 bash[66795]: audit 2023-12-05T13:28:20.477700+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.840 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.037215+0000 mgr.y (mgr.34107) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.840 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.135663+0000 mgr.y (mgr.34107) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.840 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.235832+0000 mgr.y (mgr.34107) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.840 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.331837+0000 mgr.y (mgr.34107) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.840 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.426129+0000 mgr.y (mgr.34107) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.531901+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.532655+0000 mgr.y (mgr.34107) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.593386+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.595567+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.597971+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.598689+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.605269+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.605825+0000 mgr.y (mgr.34107) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.684240+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.686498+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.688775+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.689638+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.696128+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.697240+0000 mgr.y (mgr.34107) 342 : audit 0 from='client.44170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.697281+0000 mgr.y (mgr.34107) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.841 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.783837+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.787709+0000 mon.a (mon.0) 1288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.794719+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.797875+0000 mon.a (mon.0) 1290 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.802415+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cluster 2023-12-05T13:28:19.805092+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v65: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.806801+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.813752+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: cephadm 2023-12-05T13:28:19.814554+0000 mgr.y (mgr.34107) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.820863+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.844858+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:19.845972+0000 mon.a (mon.0) 1296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.003700+0000 mon.a (mon.0) 1297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.006677+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.842 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.009847+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.843 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.011086+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.843 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.018153+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.843 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.098303+0000 mon.a (mon.0) 1302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.843 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.101425+0000 mon.a (mon.0) 1303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.843 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.104301+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.843 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[85723]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-05T13:28:20.843 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[85723]: 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-05T13:28:20.843 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[85723]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-05T13:28:20.843 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[85723]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-05T13:28:20.843 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[85723]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-05T13:28:20.843 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[85723]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-05T13:28:20.844 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[85723]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.105444+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.115476+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.197194+0000 mon.a (mon.0) 1307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.202421+0000 mon.a (mon.0) 1308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.205470+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.206639+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.213955+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.295365+0000 mon.a (mon.0) 1312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.297788+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.844 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.299876+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.300645+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.306141+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.370947+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.373376+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.376680+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.377738+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.384895+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.465091+0000 mon.a (mon.0) 1322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.467707+0000 mon.a (mon.0) 1323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.470161+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.471136+0000 mon.a (mon.0) 1325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.845 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[81379]: audit 2023-12-05T13:28:20.477700+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.037215+0000 mgr.y (mgr.34107) 335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.135663+0000 mgr.y (mgr.34107) 336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.235832+0000 mgr.y (mgr.34107) 337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.331837+0000 mgr.y (mgr.34107) 338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.426129+0000 mgr.y (mgr.34107) 339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.531901+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.532655+0000 mgr.y (mgr.34107) 340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.593386+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.595567+0000 mon.a (mon.0) 1278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.597971+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.598689+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.605269+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.605825+0000 mgr.y (mgr.34107) 341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.684240+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.686498+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.688775+0000 mon.a (mon.0) 1284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.689638+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.696128+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.697240+0000 mgr.y (mgr.34107) 342 : audit 0 from='client.44170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.697281+0000 mgr.y (mgr.34107) 343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.783837+0000 mon.a (mon.0) 1287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.787709+0000 mon.a (mon.0) 1288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.794719+0000 mon.a (mon.0) 1289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.797875+0000 mon.a (mon.0) 1290 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.847 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.802415+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cluster 2023-12-05T13:28:19.805092+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v65: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 69/630 objects degraded (10.952%) 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.806801+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.813752+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: cephadm 2023-12-05T13:28:19.814554+0000 mgr.y (mgr.34107) 345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.820863+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.844858+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:19.845972+0000 mon.a (mon.0) 1296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.003700+0000 mon.a (mon.0) 1297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.006677+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.009847+0000 mon.a (mon.0) 1299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.011086+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.018153+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.848 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.098303+0000 mon.a (mon.0) 1302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.101425+0000 mon.a (mon.0) 1303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.104301+0000 mon.a (mon.0) 1304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.105444+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.115476+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.197194+0000 mon.a (mon.0) 1307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.202421+0000 mon.a (mon.0) 1308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.205470+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.206639+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.213955+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.295365+0000 mon.a (mon.0) 1312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.849 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.297788+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.299876+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.300645+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.306141+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.370947+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.373376+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.376680+0000 mon.a (mon.0) 1319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.377738+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.384895+0000 mon.a (mon.0) 1321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.465091+0000 mon.a (mon.0) 1322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.467707+0000 mon.a (mon.0) 1323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.470161+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.471136+0000 mon.a (mon.0) 1325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:20.850 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:20 smithi045 bash[78714]: audit 2023-12-05T13:28:20.477700+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:21.134 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:28:21.135 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:28:21.135 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:21.135 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:28:21.135 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-05T13:28:21.135 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-05T13:28:21.135 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:28:21.135 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "5/23 daemons upgraded", 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:28:21.566 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:28:21.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.018730+0000 mgr.y (mgr.34107) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.116280+0000 mgr.y (mgr.34107) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.119103+0000 mgr.y (mgr.34107) 348 : audit 0 from='client.44176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.215072+0000 mgr.y (mgr.34107) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.307091+0000 mgr.y (mgr.34107) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.385697+0000 mgr.y (mgr.34107) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.478227+0000 mgr.y (mgr.34107) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.552584+0000 mon.a (mon.0) 1327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.554860+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.557403+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.558374+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.564625+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.565511+0000 mgr.y (mgr.34107) 353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.568931+0000 mgr.y (mgr.34107) 354 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:21.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.655928+0000 mon.a (mon.0) 1332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.658207+0000 mon.a (mon.0) 1333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.660724+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.661480+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.666528+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.667187+0000 mgr.y (mgr.34107) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.745244+0000 mon.a (mon.0) 1337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.748538+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.752337+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.753508+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.760805+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.761628+0000 mgr.y (mgr.34107) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.839345+0000 mon.a (mon.0) 1342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.841505+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.844373+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.845564+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.853739+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.854445+0000 mgr.y (mgr.34107) 357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.868446+0000 mgr.y (mgr.34107) 358 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.931372+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.933874+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.936670+0000 mon.a (mon.0) 1349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.937663+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:20.944668+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: cephadm 2023-12-05T13:28:20.945598+0000 mgr.y (mgr.34107) 359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.023251+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.027321+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.030801+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.032414+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.041015+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.121743+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.123899+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.126732+0000 mon.a (mon.0) 1359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.127634+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.130752+0000 mon.a (mon.0) 1361 : audit 0 from='client.? 172.21.15.45:0/1415145275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.134346+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.199281+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.203470+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.207397+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.208941+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.217449+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.297462+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.300029+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.302554+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.303582+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.310752+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.396161+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.400334+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.403796+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.405002+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.413152+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.797 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.493523+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.496090+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.499787+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.501159+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.798 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:21 smithi079 bash[66795]: audit 2023-12-05T13:28:21.509187+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.018730+0000 mgr.y (mgr.34107) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.116280+0000 mgr.y (mgr.34107) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.119103+0000 mgr.y (mgr.34107) 348 : audit 0 from='client.44176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:21.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.215072+0000 mgr.y (mgr.34107) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.307091+0000 mgr.y (mgr.34107) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.385697+0000 mgr.y (mgr.34107) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.478227+0000 mgr.y (mgr.34107) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.552584+0000 mon.a (mon.0) 1327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.554860+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.557403+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.558374+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.564625+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.565511+0000 mgr.y (mgr.34107) 353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.568931+0000 mgr.y (mgr.34107) 354 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.655928+0000 mon.a (mon.0) 1332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.658207+0000 mon.a (mon.0) 1333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.660724+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.661480+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.666528+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.667187+0000 mgr.y (mgr.34107) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.018730+0000 mgr.y (mgr.34107) 346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.116280+0000 mgr.y (mgr.34107) 347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.119103+0000 mgr.y (mgr.34107) 348 : audit 0 from='client.44176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.215072+0000 mgr.y (mgr.34107) 349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.307091+0000 mgr.y (mgr.34107) 350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.385697+0000 mgr.y (mgr.34107) 351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.478227+0000 mgr.y (mgr.34107) 352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.552584+0000 mon.a (mon.0) 1327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.554860+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.557403+0000 mon.a (mon.0) 1329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.558374+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.564625+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.565511+0000 mgr.y (mgr.34107) 353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.568931+0000 mgr.y (mgr.34107) 354 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.655928+0000 mon.a (mon.0) 1332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.658207+0000 mon.a (mon.0) 1333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.660724+0000 mon.a (mon.0) 1334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.661480+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.666528+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.667187+0000 mgr.y (mgr.34107) 355 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.745244+0000 mon.a (mon.0) 1337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.748538+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.752337+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.753508+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.760805+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.761628+0000 mgr.y (mgr.34107) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.839345+0000 mon.a (mon.0) 1342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.841505+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.844373+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.845564+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.853739+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.854445+0000 mgr.y (mgr.34107) 357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.868446+0000 mgr.y (mgr.34107) 358 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:21.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.931372+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.933874+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.936670+0000 mon.a (mon.0) 1349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.937663+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:20.944668+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: cephadm 2023-12-05T13:28:20.945598+0000 mgr.y (mgr.34107) 359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.023251+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.745244+0000 mon.a (mon.0) 1337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.748538+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.752337+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.753508+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.760805+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.761628+0000 mgr.y (mgr.34107) 356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.839345+0000 mon.a (mon.0) 1342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.841505+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.844373+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.845564+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.853739+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.854445+0000 mgr.y (mgr.34107) 357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.868446+0000 mgr.y (mgr.34107) 358 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.931372+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.933874+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.936670+0000 mon.a (mon.0) 1349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.937663+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:20.944668+0000 mon.a (mon.0) 1351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: cephadm 2023-12-05T13:28:20.945598+0000 mgr.y (mgr.34107) 359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.023251+0000 mon.a (mon.0) 1352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.027321+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.030801+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.032414+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.041015+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.121743+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.123899+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.126732+0000 mon.a (mon.0) 1359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.127634+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.130752+0000 mon.a (mon.0) 1361 : audit 0 from='client.? 172.21.15.45:0/1415145275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.134346+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.199281+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.203470+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.207397+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.208941+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.217449+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.297462+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.300029+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.302554+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.303582+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.310752+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.027321+0000 mon.a (mon.0) 1353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.030801+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.032414+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.041015+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.121743+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.123899+0000 mon.a (mon.0) 1358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.126732+0000 mon.a (mon.0) 1359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.127634+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.130752+0000 mon.a (mon.0) 1361 : audit 0 from='client.? 172.21.15.45:0/1415145275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.134346+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.199281+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.203470+0000 mon.a (mon.0) 1364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.207397+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.208941+0000 mon.a (mon.0) 1366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.217449+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.297462+0000 mon.a (mon.0) 1368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.300029+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.302554+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.303582+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.310752+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.396161+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.400334+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.403796+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.405002+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.413152+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.493523+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.496090+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.499787+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.501159+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[81379]: audit 2023-12-05T13:28:21.509187+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.396161+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.400334+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.403796+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.405002+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.413152+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.493523+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:21.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.496090+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:21.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.499787+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:21.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.501159+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:21.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:21 smithi045 bash[78714]: audit 2023-12-05T13:28:21.509187+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.062 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 69/630 objects degraded (10.952%), 23 pgs degraded 2023-12-05T13:28:22.062 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T13:28:22.063 INFO:teuthology.orchestra.run.smithi045.stdout: osd.0 (root=default,host=smithi045) is down 2023-12-05T13:28:22.063 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 69/630 objects degraded (10.952%), 23 pgs degraded 2023-12-05T13:28:22.063 INFO:teuthology.orchestra.run.smithi045.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-05T13:28:22.063 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1 is active+undersized+degraded, acting [2,3] 2023-12-05T13:28:22.063 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.5 is active+undersized+degraded, acting [7,4] 2023-12-05T13:28:22.063 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.8 is active+undersized+degraded, acting [7,1] 2023-12-05T13:28:22.063 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.c is active+undersized+degraded, acting [2,5] 2023-12-05T13:28:22.064 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-12-05T13:28:22.064 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.15 is active+undersized+degraded, acting [1,5] 2023-12-05T13:28:22.064 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1d is active+undersized+degraded, acting [7,6] 2023-12-05T13:28:22.064 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-05T13:28:22.064 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-05T13:28:22.064 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-05T13:28:22.064 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-05T13:28:22.065 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-05T13:28:22.066 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-05T13:28:22.066 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-05T13:28:22.066 INFO:teuthology.orchestra.run.smithi045.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-05T13:28:22.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.041701+0000 mgr.y (mgr.34107) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.135098+0000 mgr.y (mgr.34107) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.218561+0000 mgr.y (mgr.34107) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.311578+0000 mgr.y (mgr.34107) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.413762+0000 mgr.y (mgr.34107) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.509779+0000 mgr.y (mgr.34107) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.562174+0000 mgr.y (mgr.34107) 366 : audit 0 from='client.44194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.595733+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.598373+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.600813+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.601606+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.607413+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.608503+0000 mgr.y (mgr.34107) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.689978+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.692211+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.694663+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.695372+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.701728+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.702480+0000 mgr.y (mgr.34107) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.781504+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.784440+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.787629+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.788840+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.797568+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.798415+0000 mgr.y (mgr.34107) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cluster 2023-12-05T13:28:21.806843+0000 mgr.y (mgr.34107) 370 : cluster 0 pgmap v66: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 492 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.877317+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.880154+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.883522+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.884914+0000 mon.a (mon.0) 1401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.894242+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.894869+0000 mgr.y (mgr.34107) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.973539+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.821 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.976928+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.979535+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.980489+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:21.986775+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: cephadm 2023-12-05T13:28:21.987394+0000 mgr.y (mgr.34107) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.059079+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.45:0/3605895750' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.070350+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.072884+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.075171+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.075937+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.082255+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.147582+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.149826+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.153138+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.154282+0000 mon.a (mon.0) 1416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.822 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.161535+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.242267+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.244487+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.246929+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.247894+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.253800+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.334799+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.338169+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.341920+0000 mon.a (mon.0) 1425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.343113+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.351149+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.431291+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.433943+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.437682+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.438850+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.447094+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.524654+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.527228+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.529976+0000 mon.a (mon.0) 1435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[78714]: audit 2023-12-05T13:28:22.531128+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.824 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.041701+0000 mgr.y (mgr.34107) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.824 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.135098+0000 mgr.y (mgr.34107) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.824 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.218561+0000 mgr.y (mgr.34107) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.824 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.311578+0000 mgr.y (mgr.34107) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.413762+0000 mgr.y (mgr.34107) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.509779+0000 mgr.y (mgr.34107) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.562174+0000 mgr.y (mgr.34107) 366 : audit 0 from='client.44194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.595733+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.598373+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.600813+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.601606+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.607413+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.608503+0000 mgr.y (mgr.34107) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.689978+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.692211+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.694663+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.695372+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.701728+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.702480+0000 mgr.y (mgr.34107) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.825 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.781504+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.784440+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.787629+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.788840+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.797568+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.798415+0000 mgr.y (mgr.34107) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cluster 2023-12-05T13:28:21.806843+0000 mgr.y (mgr.34107) 370 : cluster 0 pgmap v66: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 492 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.877317+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.880154+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.883522+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.884914+0000 mon.a (mon.0) 1401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.826 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.894242+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.894869+0000 mgr.y (mgr.34107) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.973539+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.976928+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.979535+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.980489+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:21.986775+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: cephadm 2023-12-05T13:28:21.987394+0000 mgr.y (mgr.34107) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.059079+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.45:0/3605895750' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.070350+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.072884+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.075171+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.075937+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.082255+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.147582+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.149826+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.827 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.153138+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.154282+0000 mon.a (mon.0) 1416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.161535+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.242267+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.244487+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.246929+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.247894+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.253800+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.334799+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.338169+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.341920+0000 mon.a (mon.0) 1425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.343113+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.351149+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.431291+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.433943+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.437682+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.828 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.438850+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:22.829 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.447094+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:22.829 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.524654+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:22.829 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.527228+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:22.829 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.529976+0000 mon.a (mon.0) 1435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:22.829 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:22 smithi045 bash[81379]: audit 2023-12-05T13:28:22.531128+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.041701+0000 mgr.y (mgr.34107) 360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.135098+0000 mgr.y (mgr.34107) 361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.218561+0000 mgr.y (mgr.34107) 362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.311578+0000 mgr.y (mgr.34107) 363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.413762+0000 mgr.y (mgr.34107) 364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.509779+0000 mgr.y (mgr.34107) 365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.562174+0000 mgr.y (mgr.34107) 366 : audit 0 from='client.44194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.595733+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.598373+0000 mon.a (mon.0) 1384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.600813+0000 mon.a (mon.0) 1385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.601606+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.607413+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.608503+0000 mgr.y (mgr.34107) 367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.689978+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.692211+0000 mon.a (mon.0) 1389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.694663+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.695372+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.701728+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.702480+0000 mgr.y (mgr.34107) 368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.781504+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.784440+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.787629+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.788840+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.797568+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.798415+0000 mgr.y (mgr.34107) 369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cluster 2023-12-05T13:28:21.806843+0000 mgr.y (mgr.34107) 370 : cluster 0 pgmap v66: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 492 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.877317+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.880154+0000 mon.a (mon.0) 1399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.883522+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.884914+0000 mon.a (mon.0) 1401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.894242+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.894869+0000 mgr.y (mgr.34107) 371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.973539+0000 mon.a (mon.0) 1403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.976928+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.979535+0000 mon.a (mon.0) 1405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.980489+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:21.986775+0000 mon.a (mon.0) 1407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: cephadm 2023-12-05T13:28:21.987394+0000 mgr.y (mgr.34107) 372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.059079+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.45:0/3605895750' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:28:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.070350+0000 mon.a (mon.0) 1408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.072884+0000 mon.a (mon.0) 1409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.075171+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.075937+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.082255+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.147582+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.149826+0000 mon.a (mon.0) 1414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.153138+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.154282+0000 mon.a (mon.0) 1416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.161535+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.242267+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.244487+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.246929+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.247894+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.253800+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.334799+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.338169+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.341920+0000 mon.a (mon.0) 1425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.343113+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.351149+0000 mon.a (mon.0) 1427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.431291+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.433943+0000 mon.a (mon.0) 1429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.437682+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.438850+0000 mon.a (mon.0) 1431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.447094+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.524654+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.527228+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.529976+0000 mon.a (mon.0) 1435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:22 smithi079 bash[66795]: audit 2023-12-05T13:28:22.531128+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.552 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.082676+0000 mgr.y (mgr.34107) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.162096+0000 mgr.y (mgr.34107) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.254471+0000 mgr.y (mgr.34107) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.351831+0000 mgr.y (mgr.34107) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.447665+0000 mgr.y (mgr.34107) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.538551+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.539272+0000 mgr.y (mgr.34107) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.620974+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.623744+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.627002+0000 mon.a (mon.0) 1440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.628365+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.635718+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.636615+0000 mgr.y (mgr.34107) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.553 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.715987+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.718256+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.721202+0000 mon.a (mon.0) 1445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.722142+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.729381+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.730147+0000 mgr.y (mgr.34107) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.808897+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.811959+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.082676+0000 mgr.y (mgr.34107) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.162096+0000 mgr.y (mgr.34107) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.554 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.254471+0000 mgr.y (mgr.34107) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.351831+0000 mgr.y (mgr.34107) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.447665+0000 mgr.y (mgr.34107) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.538551+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.539272+0000 mgr.y (mgr.34107) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.620974+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.623744+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.627002+0000 mon.a (mon.0) 1440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.628365+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.635718+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.636615+0000 mgr.y (mgr.34107) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.715987+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.718256+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.721202+0000 mon.a (mon.0) 1445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.722142+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.729381+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.555 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.730147+0000 mgr.y (mgr.34107) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.808897+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.811959+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.814193+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.815169+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.821837+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.822353+0000 mgr.y (mgr.34107) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.884968+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.887477+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.891819+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.893117+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.901647+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.902484+0000 mgr.y (mgr.34107) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.985514+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.987713+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.991029+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.992069+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:22.998707+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.082272+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.814193+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.815169+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.821837+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.822353+0000 mgr.y (mgr.34107) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.884968+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.887477+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.891819+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.805 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.893117+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.901647+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.902484+0000 mgr.y (mgr.34107) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.985514+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.987713+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.991029+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.992069+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:22.998707+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.082272+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.084742+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.087804+0000 mon.a (mon.0) 1465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.806 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.088833+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.084742+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.087804+0000 mon.a (mon.0) 1465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.088833+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.094842+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.176849+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.180153+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.183828+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.184813+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.194353+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.276111+0000 mon.a (mon.0) 1473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.278267+0000 mon.a (mon.0) 1474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.280453+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.281482+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.287086+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.365153+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.367820+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.371692+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.373088+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.381986+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.461202+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.463737+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.466605+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.467887+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[78714]: audit 2023-12-05T13:28:23.476189+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.808 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.094842+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.176849+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.180153+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.183828+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.184813+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.194353+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.276111+0000 mon.a (mon.0) 1473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.278267+0000 mon.a (mon.0) 1474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.280453+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.281482+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.287086+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.365153+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.367820+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.371692+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.809 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.373088+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.810 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.381986+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:23.810 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.461202+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:23.810 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.463737+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:23.810 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.466605+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:23.810 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.467887+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:23.810 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[81379]: audit 2023-12-05T13:28:23.476189+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.082676+0000 mgr.y (mgr.34107) 373 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.162096+0000 mgr.y (mgr.34107) 374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.254471+0000 mgr.y (mgr.34107) 375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.351831+0000 mgr.y (mgr.34107) 376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.447665+0000 mgr.y (mgr.34107) 377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.538551+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.539272+0000 mgr.y (mgr.34107) 378 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.620974+0000 mon.a (mon.0) 1438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.623744+0000 mon.a (mon.0) 1439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.627002+0000 mon.a (mon.0) 1440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.628365+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.635718+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.636615+0000 mgr.y (mgr.34107) 379 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.715987+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.718256+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.721202+0000 mon.a (mon.0) 1445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.722142+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.729381+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.730147+0000 mgr.y (mgr.34107) 380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.808897+0000 mon.a (mon.0) 1448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.811959+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.814193+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.815169+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.821837+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.822353+0000 mgr.y (mgr.34107) 381 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.884968+0000 mon.a (mon.0) 1453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.887477+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.891819+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.893117+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.901647+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.902484+0000 mgr.y (mgr.34107) 382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.985514+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.987713+0000 mon.a (mon.0) 1459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.991029+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.992069+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:22.998707+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.082272+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.084742+0000 mon.a (mon.0) 1464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.087804+0000 mon.a (mon.0) 1465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.088833+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.094842+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.176849+0000 mon.a (mon.0) 1468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.180153+0000 mon.a (mon.0) 1469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.183828+0000 mon.a (mon.0) 1470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.184813+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.194353+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.276111+0000 mon.a (mon.0) 1473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.278267+0000 mon.a (mon.0) 1474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.280453+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.281482+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.287086+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.365153+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.367820+0000 mon.a (mon.0) 1479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.371692+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.373088+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.381986+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.461202+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.463737+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.466605+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.467887+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:23 smithi079 bash[66795]: audit 2023-12-05T13:28:23.476189+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.195 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:23 smithi045 bash[86393]: debug 2023-12-05T13:28:23.912+0000 7f1895218700 1 -- 172.21.15.45:0/2850275477 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562ab869d1e0 con 0x562ab8722800 2023-12-05T13:28:24.550 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[86393]: debug 2023-12-05T13:28:24.452+0000 7f189e39e640 -1 Falling back to public interface 2023-12-05T13:28:24.552 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:22.999390+0000 mgr.y (mgr.34107) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.553 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.095429+0000 mgr.y (mgr.34107) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.553 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.194915+0000 mgr.y (mgr.34107) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.553 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.287558+0000 mgr.y (mgr.34107) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.553 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.382666+0000 mgr.y (mgr.34107) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:22.999390+0000 mgr.y (mgr.34107) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.095429+0000 mgr.y (mgr.34107) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.194915+0000 mgr.y (mgr.34107) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.287558+0000 mgr.y (mgr.34107) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.382666+0000 mgr.y (mgr.34107) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.476831+0000 mgr.y (mgr.34107) 388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.563622+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.565999+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.568374+0000 mon.a (mon.0) 1490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.569189+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.593523+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.594295+0000 mgr.y (mgr.34107) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.671760+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.674915+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.678770+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.680165+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.687916+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.688769+0000 mgr.y (mgr.34107) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.769980+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.772939+0000 mon.a (mon.0) 1499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.476831+0000 mgr.y (mgr.34107) 388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.563622+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.565999+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.568374+0000 mon.a (mon.0) 1490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.569189+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.593523+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.594295+0000 mgr.y (mgr.34107) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.671760+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.674915+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.678770+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.680165+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.687916+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.688769+0000 mgr.y (mgr.34107) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.769980+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.772939+0000 mon.a (mon.0) 1499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.776322+0000 mon.a (mon.0) 1500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.777509+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.784680+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.785716+0000 mgr.y (mgr.34107) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.776322+0000 mon.a (mon.0) 1500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.777509+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.784680+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.785716+0000 mgr.y (mgr.34107) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cluster 2023-12-05T13:28:23.807411+0000 mgr.y (mgr.34107) 392 : cluster 0 pgmap v67: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.865804+0000 mon.a (mon.0) 1503 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.867789+0000 mon.a (mon.0) 1504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.870011+0000 mon.a (mon.0) 1505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.870794+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.876456+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.877150+0000 mgr.y (mgr.34107) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.941012+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.943449+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.946912+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.948369+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:23.955669+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: cephadm 2023-12-05T13:28:23.956419+0000 mgr.y (mgr.34107) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.035977+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.040162+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.043521+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cluster 2023-12-05T13:28:23.807411+0000 mgr.y (mgr.34107) 392 : cluster 0 pgmap v67: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.865804+0000 mon.a (mon.0) 1503 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.867789+0000 mon.a (mon.0) 1504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.870011+0000 mon.a (mon.0) 1505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.870794+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.876456+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.877150+0000 mgr.y (mgr.34107) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.941012+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.943449+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.946912+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.948369+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:23.955669+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: cephadm 2023-12-05T13:28:23.956419+0000 mgr.y (mgr.34107) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.035977+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.040162+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.043521+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.044880+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.053728+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.133607+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.136661+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.044880+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.053728+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.133607+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.136661+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.139799+0000 mon.a (mon.0) 1520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.141214+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.149181+0000 mon.a (mon.0) 1522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.226844+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.229266+0000 mon.a (mon.0) 1524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.232237+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.233691+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.239822+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.316262+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.318083+0000 mon.a (mon.0) 1529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.320117+0000 mon.a (mon.0) 1530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.320851+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.325975+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.405567+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.407910+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.411071+0000 mon.a (mon.0) 1535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.139799+0000 mon.a (mon.0) 1520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.141214+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.149181+0000 mon.a (mon.0) 1522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.226844+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.229266+0000 mon.a (mon.0) 1524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.232237+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.233691+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.239822+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.316262+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.318083+0000 mon.a (mon.0) 1529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.320117+0000 mon.a (mon.0) 1530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.320851+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.325975+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.405567+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.407910+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.411071+0000 mon.a (mon.0) 1535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.412156+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.419617+0000 mon.a (mon.0) 1537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.497459+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.499709+0000 mon.a (mon.0) 1539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.502042+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.502829+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[81379]: audit 2023-12-05T13:28:24.508736+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.412156+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.419617+0000 mon.a (mon.0) 1537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:24.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.497459+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:24.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.499709+0000 mon.a (mon.0) 1539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:24.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.502042+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:24.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.502829+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:24.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:24 smithi045 bash[78714]: audit 2023-12-05T13:28:24.508736+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:22.999390+0000 mgr.y (mgr.34107) 383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.095429+0000 mgr.y (mgr.34107) 384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.194915+0000 mgr.y (mgr.34107) 385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.287558+0000 mgr.y (mgr.34107) 386 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.382666+0000 mgr.y (mgr.34107) 387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.476831+0000 mgr.y (mgr.34107) 388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.563622+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.565999+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.568374+0000 mon.a (mon.0) 1490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.569189+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.593523+0000 mon.a (mon.0) 1492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.594295+0000 mgr.y (mgr.34107) 389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.671760+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.674915+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.678770+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.680165+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.687916+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.688769+0000 mgr.y (mgr.34107) 390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.769980+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.772939+0000 mon.a (mon.0) 1499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.776322+0000 mon.a (mon.0) 1500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.777509+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.784680+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.785716+0000 mgr.y (mgr.34107) 391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cluster 2023-12-05T13:28:23.807411+0000 mgr.y (mgr.34107) 392 : cluster 0 pgmap v67: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.865804+0000 mon.a (mon.0) 1503 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.867789+0000 mon.a (mon.0) 1504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.870011+0000 mon.a (mon.0) 1505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.870794+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.876456+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.877150+0000 mgr.y (mgr.34107) 393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.941012+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.943449+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.946912+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.948369+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:23.955669+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: cephadm 2023-12-05T13:28:23.956419+0000 mgr.y (mgr.34107) 394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.035977+0000 mon.a (mon.0) 1513 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.040162+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.043521+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.044880+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.053728+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.133607+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.136661+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.139799+0000 mon.a (mon.0) 1520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.141214+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.149181+0000 mon.a (mon.0) 1522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.226844+0000 mon.a (mon.0) 1523 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.229266+0000 mon.a (mon.0) 1524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.232237+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.233691+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.239822+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.316262+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.318083+0000 mon.a (mon.0) 1529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.320117+0000 mon.a (mon.0) 1530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.320851+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.325975+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.405567+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.407910+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.411071+0000 mon.a (mon.0) 1535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.412156+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.419617+0000 mon.a (mon.0) 1537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.497459+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.499709+0000 mon.a (mon.0) 1539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.502042+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.502829+0000 mon.a (mon.0) 1541 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:24 smithi079 bash[66795]: audit 2023-12-05T13:28:24.508736+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.054539+0000 mgr.y (mgr.34107) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.149828+0000 mgr.y (mgr.34107) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.240341+0000 mgr.y (mgr.34107) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.326565+0000 mgr.y (mgr.34107) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.420462+0000 mgr.y (mgr.34107) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.509342+0000 mgr.y (mgr.34107) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.586007+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.588376+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.591090+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.591961+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.599400+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.600041+0000 mgr.y (mgr.34107) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.680831+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.683381+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.686558+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.687583+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.694968+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.695555+0000 mgr.y (mgr.34107) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.772235+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.775249+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.054539+0000 mgr.y (mgr.34107) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.149828+0000 mgr.y (mgr.34107) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.240341+0000 mgr.y (mgr.34107) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.326565+0000 mgr.y (mgr.34107) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.420462+0000 mgr.y (mgr.34107) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.509342+0000 mgr.y (mgr.34107) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.586007+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.588376+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.591090+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.591961+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.599400+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.600041+0000 mgr.y (mgr.34107) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.680831+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.683381+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.686558+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.687583+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.694968+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.695555+0000 mgr.y (mgr.34107) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.772235+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.775249+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.780213+0000 mon.a (mon.0) 1555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.782040+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.795278+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.795860+0000 mgr.y (mgr.34107) 403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.876760+0000 mon.a (mon.0) 1558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.879206+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.881981+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.883168+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.891163+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.891696+0000 mgr.y (mgr.34107) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.972855+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.975258+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.978564+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.979808+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:24.988662+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.067466+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.069951+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.073295+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.074444+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.082977+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.780213+0000 mon.a (mon.0) 1555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.782040+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.795278+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.795860+0000 mgr.y (mgr.34107) 403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.876760+0000 mon.a (mon.0) 1558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.879206+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.881981+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.883168+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.891163+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.891696+0000 mgr.y (mgr.34107) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.972855+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.975258+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.978564+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.979808+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:24.988662+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.067466+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.069951+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.073295+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.074444+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.082977+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.148466+0000 mon.a (mon.0) 1573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.150702+0000 mon.a (mon.0) 1574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.153481+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.154510+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.161958+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.238975+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.241832+0000 mon.a (mon.0) 1579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.245670+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.246893+0000 mon.a (mon.0) 1581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.255166+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.339505+0000 mon.a (mon.0) 1583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.342257+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.346112+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.346954+0000 mon.a (mon.0) 1586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.353598+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.433792+0000 mon.a (mon.0) 1588 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.436083+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.439014+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.440209+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.448420+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.531342+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.533595+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.536984+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[81379]: audit 2023-12-05T13:28:25.538258+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.148466+0000 mon.a (mon.0) 1573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.150702+0000 mon.a (mon.0) 1574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.153481+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.154510+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.161958+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.238975+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.241832+0000 mon.a (mon.0) 1579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.245670+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.246893+0000 mon.a (mon.0) 1581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.255166+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.339505+0000 mon.a (mon.0) 1583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.342257+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.346112+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.346954+0000 mon.a (mon.0) 1586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.353598+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.433792+0000 mon.a (mon.0) 1588 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.436083+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.439014+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.440209+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.448420+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.531342+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.533595+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.536984+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:25.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:25 smithi045 bash[78714]: audit 2023-12-05T13:28:25.538258+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.054539+0000 mgr.y (mgr.34107) 395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.149828+0000 mgr.y (mgr.34107) 396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.240341+0000 mgr.y (mgr.34107) 397 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.326565+0000 mgr.y (mgr.34107) 398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.420462+0000 mgr.y (mgr.34107) 399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.509342+0000 mgr.y (mgr.34107) 400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.586007+0000 mon.a (mon.0) 1543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.588376+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.591090+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.591961+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.599400+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.600041+0000 mgr.y (mgr.34107) 401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.680831+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.683381+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.686558+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.687583+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.694968+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.695555+0000 mgr.y (mgr.34107) 402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.772235+0000 mon.a (mon.0) 1553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.775249+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.780213+0000 mon.a (mon.0) 1555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.782040+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.795278+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.795860+0000 mgr.y (mgr.34107) 403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.876760+0000 mon.a (mon.0) 1558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.879206+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.881981+0000 mon.a (mon.0) 1560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.883168+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.891163+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.891696+0000 mgr.y (mgr.34107) 404 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.972855+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.975258+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.978564+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.979808+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:24.988662+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.067466+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.069951+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.073295+0000 mon.a (mon.0) 1570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.074444+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.082977+0000 mon.a (mon.0) 1572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.148466+0000 mon.a (mon.0) 1573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.150702+0000 mon.a (mon.0) 1574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.153481+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.154510+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.161958+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.238975+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.241832+0000 mon.a (mon.0) 1579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.245670+0000 mon.a (mon.0) 1580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.246893+0000 mon.a (mon.0) 1581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.255166+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.339505+0000 mon.a (mon.0) 1583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.342257+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.346112+0000 mon.a (mon.0) 1585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.346954+0000 mon.a (mon.0) 1586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.353598+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.433792+0000 mon.a (mon.0) 1588 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.436083+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.439014+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.440209+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.448420+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.531342+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.533595+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.536984+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:25 smithi079 bash[66795]: audit 2023-12-05T13:28:25.538258+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:24.989337+0000 mgr.y (mgr.34107) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.084076+0000 mgr.y (mgr.34107) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.563 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.162539+0000 mgr.y (mgr.34107) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.256210+0000 mgr.y (mgr.34107) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.354235+0000 mgr.y (mgr.34107) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.449001+0000 mgr.y (mgr.34107) 410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.546950+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.547501+0000 mgr.y (mgr.34107) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.626918+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.629724+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.633040+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.634118+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.642469+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.643421+0000 mgr.y (mgr.34107) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.730829+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.733747+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.564 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.737088+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.738171+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.745640+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.746238+0000 mgr.y (mgr.34107) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cluster 2023-12-05T13:28:25.809179+0000 mgr.y (mgr.34107) 414 : cluster 0 pgmap v68: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.829961+0000 mon.a (mon.0) 1608 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.832354+0000 mon.a (mon.0) 1609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.836061+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.837412+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.846792+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.847677+0000 mgr.y (mgr.34107) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.930822+0000 mon.a (mon.0) 1613 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.933972+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.936818+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.937640+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.565 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:25.943650+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: cephadm 2023-12-05T13:28:25.944298+0000 mgr.y (mgr.34107) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.023674+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.026394+0000 mon.a (mon.0) 1619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.032462+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.034605+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.042465+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.109727+0000 mon.a (mon.0) 1623 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.112339+0000 mon.a (mon.0) 1624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.115716+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.117034+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.124900+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.203333+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.205527+0000 mon.a (mon.0) 1629 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.566 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.208609+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.567 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.209422+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.567 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.216036+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.294236+0000 mon.a (mon.0) 1633 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.296582+0000 mon.a (mon.0) 1634 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.299250+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.300389+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.307388+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.390799+0000 mon.a (mon.0) 1638 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.393920+0000 mon.a (mon.0) 1639 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.397014+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.398287+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.403647+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.517185+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.519912+0000 mon.a (mon.0) 1644 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.523230+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.524555+0000 mon.a (mon.0) 1646 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[81379]: audit 2023-12-05T13:28:26.533216+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:24.989337+0000 mgr.y (mgr.34107) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.084076+0000 mgr.y (mgr.34107) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.162539+0000 mgr.y (mgr.34107) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.256210+0000 mgr.y (mgr.34107) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.354235+0000 mgr.y (mgr.34107) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.449001+0000 mgr.y (mgr.34107) 410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.546950+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.547501+0000 mgr.y (mgr.34107) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.626918+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.629724+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.633040+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.634118+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.642469+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.643421+0000 mgr.y (mgr.34107) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.730829+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.733747+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.737088+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.738171+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.745640+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.746238+0000 mgr.y (mgr.34107) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cluster 2023-12-05T13:28:25.809179+0000 mgr.y (mgr.34107) 414 : cluster 0 pgmap v68: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.829961+0000 mon.a (mon.0) 1608 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.832354+0000 mon.a (mon.0) 1609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.836061+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.837412+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.846792+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.847677+0000 mgr.y (mgr.34107) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.930822+0000 mon.a (mon.0) 1613 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.933972+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.936818+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.937640+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:25.943650+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: cephadm 2023-12-05T13:28:25.944298+0000 mgr.y (mgr.34107) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.023674+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.026394+0000 mon.a (mon.0) 1619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.032462+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.034605+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.042465+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.109727+0000 mon.a (mon.0) 1623 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.112339+0000 mon.a (mon.0) 1624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.115716+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.117034+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.124900+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.203333+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.205527+0000 mon.a (mon.0) 1629 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.208609+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.209422+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.216036+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.294236+0000 mon.a (mon.0) 1633 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.296582+0000 mon.a (mon.0) 1634 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.299250+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.300389+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.307388+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.390799+0000 mon.a (mon.0) 1638 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.393920+0000 mon.a (mon.0) 1639 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.397014+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.398287+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.403647+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.517185+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.519912+0000 mon.a (mon.0) 1644 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.523230+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.524555+0000 mon.a (mon.0) 1646 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:26.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:26 smithi045 bash[78714]: audit 2023-12-05T13:28:26.533216+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:24.989337+0000 mgr.y (mgr.34107) 405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.084076+0000 mgr.y (mgr.34107) 406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.162539+0000 mgr.y (mgr.34107) 407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.256210+0000 mgr.y (mgr.34107) 408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.354235+0000 mgr.y (mgr.34107) 409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.449001+0000 mgr.y (mgr.34107) 410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.546950+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.547501+0000 mgr.y (mgr.34107) 411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.626918+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.629724+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.633040+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.634118+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.642469+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.643421+0000 mgr.y (mgr.34107) 412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.730829+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.733747+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.737088+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.738171+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.745640+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.746238+0000 mgr.y (mgr.34107) 413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cluster 2023-12-05T13:28:25.809179+0000 mgr.y (mgr.34107) 414 : cluster 0 pgmap v68: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.829961+0000 mon.a (mon.0) 1608 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.832354+0000 mon.a (mon.0) 1609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.836061+0000 mon.a (mon.0) 1610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.837412+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.846792+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.847677+0000 mgr.y (mgr.34107) 415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.930822+0000 mon.a (mon.0) 1613 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.933972+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.936818+0000 mon.a (mon.0) 1615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.937640+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:25.943650+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: cephadm 2023-12-05T13:28:25.944298+0000 mgr.y (mgr.34107) 416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.023674+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.026394+0000 mon.a (mon.0) 1619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.032462+0000 mon.a (mon.0) 1620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.034605+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.042465+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.109727+0000 mon.a (mon.0) 1623 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.112339+0000 mon.a (mon.0) 1624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.115716+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.117034+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.124900+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.203333+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.205527+0000 mon.a (mon.0) 1629 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.208609+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.209422+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.216036+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.294236+0000 mon.a (mon.0) 1633 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.296582+0000 mon.a (mon.0) 1634 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.299250+0000 mon.a (mon.0) 1635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.300389+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.307388+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.390799+0000 mon.a (mon.0) 1638 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.393920+0000 mon.a (mon.0) 1639 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.397014+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.398287+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.403647+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.517185+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.519912+0000 mon.a (mon.0) 1644 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.523230+0000 mon.a (mon.0) 1645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.524555+0000 mon.a (mon.0) 1646 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:26 smithi079 bash[66795]: audit 2023-12-05T13:28:26.533216+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.545 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[86393]: debug 2023-12-05T13:28:27.252+0000 7f189e39e640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-05T13:28:27.545 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[86393]: debug 2023-12-05T13:28:27.284+0000 7f189e39e640 -1 osd.0 105 log_to_monitors true 2023-12-05T13:28:27.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.043153+0000 mgr.y (mgr.34107) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.125512+0000 mgr.y (mgr.34107) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.216784+0000 mgr.y (mgr.34107) 419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.308219+0000 mgr.y (mgr.34107) 420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.404167+0000 mgr.y (mgr.34107) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.534037+0000 mgr.y (mgr.34107) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.931 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.616654+0000 mon.a (mon.0) 1648 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.619132+0000 mon.a (mon.0) 1649 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.621953+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.622960+0000 mon.a (mon.0) 1651 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.630250+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.631118+0000 mgr.y (mgr.34107) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.717424+0000 mon.a (mon.0) 1653 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.720784+0000 mon.a (mon.0) 1654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.723392+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.724488+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.731597+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.732521+0000 mgr.y (mgr.34107) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.811851+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.814625+0000 mon.a (mon.0) 1659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.817179+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.932 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.818089+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.825653+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.826441+0000 mgr.y (mgr.34107) 425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.907047+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.909720+0000 mon.a (mon.0) 1664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.912764+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.913741+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.922538+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: cephadm 2023-12-05T13:28:26.923505+0000 mgr.y (mgr.34107) 426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.990007+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.992617+0000 mon.a (mon.0) 1669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.995159+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:26.996030+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.003868+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.086018+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.088715+0000 mon.a (mon.0) 1674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.091108+0000 mon.a (mon.0) 1675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.092050+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.098806+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.177411+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.179756+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.182467+0000 mon.a (mon.0) 1680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.183235+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.189159+0000 mon.a (mon.0) 1682 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.293851+0000 mon.a (mon.0) 1683 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.298351+0000 mon.a (mon.0) 1684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.300314+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.302647+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.303398+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.309184+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.421964+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.426440+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.432384+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.433534+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.439975+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.521907+0000 mon.a (mon.0) 1694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.935 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.524314+0000 mon.a (mon.0) 1695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.936 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.526911+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.936 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.527813+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.936 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[81379]: audit 2023-12-05T13:28:27.533689+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.043153+0000 mgr.y (mgr.34107) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.125512+0000 mgr.y (mgr.34107) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.216784+0000 mgr.y (mgr.34107) 419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.308219+0000 mgr.y (mgr.34107) 420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.404167+0000 mgr.y (mgr.34107) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.534037+0000 mgr.y (mgr.34107) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.616654+0000 mon.a (mon.0) 1648 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.619132+0000 mon.a (mon.0) 1649 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.621953+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.622960+0000 mon.a (mon.0) 1651 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.630250+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.631118+0000 mgr.y (mgr.34107) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.717424+0000 mon.a (mon.0) 1653 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.720784+0000 mon.a (mon.0) 1654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.723392+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.724488+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.731597+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.732521+0000 mgr.y (mgr.34107) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.811851+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.814625+0000 mon.a (mon.0) 1659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.817179+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.818089+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.825653+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.826441+0000 mgr.y (mgr.34107) 425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.907047+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.909720+0000 mon.a (mon.0) 1664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.912764+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.913741+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.922538+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: cephadm 2023-12-05T13:28:26.923505+0000 mgr.y (mgr.34107) 426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.990007+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.992617+0000 mon.a (mon.0) 1669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.995159+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:26.996030+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.003868+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.086018+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.088715+0000 mon.a (mon.0) 1674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.091108+0000 mon.a (mon.0) 1675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.092050+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.098806+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.177411+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.179756+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.182467+0000 mon.a (mon.0) 1680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.183235+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.939 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.189159+0000 mon.a (mon.0) 1682 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.293851+0000 mon.a (mon.0) 1683 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.298351+0000 mon.a (mon.0) 1684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.300314+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.302647+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.303398+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.309184+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.421964+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.426440+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.432384+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.433534+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.439975+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.521907+0000 mon.a (mon.0) 1694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.524314+0000 mon.a (mon.0) 1695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.526911+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:27.940 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.527813+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:27.941 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[78714]: audit 2023-12-05T13:28:27.533689+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.043153+0000 mgr.y (mgr.34107) 417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.125512+0000 mgr.y (mgr.34107) 418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.216784+0000 mgr.y (mgr.34107) 419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.308219+0000 mgr.y (mgr.34107) 420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.404167+0000 mgr.y (mgr.34107) 421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.534037+0000 mgr.y (mgr.34107) 422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.616654+0000 mon.a (mon.0) 1648 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.619132+0000 mon.a (mon.0) 1649 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.621953+0000 mon.a (mon.0) 1650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.622960+0000 mon.a (mon.0) 1651 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.630250+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.631118+0000 mgr.y (mgr.34107) 423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.717424+0000 mon.a (mon.0) 1653 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.720784+0000 mon.a (mon.0) 1654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.723392+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.724488+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.731597+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.732521+0000 mgr.y (mgr.34107) 424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.811851+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.814625+0000 mon.a (mon.0) 1659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.817179+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.818089+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.825653+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.826441+0000 mgr.y (mgr.34107) 425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.907047+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.909720+0000 mon.a (mon.0) 1664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.912764+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.913741+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.922538+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: cephadm 2023-12-05T13:28:26.923505+0000 mgr.y (mgr.34107) 426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.990007+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.992617+0000 mon.a (mon.0) 1669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.995159+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:26.996030+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.003868+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.086018+0000 mon.a (mon.0) 1673 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.088715+0000 mon.a (mon.0) 1674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.091108+0000 mon.a (mon.0) 1675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.092050+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.098806+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.177411+0000 mon.a (mon.0) 1678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.179756+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.182467+0000 mon.a (mon.0) 1680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.183235+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.189159+0000 mon.a (mon.0) 1682 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.293851+0000 mon.a (mon.0) 1683 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.298351+0000 mon.a (mon.0) 1684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.300314+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.302647+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.303398+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.309184+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.421964+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.426440+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.432384+0000 mon.a (mon.0) 1691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.433534+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.439975+0000 mon.a (mon.0) 1693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.521907+0000 mon.a (mon.0) 1694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.524314+0000 mon.a (mon.0) 1695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.526911+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.527813+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:27 smithi079 bash[66795]: audit 2023-12-05T13:28:27.533689+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.197 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:28:27 smithi045 bash[74945]: debug 2023-12-05T13:28:27.936+0000 7f3c5ca31700 -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-05T13:28:28.563 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[86393]: debug 2023-12-05T13:28:28.240+0000 7f188d80b700 -1 osd.0 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:28:28.743 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.004630+0000 mgr.y (mgr.34107) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.099603+0000 mgr.y (mgr.34107) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.189826+0000 mgr.y (mgr.34107) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.311111+0000 mgr.y (mgr.34107) 430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.744 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.440841+0000 mgr.y (mgr.34107) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.534319+0000 mgr.y (mgr.34107) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.646866+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.651033+0000 mon.a (mon.0) 1700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.655626+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.657184+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.665596+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.666373+0000 mgr.y (mgr.34107) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.743564+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.747156+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.750496+0000 mon.a (mon.0) 1706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.751927+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.760973+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.761808+0000 mgr.y (mgr.34107) 434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cluster 2023-12-05T13:28:27.809876+0000 mgr.y (mgr.34107) 435 : cluster 0 pgmap v69: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.833926+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.837082+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.839960+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.841274+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.847497+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.004630+0000 mgr.y (mgr.34107) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.099603+0000 mgr.y (mgr.34107) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.189826+0000 mgr.y (mgr.34107) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.311111+0000 mgr.y (mgr.34107) 430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.440841+0000 mgr.y (mgr.34107) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.534319+0000 mgr.y (mgr.34107) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.646866+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.651033+0000 mon.a (mon.0) 1700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.655626+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.657184+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.665596+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.666373+0000 mgr.y (mgr.34107) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.743564+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.747156+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.750496+0000 mon.a (mon.0) 1706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.751927+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.760973+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.761808+0000 mgr.y (mgr.34107) 434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cluster 2023-12-05T13:28:27.809876+0000 mgr.y (mgr.34107) 435 : cluster 0 pgmap v69: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:28.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.833926+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.848095+0000 mgr.y (mgr.34107) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.911246+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.919399+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.926228+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.932681+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.935042+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.936889+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.938350+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.940056+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:27.940327+0000 mgr.y (mgr.34107) 437 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:28.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cephadm 2023-12-05T13:28:27.941457+0000 mgr.y (mgr.34107) 438 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:28.189746+0000 mon.a (mon.0) 1722 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cluster 2023-12-05T13:28:28.196107+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cluster 2023-12-05T13:28:28.196557+0000 mon.a (mon.0) 1723 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: audit 2023-12-05T13:28:28.197156+0000 mon.a (mon.0) 1724 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[78714]: cluster 2023-12-05T13:28:28.229727+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.837082+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.839960+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.841274+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.847497+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.848095+0000 mgr.y (mgr.34107) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.911246+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.919399+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.926228+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.932681+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.935042+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.936889+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.938350+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.940056+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:27.940327+0000 mgr.y (mgr.34107) 437 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cephadm 2023-12-05T13:28:27.941457+0000 mgr.y (mgr.34107) 438 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:28.189746+0000 mon.a (mon.0) 1722 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cluster 2023-12-05T13:28:28.196107+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:28.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cluster 2023-12-05T13:28:28.196557+0000 mon.a (mon.0) 1723 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-05T13:28:28.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: audit 2023-12-05T13:28:28.197156+0000 mon.a (mon.0) 1724 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:28:28.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:28 smithi045 bash[81379]: cluster 2023-12-05T13:28:28.229727+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[62226]: ts=2023-12-05T13:28: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.004630+0000 mgr.y (mgr.34107) 427 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.099603+0000 mgr.y (mgr.34107) 428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.189826+0000 mgr.y (mgr.34107) 429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.311111+0000 mgr.y (mgr.34107) 430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.440841+0000 mgr.y (mgr.34107) 431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.534319+0000 mgr.y (mgr.34107) 432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.646866+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.651033+0000 mon.a (mon.0) 1700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.655626+0000 mon.a (mon.0) 1701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.657184+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.665596+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.666373+0000 mgr.y (mgr.34107) 433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.743564+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.747156+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.750496+0000 mon.a (mon.0) 1706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.751927+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.760973+0000 mon.a (mon.0) 1708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.761808+0000 mgr.y (mgr.34107) 434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cluster 2023-12-05T13:28:27.809876+0000 mgr.y (mgr.34107) 435 : cluster 0 pgmap v69: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.833926+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.837082+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.839960+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.841274+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.847497+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.848095+0000 mgr.y (mgr.34107) 436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.911246+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.919399+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.926228+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.932681+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.935042+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.936889+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.938350+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.940056+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:27.940327+0000 mgr.y (mgr.34107) 437 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cephadm 2023-12-05T13:28:27.941457+0000 mgr.y (mgr.34107) 438 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:28.189746+0000 mon.a (mon.0) 1722 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cluster 2023-12-05T13:28:28.196107+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cluster 2023-12-05T13:28:28.196557+0000 mon.a (mon.0) 1723 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: audit 2023-12-05T13:28:28.197156+0000 mon.a (mon.0) 1724 : audit 1 from='osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:28:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:28 smithi079 bash[66795]: cluster 2023-12-05T13:28:28.229727+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:28:29] "GET /metrics HTTP/1.1" 200 38367 "" "Prometheus/2.33.4" 2023-12-05T13:28:29.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: cluster 2023-12-05T13:28:28.191581+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: cluster 2023-12-05T13:28:28.192559+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: cluster 2023-12-05T13:28:28.225418+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: cluster 2023-12-05T13:28:28.229727+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.190739+0000 mon.a (mon.0) 1725 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.200150+0000 mon.a (mon.0) 1726 : cluster 1 osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163] boot 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.200262+0000 mon.a (mon.0) 1727 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[78714]: audit 2023-12-05T13:28:29.200671+0000 mon.a (mon.0) 1728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: cluster 2023-12-05T13:28:28.191581+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: cluster 2023-12-05T13:28:28.192559+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: cluster 2023-12-05T13:28:28.225418+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: cluster 2023-12-05T13:28:28.229727+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.190739+0000 mon.a (mon.0) 1725 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:28:29.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.200150+0000 mon.a (mon.0) 1726 : cluster 1 osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163] boot 2023-12-05T13:28:29.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.200262+0000 mon.a (mon.0) 1727 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-05T13:28:29.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:29 smithi045 bash[81379]: audit 2023-12-05T13:28:29.200671+0000 mon.a (mon.0) 1728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:28:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: cluster 2023-12-05T13:28:28.191581+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: cluster 2023-12-05T13:28:28.192559+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: cluster 2023-12-05T13:28:28.225418+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: cluster 2023-12-05T13:28:28.229727+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T13:28:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.190739+0000 mon.a (mon.0) 1725 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:28:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.200150+0000 mon.a (mon.0) 1726 : cluster 1 osd.0 [v2:172.21.15.45:6802/1833843163,v1:172.21.15.45:6803/1833843163] boot 2023-12-05T13:28:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.200262+0000 mon.a (mon.0) 1727 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-05T13:28:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:29 smithi079 bash[66795]: audit 2023-12-05T13:28:29.200671+0000 mon.a (mon.0) 1728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.194588+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.195598+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.201318+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.201716+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:29.810626+0000 mgr.y (mgr.34107) 439 : cluster 0 pgmap v72: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.201849+0000 mon.a (mon.0) 1729 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.206798+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.206798+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.210999+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.194588+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.195598+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.201318+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.201716+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:29.810626+0000 mgr.y (mgr.34107) 439 : cluster 0 pgmap v72: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.201849+0000 mon.a (mon.0) 1729 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.206798+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.206798+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:30 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.210999+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.194588+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.195598+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.201318+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.201716+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T13:28:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:29.810626+0000 mgr.y (mgr.34107) 439 : cluster 0 pgmap v72: 161 pgs: 23 active+undersized+degraded, 35 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 69/630 objects degraded (10.952%) 2023-12-05T13:28:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.201849+0000 mon.a (mon.0) 1729 : cluster 0 osdmap e110: 8 total, 8 up, 8 in 2023-12-05T13:28:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.206798+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.206798+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:30 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.210999+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.894 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.197168+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.894 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.197813+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.894 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.202688+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.894 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.202723+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.202918+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.206231+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.206837+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.206967+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: cluster 2023-12-05T13:28:30.210411+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: audit 2023-12-05T13:28:30.768430+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: audit 2023-12-05T13:28:30.775134+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: audit 2023-12-05T13:28:30.784685+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:31.895 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[78714]: audit 2023-12-05T13:28:30.878751+0000 mgr.y (mgr.34107) 440 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:31.896 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.197168+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.896 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.197813+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.896 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.202688+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.896 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.202723+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.896 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.202918+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.896 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.206231+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.896 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.206837+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.206967+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: cluster 2023-12-05T13:28:30.210411+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:31.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: audit 2023-12-05T13:28:30.768430+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:31.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: audit 2023-12-05T13:28:30.775134+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:31.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: audit 2023-12-05T13:28:30.784685+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:31.897 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:31 smithi045 bash[81379]: audit 2023-12-05T13:28:30.878751+0000 mgr.y (mgr.34107) 440 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.197168+0000 osd.1 (osd.1) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.197813+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.202688+0000 osd.1 (osd.1) 11 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.202723+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.202918+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.206231+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.206837+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.206967+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: cluster 2023-12-05T13:28:30.210411+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: audit 2023-12-05T13:28:30.768430+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: audit 2023-12-05T13:28:30.775134+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: audit 2023-12-05T13:28:30.784685+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:31 smithi079 bash[66795]: audit 2023-12-05T13:28:30.878751+0000 mgr.y (mgr.34107) 440 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:32.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:32 smithi045 bash[78714]: cluster 2023-12-05T13:28:31.812495+0000 mgr.y (mgr.34107) 441 : cluster 0 pgmap v74: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-05T13:28:32.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:32 smithi045 bash[81379]: cluster 2023-12-05T13:28:31.812495+0000 mgr.y (mgr.34107) 441 : cluster 0 pgmap v74: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-05T13:28:33.005 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:32 smithi079 bash[66795]: cluster 2023-12-05T13:28:31.812495+0000 mgr.y (mgr.34107) 441 : cluster 0 pgmap v74: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 28/630 objects degraded (4.444%) 2023-12-05T13:28:33.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:33 smithi045 bash[78714]: cluster 2023-12-05T13:28:32.571092+0000 mon.a (mon.0) 1733 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T13:28:33.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:33 smithi045 bash[81379]: cluster 2023-12-05T13:28:32.571092+0000 mon.a (mon.0) 1733 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T13:28:34.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:33 smithi079 bash[66795]: cluster 2023-12-05T13:28:32.571092+0000 mon.a (mon.0) 1733 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T13:28:34.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:34 smithi045 bash[78714]: cluster 2023-12-05T13:28:33.813417+0000 mgr.y (mgr.34107) 442 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:34.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:34 smithi045 bash[81379]: cluster 2023-12-05T13:28:33.813417+0000 mgr.y (mgr.34107) 442 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:34.950 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:34 smithi079 bash[66795]: cluster 2023-12-05T13:28:33.813417+0000 mgr.y (mgr.34107) 442 : cluster 0 pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:35.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[78714]: cluster 2023-12-05T13:28:34.581682+0000 mon.a (mon.0) 1734 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-05T13:28:35.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[78714]: cluster 2023-12-05T13:28:34.581747+0000 mon.a (mon.0) 1735 : cluster 1 Cluster is now healthy 2023-12-05T13:28:35.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[78714]: audit 2023-12-05T13:28:34.848967+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:35.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[78714]: audit 2023-12-05T13:28:34.851577+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:35.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[81379]: cluster 2023-12-05T13:28:34.581682+0000 mon.a (mon.0) 1734 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-05T13:28:35.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[81379]: cluster 2023-12-05T13:28:34.581747+0000 mon.a (mon.0) 1735 : cluster 1 Cluster is now healthy 2023-12-05T13:28:35.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[81379]: audit 2023-12-05T13:28:34.848967+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:35.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:35 smithi045 bash[81379]: audit 2023-12-05T13:28:34.851577+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:36.064 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:35 smithi079 bash[66795]: cluster 2023-12-05T13:28:34.581682+0000 mon.a (mon.0) 1734 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-05T13:28:36.065 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:35 smithi079 bash[66795]: cluster 2023-12-05T13:28:34.581747+0000 mon.a (mon.0) 1735 : cluster 1 Cluster is now healthy 2023-12-05T13:28:36.065 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:35 smithi079 bash[66795]: audit 2023-12-05T13:28:34.848967+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:36.065 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:35 smithi079 bash[66795]: audit 2023-12-05T13:28:34.851577+0000 mon.a (mon.0) 1737 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:36.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:36 smithi045 bash[78714]: cluster 2023-12-05T13:28:35.814998+0000 mgr.y (mgr.34107) 443 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:36.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:36 smithi045 bash[81379]: cluster 2023-12-05T13:28:35.814998+0000 mgr.y (mgr.34107) 443 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:37.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:36 smithi079 bash[66795]: cluster 2023-12-05T13:28:35.814998+0000 mgr.y (mgr.34107) 443 : cluster 0 pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:39.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:38 smithi079 bash[66795]: cluster 2023-12-05T13:28:37.815752+0000 mgr.y (mgr.34107) 444 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:28:39.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:28:38 smithi079 bash[62226]: ts=2023-12-05T13:28:38.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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T13:28:39.042 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:28:38 smithi079 bash[62226]: ts=2023-12-05T13:28:38.663Z 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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:28:39.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:38 smithi045 bash[78714]: cluster 2023-12-05T13:28:37.815752+0000 mgr.y (mgr.34107) 444 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:28:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:38 smithi045 bash[81379]: cluster 2023-12-05T13:28:37.815752+0000 mgr.y (mgr.34107) 444 : cluster 0 pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:28:39.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:28:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:28:39] "GET /metrics HTTP/1.1" 200 38384 "" "Prometheus/2.33.4" 2023-12-05T13:28:41.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[78714]: cluster 2023-12-05T13:28:39.816685+0000 mgr.y (mgr.34107) 445 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:28:41.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[78714]: audit 2023-12-05T13:28:39.947886+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[78714]: audit 2023-12-05T13:28:39.985354+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[78714]: audit 2023-12-05T13:28:39.994705+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[78714]: audit 2023-12-05T13:28:40.005337+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[81379]: cluster 2023-12-05T13:28:39.816685+0000 mgr.y (mgr.34107) 445 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:28:41.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[81379]: audit 2023-12-05T13:28:39.947886+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[81379]: audit 2023-12-05T13:28:39.985354+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[81379]: audit 2023-12-05T13:28:39.994705+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:40 smithi045 bash[81379]: audit 2023-12-05T13:28:40.005337+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:40 smithi079 bash[66795]: cluster 2023-12-05T13:28:39.816685+0000 mgr.y (mgr.34107) 445 : cluster 0 pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:28:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:40 smithi079 bash[66795]: audit 2023-12-05T13:28:39.947886+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:40 smithi079 bash[66795]: audit 2023-12-05T13:28:39.985354+0000 mon.a (mon.0) 1739 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:40 smithi079 bash[66795]: audit 2023-12-05T13:28:39.994705+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:40 smithi079 bash[66795]: audit 2023-12-05T13:28:40.005337+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:42.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:41 smithi079 bash[66795]: audit 2023-12-05T13:28:40.888689+0000 mgr.y (mgr.34107) 446 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:42.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:41 smithi045 bash[78714]: audit 2023-12-05T13:28:40.888689+0000 mgr.y (mgr.34107) 446 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:42.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:41 smithi045 bash[81379]: audit 2023-12-05T13:28:40.888689+0000 mgr.y (mgr.34107) 446 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:43.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:42 smithi079 bash[66795]: cluster 2023-12-05T13:28:41.818278+0000 mgr.y (mgr.34107) 447 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:43.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:42 smithi045 bash[78714]: cluster 2023-12-05T13:28:41.818278+0000 mgr.y (mgr.34107) 447 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:43.398 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:42 smithi045 bash[81379]: cluster 2023-12-05T13:28:41.818278+0000 mgr.y (mgr.34107) 447 : cluster 0 pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:44.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:43 smithi079 bash[66795]: audit 2023-12-05T13:28:42.962679+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:44.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:43 smithi079 bash[66795]: audit 2023-12-05T13:28:42.963107+0000 mgr.y (mgr.34107) 448 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:44.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:43 smithi079 bash[66795]: cephadm 2023-12-05T13:28:42.965632+0000 mgr.y (mgr.34107) 449 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-05T13:28:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:43 smithi045 bash[78714]: audit 2023-12-05T13:28:42.962679+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:43 smithi045 bash[78714]: audit 2023-12-05T13:28:42.963107+0000 mgr.y (mgr.34107) 448 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:43 smithi045 bash[78714]: cephadm 2023-12-05T13:28:42.965632+0000 mgr.y (mgr.34107) 449 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-05T13:28:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:43 smithi045 bash[81379]: audit 2023-12-05T13:28:42.962679+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:43 smithi045 bash[81379]: audit 2023-12-05T13:28:42.963107+0000 mgr.y (mgr.34107) 448 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T13:28:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:43 smithi045 bash[81379]: cephadm 2023-12-05T13:28:42.965632+0000 mgr.y (mgr.34107) 449 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-05T13:28:45.275 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:44 smithi045 bash[78714]: cluster 2023-12-05T13:28:43.819527+0000 mgr.y (mgr.34107) 450 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:45.275 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:44 smithi045 bash[81379]: cluster 2023-12-05T13:28:43.819527+0000 mgr.y (mgr.34107) 450 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:44 smithi079 bash[66795]: cluster 2023-12-05T13:28:43.819527+0000 mgr.y (mgr.34107) 450 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[78714]: cephadm 2023-12-05T13:28:45.537935+0000 mgr.y (mgr.34107) 451 : cephadm 1 Upgrade: Updating osd.1 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[78714]: audit 2023-12-05T13:28:45.545413+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[78714]: audit 2023-12-05T13:28:45.549839+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[78714]: audit 2023-12-05T13:28:45.551317+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[78714]: cephadm 2023-12-05T13:28:45.556578+0000 mgr.y (mgr.34107) 452 : cephadm 1 Deploying daemon osd.1 on smithi045 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[78714]: cluster 2023-12-05T13:28:45.821234+0000 mgr.y (mgr.34107) 453 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[81379]: cephadm 2023-12-05T13:28:45.537935+0000 mgr.y (mgr.34107) 451 : cephadm 1 Upgrade: Updating osd.1 2023-12-05T13:28:46.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[81379]: audit 2023-12-05T13:28:45.545413+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:46.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[81379]: audit 2023-12-05T13:28:45.549839+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:28:46.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[81379]: audit 2023-12-05T13:28:45.551317+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:46.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[81379]: cephadm 2023-12-05T13:28:45.556578+0000 mgr.y (mgr.34107) 452 : cephadm 1 Deploying daemon osd.1 on smithi045 2023-12-05T13:28:46.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:46 smithi045 bash[81379]: cluster 2023-12-05T13:28:45.821234+0000 mgr.y (mgr.34107) 453 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:28:47.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:46 smithi079 bash[66795]: cephadm 2023-12-05T13:28:45.537935+0000 mgr.y (mgr.34107) 451 : cephadm 1 Upgrade: Updating osd.1 2023-12-05T13:28:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:46 smithi079 bash[66795]: audit 2023-12-05T13:28:45.545413+0000 mon.a (mon.0) 1743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:46 smithi079 bash[66795]: audit 2023-12-05T13:28:45.549839+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:28:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:46 smithi079 bash[66795]: audit 2023-12-05T13:28:45.551317+0000 mon.a (mon.0) 1745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:46 smithi079 bash[66795]: cephadm 2023-12-05T13:28:45.556578+0000 mgr.y (mgr.34107) 452 : cephadm 1 Deploying daemon osd.1 on smithi045 2023-12-05T13:28:47.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:46 smithi079 bash[66795]: cluster 2023-12-05T13:28:45.821234+0000 mgr.y (mgr.34107) 453 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:28:49.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:48 smithi079 bash[66795]: cluster 2023-12-05T13:28:47.822082+0000 mgr.y (mgr.34107) 454 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:49.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:28:48 smithi079 bash[62226]: ts=2023-12-05T13:28:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:28:49.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:48 smithi045 bash[78714]: cluster 2023-12-05T13:28:47.822082+0000 mgr.y (mgr.34107) 454 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:49.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:48 smithi045 bash[81379]: cluster 2023-12-05T13:28:47.822082+0000 mgr.y (mgr.34107) 454 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:49.631 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:28:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:28:49] "GET /metrics HTTP/1.1" 200 38384 "" "Prometheus/2.33.4" 2023-12-05T13:28:50.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:50 smithi079 bash[66795]: cluster 2023-12-05T13:28:49.822879+0000 mgr.y (mgr.34107) 455 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:50.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:50 smithi079 bash[66795]: audit 2023-12-05T13:28:49.842833+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:50.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:50 smithi045 bash[78714]: cluster 2023-12-05T13:28:49.822879+0000 mgr.y (mgr.34107) 455 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:50.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:50 smithi045 bash[78714]: audit 2023-12-05T13:28:49.842833+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:50.900 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:50 smithi045 bash[81379]: cluster 2023-12-05T13:28:49.822879+0000 mgr.y (mgr.34107) 455 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:28:50.900 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:50 smithi045 bash[81379]: audit 2023-12-05T13:28:49.842833+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:51.437 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:51 smithi045 systemd[1]: Stopping Ceph osd.1 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:28:51.695 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[37523]: debug 2023-12-05T13:28:51.428+0000 7f6334b34700 -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-05T13:28:51.695 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[37523]: debug 2023-12-05T13:28:51.428+0000 7f6334b34700 -1 osd.1 110 *** Got signal Terminated *** 2023-12-05T13:28:51.695 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[37523]: debug 2023-12-05T13:28:51.428+0000 7f6334b34700 -1 osd.1 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:28:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: audit 2023-12-05T13:28:50.896635+0000 mgr.y (mgr.34107) 456 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: audit 2023-12-05T13:28:50.952182+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: audit 2023-12-05T13:28:50.959314+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: audit 2023-12-05T13:28:50.966637+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.433964+0000 mon.a (mon.0) 1750 : cluster 1 osd.1 marked itself down and dead 2023-12-05T13:28:52.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: audit 2023-12-05T13:28:51.643404+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: audit 2023-12-05T13:28:51.652824+0000 mon.a (mon.0) 1752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:51 smithi079 bash[66795]: audit 2023-12-05T13:28:51.662850+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: audit 2023-12-05T13:28:50.896635+0000 mgr.y (mgr.34107) 456 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: audit 2023-12-05T13:28:50.952182+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: audit 2023-12-05T13:28:50.959314+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: audit 2023-12-05T13:28:50.966637+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.433964+0000 mon.a (mon.0) 1750 : cluster 1 osd.1 marked itself down and dead 2023-12-05T13:28:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: audit 2023-12-05T13:28:51.643404+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: audit 2023-12-05T13:28:51.652824+0000 mon.a (mon.0) 1752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[78714]: audit 2023-12-05T13:28:51.662850+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: audit 2023-12-05T13:28:50.896635+0000 mgr.y (mgr.34107) 456 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: audit 2023-12-05T13:28:50.952182+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: audit 2023-12-05T13:28:50.959314+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: audit 2023-12-05T13:28:50.966637+0000 mon.a (mon.0) 1749 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.433964+0000 mon.a (mon.0) 1750 : cluster 1 osd.1 marked itself down and dead 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: audit 2023-12-05T13:28:51.643404+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: audit 2023-12-05T13:28:51.652824+0000 mon.a (mon.0) 1752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:51 smithi045 bash[81379]: audit 2023-12-05T13:28:51.662850+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:52.479 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:28:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.655730+0000 mgr.y (mgr.34107) 457 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.965015+0000 mon.a (mon.0) 1754 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:28:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.971913+0000 mon.a (mon.0) 1755 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-05T13:28:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.972816+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.975940+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.976463+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.976588+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.979447+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.979613+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.979782+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:51.981953+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.649297+0000 mon.a (mon.0) 1756 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:28:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.655730+0000 mgr.y (mgr.34107) 457 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.965015+0000 mon.a (mon.0) 1754 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:28:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.971913+0000 mon.a (mon.0) 1755 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-05T13:28:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.972816+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.975940+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.976463+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.976588+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.979447+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.979613+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.979782+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:51.981953+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:52 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.649297+0000 mon.a (mon.0) 1756 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:28:53.240 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:28:53.240 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 1s ago 18m - - 2023-12-05T13:28:53.240 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 13s ago 18m - - 2023-12-05T13:28:53.240 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (4m) 1s ago 11m 16.0M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:28:53.240 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (4m) 13s ago 11m 44.6M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:28:53.240 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (3m) 1s ago 9m 47.8M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (3m) 13s ago 17m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (3m) 1s ago 19m 500M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (2m) 1s ago 19m 55.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (112s) 13s ago 18m 38.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (2m) 1s ago 18m 46.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (5m) 1s ago 12m 13.9M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (4m) 13s ago 12m 11.3M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (31s) 1s ago 17m 47.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 unknown 1s ago 16m 63.3M 4096M 17.2.0 e1d6a67b021e f82dff2b0e67 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (16m) 1s ago 16m 56.4M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (15m) 1s ago 15m 60.8M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (14m) 13s ago 14m 59.8M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (14m) 13s ago 14m 60.1M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (13m) 13s ago 13m 55.4M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:28:53.241 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (12m) 13s ago 13m 59.4M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:28:53.242 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (3m) 13s ago 12m 61.2M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:28:53.242 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (9m) 1s ago 9m 87.6M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:28:53.242 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (9m) 13s ago 9m 88.0M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:28:53.242 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (9m) 1s ago 9m 87.5M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:28:53.242 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (9m) 13s ago 9m 87.7M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:28:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.655730+0000 mgr.y (mgr.34107) 457 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T13:28:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.965015+0000 mon.a (mon.0) 1754 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:28:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.971913+0000 mon.a (mon.0) 1755 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.972816+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.975940+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.976463+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.976588+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.979447+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.979613+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.979782+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:51.981953+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:52 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.649297+0000 mon.a (mon.0) 1756 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:28:53.532 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[88516]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-1 2023-12-05T13:28:53.532 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[88731]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-1 2023-12-05T13:28:53.722 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-05T13:28:53.723 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:28:53.724 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "6/23 daemons upgraded", 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:28:54.111 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:28:54.112 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:28:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: audit 2023-12-05T13:28:52.459821+0000 mgr.y (mgr.34107) 458 : audit 0 from='client.44212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: audit 2023-12-05T13:28:52.841836+0000 mgr.y (mgr.34107) 459 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.969325+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.970993+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.971835+0000 mon.a (mon.0) 1757 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.973308+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.975296+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.975302+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.976016+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.976036+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.976394+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.979417+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.979515+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.979530+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: cluster 2023-12-05T13:28:52.979870+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:53 smithi079 bash[66795]: audit 2023-12-05T13:28:53.719310+0000 mon.a (mon.0) 1758 : audit 0 from='client.? 172.21.15.45:0/1067527740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:54.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: audit 2023-12-05T13:28:52.459821+0000 mgr.y (mgr.34107) 458 : audit 0 from='client.44212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:54.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: audit 2023-12-05T13:28:52.841836+0000 mgr.y (mgr.34107) 459 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.969325+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.970993+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.971835+0000 mon.a (mon.0) 1757 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.973308+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.975296+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.975302+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.976016+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.976036+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.976394+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.979417+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.979515+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.979530+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: cluster 2023-12-05T13:28:52.979870+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[78714]: audit 2023-12-05T13:28:53.719310+0000 mon.a (mon.0) 1758 : audit 0 from='client.? 172.21.15.45:0/1067527740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: audit 2023-12-05T13:28:52.459821+0000 mgr.y (mgr.34107) 458 : audit 0 from='client.44212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: audit 2023-12-05T13:28:52.841836+0000 mgr.y (mgr.34107) 459 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.969325+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.970993+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.971835+0000 mon.a (mon.0) 1757 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.973308+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.975296+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.975302+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.976016+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.976036+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.976394+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.979417+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.979515+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.979530+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: cluster 2023-12-05T13:28:52.979870+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T13:28:54.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:53 smithi045 bash[81379]: audit 2023-12-05T13:28:53.719310+0000 mon.a (mon.0) 1758 : audit 0 from='client.? 172.21.15.45:0/1067527740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:54.573 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 6/630 objects degraded (0.952%), 1 pg degraded 2023-12-05T13:28:54.573 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-05T13:28:54.573 INFO:teuthology.orchestra.run.smithi045.stdout: daemon osd.1 on smithi045 is in unknown state 2023-12-05T13:28:54.573 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T13:28:54.573 INFO:teuthology.orchestra.run.smithi045.stdout: osd.1 (root=default,host=smithi045) is down 2023-12-05T13:28:54.573 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 6/630 objects degraded (0.952%), 1 pg degraded 2023-12-05T13:28:54.573 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2023-12-05T13:28:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:54 smithi079 bash[66795]: audit 2023-12-05T13:28:53.218958+0000 mgr.y (mgr.34107) 460 : audit 0 from='client.44224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:54 smithi079 bash[66795]: cluster 2023-12-05T13:28:53.656710+0000 mgr.y (mgr.34107) 461 : cluster 0 pgmap v87: 161 pgs: 1 active+undersized+degraded, 19 stale+active+clean, 6 active+undersized, 135 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T13:28:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:54 smithi079 bash[66795]: cluster 2023-12-05T13:28:53.968413+0000 mon.a (mon.0) 1759 : cluster 3 Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 1 pg degraded (PG_DEGRADED) 2023-12-05T13:28:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:54 smithi079 bash[66795]: audit 2023-12-05T13:28:54.570030+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.45:0/1426297455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:28:55.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[78714]: audit 2023-12-05T13:28:53.218958+0000 mgr.y (mgr.34107) 460 : audit 0 from='client.44224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:55.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[78714]: cluster 2023-12-05T13:28:53.656710+0000 mgr.y (mgr.34107) 461 : cluster 0 pgmap v87: 161 pgs: 1 active+undersized+degraded, 19 stale+active+clean, 6 active+undersized, 135 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T13:28:55.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[78714]: cluster 2023-12-05T13:28:53.968413+0000 mon.a (mon.0) 1759 : cluster 3 Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 1 pg degraded (PG_DEGRADED) 2023-12-05T13:28:55.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[78714]: audit 2023-12-05T13:28:54.570030+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.45:0/1426297455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:28:55.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[81379]: audit 2023-12-05T13:28:53.218958+0000 mgr.y (mgr.34107) 460 : audit 0 from='client.44224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:55.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[81379]: cluster 2023-12-05T13:28:53.656710+0000 mgr.y (mgr.34107) 461 : cluster 0 pgmap v87: 161 pgs: 1 active+undersized+degraded, 19 stale+active+clean, 6 active+undersized, 135 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T13:28:55.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[81379]: cluster 2023-12-05T13:28:53.968413+0000 mon.a (mon.0) 1759 : cluster 3 Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 1 pg degraded (PG_DEGRADED) 2023-12-05T13:28:55.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:54 smithi045 bash[81379]: audit 2023-12-05T13:28:54.570030+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.45:0/1426297455' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:28:56.017 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:55 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-05T13:28:56.017 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:55 smithi045 systemd[1]: Stopped Ceph osd.1 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:28:56.018 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:55 smithi045 bash[78714]: audit 2023-12-05T13:28:54.107587+0000 mgr.y (mgr.34107) 462 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:56.018 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:55 smithi045 bash[81379]: audit 2023-12-05T13:28:54.107587+0000 mgr.y (mgr.34107) 462 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:56.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:55 smithi079 bash[66795]: audit 2023-12-05T13:28:54.107587+0000 mgr.y (mgr.34107) 462 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:28:56.444 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:56 smithi045 systemd[1]: Started Ceph osd.1 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: cluster 2023-12-05T13:28:55.657569+0000 mgr.y (mgr.34107) 463 : cluster 0 pgmap v88: 161 pgs: 1 active+undersized+degraded, 19 stale+active+clean, 6 active+undersized, 135 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.069331+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.077329+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.098108+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.099445+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.108218+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.190806+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.193655+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.198838+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.200378+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:56 smithi079 bash[66795]: audit 2023-12-05T13:28:56.210219+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.293319+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.296405+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.300381+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.301724+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.308366+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.395914+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.398250+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.400770+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.401616+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.410051+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.489421+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.491695+0000 mon.a (mon.0) 1781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.494838+0000 mon.a (mon.0) 1782 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.495969+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.504761+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.588045+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.592216+0000 mon.a (mon.0) 1786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.595267+0000 mon.a (mon.0) 1787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.596690+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.605107+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.686221+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.690721+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.694594+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.696209+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.704854+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.782204+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.785920+0000 mon.a (mon.0) 1796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.789885+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.791360+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.800596+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.881139+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.885301+0000 mon.a (mon.0) 1801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.888776+0000 mon.a (mon.0) 1802 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.889910+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.896324+0000 mon.a (mon.0) 1804 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.978400+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.980418+0000 mon.a (mon.0) 1806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.982421+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.983115+0000 mon.a (mon.0) 1808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: cluster 2023-12-05T13:28:55.657569+0000 mgr.y (mgr.34107) 463 : cluster 0 pgmap v88: 161 pgs: 1 active+undersized+degraded, 19 stale+active+clean, 6 active+undersized, 135 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.069331+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.077329+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.098108+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.099445+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.108218+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.190806+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.193655+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.198838+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.200378+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.210219+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.293319+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.296405+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.300381+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.301724+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.308366+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.395914+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.398250+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.400770+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[78714]: cluster 2023-12-05T13:28:55.657569+0000 mgr.y (mgr.34107) 463 : cluster 0 pgmap v88: 161 pgs: 1 active+undersized+degraded, 19 stale+active+clean, 6 active+undersized, 135 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[78714]: audit 2023-12-05T13:28:56.069331+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.077329+0000 mon.a (mon.0) 1761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.098108+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.099445+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.108218+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.190806+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.193655+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.198838+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.200378+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.210219+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.293319+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.296405+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.300381+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.301724+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.308366+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.395914+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.398250+0000 mon.a (mon.0) 1776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.400770+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.401616+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.410051+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.489421+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.491695+0000 mon.a (mon.0) 1781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.494838+0000 mon.a (mon.0) 1782 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.495969+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.504761+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.588045+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.592216+0000 mon.a (mon.0) 1786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.595267+0000 mon.a (mon.0) 1787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.596690+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.605107+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.686221+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.690721+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.694594+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.696209+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.704854+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.782204+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.785920+0000 mon.a (mon.0) 1796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.789885+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.791360+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:56 smithi045 bash[81379]: audit 2023-12-05T13:28:56.800596+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.881139+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.885301+0000 mon.a (mon.0) 1801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.888776+0000 mon.a (mon.0) 1802 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.889910+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.896324+0000 mon.a (mon.0) 1804 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.978400+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.980418+0000 mon.a (mon.0) 1806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.982421+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.983115+0000 mon.a (mon.0) 1808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.401616+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.410051+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.489421+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.491695+0000 mon.a (mon.0) 1781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.494838+0000 mon.a (mon.0) 1782 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.495969+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.504761+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.588045+0000 mon.a (mon.0) 1785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.592216+0000 mon.a (mon.0) 1786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.595267+0000 mon.a (mon.0) 1787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.596690+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.605107+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.686221+0000 mon.a (mon.0) 1790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.690721+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.694594+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.696209+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.704854+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.782204+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.785920+0000 mon.a (mon.0) 1796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.789885+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.791360+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.800596+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.881139+0000 mon.a (mon.0) 1800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.885301+0000 mon.a (mon.0) 1801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.888776+0000 mon.a (mon.0) 1802 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.889910+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:57.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.896324+0000 mon.a (mon.0) 1804 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:57.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.978400+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:57.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.980418+0000 mon.a (mon.0) 1806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:57.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.982421+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:57.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.983115+0000 mon.a (mon.0) 1808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cluster 2023-12-05T13:28:56.103233+0000 mgr.y (mgr.34107) 464 : cluster 0 pgmap v89: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.109031+0000 mgr.y (mgr.34107) 465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.211186+0000 mgr.y (mgr.34107) 466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.308872+0000 mgr.y (mgr.34107) 467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.410656+0000 mgr.y (mgr.34107) 468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.505410+0000 mgr.y (mgr.34107) 469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.605899+0000 mgr.y (mgr.34107) 470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.705379+0000 mgr.y (mgr.34107) 471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.801427+0000 mgr.y (mgr.34107) 472 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.896793+0000 mgr.y (mgr.34107) 473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:56.987967+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: cephadm 2023-12-05T13:28:56.988620+0000 mgr.y (mgr.34107) 474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:57 smithi079 bash[66795]: audit 2023-12-05T13:28:57.066709+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.070414+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: cluster 2023-12-05T13:28:57.074660+0000 mon.a (mon.0) 1812 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.075451+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.081859+0000 mon.a (mon.0) 1814 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.089650+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.172070+0000 mon.a (mon.0) 1816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.174520+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.177279+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.178192+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.186278+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.265589+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.267787+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.270361+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.271086+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.281421+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.362011+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.364369+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.367324+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.368272+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.376571+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.459240+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.461248+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.463685+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.464718+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.470593+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.554675+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.556752+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.560356+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.561277+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.568725+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.650430+0000 mon.a (mon.0) 1841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.654263+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.657278+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.658277+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.665481+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.743700+0000 mon.a (mon.0) 1846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.746345+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.749590+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.750528+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.757611+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.838343+0000 mon.a (mon.0) 1851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.841633+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.844695+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.845624+0000 mon.a (mon.0) 1854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.853156+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.933010+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.936039+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.939890+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.941140+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[66795]: audit 2023-12-05T13:28:57.947863+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.378 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cluster 2023-12-05T13:28:56.103233+0000 mgr.y (mgr.34107) 464 : cluster 0 pgmap v89: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.109031+0000 mgr.y (mgr.34107) 465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.211186+0000 mgr.y (mgr.34107) 466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.308872+0000 mgr.y (mgr.34107) 467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.410656+0000 mgr.y (mgr.34107) 468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.505410+0000 mgr.y (mgr.34107) 469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.605899+0000 mgr.y (mgr.34107) 470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.705379+0000 mgr.y (mgr.34107) 471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.801427+0000 mgr.y (mgr.34107) 472 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.896793+0000 mgr.y (mgr.34107) 473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:56.987967+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cephadm 2023-12-05T13:28:56.988620+0000 mgr.y (mgr.34107) 474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.066709+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.070414+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: cluster 2023-12-05T13:28:57.074660+0000 mon.a (mon.0) 1812 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:28:58.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.075451+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.081859+0000 mon.a (mon.0) 1814 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.089650+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.172070+0000 mon.a (mon.0) 1816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.174520+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.177279+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cluster 2023-12-05T13:28:56.103233+0000 mgr.y (mgr.34107) 464 : cluster 0 pgmap v89: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.109031+0000 mgr.y (mgr.34107) 465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.211186+0000 mgr.y (mgr.34107) 466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.308872+0000 mgr.y (mgr.34107) 467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.410656+0000 mgr.y (mgr.34107) 468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.505410+0000 mgr.y (mgr.34107) 469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.605899+0000 mgr.y (mgr.34107) 470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.705379+0000 mgr.y (mgr.34107) 471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.801427+0000 mgr.y (mgr.34107) 472 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.896793+0000 mgr.y (mgr.34107) 473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:56.987967+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: cephadm 2023-12-05T13:28:56.988620+0000 mgr.y (mgr.34107) 474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[78714]: audit 2023-12-05T13:28:57.066709+0000 mon.a (mon.0) 1810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.070414+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cluster 2023-12-05T13:28:57.074660+0000 mon.a (mon.0) 1812 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.075451+0000 mon.a (mon.0) 1813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.081859+0000 mon.a (mon.0) 1814 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.089650+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.172070+0000 mon.a (mon.0) 1816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.174520+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.177279+0000 mon.a (mon.0) 1818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.178192+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.186278+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.265589+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.267787+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.270361+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.271086+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.281421+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.362011+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.364369+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.367324+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.368272+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.376571+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.459240+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.461248+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.463685+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.464718+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.470593+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.554675+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.556752+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.383 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[88954]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-05T13:28:58.383 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[88954]: 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-05T13:28:58.383 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[88954]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-05T13:28:58.383 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[88954]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-05T13:28:58.384 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[88954]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-05T13:28:58.384 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[88954]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-05T13:28:58.384 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[88954]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.178192+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.186278+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.265589+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.267787+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.270361+0000 mon.a (mon.0) 1823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.271086+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.281421+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.362011+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.364369+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.367324+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.368272+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.376571+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.459240+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.461248+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.463685+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.464718+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.470593+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.554675+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.556752+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.560356+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.561277+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.568725+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.650430+0000 mon.a (mon.0) 1841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.654263+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.657278+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.658277+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.665481+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.743700+0000 mon.a (mon.0) 1846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.746345+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.749590+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.750528+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.757611+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.838343+0000 mon.a (mon.0) 1851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.841633+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.844695+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.845624+0000 mon.a (mon.0) 1854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.853156+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.933010+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.936039+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.939890+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.941140+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:57 smithi045 bash[81379]: audit 2023-12-05T13:28:57.947863+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.560356+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.561277+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.568725+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.650430+0000 mon.a (mon.0) 1841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.654263+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.657278+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.658277+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.665481+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.743700+0000 mon.a (mon.0) 1846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.746345+0000 mon.a (mon.0) 1847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.749590+0000 mon.a (mon.0) 1848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.750528+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.757611+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.838343+0000 mon.a (mon.0) 1851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.841633+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.844695+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.845624+0000 mon.a (mon.0) 1854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.853156+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:58.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.933010+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:58.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.936039+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:58.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.939890+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:58.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.941140+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:58.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:57.947863+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.002 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:28:58 smithi079 bash[62226]: ts=2023-12-05T13:28: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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:28:59.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.090179+0000 mgr.y (mgr.34107) 475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.191 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.186915+0000 mgr.y (mgr.34107) 476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.282323+0000 mgr.y (mgr.34107) 477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.377409+0000 mgr.y (mgr.34107) 478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.471145+0000 mgr.y (mgr.34107) 479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.569572+0000 mgr.y (mgr.34107) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.666203+0000 mgr.y (mgr.34107) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.758820+0000 mgr.y (mgr.34107) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.853856+0000 mgr.y (mgr.34107) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: cephadm 2023-12-05T13:28:57.948582+0000 mgr.y (mgr.34107) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[78714]: audit 2023-12-05T13:28:58.012592+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.014583+0000 mon.a (mon.0) 1862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.016648+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.017358+0000 mon.a (mon.0) 1864 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.022610+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.192 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.100438+0000 mon.a (mon.0) 1866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.103372+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.108022+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.109129+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.116532+0000 mon.a (mon.0) 1870 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.209142+0000 mon.a (mon.0) 1871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.090179+0000 mgr.y (mgr.34107) 475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.186915+0000 mgr.y (mgr.34107) 476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.282323+0000 mgr.y (mgr.34107) 477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.377409+0000 mgr.y (mgr.34107) 478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.471145+0000 mgr.y (mgr.34107) 479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.193 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.569572+0000 mgr.y (mgr.34107) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.666203+0000 mgr.y (mgr.34107) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.758820+0000 mgr.y (mgr.34107) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.853856+0000 mgr.y (mgr.34107) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: cephadm 2023-12-05T13:28:57.948582+0000 mgr.y (mgr.34107) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: audit 2023-12-05T13:28:58.012592+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: audit 2023-12-05T13:28:58.014583+0000 mon.a (mon.0) 1862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:58 smithi045 bash[81379]: audit 2023-12-05T13:28:58.016648+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.017358+0000 mon.a (mon.0) 1864 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.022610+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.100438+0000 mon.a (mon.0) 1866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.103372+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.108022+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.109129+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.116532+0000 mon.a (mon.0) 1870 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.209142+0000 mon.a (mon.0) 1871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.212455+0000 mon.a (mon.0) 1872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.214950+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.215811+0000 mon.a (mon.0) 1874 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.222866+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.285010+0000 mon.a (mon.0) 1876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.287133+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.289577+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.290486+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.297424+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.387066+0000 mon.a (mon.0) 1881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.390376+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.393571+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.394631+0000 mon.a (mon.0) 1884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.403378+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.479589+0000 mon.a (mon.0) 1886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.482259+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.486291+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.487230+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.493327+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.212455+0000 mon.a (mon.0) 1872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.214950+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.215811+0000 mon.a (mon.0) 1874 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.222866+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.285010+0000 mon.a (mon.0) 1876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.287133+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.289577+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.290486+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.297424+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.387066+0000 mon.a (mon.0) 1881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.390376+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.393571+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.394631+0000 mon.a (mon.0) 1884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.403378+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.479589+0000 mon.a (mon.0) 1886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.482259+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.486291+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.487230+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.493327+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.577904+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.580249+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.582460+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.583259+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.589105+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.667450+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.670119+0000 mon.a (mon.0) 1897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.673413+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.674674+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.681134+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.762868+0000 mon.a (mon.0) 1901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.765763+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.769110+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.770600+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.777953+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.858045+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.861330+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.868911+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.870267+0000 mon.a (mon.0) 1909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.877748+0000 mon.a (mon.0) 1910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.577904+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.580249+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.582460+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.583259+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.589105+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.667450+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.670119+0000 mon.a (mon.0) 1897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.673413+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.674674+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.681134+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.762868+0000 mon.a (mon.0) 1901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.765763+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.769110+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.770600+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.777953+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.858045+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.861330+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.868911+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.870267+0000 mon.a (mon.0) 1909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.877748+0000 mon.a (mon.0) 1910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.961813+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.964366+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.967212+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.968507+0000 mon.a (mon.0) 1914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[78714]: audit 2023-12-05T13:28:58.977728+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.961813+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.964366+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.967212+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.968507+0000 mon.a (mon.0) 1914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[81379]: audit 2023-12-05T13:28:58.977728+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.090179+0000 mgr.y (mgr.34107) 475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.186915+0000 mgr.y (mgr.34107) 476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.282323+0000 mgr.y (mgr.34107) 477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.377409+0000 mgr.y (mgr.34107) 478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.471145+0000 mgr.y (mgr.34107) 479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.569572+0000 mgr.y (mgr.34107) 480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.666203+0000 mgr.y (mgr.34107) 481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.758820+0000 mgr.y (mgr.34107) 482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.853856+0000 mgr.y (mgr.34107) 483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: cephadm 2023-12-05T13:28:57.948582+0000 mgr.y (mgr.34107) 484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.012592+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.014583+0000 mon.a (mon.0) 1862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.016648+0000 mon.a (mon.0) 1863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.017358+0000 mon.a (mon.0) 1864 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.022610+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.100438+0000 mon.a (mon.0) 1866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.103372+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.108022+0000 mon.a (mon.0) 1868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.109129+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.116532+0000 mon.a (mon.0) 1870 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.209142+0000 mon.a (mon.0) 1871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.212455+0000 mon.a (mon.0) 1872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.214950+0000 mon.a (mon.0) 1873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.215811+0000 mon.a (mon.0) 1874 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.222866+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.285010+0000 mon.a (mon.0) 1876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.287133+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.289577+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.290486+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.297424+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.387066+0000 mon.a (mon.0) 1881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.390376+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.393571+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.394631+0000 mon.a (mon.0) 1884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.403378+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.479589+0000 mon.a (mon.0) 1886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.482259+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.486291+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.487230+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.493327+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.577904+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.580249+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.582460+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.583259+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.589105+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.667450+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.670119+0000 mon.a (mon.0) 1897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.673413+0000 mon.a (mon.0) 1898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.674674+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.681134+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.762868+0000 mon.a (mon.0) 1901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.765763+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.769110+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.770600+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.777953+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.858045+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.861330+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.868911+0000 mon.a (mon.0) 1908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.870267+0000 mon.a (mon.0) 1909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.877748+0000 mon.a (mon.0) 1910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.961813+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.964366+0000 mon.a (mon.0) 1912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.967212+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.968507+0000 mon.a (mon.0) 1914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:28:59.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:28:59 smithi079 bash[66795]: audit 2023-12-05T13:28:58.977728+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:28:59.444 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:28:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:28:59] "GET /metrics HTTP/1.1" 200 38384 "" "Prometheus/2.33.4" 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.023075+0000 mgr.y (mgr.34107) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cluster 2023-12-05T13:28:58.103813+0000 mgr.y (mgr.34107) 486 : cluster 0 pgmap v90: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.117185+0000 mgr.y (mgr.34107) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.223449+0000 mgr.y (mgr.34107) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.298052+0000 mgr.y (mgr.34107) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.404059+0000 mgr.y (mgr.34107) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.493912+0000 mgr.y (mgr.34107) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.589656+0000 mgr.y (mgr.34107) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.681723+0000 mgr.y (mgr.34107) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.778573+0000 mgr.y (mgr.34107) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.878651+0000 mgr.y (mgr.34107) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:58.978352+0000 mgr.y (mgr.34107) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.058854+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.061475+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.065809+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.067017+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.076137+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.076981+0000 mgr.y (mgr.34107) 497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.155548+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.157946+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.160313+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.161223+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.168185+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.168886+0000 mgr.y (mgr.34107) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.246165+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.249426+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.253481+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.254791+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.262687+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.263477+0000 mgr.y (mgr.34107) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.347311+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.349830+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.353141+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.354451+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.361473+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.362205+0000 mgr.y (mgr.34107) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.444332+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.447949+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.451194+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.452292+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.459264+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.459853+0000 mgr.y (mgr.34107) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cluster 2023-12-05T13:28:59.472731+0000 mon.a (mon.0) 1941 : cluster 3 Health check update: Degraded data redundancy: 87/630 objects degraded (13.810%), 25 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.540249+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.542759+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.545910+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.547130+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.554990+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.555837+0000 mgr.y (mgr.34107) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.636237+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.638817+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.641683+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.642860+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.649357+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.649974+0000 mgr.y (mgr.34107) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.728959+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.731452+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.733968+0000 mon.a (mon.0) 1954 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.734921+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.740565+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.741551+0000 mgr.y (mgr.34107) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.821426+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.824775+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.828390+0000 mon.a (mon.0) 1959 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.829432+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.839023+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.839834+0000 mgr.y (mgr.34107) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.919658+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.922468+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.926118+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.927472+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: audit 2023-12-05T13:28:59.936785+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:00 smithi079 bash[66795]: cephadm 2023-12-05T13:28:59.937461+0000 mgr.y (mgr.34107) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.023075+0000 mgr.y (mgr.34107) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cluster 2023-12-05T13:28:58.103813+0000 mgr.y (mgr.34107) 486 : cluster 0 pgmap v90: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.117185+0000 mgr.y (mgr.34107) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.223449+0000 mgr.y (mgr.34107) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.298052+0000 mgr.y (mgr.34107) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.404059+0000 mgr.y (mgr.34107) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.493912+0000 mgr.y (mgr.34107) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.589656+0000 mgr.y (mgr.34107) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.681723+0000 mgr.y (mgr.34107) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.778573+0000 mgr.y (mgr.34107) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.878651+0000 mgr.y (mgr.34107) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:58.978352+0000 mgr.y (mgr.34107) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.058854+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.061475+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.065809+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.067017+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.076137+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.076981+0000 mgr.y (mgr.34107) 497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.155548+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.157946+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.160313+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.161223+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.168185+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.168886+0000 mgr.y (mgr.34107) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.246165+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.249426+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.253481+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.254791+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.262687+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.263477+0000 mgr.y (mgr.34107) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.347311+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.349830+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.353141+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.354451+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.361473+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.362205+0000 mgr.y (mgr.34107) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.444332+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.447949+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.451194+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.452292+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.459264+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.459853+0000 mgr.y (mgr.34107) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cluster 2023-12-05T13:28:59.472731+0000 mon.a (mon.0) 1941 : cluster 3 Health check update: Degraded data redundancy: 87/630 objects degraded (13.810%), 25 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.540249+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.542759+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.545910+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.547130+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.554990+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.555837+0000 mgr.y (mgr.34107) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.636237+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.638817+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.641683+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.642860+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.649357+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.649974+0000 mgr.y (mgr.34107) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.728959+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.731452+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.733968+0000 mon.a (mon.0) 1954 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.734921+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.740565+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.741551+0000 mgr.y (mgr.34107) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.821426+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.824775+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.828390+0000 mon.a (mon.0) 1959 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.829432+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.839023+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.839834+0000 mgr.y (mgr.34107) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.919658+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.922468+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.926118+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.927472+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: audit 2023-12-05T13:28:59.936785+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[78714]: cephadm 2023-12-05T13:28:59.937461+0000 mgr.y (mgr.34107) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.023075+0000 mgr.y (mgr.34107) 485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cluster 2023-12-05T13:28:58.103813+0000 mgr.y (mgr.34107) 486 : cluster 0 pgmap v90: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.117185+0000 mgr.y (mgr.34107) 487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.223449+0000 mgr.y (mgr.34107) 488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.298052+0000 mgr.y (mgr.34107) 489 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.404059+0000 mgr.y (mgr.34107) 490 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.493912+0000 mgr.y (mgr.34107) 491 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.589656+0000 mgr.y (mgr.34107) 492 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.681723+0000 mgr.y (mgr.34107) 493 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.778573+0000 mgr.y (mgr.34107) 494 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.878651+0000 mgr.y (mgr.34107) 495 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:58.978352+0000 mgr.y (mgr.34107) 496 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.058854+0000 mon.a (mon.0) 1916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.061475+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.065809+0000 mon.a (mon.0) 1918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.067017+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.076137+0000 mon.a (mon.0) 1920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.076981+0000 mgr.y (mgr.34107) 497 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.155548+0000 mon.a (mon.0) 1921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.157946+0000 mon.a (mon.0) 1922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.160313+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.161223+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.168185+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.168886+0000 mgr.y (mgr.34107) 498 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.246165+0000 mon.a (mon.0) 1926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.249426+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.253481+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.254791+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.262687+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.263477+0000 mgr.y (mgr.34107) 499 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.347311+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.349830+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.353141+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.354451+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.361473+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.362205+0000 mgr.y (mgr.34107) 500 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.444332+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.447949+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.451194+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.452292+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.459264+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.459853+0000 mgr.y (mgr.34107) 501 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cluster 2023-12-05T13:28:59.472731+0000 mon.a (mon.0) 1941 : cluster 3 Health check update: Degraded data redundancy: 87/630 objects degraded (13.810%), 25 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.540249+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.542759+0000 mon.a (mon.0) 1943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.545910+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.547130+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.554990+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.555837+0000 mgr.y (mgr.34107) 502 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.636237+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.638817+0000 mon.a (mon.0) 1948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.641683+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.642860+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.649357+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.649974+0000 mgr.y (mgr.34107) 503 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.728959+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.731452+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.733968+0000 mon.a (mon.0) 1954 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.734921+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.740565+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.741551+0000 mgr.y (mgr.34107) 504 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.821426+0000 mon.a (mon.0) 1957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.824775+0000 mon.a (mon.0) 1958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.828390+0000 mon.a (mon.0) 1959 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.829432+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.839023+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.839834+0000 mgr.y (mgr.34107) 505 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.919658+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.922468+0000 mon.a (mon.0) 1963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.926118+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.927472+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: audit 2023-12-05T13:28:59.936785+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:00.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:00 smithi045 bash[81379]: cephadm 2023-12-05T13:28:59.937461+0000 mgr.y (mgr.34107) 506 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.021194+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.023701+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.026398+0000 mon.a (mon.0) 1969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.027405+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.035242+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.035906+0000 mgr.y (mgr.34107) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.081200+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.083898+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.087738+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.088955+0000 mon.a (mon.0) 1975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.097228+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.097896+0000 mgr.y (mgr.34107) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cluster 2023-12-05T13:29:00.104823+0000 mgr.y (mgr.34107) 509 : cluster 0 pgmap v91: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.166753+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.173464+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.174492+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.177236+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.180395+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.183267+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.184253+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.190351+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.190973+0000 mgr.y (mgr.34107) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.269408+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.271708+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.274730+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.275654+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.281345+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.281843+0000 mgr.y (mgr.34107) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.361717+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.365780+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.368858+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.369956+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.377196+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.378055+0000 mgr.y (mgr.34107) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.456086+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.460710+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.464488+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.465958+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.475649+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.476369+0000 mgr.y (mgr.34107) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.557427+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.559895+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.563495+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.564622+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.572304+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.572956+0000 mgr.y (mgr.34107) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.653001+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.656097+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.658340+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.659402+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.664807+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.665335+0000 mgr.y (mgr.34107) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.742637+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.745486+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.748986+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.750023+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.757219+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.757905+0000 mgr.y (mgr.34107) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.840002+0000 mon.a (mon.0) 2015 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.843929+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.847096+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.848555+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.855457+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.856154+0000 mgr.y (mgr.34107) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.905081+0000 mgr.y (mgr.34107) 518 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:01.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.933772+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.936548+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.939528+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.940722+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: audit 2023-12-05T13:29:00.948936+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:01 smithi079 bash[66795]: cephadm 2023-12-05T13:29:00.949938+0000 mgr.y (mgr.34107) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.021194+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.023701+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.026398+0000 mon.a (mon.0) 1969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.027405+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.035242+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.035906+0000 mgr.y (mgr.34107) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.081200+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.083898+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.087738+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.088955+0000 mon.a (mon.0) 1975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.097228+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.097896+0000 mgr.y (mgr.34107) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cluster 2023-12-05T13:29:00.104823+0000 mgr.y (mgr.34107) 509 : cluster 0 pgmap v91: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.166753+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.173464+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.174492+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.177236+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.180395+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.183267+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.021194+0000 mon.a (mon.0) 1967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.023701+0000 mon.a (mon.0) 1968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.026398+0000 mon.a (mon.0) 1969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.027405+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.035242+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.035906+0000 mgr.y (mgr.34107) 507 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.081200+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.083898+0000 mon.a (mon.0) 1973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.087738+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.088955+0000 mon.a (mon.0) 1975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.097228+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.097896+0000 mgr.y (mgr.34107) 508 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cluster 2023-12-05T13:29:00.104823+0000 mgr.y (mgr.34107) 509 : cluster 0 pgmap v91: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.166753+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.173464+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.174492+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.177236+0000 mon.a (mon.0) 1980 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.180395+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.183267+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.184253+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.190351+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.190973+0000 mgr.y (mgr.34107) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.269408+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.271708+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.274730+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.275654+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.281345+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.281843+0000 mgr.y (mgr.34107) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.361717+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.365780+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.368858+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.369956+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.377196+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.378055+0000 mgr.y (mgr.34107) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.456086+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.460710+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.464488+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.465958+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.475649+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.476369+0000 mgr.y (mgr.34107) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.557427+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.559895+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.563495+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.564622+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.572304+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.572956+0000 mgr.y (mgr.34107) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.653001+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.656097+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.658340+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.659402+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.664807+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.665335+0000 mgr.y (mgr.34107) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.742637+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.745486+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.748986+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.750023+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.757219+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.757905+0000 mgr.y (mgr.34107) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.840002+0000 mon.a (mon.0) 2015 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.843929+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.184253+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.190351+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.190973+0000 mgr.y (mgr.34107) 510 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.269408+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.271708+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.274730+0000 mon.a (mon.0) 1987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.275654+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.281345+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.281843+0000 mgr.y (mgr.34107) 511 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.361717+0000 mon.a (mon.0) 1990 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.365780+0000 mon.a (mon.0) 1991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.368858+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.369956+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.377196+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.378055+0000 mgr.y (mgr.34107) 512 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.456086+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.460710+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.464488+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.465958+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.475649+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.476369+0000 mgr.y (mgr.34107) 513 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.847096+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.848555+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.855457+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.856154+0000 mgr.y (mgr.34107) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.905081+0000 mgr.y (mgr.34107) 518 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.933772+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.936548+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.939528+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.940722+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: audit 2023-12-05T13:29:00.948936+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[81379]: cephadm 2023-12-05T13:29:00.949938+0000 mgr.y (mgr.34107) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.557427+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.559895+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.563495+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.564622+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.572304+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.572956+0000 mgr.y (mgr.34107) 514 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.653001+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.656097+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.658340+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.659402+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.664807+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.665335+0000 mgr.y (mgr.34107) 515 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.742637+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.745486+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.748986+0000 mon.a (mon.0) 2012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.750023+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.757219+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.757905+0000 mgr.y (mgr.34107) 516 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.840002+0000 mon.a (mon.0) 2015 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.843929+0000 mon.a (mon.0) 2016 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.847096+0000 mon.a (mon.0) 2017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.848555+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.855457+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.856154+0000 mgr.y (mgr.34107) 517 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.905081+0000 mgr.y (mgr.34107) 518 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.933772+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.936548+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.939528+0000 mon.a (mon.0) 2022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.940722+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: audit 2023-12-05T13:29:00.948936+0000 mon.a (mon.0) 2024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:01.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[78714]: cephadm 2023-12-05T13:29:00.949938+0000 mgr.y (mgr.34107) 519 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.011 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.029079+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.011 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.031386+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.011 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.033693+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.011 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.034550+0000 mon.a (mon.0) 2028 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.011 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.039726+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.040413+0000 mgr.y (mgr.34107) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.115304+0000 mon.a (mon.0) 2030 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.118454+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.121585+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.122555+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.128606+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.129228+0000 mgr.y (mgr.34107) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.207853+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.210199+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.212520+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.213528+0000 mon.a (mon.0) 2038 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.220408+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.012 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.221097+0000 mgr.y (mgr.34107) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.294625+0000 mon.a (mon.0) 2040 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.297670+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.300992+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.302236+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.309038+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.309602+0000 mgr.y (mgr.34107) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.388311+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.390844+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.394961+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.396192+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.405133+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.013 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.405697+0000 mgr.y (mgr.34107) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.484161+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.486716+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.489726+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.490888+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.498891+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.499778+0000 mgr.y (mgr.34107) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.583795+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.014 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.586705+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.014 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:29:01 smithi045 bash[89414]: debug 2023-12-05T13:29:01.804+0000 7fe65769e700 1 -- 172.21.15.45:0/835548247 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555c9ca4b1e0 con 0x555c9cad0800 2023-12-05T13:29:02.015 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.029079+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.029079+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.031386+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.033693+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.034550+0000 mon.a (mon.0) 2028 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.039726+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.040413+0000 mgr.y (mgr.34107) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.115304+0000 mon.a (mon.0) 2030 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.118454+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.121585+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.122555+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.128606+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.129228+0000 mgr.y (mgr.34107) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.207853+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.210199+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.212520+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.213528+0000 mon.a (mon.0) 2038 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.220408+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.221097+0000 mgr.y (mgr.34107) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.294625+0000 mon.a (mon.0) 2040 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.297670+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.300992+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.302236+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.309038+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.309602+0000 mgr.y (mgr.34107) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.388311+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.390844+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.394961+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.396192+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.405133+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.405697+0000 mgr.y (mgr.34107) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.484161+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.486716+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.489726+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.490888+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.498891+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.499778+0000 mgr.y (mgr.34107) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.583795+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.586705+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.589647+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.590627+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.598876+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.599473+0000 mgr.y (mgr.34107) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.683031+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.685232+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.689049+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.691032+0000 mon.a (mon.0) 2063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.701306+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.701970+0000 mgr.y (mgr.34107) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.781177+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.784242+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.787816+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.789009+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.798067+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.798848+0000 mgr.y (mgr.34107) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.879065+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.881450+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.884478+0000 mon.a (mon.0) 2072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.885515+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.892501+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.893251+0000 mgr.y (mgr.34107) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.975587+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.978431+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.981297+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.982658+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: audit 2023-12-05T13:29:01.991189+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:02 smithi079 bash[66795]: cephadm 2023-12-05T13:29:01.992023+0000 mgr.y (mgr.34107) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.362 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[89414]: debug 2023-12-05T13:29:02.352+0000 7fe660824640 -1 Falling back to public interface 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.589647+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.590627+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.598876+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.599473+0000 mgr.y (mgr.34107) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.683031+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.685232+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.689049+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.691032+0000 mon.a (mon.0) 2063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.701306+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.363 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.701970+0000 mgr.y (mgr.34107) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.781177+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.784242+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.787816+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.789009+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.798067+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.798848+0000 mgr.y (mgr.34107) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.879065+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.881450+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.884478+0000 mon.a (mon.0) 2072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.885515+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.892501+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.893251+0000 mgr.y (mgr.34107) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.975587+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.978431+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.364 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.981297+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.365 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.982658+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.365 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: audit 2023-12-05T13:29:01.991189+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.365 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[81379]: cephadm 2023-12-05T13:29:01.992023+0000 mgr.y (mgr.34107) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.365 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.031386+0000 mon.a (mon.0) 2026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.365 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.033693+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.365 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.034550+0000 mon.a (mon.0) 2028 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.039726+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.040413+0000 mgr.y (mgr.34107) 520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.115304+0000 mon.a (mon.0) 2030 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.118454+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.121585+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.122555+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.128606+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.129228+0000 mgr.y (mgr.34107) 521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.207853+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.210199+0000 mon.a (mon.0) 2036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.212520+0000 mon.a (mon.0) 2037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.213528+0000 mon.a (mon.0) 2038 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.220408+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.221097+0000 mgr.y (mgr.34107) 522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.294625+0000 mon.a (mon.0) 2040 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.297670+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.300992+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.302236+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.309038+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.309602+0000 mgr.y (mgr.34107) 523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.388311+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.390844+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.394961+0000 mon.a (mon.0) 2047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.396192+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.405133+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.405697+0000 mgr.y (mgr.34107) 524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.484161+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.486716+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.489726+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.490888+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.498891+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.499778+0000 mgr.y (mgr.34107) 525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.583795+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.586705+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.589647+0000 mon.a (mon.0) 2057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.590627+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.598876+0000 mon.a (mon.0) 2059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.599473+0000 mgr.y (mgr.34107) 526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.683031+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.685232+0000 mon.a (mon.0) 2061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.689049+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.691032+0000 mon.a (mon.0) 2063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.701306+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.701970+0000 mgr.y (mgr.34107) 527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.781177+0000 mon.a (mon.0) 2065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.784242+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.787816+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.789009+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.798067+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.798848+0000 mgr.y (mgr.34107) 528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.879065+0000 mon.a (mon.0) 2070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.881450+0000 mon.a (mon.0) 2071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.884478+0000 mon.a (mon.0) 2072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.885515+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.892501+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.893251+0000 mgr.y (mgr.34107) 529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:02.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.975587+0000 mon.a (mon.0) 2075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:02.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.978431+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:02.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.981297+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:02.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.982658+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:02.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: audit 2023-12-05T13:29:01.991189+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:02.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:02 smithi045 bash[78714]: cephadm 2023-12-05T13:29:01.992023+0000 mgr.y (mgr.34107) 530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.072872+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.077163+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.080740+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.082034+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.089562+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.091249+0000 mgr.y (mgr.34107) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cluster 2023-12-05T13:29:02.106133+0000 mgr.y (mgr.34107) 532 : cluster 0 pgmap v92: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.172022+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.174921+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.177267+0000 mon.a (mon.0) 2087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.178019+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.184438+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.185266+0000 mgr.y (mgr.34107) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.262225+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.264259+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.266865+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.267711+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.274580+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.275145+0000 mgr.y (mgr.34107) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.353197+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.357155+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.360799+0000 mon.a (mon.0) 2097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.361793+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.369153+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.369850+0000 mgr.y (mgr.34107) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.430336+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.433383+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.437379+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.439120+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.446645+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.447271+0000 mgr.y (mgr.34107) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.525610+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.527645+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.530762+0000 mon.a (mon.0) 2107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.531844+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.537711+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.538284+0000 mgr.y (mgr.34107) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.614968+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.619261+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.622610+0000 mon.a (mon.0) 2112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.624081+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.630425+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.630997+0000 mgr.y (mgr.34107) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.711920+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.714515+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.718113+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.719324+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.726089+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.726719+0000 mgr.y (mgr.34107) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.808048+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.810745+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.814185+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.815665+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.823496+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.824087+0000 mgr.y (mgr.34107) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.901450+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.905653+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.910068+0000 mon.a (mon.0) 2127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.911596+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.920988+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: cephadm 2023-12-05T13:29:02.921793+0000 mgr.y (mgr.34107) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:02.998382+0000 mon.a (mon.0) 2130 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:03 smithi079 bash[66795]: audit 2023-12-05T13:29:03.001033+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.072872+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.077163+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.080740+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.082034+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.089562+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.091249+0000 mgr.y (mgr.34107) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cluster 2023-12-05T13:29:02.106133+0000 mgr.y (mgr.34107) 532 : cluster 0 pgmap v92: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.172022+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.174921+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.177267+0000 mon.a (mon.0) 2087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.178019+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.184438+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.185266+0000 mgr.y (mgr.34107) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.262225+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.264259+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.266865+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.267711+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.274580+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.275145+0000 mgr.y (mgr.34107) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.353197+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.357155+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.360799+0000 mon.a (mon.0) 2097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.361793+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.369153+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.369850+0000 mgr.y (mgr.34107) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.430336+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.433383+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.437379+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.439120+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.446645+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.447271+0000 mgr.y (mgr.34107) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.525610+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.527645+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.530762+0000 mon.a (mon.0) 2107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.531844+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.537711+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.538284+0000 mgr.y (mgr.34107) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.614968+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.619261+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.622610+0000 mon.a (mon.0) 2112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.624081+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.630425+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.630997+0000 mgr.y (mgr.34107) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.711920+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.714515+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.718113+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.719324+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.726089+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.726719+0000 mgr.y (mgr.34107) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.808048+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.810745+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.814185+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.815665+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.823496+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.824087+0000 mgr.y (mgr.34107) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.901450+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.905653+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.910068+0000 mon.a (mon.0) 2127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.911596+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.920988+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: cephadm 2023-12-05T13:29:02.921793+0000 mgr.y (mgr.34107) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:02.998382+0000 mon.a (mon.0) 2130 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[78714]: audit 2023-12-05T13:29:03.001033+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.072872+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.077163+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.080740+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.082034+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.089562+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.091249+0000 mgr.y (mgr.34107) 531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cluster 2023-12-05T13:29:02.106133+0000 mgr.y (mgr.34107) 532 : cluster 0 pgmap v92: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.172022+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.174921+0000 mon.a (mon.0) 2086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.177267+0000 mon.a (mon.0) 2087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.178019+0000 mon.a (mon.0) 2088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.184438+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.185266+0000 mgr.y (mgr.34107) 533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.262225+0000 mon.a (mon.0) 2090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.264259+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.266865+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.267711+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.274580+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.275145+0000 mgr.y (mgr.34107) 534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.353197+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.357155+0000 mon.a (mon.0) 2096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.360799+0000 mon.a (mon.0) 2097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.361793+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.369153+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.369850+0000 mgr.y (mgr.34107) 535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.430336+0000 mon.a (mon.0) 2100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.433383+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.437379+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.439120+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.446645+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.447271+0000 mgr.y (mgr.34107) 536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.525610+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.527645+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.530762+0000 mon.a (mon.0) 2107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.531844+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.537711+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.538284+0000 mgr.y (mgr.34107) 537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.614968+0000 mon.a (mon.0) 2110 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.619261+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.622610+0000 mon.a (mon.0) 2112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.624081+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.630425+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.630997+0000 mgr.y (mgr.34107) 538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.711920+0000 mon.a (mon.0) 2115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.714515+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.718113+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.719324+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.726089+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.726719+0000 mgr.y (mgr.34107) 539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.808048+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.810745+0000 mon.a (mon.0) 2121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.814185+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.815665+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.823496+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.824087+0000 mgr.y (mgr.34107) 540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.901450+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.905653+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.910068+0000 mon.a (mon.0) 2127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.911596+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.920988+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: cephadm 2023-12-05T13:29:02.921793+0000 mgr.y (mgr.34107) 541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:02.998382+0000 mon.a (mon.0) 2130 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:03.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:03 smithi045 bash[81379]: audit 2023-12-05T13:29:03.001033+0000 mon.a (mon.0) 2131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.004497+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.005628+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.018763+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.019260+0000 mgr.y (mgr.34107) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.081612+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.084596+0000 mon.a (mon.0) 2136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.088267+0000 mon.a (mon.0) 2137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.093010+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.100145+0000 mon.a (mon.0) 2139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.100840+0000 mgr.y (mgr.34107) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.178691+0000 mon.a (mon.0) 2140 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.180784+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.182650+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.183473+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.188677+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.189442+0000 mgr.y (mgr.34107) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.268266+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.272394+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.276126+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.277662+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.287473+0000 mon.a (mon.0) 2149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.288620+0000 mgr.y (mgr.34107) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.369464+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.373967+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.377134+0000 mon.a (mon.0) 2152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.377917+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.385194+0000 mon.a (mon.0) 2154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.385761+0000 mgr.y (mgr.34107) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.465273+0000 mon.a (mon.0) 2155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.468211+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.471299+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.472128+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.479813+0000 mon.a (mon.0) 2159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.480463+0000 mgr.y (mgr.34107) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.557611+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.560498+0000 mon.a (mon.0) 2161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.563970+0000 mon.a (mon.0) 2162 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.565656+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.575718+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.576512+0000 mgr.y (mgr.34107) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.659040+0000 mon.a (mon.0) 2165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.661163+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.663800+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.664670+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.670190+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.670714+0000 mgr.y (mgr.34107) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.746608+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.748931+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.751778+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.752684+0000 mon.a (mon.0) 2173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.760383+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.761002+0000 mgr.y (mgr.34107) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.840837+0000 mon.a (mon.0) 2175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.843752+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.848998+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.850291+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.858562+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.859287+0000 mgr.y (mgr.34107) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.940503+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.944493+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.947824+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.949061+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: audit 2023-12-05T13:29:03.957194+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:04 smithi079 bash[66795]: cephadm 2023-12-05T13:29:03.957821+0000 mgr.y (mgr.34107) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.004497+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.005628+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.018763+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.019260+0000 mgr.y (mgr.34107) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.081612+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.084596+0000 mon.a (mon.0) 2136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.088267+0000 mon.a (mon.0) 2137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.093010+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.100145+0000 mon.a (mon.0) 2139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.100840+0000 mgr.y (mgr.34107) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.178691+0000 mon.a (mon.0) 2140 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.180784+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.182650+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.183473+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.188677+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.189442+0000 mgr.y (mgr.34107) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.268266+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.272394+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.276126+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.277662+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.287473+0000 mon.a (mon.0) 2149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.288620+0000 mgr.y (mgr.34107) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.369464+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.373967+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.377134+0000 mon.a (mon.0) 2152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.377917+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.385194+0000 mon.a (mon.0) 2154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.385761+0000 mgr.y (mgr.34107) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.465273+0000 mon.a (mon.0) 2155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.468211+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.471299+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.472128+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.479813+0000 mon.a (mon.0) 2159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.480463+0000 mgr.y (mgr.34107) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.557611+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.560498+0000 mon.a (mon.0) 2161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.563970+0000 mon.a (mon.0) 2162 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.565656+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.575718+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.576512+0000 mgr.y (mgr.34107) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.659040+0000 mon.a (mon.0) 2165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.661163+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.663800+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.664670+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.670190+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.670714+0000 mgr.y (mgr.34107) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.746608+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.748931+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.751778+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.752684+0000 mon.a (mon.0) 2173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.760383+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.761002+0000 mgr.y (mgr.34107) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.840837+0000 mon.a (mon.0) 2175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.843752+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.848998+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.850291+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.858562+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.859287+0000 mgr.y (mgr.34107) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.940503+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.944493+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.947824+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.949061+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: audit 2023-12-05T13:29:03.957194+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[78714]: cephadm 2023-12-05T13:29:03.957821+0000 mgr.y (mgr.34107) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.004497+0000 mon.a (mon.0) 2132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.005628+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.018763+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.019260+0000 mgr.y (mgr.34107) 542 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.081612+0000 mon.a (mon.0) 2135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.084596+0000 mon.a (mon.0) 2136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.088267+0000 mon.a (mon.0) 2137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.093010+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.100145+0000 mon.a (mon.0) 2139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.100840+0000 mgr.y (mgr.34107) 543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.326 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.178691+0000 mon.a (mon.0) 2140 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.180784+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.182650+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.183473+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.188677+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.189442+0000 mgr.y (mgr.34107) 544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.268266+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.272394+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.276126+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.277662+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.287473+0000 mon.a (mon.0) 2149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.288620+0000 mgr.y (mgr.34107) 545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.369464+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.373967+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.377134+0000 mon.a (mon.0) 2152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.377917+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.385194+0000 mon.a (mon.0) 2154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.385761+0000 mgr.y (mgr.34107) 546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.465273+0000 mon.a (mon.0) 2155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.468211+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.471299+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.472128+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.479813+0000 mon.a (mon.0) 2159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.480463+0000 mgr.y (mgr.34107) 547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.557611+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.560498+0000 mon.a (mon.0) 2161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.563970+0000 mon.a (mon.0) 2162 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.565656+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.575718+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.576512+0000 mgr.y (mgr.34107) 548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.659040+0000 mon.a (mon.0) 2165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.661163+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.663800+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.664670+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.670190+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.670714+0000 mgr.y (mgr.34107) 549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.746608+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.748931+0000 mon.a (mon.0) 2171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.751778+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.752684+0000 mon.a (mon.0) 2173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.760383+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.761002+0000 mgr.y (mgr.34107) 550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.840837+0000 mon.a (mon.0) 2175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.330 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.843752+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.848998+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.850291+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.858562+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.859287+0000 mgr.y (mgr.34107) 551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.940503+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.944493+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.947824+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.949061+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: audit 2023-12-05T13:29:03.957194+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:04.331 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:04 smithi045 bash[81379]: cephadm 2023-12-05T13:29:03.957821+0000 mgr.y (mgr.34107) 552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.030959+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.033319+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.035863+0000 mon.a (mon.0) 2187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.036742+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.042036+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.042770+0000 mgr.y (mgr.34107) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cluster 2023-12-05T13:29:04.107039+0000 mgr.y (mgr.34107) 554 : cluster 0 pgmap v93: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.123851+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.126414+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.129643+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.130742+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.138985+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.139835+0000 mgr.y (mgr.34107) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.219257+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.221200+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.223191+0000 mon.a (mon.0) 2197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.223909+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.229455+0000 mon.a (mon.0) 2199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.229968+0000 mgr.y (mgr.34107) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.309717+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.312137+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.315183+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.316205+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.322357+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.323054+0000 mgr.y (mgr.34107) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.406050+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.409336+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.412644+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.413677+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.422095+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.422883+0000 mgr.y (mgr.34107) 558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.502072+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.505375+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.508430+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.509618+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.517278+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.517960+0000 mgr.y (mgr.34107) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.594181+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.598045+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.601262+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.602532+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.611619+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.612641+0000 mgr.y (mgr.34107) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.694370+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.696721+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.699531+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.700511+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.707916+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.708577+0000 mgr.y (mgr.34107) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.786383+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.788907+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.791958+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.793028+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.800945+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.801786+0000 mgr.y (mgr.34107) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.848288+0000 mon.a (mon.0) 2230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.849770+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.930493+0000 mon.a (mon.0) 2232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.934814+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.938703+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.939980+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.946724+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: cephadm 2023-12-05T13:29:04.947556+0000 mgr.y (mgr.34107) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:05 smithi079 bash[66795]: audit 2023-12-05T13:29:04.980157+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.030959+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.033319+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.035863+0000 mon.a (mon.0) 2187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.036742+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.042036+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.042770+0000 mgr.y (mgr.34107) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cluster 2023-12-05T13:29:04.107039+0000 mgr.y (mgr.34107) 554 : cluster 0 pgmap v93: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.123851+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.126414+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.402 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.129643+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.130742+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.138985+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.139835+0000 mgr.y (mgr.34107) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.219257+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.221200+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.223191+0000 mon.a (mon.0) 2197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.223909+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.229455+0000 mon.a (mon.0) 2199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.229968+0000 mgr.y (mgr.34107) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.309717+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.312137+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.315183+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.316205+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.322357+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.323054+0000 mgr.y (mgr.34107) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.403 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.406050+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.409336+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.412644+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.413677+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.422095+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.422883+0000 mgr.y (mgr.34107) 558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.502072+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.505375+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.508430+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.509618+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.517278+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.517960+0000 mgr.y (mgr.34107) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.594181+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.404 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.598045+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.601262+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.602532+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.611619+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.612641+0000 mgr.y (mgr.34107) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.694370+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.696721+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.699531+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.700511+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.707916+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.708577+0000 mgr.y (mgr.34107) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.786383+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.788907+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.791958+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.793028+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.800945+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.405 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.801786+0000 mgr.y (mgr.34107) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.848288+0000 mon.a (mon.0) 2230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.849770+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.930493+0000 mon.a (mon.0) 2232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.934814+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.030959+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.033319+0000 mon.a (mon.0) 2186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.035863+0000 mon.a (mon.0) 2187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.036742+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.042036+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.042770+0000 mgr.y (mgr.34107) 553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.406 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cluster 2023-12-05T13:29:04.107039+0000 mgr.y (mgr.34107) 554 : cluster 0 pgmap v93: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.123851+0000 mon.a (mon.0) 2190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.126414+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.129643+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.130742+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.138985+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.139835+0000 mgr.y (mgr.34107) 555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.219257+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.221200+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.223191+0000 mon.a (mon.0) 2197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.223909+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.229455+0000 mon.a (mon.0) 2199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.407 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.229968+0000 mgr.y (mgr.34107) 556 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.938703+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.939980+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.946724+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: cephadm 2023-12-05T13:29:04.947556+0000 mgr.y (mgr.34107) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[78714]: audit 2023-12-05T13:29:04.980157+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.309717+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.312137+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.408 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.315183+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.316205+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.322357+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.323054+0000 mgr.y (mgr.34107) 557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.406050+0000 mon.a (mon.0) 2205 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.409336+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.412644+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.413677+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.422095+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.422883+0000 mgr.y (mgr.34107) 558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.502072+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.505375+0000 mon.a (mon.0) 2211 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.508430+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.509618+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.517278+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.409 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.517960+0000 mgr.y (mgr.34107) 559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.594181+0000 mon.a (mon.0) 2215 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.598045+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.601262+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.602532+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.611619+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.612641+0000 mgr.y (mgr.34107) 560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.694370+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.696721+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.699531+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.700511+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.707916+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.708577+0000 mgr.y (mgr.34107) 561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.786383+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.410 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.788907+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.791958+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.793028+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.800945+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.801786+0000 mgr.y (mgr.34107) 562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.848288+0000 mon.a (mon.0) 2230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.849770+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.930493+0000 mon.a (mon.0) 2232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.934814+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.938703+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.939980+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.946724+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: cephadm 2023-12-05T13:29:04.947556+0000 mgr.y (mgr.34107) 563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:05.411 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[81379]: audit 2023-12-05T13:29:04.980157+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:05.694 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[89414]: debug 2023-12-05T13:29:05.392+0000 7fe660824640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-05T13:29:05.695 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:29:05 smithi045 bash[89414]: debug 2023-12-05T13:29:05.428+0000 7fe660824640 -1 osd.1 110 log_to_monitors true 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.028529+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.030416+0000 mon.a (mon.0) 2239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.032492+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.033378+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.039181+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.039740+0000 mgr.y (mgr.34107) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.122869+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.125866+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.128368+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.129218+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.136266+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.136898+0000 mgr.y (mgr.34107) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.219935+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.223708+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.229145+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.230858+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.236834+0000 mon.a (mon.0) 2252 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.237352+0000 mgr.y (mgr.34107) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.318424+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.320475+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.322673+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.323374+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.328644+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.329278+0000 mgr.y (mgr.34107) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.408751+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.414524+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.416547+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.417276+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.423923+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.424651+0000 mgr.y (mgr.34107) 568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.437804+0000 mon.c (mon.1) 10 : audit 1 from='osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.438169+0000 mon.a (mon.0) 2263 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.503406+0000 mon.a (mon.0) 2264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.506245+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.510318+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.511423+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.518085+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.518860+0000 mgr.y (mgr.34107) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.593940+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.596354+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.599189+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.600209+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.609020+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.610449+0000 mgr.y (mgr.34107) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.694275+0000 mon.a (mon.0) 2274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.696519+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.699293+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.700361+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.707449+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.708312+0000 mgr.y (mgr.34107) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.787226+0000 mon.a (mon.0) 2279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.790414+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.793605+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.794610+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.802231+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.802976+0000 mgr.y (mgr.34107) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.882236+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.884578+0000 mon.a (mon.0) 2285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.887345+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.888634+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.895694+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.896256+0000 mgr.y (mgr.34107) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.979459+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.982127+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.985344+0000 mon.a (mon.0) 2291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.986580+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: audit 2023-12-05T13:29:05.995804+0000 mon.a (mon.0) 2293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[78714]: cephadm 2023-12-05T13:29:05.996431+0000 mgr.y (mgr.34107) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.028529+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.030416+0000 mon.a (mon.0) 2239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.032492+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.033378+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.039181+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.039740+0000 mgr.y (mgr.34107) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.122869+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.125866+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.128368+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.129218+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.136266+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.136898+0000 mgr.y (mgr.34107) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.219935+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.223708+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.229145+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.230858+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.236834+0000 mon.a (mon.0) 2252 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.237352+0000 mgr.y (mgr.34107) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.318424+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.320475+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.322673+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.323374+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.328644+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.329278+0000 mgr.y (mgr.34107) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.408751+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.414524+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.416547+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.417276+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.423923+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.424651+0000 mgr.y (mgr.34107) 568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.437804+0000 mon.c (mon.1) 10 : audit 1 from='osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:29:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.438169+0000 mon.a (mon.0) 2263 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:29:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.503406+0000 mon.a (mon.0) 2264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.506245+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.510318+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.511423+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.518085+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.518860+0000 mgr.y (mgr.34107) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.593940+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.596354+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.599189+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.600209+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.609020+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.610449+0000 mgr.y (mgr.34107) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.694275+0000 mon.a (mon.0) 2274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.696519+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.699293+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.700361+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.707449+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.708312+0000 mgr.y (mgr.34107) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.787226+0000 mon.a (mon.0) 2279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.790414+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.793605+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.794610+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.802231+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.802976+0000 mgr.y (mgr.34107) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.882236+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.884578+0000 mon.a (mon.0) 2285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.887345+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.888634+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.895694+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.896256+0000 mgr.y (mgr.34107) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.979459+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.982127+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.985344+0000 mon.a (mon.0) 2291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.986580+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: audit 2023-12-05T13:29:05.995804+0000 mon.a (mon.0) 2293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[81379]: cephadm 2023-12-05T13:29:05.996431+0000 mgr.y (mgr.34107) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.028529+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.030416+0000 mon.a (mon.0) 2239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.032492+0000 mon.a (mon.0) 2240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.033378+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.039181+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.039740+0000 mgr.y (mgr.34107) 564 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.122869+0000 mon.a (mon.0) 2243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.125866+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.128368+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.129218+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.136266+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.136898+0000 mgr.y (mgr.34107) 565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.219935+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.223708+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.229145+0000 mon.a (mon.0) 2250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.230858+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.236834+0000 mon.a (mon.0) 2252 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.237352+0000 mgr.y (mgr.34107) 566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.318424+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.320475+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.322673+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.323374+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.328644+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.329278+0000 mgr.y (mgr.34107) 567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.408751+0000 mon.a (mon.0) 2258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.414524+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.416547+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.417276+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.423923+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.424651+0000 mgr.y (mgr.34107) 568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.437804+0000 mon.c (mon.1) 10 : audit 1 from='osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.438169+0000 mon.a (mon.0) 2263 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.503406+0000 mon.a (mon.0) 2264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.506245+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.510318+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.511423+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.518085+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.518860+0000 mgr.y (mgr.34107) 569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.593940+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.596354+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.599189+0000 mon.a (mon.0) 2271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.600209+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.609020+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.610449+0000 mgr.y (mgr.34107) 570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.694275+0000 mon.a (mon.0) 2274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.696519+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.699293+0000 mon.a (mon.0) 2276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.700361+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.707449+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.708312+0000 mgr.y (mgr.34107) 571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.787226+0000 mon.a (mon.0) 2279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.790414+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.793605+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.794610+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.802231+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.802976+0000 mgr.y (mgr.34107) 572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.882236+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.884578+0000 mon.a (mon.0) 2285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.887345+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.888634+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.895694+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.896256+0000 mgr.y (mgr.34107) 573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.979459+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.982127+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.985344+0000 mon.a (mon.0) 2291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.986580+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: audit 2023-12-05T13:29:05.995804+0000 mon.a (mon.0) 2293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:06.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:06 smithi079 bash[66795]: cephadm 2023-12-05T13:29:05.996431+0000 mgr.y (mgr.34107) 574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:06.947 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:29:06 smithi045 bash[89414]: debug 2023-12-05T13:29:06.472+0000 7fe64e48e700 -1 osd.1 110 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:29:07.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.075928+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.078215+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.080506+0000 mon.a (mon.0) 2296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.081435+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.088664+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.089339+0000 mgr.y (mgr.34107) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cluster 2023-12-05T13:29:06.108442+0000 mgr.y (mgr.34107) 576 : cluster 0 pgmap v94: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.168751+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.171208+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.174534+0000 mon.a (mon.0) 2301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.175415+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.181322+0000 mon.a (mon.0) 2303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.181859+0000 mgr.y (mgr.34107) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.259201+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.262058+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.266671+0000 mon.a (mon.0) 2306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.268073+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.275233+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.276213+0000 mgr.y (mgr.34107) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.359167+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.361208+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.364681+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.365723+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.374395+0000 mon.a (mon.0) 2313 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.375333+0000 mgr.y (mgr.34107) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.423188+0000 mon.a (mon.0) 2314 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cluster 2023-12-05T13:29:06.427149+0000 mon.a (mon.0) 2315 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.431213+0000 mon.c (mon.1) 11 : audit 1 from='osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.432020+0000 mon.a (mon.0) 2316 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.453276+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cluster 2023-12-05T13:29:06.454488+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.455122+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.457058+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.457737+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.462884+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.463401+0000 mgr.y (mgr.34107) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.542827+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.545404+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.547892+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.548854+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.556685+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.557275+0000 mgr.y (mgr.34107) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.639616+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.641822+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.644576+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.645546+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.652411+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.652933+0000 mgr.y (mgr.34107) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.732501+0000 mon.a (mon.0) 2332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.735424+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.738162+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.739057+0000 mon.a (mon.0) 2335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.747394+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.748209+0000 mgr.y (mgr.34107) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.829127+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.832241+0000 mon.a (mon.0) 2338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.835292+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.836579+0000 mon.a (mon.0) 2340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.844633+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.845224+0000 mgr.y (mgr.34107) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.922519+0000 mon.a (mon.0) 2342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.925850+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.929841+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.930796+0000 mon.a (mon.0) 2345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: audit 2023-12-05T13:29:06.936674+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:07 smithi079 bash[66795]: cephadm 2023-12-05T13:29:06.937292+0000 mgr.y (mgr.34107) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.075928+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.078215+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.080506+0000 mon.a (mon.0) 2296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.081435+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.088664+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.089339+0000 mgr.y (mgr.34107) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cluster 2023-12-05T13:29:06.108442+0000 mgr.y (mgr.34107) 576 : cluster 0 pgmap v94: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.168751+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.171208+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.174534+0000 mon.a (mon.0) 2301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.175415+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.181322+0000 mon.a (mon.0) 2303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.181859+0000 mgr.y (mgr.34107) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.259201+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.262058+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.266671+0000 mon.a (mon.0) 2306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.268073+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.275233+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.276213+0000 mgr.y (mgr.34107) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.075928+0000 mon.a (mon.0) 2294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.344 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.078215+0000 mon.a (mon.0) 2295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.080506+0000 mon.a (mon.0) 2296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.081435+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.088664+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.089339+0000 mgr.y (mgr.34107) 575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cluster 2023-12-05T13:29:06.108442+0000 mgr.y (mgr.34107) 576 : cluster 0 pgmap v94: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.168751+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.171208+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.174534+0000 mon.a (mon.0) 2301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.175415+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.181322+0000 mon.a (mon.0) 2303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.181859+0000 mgr.y (mgr.34107) 577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.259201+0000 mon.a (mon.0) 2304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.262058+0000 mon.a (mon.0) 2305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.266671+0000 mon.a (mon.0) 2306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.345 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.268073+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.346 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.275233+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.346 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.276213+0000 mgr.y (mgr.34107) 578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.359167+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.361208+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.364681+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.365723+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.374395+0000 mon.a (mon.0) 2313 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.375333+0000 mgr.y (mgr.34107) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.423188+0000 mon.a (mon.0) 2314 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cluster 2023-12-05T13:29:06.427149+0000 mon.a (mon.0) 2315 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.431213+0000 mon.c (mon.1) 11 : audit 1 from='osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.432020+0000 mon.a (mon.0) 2316 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.453276+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cluster 2023-12-05T13:29:06.454488+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.455122+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.457058+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.457737+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.462884+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.463401+0000 mgr.y (mgr.34107) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.542827+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.545404+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.348 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.547892+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.348 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.359167+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.348 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.361208+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.348 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.364681+0000 mon.a (mon.0) 2311 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.348 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.365723+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.348 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.374395+0000 mon.a (mon.0) 2313 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.348 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.375333+0000 mgr.y (mgr.34107) 579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.423188+0000 mon.a (mon.0) 2314 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cluster 2023-12-05T13:29:06.427149+0000 mon.a (mon.0) 2315 : cluster 0 osdmap e113: 8 total, 7 up, 8 in 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.431213+0000 mon.c (mon.1) 11 : audit 1 from='osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.432020+0000 mon.a (mon.0) 2316 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.453276+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cluster 2023-12-05T13:29:06.454488+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.455122+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.457058+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.457737+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.462884+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.463401+0000 mgr.y (mgr.34107) 580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.542827+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.545404+0000 mon.a (mon.0) 2323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.349 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.547892+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.548854+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.556685+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.557275+0000 mgr.y (mgr.34107) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.639616+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.641822+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.644576+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.645546+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.652411+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.652933+0000 mgr.y (mgr.34107) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.732501+0000 mon.a (mon.0) 2332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.735424+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.738162+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.739057+0000 mon.a (mon.0) 2335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.747394+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.748209+0000 mgr.y (mgr.34107) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.829127+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.832241+0000 mon.a (mon.0) 2338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.835292+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.836579+0000 mon.a (mon.0) 2340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.844633+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.845224+0000 mgr.y (mgr.34107) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.922519+0000 mon.a (mon.0) 2342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.925850+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.929841+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.930796+0000 mon.a (mon.0) 2345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: audit 2023-12-05T13:29:06.936674+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[78714]: cephadm 2023-12-05T13:29:06.937292+0000 mgr.y (mgr.34107) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.548854+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.556685+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.557275+0000 mgr.y (mgr.34107) 581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.639616+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.641822+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.644576+0000 mon.a (mon.0) 2329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.645546+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.652411+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.652933+0000 mgr.y (mgr.34107) 582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.732501+0000 mon.a (mon.0) 2332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.735424+0000 mon.a (mon.0) 2333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.738162+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.739057+0000 mon.a (mon.0) 2335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.747394+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.748209+0000 mgr.y (mgr.34107) 583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.829127+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.832241+0000 mon.a (mon.0) 2338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.835292+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.836579+0000 mon.a (mon.0) 2340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.844633+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.845224+0000 mgr.y (mgr.34107) 584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.922519+0000 mon.a (mon.0) 2342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:07.353 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.925850+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:07.354 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.929841+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:07.354 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.930796+0000 mon.a (mon.0) 2345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:07.354 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: audit 2023-12-05T13:29:06.936674+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:07.354 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:07 smithi045 bash[81379]: cephadm 2023-12-05T13:29:06.937292+0000 mgr.y (mgr.34107) 585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:06.429110+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.027189+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.030438+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.032562+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.033315+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.038319+0000 mon.a (mon.0) 2351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.038890+0000 mgr.y (mgr.34107) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.118120+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.122224+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.125892+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.127270+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.134499+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.135200+0000 mgr.y (mgr.34107) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.214356+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.217625+0000 mon.a (mon.0) 2358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.221334+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.222695+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.231544+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.232589+0000 mgr.y (mgr.34107) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.311414+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.313905+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.315956+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.316931+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.322717+0000 mon.a (mon.0) 2366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.323239+0000 mgr.y (mgr.34107) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.402053+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.404732+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.407708+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.408891+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.413956+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.414912+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.415418+0000 mgr.y (mgr.34107) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.461568+0000 mon.a (mon.0) 2372 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.468325+0000 mon.a (mon.0) 2373 : cluster 1 osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713] boot 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.468556+0000 mon.a (mon.0) 2374 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-05T13:29:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.469099+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.472401+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.474735+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.475775+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.501159+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.505380+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.512949+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.514062+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.519922+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.520790+0000 mgr.y (mgr.34107) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.604394+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.608720+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.611391+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.612362+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.619004+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.619737+0000 mgr.y (mgr.34107) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.678104+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.680620+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.682963+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.683994+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.689918+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.690563+0000 mgr.y (mgr.34107) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.765682+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.768276+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.771612+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.772534+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.780018+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.781561+0000 mgr.y (mgr.34107) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.859686+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.865278+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.868822+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.870139+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.878005+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.878633+0000 mgr.y (mgr.34107) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.957432+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.960232+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.962283+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.963014+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: audit 2023-12-05T13:29:07.969466+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[66795]: cephadm 2023-12-05T13:29:07.970239+0000 mgr.y (mgr.34107) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:06.429110+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.027189+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.030438+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.032562+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.033315+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.038319+0000 mon.a (mon.0) 2351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.038890+0000 mgr.y (mgr.34107) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.118120+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.122224+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.125892+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.127270+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.134499+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.135200+0000 mgr.y (mgr.34107) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.214356+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.217625+0000 mon.a (mon.0) 2358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.221334+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.222695+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.231544+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.232589+0000 mgr.y (mgr.34107) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.311414+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.313905+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.315956+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.316931+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.322717+0000 mon.a (mon.0) 2366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.323239+0000 mgr.y (mgr.34107) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.402053+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.404732+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.407708+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.408891+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.413956+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.414912+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.415418+0000 mgr.y (mgr.34107) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.461568+0000 mon.a (mon.0) 2372 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.468325+0000 mon.a (mon.0) 2373 : cluster 1 osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713] boot 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.468556+0000 mon.a (mon.0) 2374 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.469099+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.472401+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.474735+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:08.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.475775+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:08.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.501159+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.505380+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.512949+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.514062+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.519922+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.520790+0000 mgr.y (mgr.34107) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.604394+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.608720+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.611391+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.612362+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.619004+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.619737+0000 mgr.y (mgr.34107) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.678104+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.680620+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.682963+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.683994+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.689918+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.690563+0000 mgr.y (mgr.34107) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.765682+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.768276+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.771612+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.772534+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.780018+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.781561+0000 mgr.y (mgr.34107) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.859686+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.865278+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.868822+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.870139+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.878005+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.878633+0000 mgr.y (mgr.34107) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.957432+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.960232+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.962283+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.963014+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: audit 2023-12-05T13:29:07.969466+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[78714]: cephadm 2023-12-05T13:29:07.970239+0000 mgr.y (mgr.34107) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.355 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:06.429110+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.355 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.027189+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.355 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.030438+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.355 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.032562+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.033315+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.038319+0000 mon.a (mon.0) 2351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.038890+0000 mgr.y (mgr.34107) 586 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.118120+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.122224+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.125892+0000 mon.a (mon.0) 2354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.127270+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.134499+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.135200+0000 mgr.y (mgr.34107) 587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.214356+0000 mon.a (mon.0) 2357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.217625+0000 mon.a (mon.0) 2358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.221334+0000 mon.a (mon.0) 2359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.222695+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.356 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.231544+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.232589+0000 mgr.y (mgr.34107) 588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.311414+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.313905+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.315956+0000 mon.a (mon.0) 2364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.316931+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.322717+0000 mon.a (mon.0) 2366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.323239+0000 mgr.y (mgr.34107) 589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.402053+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.404732+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.407708+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.408891+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.413956+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.414912+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.415418+0000 mgr.y (mgr.34107) 590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.461568+0000 mon.a (mon.0) 2372 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:29:08.357 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.468325+0000 mon.a (mon.0) 2373 : cluster 1 osd.1 [v2:172.21.15.45:6810/3448651713,v1:172.21.15.45:6811/3448651713] boot 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.468556+0000 mon.a (mon.0) 2374 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.469099+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.472401+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.474735+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.475775+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.501159+0000 mon.a (mon.0) 2376 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.505380+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.512949+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.514062+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.358 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.519922+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.520790+0000 mgr.y (mgr.34107) 591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.604394+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.608720+0000 mon.a (mon.0) 2382 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.611391+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.612362+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.619004+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.619737+0000 mgr.y (mgr.34107) 592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.678104+0000 mon.a (mon.0) 2386 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.680620+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.682963+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.683994+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.689918+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.690563+0000 mgr.y (mgr.34107) 593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.359 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.765682+0000 mon.a (mon.0) 2391 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.768276+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.771612+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.772534+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.780018+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.781561+0000 mgr.y (mgr.34107) 594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.859686+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.865278+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.868822+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.870139+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.878005+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.878633+0000 mgr.y (mgr.34107) 595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.957432+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.960232+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.962283+0000 mon.a (mon.0) 2403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:08.360 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.963014+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:08.361 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: audit 2023-12-05T13:29:07.969466+0000 mon.a (mon.0) 2405 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:08.361 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:08 smithi045 bash[81379]: cephadm 2023-12-05T13:29:07.970239+0000 mgr.y (mgr.34107) 596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.026 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:29:08 smithi079 bash[62226]: ts=2023-12-05T13:29: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 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.475656+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:07.476338+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.035966+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.038304+0000 mon.a (mon.0) 2407 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.040764+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.041704+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.048434+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.048999+0000 mgr.y (mgr.34107) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.109090+0000 mgr.y (mgr.34107) 598 : cluster 0 pgmap v97: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.127100+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.131166+0000 mon.a (mon.0) 2412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.135113+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.136156+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.144742+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.145303+0000 mgr.y (mgr.34107) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.228299+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.230801+0000 mon.a (mon.0) 2417 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.233730+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.234768+0000 mon.a (mon.0) 2419 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.243145+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.243812+0000 mgr.y (mgr.34107) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.322586+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.325041+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.327721+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.329099+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.338121+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.338699+0000 mgr.y (mgr.34107) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.453775+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.458618+0000 mon.a (mon.0) 2427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.462016+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.463055+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.468140+0000 mon.a (mon.0) 2430 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.470883+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.472284+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.473854+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.475115+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.475942+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.476036+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.477173+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.477699+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.480032+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.480521+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.481137+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.481984+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.483352+0000 mgr.y (mgr.34107) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.483534+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.548984+0000 mon.a (mon.0) 2432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.551407+0000 mon.a (mon.0) 2433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.554019+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.554784+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.560277+0000 mon.a (mon.0) 2436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.564243+0000 mgr.y (mgr.34107) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.645151+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.647531+0000 mon.a (mon.0) 2438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.649704+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.650609+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.657253+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.658083+0000 mgr.y (mgr.34107) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.738275+0000 mon.a (mon.0) 2442 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.740671+0000 mon.a (mon.0) 2443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.743155+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.744185+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.750585+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.751038+0000 mgr.y (mgr.34107) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.827849+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.831919+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.835598+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.836895+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.845905+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.846826+0000 mgr.y (mgr.34107) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.929668+0000 mon.a (mon.0) 2452 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.933935+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.936979+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.938122+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: audit 2023-12-05T13:29:08.944813+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:09 smithi079 bash[66795]: cephadm 2023-12-05T13:29:08.945598+0000 mgr.y (mgr.34107) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.475656+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:09.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:07.476338+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:09.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.035966+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.038304+0000 mon.a (mon.0) 2407 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.379 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.040764+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.041704+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.048434+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.048999+0000 mgr.y (mgr.34107) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.109090+0000 mgr.y (mgr.34107) 598 : cluster 0 pgmap v97: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.127100+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.131166+0000 mon.a (mon.0) 2412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.135113+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.136156+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.144742+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.145303+0000 mgr.y (mgr.34107) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.228299+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.230801+0000 mon.a (mon.0) 2417 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.233730+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.234768+0000 mon.a (mon.0) 2419 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.475656+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:07.476338+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.035966+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.038304+0000 mon.a (mon.0) 2407 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.040764+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.041704+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.048434+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.048999+0000 mgr.y (mgr.34107) 597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.109090+0000 mgr.y (mgr.34107) 598 : cluster 0 pgmap v97: 161 pgs: 25 active+undersized+degraded, 38 active+undersized, 98 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2023-12-05T13:29:09.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.127100+0000 mon.a (mon.0) 2411 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.131166+0000 mon.a (mon.0) 2412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.135113+0000 mon.a (mon.0) 2413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.136156+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.144742+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.145303+0000 mgr.y (mgr.34107) 599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.228299+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.230801+0000 mon.a (mon.0) 2417 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.233730+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.234768+0000 mon.a (mon.0) 2419 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.385 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.243145+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.385 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.243812+0000 mgr.y (mgr.34107) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.322586+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.325041+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.327721+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.329099+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.338121+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.338699+0000 mgr.y (mgr.34107) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.453775+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.458618+0000 mon.a (mon.0) 2427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.462016+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.463055+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.468140+0000 mon.a (mon.0) 2430 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-05T13:29:09.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.470883+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.472284+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.473854+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.475115+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.475942+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.476036+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.477173+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.477699+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.480032+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.480521+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.481137+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.481984+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.483352+0000 mgr.y (mgr.34107) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.483534+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.548984+0000 mon.a (mon.0) 2432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.551407+0000 mon.a (mon.0) 2433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.554019+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.554784+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.560277+0000 mon.a (mon.0) 2436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.564243+0000 mgr.y (mgr.34107) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.645151+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.647531+0000 mon.a (mon.0) 2438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.649704+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.650609+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.657253+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.658083+0000 mgr.y (mgr.34107) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.738275+0000 mon.a (mon.0) 2442 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.740671+0000 mon.a (mon.0) 2443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.743155+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.744185+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.750585+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.751038+0000 mgr.y (mgr.34107) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.827849+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.831919+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.835598+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.836895+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.845905+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.846826+0000 mgr.y (mgr.34107) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.929668+0000 mon.a (mon.0) 2452 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.933935+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.936979+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.938122+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: audit 2023-12-05T13:29:08.944813+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[81379]: cephadm 2023-12-05T13:29:08.945598+0000 mgr.y (mgr.34107) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.243145+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.243812+0000 mgr.y (mgr.34107) 600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.322586+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.325041+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.327721+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.329099+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.338121+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.338699+0000 mgr.y (mgr.34107) 601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.453775+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.458618+0000 mon.a (mon.0) 2427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.462016+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.463055+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.468140+0000 mon.a (mon.0) 2430 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.470883+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.472284+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.473854+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.395 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.475115+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.475942+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.476036+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.477173+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.477699+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.480032+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.480521+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.481137+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.396 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.481984+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.483352+0000 mgr.y (mgr.34107) 602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.483534+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:09.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.548984+0000 mon.a (mon.0) 2432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.551407+0000 mon.a (mon.0) 2433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.554019+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.554784+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.397 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.560277+0000 mon.a (mon.0) 2436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.564243+0000 mgr.y (mgr.34107) 603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.645151+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.647531+0000 mon.a (mon.0) 2438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.649704+0000 mon.a (mon.0) 2439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.650609+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.398 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.657253+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.658083+0000 mgr.y (mgr.34107) 604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.738275+0000 mon.a (mon.0) 2442 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.740671+0000 mon.a (mon.0) 2443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.743155+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.744185+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.750585+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.751038+0000 mgr.y (mgr.34107) 605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.827849+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.831919+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.835598+0000 mon.a (mon.0) 2449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.836895+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.845905+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.846826+0000 mgr.y (mgr.34107) 606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.929668+0000 mon.a (mon.0) 2452 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:09.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.933935+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:09.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.936979+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:09.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.938122+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:09.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: audit 2023-12-05T13:29:08.944813+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:09.401 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[78714]: cephadm 2023-12-05T13:29:08.945598+0000 mgr.y (mgr.34107) 607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:09.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:29:09] "GET /metrics HTTP/1.1" 200 38323 "" "Prometheus/2.33.4" 2023-12-05T13:29:09.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:09 smithi045 bash[74945]: debug 2023-12-05T13:29:09.496+0000 7f3c5ca31700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-05T13:29:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.472097+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.473793+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.475616+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.475878+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.480186+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cluster 2023-12-05T13:29:08.481865+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.033428+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.035515+0000 mon.a (mon.0) 2458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.037525+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.038219+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.042946+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cephadm 2023-12-05T13:29:09.043414+0000 mgr.y (mgr.34107) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.105534+0000 mon.a (mon.0) 2462 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.109716+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.114300+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.115541+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.123577+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cephadm 2023-12-05T13:29:09.124495+0000 mgr.y (mgr.34107) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.203556+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.207299+0000 mon.a (mon.0) 2468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.210795+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.211798+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.220195+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cephadm 2023-12-05T13:29:09.220941+0000 mgr.y (mgr.34107) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.299480+0000 mon.a (mon.0) 2472 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.302134+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.304733+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.305630+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.312232+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cephadm 2023-12-05T13:29:09.312738+0000 mgr.y (mgr.34107) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.386962+0000 mon.a (mon.0) 2477 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.391047+0000 mon.a (mon.0) 2478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.394046+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.394860+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.401366+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cephadm 2023-12-05T13:29:09.406371+0000 mgr.y (mgr.34107) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.411744+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.419272+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.426852+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.490044+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.493619+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.496498+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.498076+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.500404+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:10.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: audit 2023-12-05T13:29:09.500718+0000 mgr.y (mgr.34107) 613 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:10.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:10 smithi079 bash[66795]: cephadm 2023-12-05T13:29:09.501903+0000 mgr.y (mgr.34107) 614 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-05T13:29:10.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.472097+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.473793+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.475616+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.475878+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.480186+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cluster 2023-12-05T13:29:08.481865+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.033428+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.035515+0000 mon.a (mon.0) 2458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.037525+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.038219+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.042946+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cephadm 2023-12-05T13:29:09.043414+0000 mgr.y (mgr.34107) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.105534+0000 mon.a (mon.0) 2462 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.109716+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.114300+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.115541+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.123577+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cephadm 2023-12-05T13:29:09.124495+0000 mgr.y (mgr.34107) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.203556+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.207299+0000 mon.a (mon.0) 2468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.210795+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.472097+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.473793+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.475616+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.475878+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.480186+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cluster 2023-12-05T13:29:08.481865+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.033428+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.035515+0000 mon.a (mon.0) 2458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.037525+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.038219+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.042946+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cephadm 2023-12-05T13:29:09.043414+0000 mgr.y (mgr.34107) 608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.105534+0000 mon.a (mon.0) 2462 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.109716+0000 mon.a (mon.0) 2463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.114300+0000 mon.a (mon.0) 2464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.115541+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.123577+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cephadm 2023-12-05T13:29:09.124495+0000 mgr.y (mgr.34107) 609 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.203556+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.207299+0000 mon.a (mon.0) 2468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.210795+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.211798+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.220195+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cephadm 2023-12-05T13:29:09.220941+0000 mgr.y (mgr.34107) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.299480+0000 mon.a (mon.0) 2472 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.302134+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.304733+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.305630+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.312232+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cephadm 2023-12-05T13:29:09.312738+0000 mgr.y (mgr.34107) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.386962+0000 mon.a (mon.0) 2477 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.391047+0000 mon.a (mon.0) 2478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.394046+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.394860+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.401366+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cephadm 2023-12-05T13:29:09.406371+0000 mgr.y (mgr.34107) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.411744+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.419272+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.426852+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.490044+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.493619+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.496498+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.211798+0000 mon.a (mon.0) 2470 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.220195+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cephadm 2023-12-05T13:29:09.220941+0000 mgr.y (mgr.34107) 610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.299480+0000 mon.a (mon.0) 2472 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.302134+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.304733+0000 mon.a (mon.0) 2474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.305630+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.312232+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cephadm 2023-12-05T13:29:09.312738+0000 mgr.y (mgr.34107) 611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.386962+0000 mon.a (mon.0) 2477 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.391047+0000 mon.a (mon.0) 2478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.394046+0000 mon.a (mon.0) 2479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.394860+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.401366+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cephadm 2023-12-05T13:29:09.406371+0000 mgr.y (mgr.34107) 612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.411744+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.419272+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.426852+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.490044+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.493619+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.496498+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.498076+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.500404+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:10.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: audit 2023-12-05T13:29:09.500718+0000 mgr.y (mgr.34107) 613 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:10.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[78714]: cephadm 2023-12-05T13:29:09.501903+0000 mgr.y (mgr.34107) 614 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-05T13:29:10.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.498076+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.500404+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:10.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: audit 2023-12-05T13:29:09.500718+0000 mgr.y (mgr.34107) 613 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:10.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:10 smithi045 bash[81379]: cephadm 2023-12-05T13:29:09.501903+0000 mgr.y (mgr.34107) 614 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-12-05T13:29:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:11 smithi045 bash[78714]: cluster 2023-12-05T13:29:10.110154+0000 mgr.y (mgr.34107) 615 : cluster 0 pgmap v99: 161 pgs: 6 peering, 24 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-05T13:29:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:11 smithi045 bash[78714]: audit 2023-12-05T13:29:10.912709+0000 mgr.y (mgr.34107) 616 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:11 smithi045 bash[81379]: cluster 2023-12-05T13:29:10.110154+0000 mgr.y (mgr.34107) 615 : cluster 0 pgmap v99: 161 pgs: 6 peering, 24 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-05T13:29:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:11 smithi045 bash[81379]: audit 2023-12-05T13:29:10.912709+0000 mgr.y (mgr.34107) 616 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:11.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:11 smithi079 bash[66795]: cluster 2023-12-05T13:29:10.110154+0000 mgr.y (mgr.34107) 615 : cluster 0 pgmap v99: 161 pgs: 6 peering, 24 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-05T13:29:11.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:11 smithi079 bash[66795]: audit 2023-12-05T13:29:10.912709+0000 mgr.y (mgr.34107) 616 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:12.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:12 smithi079 bash[66795]: cluster 2023-12-05T13:29:11.024064+0000 mon.a (mon.0) 2490 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:12.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:12 smithi045 bash[78714]: cluster 2023-12-05T13:29:11.024064+0000 mon.a (mon.0) 2490 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:12.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:12 smithi045 bash[81379]: cluster 2023-12-05T13:29:11.024064+0000 mon.a (mon.0) 2490 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:13 smithi079 bash[66795]: cluster 2023-12-05T13:29:12.111773+0000 mgr.y (mgr.34107) 617 : cluster 0 pgmap v100: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:29:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:13 smithi079 bash[66795]: audit 2023-12-05T13:29:12.863138+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:13 smithi079 bash[66795]: audit 2023-12-05T13:29:12.874055+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:13 smithi079 bash[66795]: audit 2023-12-05T13:29:12.883252+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:13 smithi079 bash[66795]: cluster 2023-12-05T13:29:13.035377+0000 mon.a (mon.0) 2494 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded) 2023-12-05T13:29:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:13 smithi079 bash[66795]: cluster 2023-12-05T13:29:13.035472+0000 mon.a (mon.0) 2495 : cluster 1 Cluster is now healthy 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[78714]: cluster 2023-12-05T13:29:12.111773+0000 mgr.y (mgr.34107) 617 : cluster 0 pgmap v100: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[78714]: audit 2023-12-05T13:29:12.863138+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[78714]: audit 2023-12-05T13:29:12.874055+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[78714]: audit 2023-12-05T13:29:12.883252+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[78714]: cluster 2023-12-05T13:29:13.035377+0000 mon.a (mon.0) 2494 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded) 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[78714]: cluster 2023-12-05T13:29:13.035472+0000 mon.a (mon.0) 2495 : cluster 1 Cluster is now healthy 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[81379]: cluster 2023-12-05T13:29:12.111773+0000 mgr.y (mgr.34107) 617 : cluster 0 pgmap v100: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[81379]: audit 2023-12-05T13:29:12.863138+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[81379]: audit 2023-12-05T13:29:12.874055+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[81379]: audit 2023-12-05T13:29:12.883252+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:14.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[81379]: cluster 2023-12-05T13:29:13.035377+0000 mon.a (mon.0) 2494 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded) 2023-12-05T13:29:14.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:13 smithi045 bash[81379]: cluster 2023-12-05T13:29:13.035472+0000 mon.a (mon.0) 2495 : cluster 1 Cluster is now healthy 2023-12-05T13:29:16.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:15 smithi045 bash[78714]: cluster 2023-12-05T13:29:14.112747+0000 mgr.y (mgr.34107) 618 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 666 B/s rd, 0 op/s 2023-12-05T13:29:16.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:15 smithi045 bash[81379]: cluster 2023-12-05T13:29:14.112747+0000 mgr.y (mgr.34107) 618 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 666 B/s rd, 0 op/s 2023-12-05T13:29:16.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:15 smithi079 bash[66795]: cluster 2023-12-05T13:29:14.112747+0000 mgr.y (mgr.34107) 618 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 666 B/s rd, 0 op/s 2023-12-05T13:29:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:17 smithi079 bash[66795]: cluster 2023-12-05T13:29:16.114240+0000 mgr.y (mgr.34107) 619 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:29:18.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:17 smithi045 bash[78714]: cluster 2023-12-05T13:29:16.114240+0000 mgr.y (mgr.34107) 619 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:29:18.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:17 smithi045 bash[81379]: cluster 2023-12-05T13:29:16.114240+0000 mgr.y (mgr.34107) 619 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:29:19.041 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:29:18 smithi079 bash[62226]: ts=2023-12-05T13:29: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 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T13:29:19.042 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:29:18 smithi079 bash[62226]: ts=2023-12-05T13:29:18.663Z 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.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"smithi045:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.45\", device_class=\"ssd\", hostname=\"smithi045\", instance=\"172.21.15.79:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.45\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T13:29:19.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:29:19] "GET /metrics HTTP/1.1" 200 38323 "" "Prometheus/2.33.4" 2023-12-05T13:29:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:19 smithi045 bash[78714]: cluster 2023-12-05T13:29:18.115136+0000 mgr.y (mgr.34107) 620 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:29:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:19 smithi045 bash[78714]: audit 2023-12-05T13:29:19.850241+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:19 smithi045 bash[78714]: audit 2023-12-05T13:29:19.852573+0000 mon.a (mon.0) 2497 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:19 smithi045 bash[81379]: cluster 2023-12-05T13:29:18.115136+0000 mgr.y (mgr.34107) 620 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:29:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:19 smithi045 bash[81379]: audit 2023-12-05T13:29:19.850241+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:19 smithi045 bash[81379]: audit 2023-12-05T13:29:19.852573+0000 mon.a (mon.0) 2497 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:19 smithi079 bash[66795]: cluster 2023-12-05T13:29:18.115136+0000 mgr.y (mgr.34107) 620 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:29:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:19 smithi079 bash[66795]: audit 2023-12-05T13:29:19.850241+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:19 smithi079 bash[66795]: audit 2023-12-05T13:29:19.852573+0000 mon.a (mon.0) 2497 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:21.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[78714]: audit 2023-12-05T13:29:20.006558+0000 mon.a (mon.0) 2498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[78714]: audit 2023-12-05T13:29:20.346606+0000 mon.a (mon.0) 2499 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[78714]: audit 2023-12-05T13:29:20.356454+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[78714]: audit 2023-12-05T13:29:20.365165+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[81379]: audit 2023-12-05T13:29:20.006558+0000 mon.a (mon.0) 2498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[81379]: audit 2023-12-05T13:29:20.346606+0000 mon.a (mon.0) 2499 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[81379]: audit 2023-12-05T13:29:20.356454+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:21 smithi045 bash[81379]: audit 2023-12-05T13:29:20.365165+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:21 smithi079 bash[66795]: audit 2023-12-05T13:29:20.006558+0000 mon.a (mon.0) 2498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:21 smithi079 bash[66795]: audit 2023-12-05T13:29:20.346606+0000 mon.a (mon.0) 2499 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:21 smithi079 bash[66795]: audit 2023-12-05T13:29:20.356454+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:21.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:21 smithi079 bash[66795]: audit 2023-12-05T13:29:20.365165+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:22.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:22 smithi079 bash[66795]: cluster 2023-12-05T13:29:20.116121+0000 mgr.y (mgr.34107) 621 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-05T13:29:22.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:22 smithi079 bash[66795]: audit 2023-12-05T13:29:20.923979+0000 mgr.y (mgr.34107) 622 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:22.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:22 smithi045 bash[78714]: cluster 2023-12-05T13:29:20.116121+0000 mgr.y (mgr.34107) 621 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-05T13:29:22.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:22 smithi045 bash[78714]: audit 2023-12-05T13:29:20.923979+0000 mgr.y (mgr.34107) 622 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:22.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:22 smithi045 bash[81379]: cluster 2023-12-05T13:29:20.116121+0000 mgr.y (mgr.34107) 621 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-05T13:29:22.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:22 smithi045 bash[81379]: audit 2023-12-05T13:29:20.923979+0000 mgr.y (mgr.34107) 622 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:23.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:23 smithi079 bash[66795]: cluster 2023-12-05T13:29:22.117951+0000 mgr.y (mgr.34107) 623 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2023-12-05T13:29:23.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:23 smithi045 bash[78714]: cluster 2023-12-05T13:29:22.117951+0000 mgr.y (mgr.34107) 623 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2023-12-05T13:29:23.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:23 smithi045 bash[81379]: cluster 2023-12-05T13:29:22.117951+0000 mgr.y (mgr.34107) 623 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2023-12-05T13:29:24.979 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 12s ago 19m - - 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 5s ago 19m - - 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (5m) 12s ago 12m 16.0M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (4m) 5s ago 11m 43.7M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (3m) 12s ago 9m 48.0M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (3m) 5s ago 18m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (4m) 12s ago 20m 503M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (3m) 12s ago 20m 59.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (2m) 5s ago 18m 43.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (2m) 12s ago 18m 50.3M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:29:25.756 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (5m) 12s ago 12m 14.6M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (4m) 5s ago 12m 11.8M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (64s) 12s ago 17m 48.8M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (26s) 12s ago 17m 47.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (16m) 12s ago 16m 57.6M 4096M 17.2.0 e1d6a67b021e 528aaec10e04 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (16m) 12s ago 16m 63.2M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (15m) 5s ago 15m 61.1M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (14m) 5s ago 14m 61.7M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (14m) 5s ago 14m 57.1M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (13m) 5s ago 13m 61.5M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (3m) 5s ago 12m 61.9M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (10m) 12s ago 10m 87.8M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (10m) 5s ago 10m 88.1M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (9m) 12s ago 9m 87.7M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:29:25.757 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (9m) 5s ago 9m 88.1M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:29:25.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:25 smithi079 bash[66795]: cluster 2023-12-05T13:29:24.118929+0000 mgr.y (mgr.34107) 624 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-05T13:29:25.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:25 smithi079 bash[66795]: audit 2023-12-05T13:29:24.516659+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:25.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:25 smithi079 bash[66795]: audit 2023-12-05T13:29:24.516919+0000 mgr.y (mgr.34107) 625 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:25.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:25 smithi079 bash[66795]: cephadm 2023-12-05T13:29:24.518644+0000 mgr.y (mgr.34107) 626 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-05T13:29:25.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:25 smithi079 bash[66795]: audit 2023-12-05T13:29:24.961852+0000 mgr.y (mgr.34107) 627 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[78714]: cluster 2023-12-05T13:29:24.118929+0000 mgr.y (mgr.34107) 624 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[78714]: audit 2023-12-05T13:29:24.516659+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[78714]: audit 2023-12-05T13:29:24.516919+0000 mgr.y (mgr.34107) 625 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[78714]: cephadm 2023-12-05T13:29:24.518644+0000 mgr.y (mgr.34107) 626 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[78714]: audit 2023-12-05T13:29:24.961852+0000 mgr.y (mgr.34107) 627 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[81379]: cluster 2023-12-05T13:29:24.118929+0000 mgr.y (mgr.34107) 624 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[81379]: audit 2023-12-05T13:29:24.516659+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[81379]: audit 2023-12-05T13:29:24.516919+0000 mgr.y (mgr.34107) 625 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[81379]: cephadm 2023-12-05T13:29:24.518644+0000 mgr.y (mgr.34107) 626 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-05T13:29:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:25 smithi045 bash[81379]: audit 2023-12-05T13:29:24.961852+0000 mgr.y (mgr.34107) 627 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:26.222 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:29:26.222 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 7 2023-12-05T13:29:26.223 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:29:26.224 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:29:26.616 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:29:26.617 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "7/23 daemons upgraded", 2023-12-05T13:29:26.617 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:29:26.617 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:29:26.617 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:29:26.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:26 smithi045 bash[78714]: audit 2023-12-05T13:29:25.339015+0000 mgr.y (mgr.34107) 628 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:26.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:26 smithi045 bash[78714]: audit 2023-12-05T13:29:25.721309+0000 mgr.y (mgr.34107) 629 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:26.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:26 smithi045 bash[78714]: audit 2023-12-05T13:29:26.219421+0000 mon.a (mon.0) 2503 : audit 0 from='client.? 172.21.15.45:0/1550926979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:26.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:26 smithi045 bash[81379]: audit 2023-12-05T13:29:25.339015+0000 mgr.y (mgr.34107) 628 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:26.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:26 smithi045 bash[81379]: audit 2023-12-05T13:29:25.721309+0000 mgr.y (mgr.34107) 629 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:26.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:26 smithi045 bash[81379]: audit 2023-12-05T13:29:26.219421+0000 mon.a (mon.0) 2503 : audit 0 from='client.? 172.21.15.45:0/1550926979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:26.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:26 smithi079 bash[66795]: audit 2023-12-05T13:29:25.339015+0000 mgr.y (mgr.34107) 628 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:26.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:26 smithi079 bash[66795]: audit 2023-12-05T13:29:25.721309+0000 mgr.y (mgr.34107) 629 : audit 0 from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:26.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:26 smithi079 bash[66795]: audit 2023-12-05T13:29:26.219421+0000 mon.a (mon.0) 2503 : audit 0 from='client.? 172.21.15.45:0/1550926979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:27.064 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:29:27.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:27 smithi079 bash[66795]: cluster 2023-12-05T13:29:26.120317+0000 mgr.y (mgr.34107) 630 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 113 op/s 2023-12-05T13:29:27.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:27 smithi079 bash[66795]: audit 2023-12-05T13:29:26.612627+0000 mgr.y (mgr.34107) 631 : audit 0 from='client.44278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:27.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:27 smithi079 bash[66795]: audit 2023-12-05T13:29:27.061542+0000 mon.a (mon.0) 2504 : audit 0 from='client.? 172.21.15.45:0/1089271086' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:29:27.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:27 smithi079 bash[66795]: audit 2023-12-05T13:29:27.146201+0000 mon.a (mon.0) 2505 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:27.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:27 smithi079 bash[66795]: audit 2023-12-05T13:29:27.149313+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:29:27.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:27 smithi079 bash[66795]: audit 2023-12-05T13:29:27.150540+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[78714]: cluster 2023-12-05T13:29:26.120317+0000 mgr.y (mgr.34107) 630 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 113 op/s 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[78714]: audit 2023-12-05T13:29:26.612627+0000 mgr.y (mgr.34107) 631 : audit 0 from='client.44278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[78714]: audit 2023-12-05T13:29:27.061542+0000 mon.a (mon.0) 2504 : audit 0 from='client.? 172.21.15.45:0/1089271086' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[78714]: audit 2023-12-05T13:29:27.146201+0000 mon.a (mon.0) 2505 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[78714]: audit 2023-12-05T13:29:27.149313+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[78714]: audit 2023-12-05T13:29:27.150540+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[81379]: cluster 2023-12-05T13:29:26.120317+0000 mgr.y (mgr.34107) 630 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 113 op/s 2023-12-05T13:29:27.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[81379]: audit 2023-12-05T13:29:26.612627+0000 mgr.y (mgr.34107) 631 : audit 0 from='client.44278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:27.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[81379]: audit 2023-12-05T13:29:27.061542+0000 mon.a (mon.0) 2504 : audit 0 from='client.? 172.21.15.45:0/1089271086' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:29:27.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[81379]: audit 2023-12-05T13:29:27.146201+0000 mon.a (mon.0) 2505 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:27.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[81379]: audit 2023-12-05T13:29:27.149313+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:29:27.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:27 smithi045 bash[81379]: audit 2023-12-05T13:29:27.150540+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:28.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:28 smithi079 bash[66795]: cephadm 2023-12-05T13:29:27.139796+0000 mgr.y (mgr.34107) 632 : cephadm 1 Upgrade: Updating osd.2 2023-12-05T13:29:28.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:28 smithi079 bash[66795]: cephadm 2023-12-05T13:29:27.154495+0000 mgr.y (mgr.34107) 633 : cephadm 1 Deploying daemon osd.2 on smithi045 2023-12-05T13:29:28.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:28 smithi045 bash[78714]: cephadm 2023-12-05T13:29:27.139796+0000 mgr.y (mgr.34107) 632 : cephadm 1 Upgrade: Updating osd.2 2023-12-05T13:29:28.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:28 smithi045 bash[78714]: cephadm 2023-12-05T13:29:27.154495+0000 mgr.y (mgr.34107) 633 : cephadm 1 Deploying daemon osd.2 on smithi045 2023-12-05T13:29:28.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:28 smithi045 bash[81379]: cephadm 2023-12-05T13:29:27.139796+0000 mgr.y (mgr.34107) 632 : cephadm 1 Upgrade: Updating osd.2 2023-12-05T13:29:28.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:28 smithi045 bash[81379]: cephadm 2023-12-05T13:29:27.154495+0000 mgr.y (mgr.34107) 633 : cephadm 1 Deploying daemon osd.2 on smithi045 2023-12-05T13:29:29.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:29 smithi045 bash[78714]: cluster 2023-12-05T13:29:28.121184+0000 mgr.y (mgr.34107) 634 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T13:29:29.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:29:29] "GET /metrics HTTP/1.1" 200 38395 "" "Prometheus/2.33.4" 2023-12-05T13:29:29.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:29 smithi045 bash[81379]: cluster 2023-12-05T13:29:28.121184+0000 mgr.y (mgr.34107) 634 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T13:29:29.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:29 smithi079 bash[66795]: cluster 2023-12-05T13:29:28.121184+0000 mgr.y (mgr.34107) 634 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T13:29:31.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:31 smithi079 bash[66795]: cluster 2023-12-05T13:29:30.122163+0000 mgr.y (mgr.34107) 635 : cluster 0 pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T13:29:31.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:31 smithi079 bash[66795]: audit 2023-12-05T13:29:30.934684+0000 mgr.y (mgr.34107) 636 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:31.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:31 smithi045 bash[78714]: cluster 2023-12-05T13:29:30.122163+0000 mgr.y (mgr.34107) 635 : cluster 0 pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T13:29:31.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:31 smithi045 bash[78714]: audit 2023-12-05T13:29:30.934684+0000 mgr.y (mgr.34107) 636 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:31.937 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:31 smithi045 bash[81379]: cluster 2023-12-05T13:29:30.122163+0000 mgr.y (mgr.34107) 635 : cluster 0 pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T13:29:31.937 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:31 smithi045 bash[81379]: audit 2023-12-05T13:29:30.934684+0000 mgr.y (mgr.34107) 636 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:32.515 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:32 smithi045 systemd[1]: Stopping Ceph osd.2 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:29:32.868 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:32 smithi045 bash[40942]: debug 2023-12-05T13:29:32.668+0000 7f271b24b700 -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-05T13:29:32.868 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:32 smithi045 bash[40942]: debug 2023-12-05T13:29:32.668+0000 7f271b24b700 -1 osd.2 115 *** Got signal Terminated *** 2023-12-05T13:29:32.868 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:32 smithi045 bash[40942]: debug 2023-12-05T13:29:32.668+0000 7f271b24b700 -1 osd.2 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:29:33.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[78714]: cluster 2023-12-05T13:29:32.123735+0000 mgr.y (mgr.34107) 637 : cluster 0 pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 118 op/s 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[78714]: cluster 2023-12-05T13:29:32.672713+0000 mon.a (mon.0) 2508 : cluster 1 osd.2 marked itself down and dead 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[78714]: audit 2023-12-05T13:29:32.842340+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[78714]: audit 2023-12-05T13:29:32.853319+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[78714]: cluster 2023-12-05T13:29:32.855432+0000 mgr.y (mgr.34107) 638 : cluster 0 pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[78714]: audit 2023-12-05T13:29:32.863324+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[81379]: cluster 2023-12-05T13:29:32.123735+0000 mgr.y (mgr.34107) 637 : cluster 0 pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 118 op/s 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[81379]: cluster 2023-12-05T13:29:32.672713+0000 mon.a (mon.0) 2508 : cluster 1 osd.2 marked itself down and dead 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[81379]: audit 2023-12-05T13:29:32.842340+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[81379]: audit 2023-12-05T13:29:32.853319+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[81379]: cluster 2023-12-05T13:29:32.855432+0000 mgr.y (mgr.34107) 638 : cluster 0 pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-05T13:29:33.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:33 smithi045 bash[81379]: audit 2023-12-05T13:29:32.863324+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:33 smithi079 bash[66795]: cluster 2023-12-05T13:29:32.123735+0000 mgr.y (mgr.34107) 637 : cluster 0 pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 118 op/s 2023-12-05T13:29:33.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:33 smithi079 bash[66795]: cluster 2023-12-05T13:29:32.672713+0000 mon.a (mon.0) 2508 : cluster 1 osd.2 marked itself down and dead 2023-12-05T13:29:33.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:33 smithi079 bash[66795]: audit 2023-12-05T13:29:32.842340+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:33 smithi079 bash[66795]: audit 2023-12-05T13:29:32.853319+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:33.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:33 smithi079 bash[66795]: cluster 2023-12-05T13:29:32.855432+0000 mgr.y (mgr.34107) 638 : cluster 0 pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-05T13:29:33.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:33 smithi079 bash[66795]: audit 2023-12-05T13:29:32.863324+0000 mon.a (mon.0) 2511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:34.774 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[91902]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-2 2023-12-05T13:29:34.774 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[92122]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-2 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.520417+0000 mon.a (mon.0) 2512 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.536625+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.539223+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.540465+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.540673+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.540996+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.541031+0000 mon.a (mon.0) 2513 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.544151+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.544173+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[78714]: cluster 2023-12-05T13:29:33.849508+0000 mon.a (mon.0) 2514 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:29:34.775 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.520417+0000 mon.a (mon.0) 2512 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.536625+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.539223+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.540465+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.540673+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.540996+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.541031+0000 mon.a (mon.0) 2513 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.544151+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.544173+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.776 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:34 smithi045 bash[81379]: cluster 2023-12-05T13:29:33.849508+0000 mon.a (mon.0) 2514 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.520417+0000 mon.a (mon.0) 2512 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.536625+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.539223+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.540465+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.540673+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.540996+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.541031+0000 mon.a (mon.0) 2513 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.544151+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.544173+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T13:29:34.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:34 smithi079 bash[66795]: cluster 2023-12-05T13:29:33.849508+0000 mon.a (mon.0) 2514 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:29:35.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.534751+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.539396+0000 mon.a (mon.0) 2515 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-05T13:29:35.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.541193+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.544212+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.544309+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.544420+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.544937+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.546451+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.547687+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.550080+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: audit 2023-12-05T13:29:34.850521+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: audit 2023-12-05T13:29:34.852673+0000 mon.a (mon.0) 2517 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:35.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:35 smithi079 bash[66795]: cluster 2023-12-05T13:29:34.856589+0000 mgr.y (mgr.34107) 639 : cluster 0 pgmap v114: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2023-12-05T13:29:35.818 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.534751+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.539396+0000 mon.a (mon.0) 2515 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-05T13:29:35.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.541193+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.544212+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.544309+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.544420+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.544937+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.546451+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.547687+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.550080+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: audit 2023-12-05T13:29:34.850521+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:35.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: audit 2023-12-05T13:29:34.852673+0000 mon.a (mon.0) 2517 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:35.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[78714]: cluster 2023-12-05T13:29:34.856589+0000 mgr.y (mgr.34107) 639 : cluster 0 pgmap v114: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2023-12-05T13:29:35.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.534751+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.539396+0000 mon.a (mon.0) 2515 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-05T13:29:35.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.541193+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.544212+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.544309+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.544420+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.821 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.544937+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.546451+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.547687+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.550080+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T13:29:35.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: audit 2023-12-05T13:29:34.850521+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:35.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: audit 2023-12-05T13:29:34.852673+0000 mon.a (mon.0) 2517 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:35.822 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:35 smithi045 bash[81379]: cluster 2023-12-05T13:29:34.856589+0000 mgr.y (mgr.34107) 639 : cluster 0 pgmap v114: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2023-12-05T13:29:37.233 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:36 smithi045 bash[78714]: cluster 2023-12-05T13:29:36.910410+0000 mon.a (mon.0) 2518 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:37.233 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:37 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-05T13:29:37.234 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:37 smithi045 systemd[1]: Stopped Ceph osd.2 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:29:37.234 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:36 smithi045 bash[81379]: cluster 2023-12-05T13:29:36.910410+0000 mon.a (mon.0) 2518 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:36 smithi079 bash[66795]: cluster 2023-12-05T13:29:36.910410+0000 mon.a (mon.0) 2518 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:37.694 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:37 smithi045 systemd[1]: Started Ceph osd.2 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: cluster 2023-12-05T13:29:36.858720+0000 mgr.y (mgr.34107) 640 : cluster 0 pgmap v115: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 80 op/s; 51/630 objects degraded (8.095%) 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.396941+0000 mon.a (mon.0) 2519 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.404733+0000 mon.a (mon.0) 2520 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.447898+0000 mon.a (mon.0) 2521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.449864+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.458379+0000 mon.a (mon.0) 2523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.544009+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.547113+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.552630+0000 mon.a (mon.0) 2526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.554452+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.563937+0000 mon.a (mon.0) 2528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.648681+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.651210+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.653488+0000 mon.a (mon.0) 2531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.654311+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.660131+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.741025+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.743722+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.746994+0000 mon.a (mon.0) 2536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.748285+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.756923+0000 mon.a (mon.0) 2538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.836568+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.840340+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.843266+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.844398+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.850562+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.928706+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.931889+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.935653+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.937115+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:37 smithi079 bash[66795]: audit 2023-12-05T13:29:37.945353+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: cluster 2023-12-05T13:29:36.858720+0000 mgr.y (mgr.34107) 640 : cluster 0 pgmap v115: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 80 op/s; 51/630 objects degraded (8.095%) 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.396941+0000 mon.a (mon.0) 2519 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.404733+0000 mon.a (mon.0) 2520 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.447898+0000 mon.a (mon.0) 2521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.449864+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.458379+0000 mon.a (mon.0) 2523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.544009+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.547113+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.552630+0000 mon.a (mon.0) 2526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.554452+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.563937+0000 mon.a (mon.0) 2528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.648681+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.651210+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.653488+0000 mon.a (mon.0) 2531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.654311+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.660131+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.741025+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.743722+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.746994+0000 mon.a (mon.0) 2536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: cluster 2023-12-05T13:29:36.858720+0000 mgr.y (mgr.34107) 640 : cluster 0 pgmap v115: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 80 op/s; 51/630 objects degraded (8.095%) 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.396941+0000 mon.a (mon.0) 2519 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.404733+0000 mon.a (mon.0) 2520 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.447898+0000 mon.a (mon.0) 2521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.449864+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.458379+0000 mon.a (mon.0) 2523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.544009+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.547113+0000 mon.a (mon.0) 2525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.552630+0000 mon.a (mon.0) 2526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.554452+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.563937+0000 mon.a (mon.0) 2528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.648681+0000 mon.a (mon.0) 2529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.651210+0000 mon.a (mon.0) 2530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.653488+0000 mon.a (mon.0) 2531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.654311+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.660131+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.741025+0000 mon.a (mon.0) 2534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.743722+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.746994+0000 mon.a (mon.0) 2536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.748285+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.756923+0000 mon.a (mon.0) 2538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.836568+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.840340+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.843266+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.844398+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.850562+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.928706+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.931889+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.935653+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.937115+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[81379]: audit 2023-12-05T13:29:37.945353+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.748285+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.756923+0000 mon.a (mon.0) 2538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.836568+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.840340+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.843266+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.844398+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.850562+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.928706+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.931889+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.935653+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.937115+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:38.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:37 smithi045 bash[78714]: audit 2023-12-05T13:29:37.945353+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cluster 2023-12-05T13:29:37.452391+0000 mgr.y (mgr.34107) 641 : cluster 0 pgmap v116: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 100 op/s; 51/630 objects degraded (8.095%) 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cephadm 2023-12-05T13:29:37.459041+0000 mgr.y (mgr.34107) 642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cephadm 2023-12-05T13:29:37.564976+0000 mgr.y (mgr.34107) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cephadm 2023-12-05T13:29:37.660750+0000 mgr.y (mgr.34107) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cephadm 2023-12-05T13:29:37.757558+0000 mgr.y (mgr.34107) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cephadm 2023-12-05T13:29:37.851125+0000 mgr.y (mgr.34107) 646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cephadm 2023-12-05T13:29:37.946360+0000 mgr.y (mgr.34107) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.028263+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.031106+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.034629+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.035782+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.041981+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.124822+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.128095+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.131481+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.132523+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.139295+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.221599+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.224129+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cluster 2023-12-05T13:29:37.452391+0000 mgr.y (mgr.34107) 641 : cluster 0 pgmap v116: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 100 op/s; 51/630 objects degraded (8.095%) 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cephadm 2023-12-05T13:29:37.459041+0000 mgr.y (mgr.34107) 642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cephadm 2023-12-05T13:29:37.564976+0000 mgr.y (mgr.34107) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cephadm 2023-12-05T13:29:37.660750+0000 mgr.y (mgr.34107) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cephadm 2023-12-05T13:29:37.757558+0000 mgr.y (mgr.34107) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cephadm 2023-12-05T13:29:37.851125+0000 mgr.y (mgr.34107) 646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cephadm 2023-12-05T13:29:37.946360+0000 mgr.y (mgr.34107) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.028263+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.031106+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.034629+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.035782+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.041981+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.124822+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.128095+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.131481+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.132523+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.139295+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.221599+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.224129+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.227224+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.228504+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.235298+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.316341+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.319505+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.324329+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.325544+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.333416+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: cluster 2023-12-05T13:29:38.401785+0000 mon.a (mon.0) 2569 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.413821+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.415955+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.418303+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.419132+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.424687+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.510077+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.512457+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.514810+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.515851+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.523807+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.607204+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.609760+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.612350+0000 mon.a (mon.0) 2582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.613274+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.618921+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.696308+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.699129+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.702796+0000 mon.a (mon.0) 2587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.704122+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.712841+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.796833+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.798826+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.801341+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.802333+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.810416+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.890210+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.893130+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.896393+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.897593+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[81379]: audit 2023-12-05T13:29:38.904561+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.227224+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.228504+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.235298+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.316341+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.319505+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.324329+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.325544+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.333416+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: cluster 2023-12-05T13:29:38.401785+0000 mon.a (mon.0) 2569 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.413821+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.415955+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.418303+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.419132+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.424687+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.510077+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.512457+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.514810+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.515851+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.523807+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.607204+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.609760+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.612350+0000 mon.a (mon.0) 2582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.613274+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.618921+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.696308+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.699129+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.702796+0000 mon.a (mon.0) 2587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.704122+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.712841+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.796833+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.798826+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.801341+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.802333+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.810416+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.890210+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.893130+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.896393+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.897593+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:38 smithi045 bash[78714]: audit 2023-12-05T13:29:38.904561+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cluster 2023-12-05T13:29:37.452391+0000 mgr.y (mgr.34107) 641 : cluster 0 pgmap v116: 161 pgs: 13 active+undersized+degraded, 2 stale+active+clean, 27 active+undersized, 119 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 100 op/s; 51/630 objects degraded (8.095%) 2023-12-05T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cephadm 2023-12-05T13:29:37.459041+0000 mgr.y (mgr.34107) 642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cephadm 2023-12-05T13:29:37.564976+0000 mgr.y (mgr.34107) 643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cephadm 2023-12-05T13:29:37.660750+0000 mgr.y (mgr.34107) 644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cephadm 2023-12-05T13:29:37.757558+0000 mgr.y (mgr.34107) 645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cephadm 2023-12-05T13:29:37.851125+0000 mgr.y (mgr.34107) 646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cephadm 2023-12-05T13:29:37.946360+0000 mgr.y (mgr.34107) 647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.028263+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.031106+0000 mon.a (mon.0) 2550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.034629+0000 mon.a (mon.0) 2551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.035782+0000 mon.a (mon.0) 2552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.041981+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.124822+0000 mon.a (mon.0) 2554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.128095+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.131481+0000 mon.a (mon.0) 2556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.132523+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.139295+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.221599+0000 mon.a (mon.0) 2559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.224129+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.227224+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.228504+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.235298+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.316341+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.319505+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.324329+0000 mon.a (mon.0) 2566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.325544+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.333416+0000 mon.a (mon.0) 2568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: cluster 2023-12-05T13:29:38.401785+0000 mon.a (mon.0) 2569 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.413821+0000 mon.a (mon.0) 2570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.415955+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.418303+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.419132+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.424687+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.510077+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.512457+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.514810+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.515851+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.523807+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.607204+0000 mon.a (mon.0) 2580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.609760+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.612350+0000 mon.a (mon.0) 2582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.613274+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.618921+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.696308+0000 mon.a (mon.0) 2585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.699129+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.702796+0000 mon.a (mon.0) 2587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.704122+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.712841+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.796833+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.798826+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.801341+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.802333+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.810416+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.890210+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.893130+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.896393+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.897593+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:38 smithi079 bash[66795]: audit 2023-12-05T13:29:38.904561+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:39.627 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:29:39] "GET /metrics HTTP/1.1" 200 38466 "" "Prometheus/2.33.4" 2023-12-05T13:29:39.627 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[92295]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-05T13:29:39.627 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[92295]: 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-05T13:29:39.627 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[92295]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-05T13:29:39.627 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[92295]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-05T13:29:39.627 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[92295]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-05T13:29:39.628 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[92295]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-05T13:29:39.628 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[92295]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-05T13:29:40.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.042760+0000 mgr.y (mgr.34107) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.140040+0000 mgr.y (mgr.34107) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.236161+0000 mgr.y (mgr.34107) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.334121+0000 mgr.y (mgr.34107) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.425288+0000 mgr.y (mgr.34107) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.524481+0000 mgr.y (mgr.34107) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.619450+0000 mgr.y (mgr.34107) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.713416+0000 mgr.y (mgr.34107) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.811187+0000 mgr.y (mgr.34107) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.905891+0000 mgr.y (mgr.34107) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:38.977094+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:38.979427+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:38.981664+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:38.982480+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:38.987569+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: cephadm 2023-12-05T13:29:38.988081+0000 mgr.y (mgr.34107) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.050290+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.053444+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.056362+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.057416+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.065535+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.144385+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.147147+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.150029+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.150914+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.157773+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.240024+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.243650+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.246247+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.246976+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.252050+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.331175+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.334588+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.338657+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.339782+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.346489+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.425511+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.428944+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.431929+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.432783+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.439529+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.517253+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.521318+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.524300+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.525413+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.533172+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.601318+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.604735+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.607854+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.608901+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.615150+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.695681+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.698629+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.701845+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.702880+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.710728+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.792815+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.795104+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.797535+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.798458+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.804436+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.867412+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.869788+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.872725+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.873495+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.880536+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.960274+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.963168+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.966477+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:39 smithi079 bash[66795]: audit 2023-12-05T13:29:39.967243+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.042760+0000 mgr.y (mgr.34107) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.140040+0000 mgr.y (mgr.34107) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.236161+0000 mgr.y (mgr.34107) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.334121+0000 mgr.y (mgr.34107) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.425288+0000 mgr.y (mgr.34107) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.524481+0000 mgr.y (mgr.34107) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.619450+0000 mgr.y (mgr.34107) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.713416+0000 mgr.y (mgr.34107) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.811187+0000 mgr.y (mgr.34107) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.905891+0000 mgr.y (mgr.34107) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:38.977094+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:38.979427+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:38.981664+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.386 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:38.982480+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:38.987569+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: cephadm 2023-12-05T13:29:38.988081+0000 mgr.y (mgr.34107) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.050290+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.053444+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.056362+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.057416+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.065535+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.144385+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.147147+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.150029+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.150914+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.157773+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.240024+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.243650+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.246247+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.246976+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.252050+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.331175+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.334588+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.338657+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.339782+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.346489+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.425511+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.428944+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.431929+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.432783+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.439529+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.517253+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.521318+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.524300+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.525413+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.533172+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.601318+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.389 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.604735+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.607854+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.608901+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.615150+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.695681+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.698629+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.701845+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.702880+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.710728+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.792815+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.795104+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.797535+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.390 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.798458+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.042760+0000 mgr.y (mgr.34107) 648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.140040+0000 mgr.y (mgr.34107) 649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.236161+0000 mgr.y (mgr.34107) 650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.334121+0000 mgr.y (mgr.34107) 651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.425288+0000 mgr.y (mgr.34107) 652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.524481+0000 mgr.y (mgr.34107) 653 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.619450+0000 mgr.y (mgr.34107) 654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.713416+0000 mgr.y (mgr.34107) 655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.811187+0000 mgr.y (mgr.34107) 656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.905891+0000 mgr.y (mgr.34107) 657 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:38.977094+0000 mon.a (mon.0) 2600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:38.979427+0000 mon.a (mon.0) 2601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:38.981664+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:38.982480+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:38.987569+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: cephadm 2023-12-05T13:29:38.988081+0000 mgr.y (mgr.34107) 658 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.050290+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.053444+0000 mon.a (mon.0) 2606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.056362+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.057416+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.065535+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.804436+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.867412+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.869788+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.872725+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.873495+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.880536+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.960274+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.963168+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.966477+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[78714]: audit 2023-12-05T13:29:39.967243+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.393 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.144385+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.147147+0000 mon.a (mon.0) 2611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.150029+0000 mon.a (mon.0) 2612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.150914+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.157773+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.240024+0000 mon.a (mon.0) 2615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.243650+0000 mon.a (mon.0) 2616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.246247+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.246976+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.252050+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.331175+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.394 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.334588+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.338657+0000 mon.a (mon.0) 2622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.339782+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.346489+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.425511+0000 mon.a (mon.0) 2625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.428944+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.431929+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.432783+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.439529+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.517253+0000 mon.a (mon.0) 2630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.521318+0000 mon.a (mon.0) 2631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.524300+0000 mon.a (mon.0) 2632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.525413+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.533172+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.601318+0000 mon.a (mon.0) 2635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.604735+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.395 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.607854+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.608901+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.615150+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.695681+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.698629+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.701845+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.702880+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.710728+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.792815+0000 mon.a (mon.0) 2645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.795104+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.797535+0000 mon.a (mon.0) 2647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.798458+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.804436+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.867412+0000 mon.a (mon.0) 2650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.869788+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.396 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.872725+0000 mon.a (mon.0) 2652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.397 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.873495+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:40.397 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.880536+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:40.397 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.960274+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:40.397 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.963168+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:40.397 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.966477+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:40.397 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:39 smithi045 bash[81379]: audit 2023-12-05T13:29:39.967243+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.066266+0000 mgr.y (mgr.34107) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.158385+0000 mgr.y (mgr.34107) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.252735+0000 mgr.y (mgr.34107) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.347259+0000 mgr.y (mgr.34107) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.440565+0000 mgr.y (mgr.34107) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cluster 2023-12-05T13:29:39.453046+0000 mgr.y (mgr.34107) 664 : cluster 0 pgmap v117: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 114 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.533959+0000 mgr.y (mgr.34107) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.615802+0000 mgr.y (mgr.34107) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.711295+0000 mgr.y (mgr.34107) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.804994+0000 mgr.y (mgr.34107) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.881157+0000 mgr.y (mgr.34107) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:39.983148+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: cephadm 2023-12-05T13:29:39.983770+0000 mgr.y (mgr.34107) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.069324+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.071591+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.074582+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.075683+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.084778+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.165274+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.168095+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.171379+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.172552+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.180486+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.262116+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.266030+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.269460+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.270389+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.276390+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.356009+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.358311+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.360775+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.361673+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.374925+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.456976+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.459674+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.462972+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.464344+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.471238+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.520982+0000 mon.a (mon.0) 2685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.529508+0000 mon.a (mon.0) 2686 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.534953+0000 mon.a (mon.0) 2687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.556363+0000 mon.a (mon.0) 2688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.558370+0000 mon.a (mon.0) 2689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.560419+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.561307+0000 mon.a (mon.0) 2691 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.566815+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.646101+0000 mon.a (mon.0) 2693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.649488+0000 mon.a (mon.0) 2694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.652239+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.653716+0000 mon.a (mon.0) 2696 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.660792+0000 mon.a (mon.0) 2697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.741615+0000 mon.a (mon.0) 2698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.743737+0000 mon.a (mon.0) 2699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.746519+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.747772+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.754209+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.839140+0000 mon.a (mon.0) 2703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.841452+0000 mon.a (mon.0) 2704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.844283+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.845389+0000 mon.a (mon.0) 2706 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.851533+0000 mon.a (mon.0) 2707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.932882+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.934871+0000 mon.a (mon.0) 2709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.937493+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.938457+0000 mon.a (mon.0) 2711 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:40 smithi079 bash[66795]: audit 2023-12-05T13:29:40.943994+0000 mon.a (mon.0) 2712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.066266+0000 mgr.y (mgr.34107) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.158385+0000 mgr.y (mgr.34107) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.252735+0000 mgr.y (mgr.34107) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.347259+0000 mgr.y (mgr.34107) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.440565+0000 mgr.y (mgr.34107) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cluster 2023-12-05T13:29:39.453046+0000 mgr.y (mgr.34107) 664 : cluster 0 pgmap v117: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 114 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.533959+0000 mgr.y (mgr.34107) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.478 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.615802+0000 mgr.y (mgr.34107) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.711295+0000 mgr.y (mgr.34107) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.804994+0000 mgr.y (mgr.34107) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.881157+0000 mgr.y (mgr.34107) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:39.983148+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: cephadm 2023-12-05T13:29:39.983770+0000 mgr.y (mgr.34107) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.069324+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.071591+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.074582+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.075683+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.084778+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.165274+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.168095+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.171379+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.172552+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.180486+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.479 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.262116+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.266030+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.269460+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.270389+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.276390+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.356009+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.358311+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.360775+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.361673+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.374925+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.456976+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.459674+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.462972+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.464344+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.471238+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.480 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.520982+0000 mon.a (mon.0) 2685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.529508+0000 mon.a (mon.0) 2686 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.534953+0000 mon.a (mon.0) 2687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.556363+0000 mon.a (mon.0) 2688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.558370+0000 mon.a (mon.0) 2689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.560419+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.561307+0000 mon.a (mon.0) 2691 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.566815+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.646101+0000 mon.a (mon.0) 2693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.649488+0000 mon.a (mon.0) 2694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.481 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.652239+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.653716+0000 mon.a (mon.0) 2696 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.660792+0000 mon.a (mon.0) 2697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.741615+0000 mon.a (mon.0) 2698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.743737+0000 mon.a (mon.0) 2699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.746519+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.747772+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.754209+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.839140+0000 mon.a (mon.0) 2703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.841452+0000 mon.a (mon.0) 2704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.844283+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.845389+0000 mon.a (mon.0) 2706 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.482 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.066266+0000 mgr.y (mgr.34107) 659 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.158385+0000 mgr.y (mgr.34107) 660 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.252735+0000 mgr.y (mgr.34107) 661 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.347259+0000 mgr.y (mgr.34107) 662 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.440565+0000 mgr.y (mgr.34107) 663 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cluster 2023-12-05T13:29:39.453046+0000 mgr.y (mgr.34107) 664 : cluster 0 pgmap v117: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 114 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.533959+0000 mgr.y (mgr.34107) 665 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.615802+0000 mgr.y (mgr.34107) 666 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.711295+0000 mgr.y (mgr.34107) 667 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.804994+0000 mgr.y (mgr.34107) 668 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.881157+0000 mgr.y (mgr.34107) 669 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:39.983148+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: cephadm 2023-12-05T13:29:39.983770+0000 mgr.y (mgr.34107) 670 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.069324+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.071591+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.483 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.074582+0000 mon.a (mon.0) 2662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.075683+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.084778+0000 mon.a (mon.0) 2664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.165274+0000 mon.a (mon.0) 2665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.168095+0000 mon.a (mon.0) 2666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.851533+0000 mon.a (mon.0) 2707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.932882+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.934871+0000 mon.a (mon.0) 2709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.937493+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.938457+0000 mon.a (mon.0) 2711 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.484 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[78714]: audit 2023-12-05T13:29:40.943994+0000 mon.a (mon.0) 2712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.171379+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.172552+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.180486+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.262116+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.266030+0000 mon.a (mon.0) 2671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.269460+0000 mon.a (mon.0) 2672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.270389+0000 mon.a (mon.0) 2673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.276390+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.356009+0000 mon.a (mon.0) 2675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.485 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.358311+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.360775+0000 mon.a (mon.0) 2677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.361673+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.374925+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.456976+0000 mon.a (mon.0) 2680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.459674+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.462972+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.464344+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.471238+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.520982+0000 mon.a (mon.0) 2685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.529508+0000 mon.a (mon.0) 2686 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.534953+0000 mon.a (mon.0) 2687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.556363+0000 mon.a (mon.0) 2688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.558370+0000 mon.a (mon.0) 2689 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.560419+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.561307+0000 mon.a (mon.0) 2691 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.486 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.566815+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.646101+0000 mon.a (mon.0) 2693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.649488+0000 mon.a (mon.0) 2694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.652239+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.653716+0000 mon.a (mon.0) 2696 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.660792+0000 mon.a (mon.0) 2697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.741615+0000 mon.a (mon.0) 2698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.743737+0000 mon.a (mon.0) 2699 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.746519+0000 mon.a (mon.0) 2700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.747772+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.754209+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.839140+0000 mon.a (mon.0) 2703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.841452+0000 mon.a (mon.0) 2704 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.844283+0000 mon.a (mon.0) 2705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.845389+0000 mon.a (mon.0) 2706 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.487 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.851533+0000 mon.a (mon.0) 2707 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:41.488 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.932882+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:41.488 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.934871+0000 mon.a (mon.0) 2709 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:41.488 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.937493+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:41.488 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.938457+0000 mon.a (mon.0) 2711 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:41.488 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:40 smithi045 bash[81379]: audit 2023-12-05T13:29:40.943994+0000 mon.a (mon.0) 2712 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.085397+0000 mgr.y (mgr.34107) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.181243+0000 mgr.y (mgr.34107) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.276930+0000 mgr.y (mgr.34107) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.375962+0000 mgr.y (mgr.34107) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.281 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.472007+0000 mgr.y (mgr.34107) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.567476+0000 mgr.y (mgr.34107) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.661425+0000 mgr.y (mgr.34107) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.755112+0000 mgr.y (mgr.34107) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.852136+0000 mgr.y (mgr.34107) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: cephadm 2023-12-05T13:29:40.944544+0000 mgr.y (mgr.34107) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:40.944699+0000 mgr.y (mgr.34107) 681 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.019996+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.022337+0000 mon.a (mon.0) 2714 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.025394+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.026578+0000 mon.a (mon.0) 2716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.034648+0000 mon.a (mon.0) 2717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.111741+0000 mon.a (mon.0) 2718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.114271+0000 mon.a (mon.0) 2719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.118999+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.120629+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.129975+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.085397+0000 mgr.y (mgr.34107) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.181243+0000 mgr.y (mgr.34107) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.276930+0000 mgr.y (mgr.34107) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.375962+0000 mgr.y (mgr.34107) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.472007+0000 mgr.y (mgr.34107) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.567476+0000 mgr.y (mgr.34107) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.661425+0000 mgr.y (mgr.34107) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.755112+0000 mgr.y (mgr.34107) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.852136+0000 mgr.y (mgr.34107) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: cephadm 2023-12-05T13:29:40.944544+0000 mgr.y (mgr.34107) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:40.944699+0000 mgr.y (mgr.34107) 681 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.019996+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.022337+0000 mon.a (mon.0) 2714 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.025394+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.026578+0000 mon.a (mon.0) 2716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.034648+0000 mon.a (mon.0) 2717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.111741+0000 mon.a (mon.0) 2718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.114271+0000 mon.a (mon.0) 2719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.118999+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.120629+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.129975+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.284 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.208079+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.210846+0000 mon.a (mon.0) 2724 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.214052+0000 mon.a (mon.0) 2725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.215149+0000 mon.a (mon.0) 2726 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.221564+0000 mon.a (mon.0) 2727 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.304815+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.307131+0000 mon.a (mon.0) 2729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.309946+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.310904+0000 mon.a (mon.0) 2731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.318055+0000 mon.a (mon.0) 2732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.400325+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.402588+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.405017+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.405919+0000 mon.a (mon.0) 2736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.415858+0000 mon.a (mon.0) 2737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.285 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.497614+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.501260+0000 mon.a (mon.0) 2739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.504502+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.505632+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.208079+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.210846+0000 mon.a (mon.0) 2724 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.214052+0000 mon.a (mon.0) 2725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.215149+0000 mon.a (mon.0) 2726 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.221564+0000 mon.a (mon.0) 2727 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.304815+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.307131+0000 mon.a (mon.0) 2729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.286 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.309946+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.310904+0000 mon.a (mon.0) 2731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.318055+0000 mon.a (mon.0) 2732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.400325+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.402588+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.405017+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.405919+0000 mon.a (mon.0) 2736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.415858+0000 mon.a (mon.0) 2737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.497614+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.501260+0000 mon.a (mon.0) 2739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.504502+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.287 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.505632+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.512950+0000 mon.a (mon.0) 2742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.593190+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.596869+0000 mon.a (mon.0) 2744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.599314+0000 mon.a (mon.0) 2745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.600182+0000 mon.a (mon.0) 2746 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.606575+0000 mon.a (mon.0) 2747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.691660+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.288 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.694044+0000 mon.a (mon.0) 2749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.696353+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.697323+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.705309+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.785649+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.788253+0000 mon.a (mon.0) 2754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.790429+0000 mon.a (mon.0) 2755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.791292+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.797722+0000 mon.a (mon.0) 2757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.880437+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.882455+0000 mon.a (mon.0) 2759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.884782+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.885891+0000 mon.a (mon.0) 2761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.894809+0000 mon.a (mon.0) 2762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.976187+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.289 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.979108+0000 mon.a (mon.0) 2764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.982259+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[78714]: audit 2023-12-05T13:29:41.983187+0000 mon.a (mon.0) 2766 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.512950+0000 mon.a (mon.0) 2742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.593190+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.596869+0000 mon.a (mon.0) 2744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.599314+0000 mon.a (mon.0) 2745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.600182+0000 mon.a (mon.0) 2746 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.606575+0000 mon.a (mon.0) 2747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.290 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.691660+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.694044+0000 mon.a (mon.0) 2749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.696353+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.697323+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.705309+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.785649+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.788253+0000 mon.a (mon.0) 2754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.790429+0000 mon.a (mon.0) 2755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.791292+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.797722+0000 mon.a (mon.0) 2757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.880437+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.882455+0000 mon.a (mon.0) 2759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.884782+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.885891+0000 mon.a (mon.0) 2761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.291 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.894809+0000 mon.a (mon.0) 2762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.292 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.976187+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.292 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.979108+0000 mon.a (mon.0) 2764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.292 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.982259+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.292 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:41 smithi045 bash[81379]: audit 2023-12-05T13:29:41.983187+0000 mon.a (mon.0) 2766 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.085397+0000 mgr.y (mgr.34107) 671 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.181243+0000 mgr.y (mgr.34107) 672 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.276930+0000 mgr.y (mgr.34107) 673 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.375962+0000 mgr.y (mgr.34107) 674 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.472007+0000 mgr.y (mgr.34107) 675 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.567476+0000 mgr.y (mgr.34107) 676 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.661425+0000 mgr.y (mgr.34107) 677 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.755112+0000 mgr.y (mgr.34107) 678 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.852136+0000 mgr.y (mgr.34107) 679 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: cephadm 2023-12-05T13:29:40.944544+0000 mgr.y (mgr.34107) 680 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:40.944699+0000 mgr.y (mgr.34107) 681 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.019996+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.022337+0000 mon.a (mon.0) 2714 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.025394+0000 mon.a (mon.0) 2715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.026578+0000 mon.a (mon.0) 2716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.034648+0000 mon.a (mon.0) 2717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.111741+0000 mon.a (mon.0) 2718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.114271+0000 mon.a (mon.0) 2719 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.118999+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.120629+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.129975+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.208079+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.210846+0000 mon.a (mon.0) 2724 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.214052+0000 mon.a (mon.0) 2725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.215149+0000 mon.a (mon.0) 2726 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.221564+0000 mon.a (mon.0) 2727 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.304815+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.307131+0000 mon.a (mon.0) 2729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.309946+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.310904+0000 mon.a (mon.0) 2731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.318055+0000 mon.a (mon.0) 2732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.400325+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.402588+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.405017+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.405919+0000 mon.a (mon.0) 2736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.415858+0000 mon.a (mon.0) 2737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.497614+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.501260+0000 mon.a (mon.0) 2739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.504502+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.505632+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.512950+0000 mon.a (mon.0) 2742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.593190+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.596869+0000 mon.a (mon.0) 2744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.599314+0000 mon.a (mon.0) 2745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.600182+0000 mon.a (mon.0) 2746 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.606575+0000 mon.a (mon.0) 2747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.691660+0000 mon.a (mon.0) 2748 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.694044+0000 mon.a (mon.0) 2749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.696353+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.697323+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.705309+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.785649+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.788253+0000 mon.a (mon.0) 2754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.790429+0000 mon.a (mon.0) 2755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.791292+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.797722+0000 mon.a (mon.0) 2757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.880437+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.882455+0000 mon.a (mon.0) 2759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.884782+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.885891+0000 mon.a (mon.0) 2761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:42.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.894809+0000 mon.a (mon.0) 2762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:42.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.976187+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:42.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.979108+0000 mon.a (mon.0) 2764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:42.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.982259+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:42.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:41 smithi079 bash[66795]: audit 2023-12-05T13:29:41.983187+0000 mon.a (mon.0) 2766 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.035391+0000 mgr.y (mgr.34107) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.130708+0000 mgr.y (mgr.34107) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.222209+0000 mgr.y (mgr.34107) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.318743+0000 mgr.y (mgr.34107) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.416538+0000 mgr.y (mgr.34107) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cluster 2023-12-05T13:29:41.454729+0000 mgr.y (mgr.34107) 687 : cluster 0 pgmap v118: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 157 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.513715+0000 mgr.y (mgr.34107) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.607318+0000 mgr.y (mgr.34107) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.705857+0000 mgr.y (mgr.34107) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.798593+0000 mgr.y (mgr.34107) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.895644+0000 mgr.y (mgr.34107) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:41.999280+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: cephadm 2023-12-05T13:29:41.999885+0000 mgr.y (mgr.34107) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.064294+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.067134+0000 mon.a (mon.0) 2769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.070094+0000 mon.a (mon.0) 2770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.071211+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.081161+0000 mon.a (mon.0) 2772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.161988+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.164539+0000 mon.a (mon.0) 2774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.167669+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.168530+0000 mon.a (mon.0) 2776 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.174724+0000 mon.a (mon.0) 2777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.252328+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.255100+0000 mon.a (mon.0) 2779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.257826+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.258821+0000 mon.a (mon.0) 2781 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.265897+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.347327+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.349399+0000 mon.a (mon.0) 2784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.352635+0000 mon.a (mon.0) 2785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.353909+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.362730+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.441785+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.444042+0000 mon.a (mon.0) 2789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.446631+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.447537+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.453288+0000 mon.a (mon.0) 2792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.535729+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.537884+0000 mon.a (mon.0) 2794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.540575+0000 mon.a (mon.0) 2795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.541343+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.546861+0000 mon.a (mon.0) 2797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.627969+0000 mon.a (mon.0) 2798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.630953+0000 mon.a (mon.0) 2799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.634292+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.635509+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.642539+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.752949+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.755707+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.759335+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.760379+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.769098+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.846577+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.849591+0000 mon.a (mon.0) 2809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.853433+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.854730+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.864210+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.946978+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.951429+0000 mon.a (mon.0) 2814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.955555+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.956569+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:43 smithi079 bash[66795]: audit 2023-12-05T13:29:42.963525+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.320 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[92752]: debug 2023-12-05T13:29:43.235+0000 7fa27ac8b700 1 -- 172.21.15.45:0/1456244711 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562d4be751e0 con 0x562d4befb000 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.035391+0000 mgr.y (mgr.34107) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.130708+0000 mgr.y (mgr.34107) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.222209+0000 mgr.y (mgr.34107) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.318743+0000 mgr.y (mgr.34107) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.416538+0000 mgr.y (mgr.34107) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cluster 2023-12-05T13:29:41.454729+0000 mgr.y (mgr.34107) 687 : cluster 0 pgmap v118: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 157 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.513715+0000 mgr.y (mgr.34107) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.607318+0000 mgr.y (mgr.34107) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.705857+0000 mgr.y (mgr.34107) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.798593+0000 mgr.y (mgr.34107) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.895644+0000 mgr.y (mgr.34107) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:41.999280+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: cephadm 2023-12-05T13:29:41.999885+0000 mgr.y (mgr.34107) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.064294+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.067134+0000 mon.a (mon.0) 2769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.070094+0000 mon.a (mon.0) 2770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.071211+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.081161+0000 mon.a (mon.0) 2772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.161988+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.164539+0000 mon.a (mon.0) 2774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.035391+0000 mgr.y (mgr.34107) 682 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.130708+0000 mgr.y (mgr.34107) 683 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.222209+0000 mgr.y (mgr.34107) 684 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.318743+0000 mgr.y (mgr.34107) 685 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.416538+0000 mgr.y (mgr.34107) 686 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cluster 2023-12-05T13:29:41.454729+0000 mgr.y (mgr.34107) 687 : cluster 0 pgmap v118: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 157 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.513715+0000 mgr.y (mgr.34107) 688 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.323 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.607318+0000 mgr.y (mgr.34107) 689 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.705857+0000 mgr.y (mgr.34107) 690 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.798593+0000 mgr.y (mgr.34107) 691 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.895644+0000 mgr.y (mgr.34107) 692 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:41.999280+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: cephadm 2023-12-05T13:29:41.999885+0000 mgr.y (mgr.34107) 693 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.064294+0000 mon.a (mon.0) 2768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.067134+0000 mon.a (mon.0) 2769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.070094+0000 mon.a (mon.0) 2770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.071211+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.081161+0000 mon.a (mon.0) 2772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.161988+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.164539+0000 mon.a (mon.0) 2774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.167669+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.168530+0000 mon.a (mon.0) 2776 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.174724+0000 mon.a (mon.0) 2777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.252328+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.255100+0000 mon.a (mon.0) 2779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.257826+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.258821+0000 mon.a (mon.0) 2781 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.265897+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.347327+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.349399+0000 mon.a (mon.0) 2784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.352635+0000 mon.a (mon.0) 2785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.353909+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.362730+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.441785+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.444042+0000 mon.a (mon.0) 2789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.446631+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.447537+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.453288+0000 mon.a (mon.0) 2792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.535729+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.537884+0000 mon.a (mon.0) 2794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.167669+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.168530+0000 mon.a (mon.0) 2776 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.174724+0000 mon.a (mon.0) 2777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.252328+0000 mon.a (mon.0) 2778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.255100+0000 mon.a (mon.0) 2779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.257826+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.258821+0000 mon.a (mon.0) 2781 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.265897+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.347327+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.349399+0000 mon.a (mon.0) 2784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.352635+0000 mon.a (mon.0) 2785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.353909+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.327 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.362730+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.441785+0000 mon.a (mon.0) 2788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.444042+0000 mon.a (mon.0) 2789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.446631+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.447537+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.328 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.453288+0000 mon.a (mon.0) 2792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.535729+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.537884+0000 mon.a (mon.0) 2794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.540575+0000 mon.a (mon.0) 2795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.541343+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.546861+0000 mon.a (mon.0) 2797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.627969+0000 mon.a (mon.0) 2798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.630953+0000 mon.a (mon.0) 2799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.634292+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.635509+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.642539+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.752949+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.755707+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.759335+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.760379+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.769098+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.846577+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.849591+0000 mon.a (mon.0) 2809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.853433+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.854730+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.864210+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.946978+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.951429+0000 mon.a (mon.0) 2814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.955555+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.956569+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[78714]: audit 2023-12-05T13:29:42.963525+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.540575+0000 mon.a (mon.0) 2795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.541343+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.546861+0000 mon.a (mon.0) 2797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.627969+0000 mon.a (mon.0) 2798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.630953+0000 mon.a (mon.0) 2799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.333 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.634292+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.635509+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.642539+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.752949+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.755707+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.759335+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.760379+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.769098+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.846577+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.849591+0000 mon.a (mon.0) 2809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.334 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.853433+0000 mon.a (mon.0) 2810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.335 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.854730+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.335 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.864210+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.335 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.946978+0000 mon.a (mon.0) 2813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:43.335 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.951429+0000 mon.a (mon.0) 2814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:43.335 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.955555+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:43.335 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.956569+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:43.335 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[81379]: audit 2023-12-05T13:29:42.963525+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:43.944 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:43 smithi045 bash[92752]: debug 2023-12-05T13:29:43.795+0000 7fa283e11640 -1 Falling back to public interface 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.081792+0000 mgr.y (mgr.34107) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.175642+0000 mgr.y (mgr.34107) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.266773+0000 mgr.y (mgr.34107) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.363563+0000 mgr.y (mgr.34107) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.453799+0000 mgr.y (mgr.34107) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.547558+0000 mgr.y (mgr.34107) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.643067+0000 mgr.y (mgr.34107) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.769656+0000 mgr.y (mgr.34107) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.865051+0000 mgr.y (mgr.34107) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: cephadm 2023-12-05T13:29:42.964356+0000 mgr.y (mgr.34107) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.044751+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.047033+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.049990+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.050883+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.058398+0000 mon.a (mon.0) 2822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.137942+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.143263+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.145851+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.146598+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.154221+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.232756+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.236225+0000 mon.a (mon.0) 2829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.239685+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.241344+0000 mon.a (mon.0) 2831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.248308+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.330897+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.333291+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.335923+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.336631+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.342413+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.421750+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.424193+0000 mon.a (mon.0) 2839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.426918+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.427900+0000 mon.a (mon.0) 2841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.435070+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.513120+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.517884+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.521780+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.522659+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.531013+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.610036+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.612106+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.614169+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.614882+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.621607+0000 mon.a (mon.0) 2852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.701463+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.706120+0000 mon.a (mon.0) 2854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.711061+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.712315+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.721914+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.803068+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.808113+0000 mon.a (mon.0) 2859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.811088+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.811986+0000 mon.a (mon.0) 2861 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.818290+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.901191+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.904851+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.908773+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.910342+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.918019+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:44 smithi079 bash[66795]: audit 2023-12-05T13:29:43.997742+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.081792+0000 mgr.y (mgr.34107) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.175642+0000 mgr.y (mgr.34107) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.266773+0000 mgr.y (mgr.34107) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.363563+0000 mgr.y (mgr.34107) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.453799+0000 mgr.y (mgr.34107) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.547558+0000 mgr.y (mgr.34107) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.643067+0000 mgr.y (mgr.34107) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.769656+0000 mgr.y (mgr.34107) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.865051+0000 mgr.y (mgr.34107) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: cephadm 2023-12-05T13:29:42.964356+0000 mgr.y (mgr.34107) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.044751+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.047033+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.049990+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.050883+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.058398+0000 mon.a (mon.0) 2822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.137942+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.143263+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.145851+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.146598+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.154221+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.232756+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.081792+0000 mgr.y (mgr.34107) 694 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.175642+0000 mgr.y (mgr.34107) 695 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.266773+0000 mgr.y (mgr.34107) 696 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.363563+0000 mgr.y (mgr.34107) 697 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.453799+0000 mgr.y (mgr.34107) 698 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.547558+0000 mgr.y (mgr.34107) 699 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.643067+0000 mgr.y (mgr.34107) 700 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.769656+0000 mgr.y (mgr.34107) 701 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.865051+0000 mgr.y (mgr.34107) 702 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: cephadm 2023-12-05T13:29:42.964356+0000 mgr.y (mgr.34107) 703 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.044751+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.047033+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.049990+0000 mon.a (mon.0) 2820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.050883+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.058398+0000 mon.a (mon.0) 2822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.137942+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.143263+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.145851+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.146598+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.154221+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.232756+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.236225+0000 mon.a (mon.0) 2829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.239685+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.241344+0000 mon.a (mon.0) 2831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.248308+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.330897+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.333291+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.335923+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.336631+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.342413+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.421750+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.424193+0000 mon.a (mon.0) 2839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.426918+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.427900+0000 mon.a (mon.0) 2841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.435070+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.513120+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.517884+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.521780+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.522659+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.531013+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.236225+0000 mon.a (mon.0) 2829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.239685+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.241344+0000 mon.a (mon.0) 2831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.248308+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.330897+0000 mon.a (mon.0) 2833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.333291+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.335923+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.336631+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.342413+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.421750+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.424193+0000 mon.a (mon.0) 2839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.426918+0000 mon.a (mon.0) 2840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.427900+0000 mon.a (mon.0) 2841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.435070+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.513120+0000 mon.a (mon.0) 2843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.517884+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.521780+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.522659+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.531013+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.610036+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.612106+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.614169+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.614882+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.621607+0000 mon.a (mon.0) 2852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.701463+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.706120+0000 mon.a (mon.0) 2854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.711061+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.712315+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.721914+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.803068+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.808113+0000 mon.a (mon.0) 2859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.811088+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.811986+0000 mon.a (mon.0) 2861 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.818290+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.901191+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.904851+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.908773+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.910342+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.918019+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[81379]: audit 2023-12-05T13:29:43.997742+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.610036+0000 mon.a (mon.0) 2848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.612106+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.614169+0000 mon.a (mon.0) 2850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.614882+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.621607+0000 mon.a (mon.0) 2852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.701463+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.706120+0000 mon.a (mon.0) 2854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.711061+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.712315+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.721914+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.803068+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.808113+0000 mon.a (mon.0) 2859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.811088+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.811986+0000 mon.a (mon.0) 2861 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.818290+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.901191+0000 mon.a (mon.0) 2863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.904851+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.908773+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.910342+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.918019+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:44.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:44 smithi045 bash[78714]: audit 2023-12-05T13:29:43.997742+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.059047+0000 mgr.y (mgr.34107) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.155005+0000 mgr.y (mgr.34107) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.249004+0000 mgr.y (mgr.34107) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.343008+0000 mgr.y (mgr.34107) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.435688+0000 mgr.y (mgr.34107) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cluster 2023-12-05T13:29:43.455736+0000 mgr.y (mgr.34107) 709 : cluster 0 pgmap v119: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 149 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.531689+0000 mgr.y (mgr.34107) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.622144+0000 mgr.y (mgr.34107) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.722576+0000 mgr.y (mgr.34107) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.818880+0000 mgr.y (mgr.34107) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cephadm 2023-12-05T13:29:43.918662+0000 mgr.y (mgr.34107) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.009793+0000 mon.a (mon.0) 2869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.012977+0000 mon.a (mon.0) 2870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.013735+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.018895+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.084403+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.086578+0000 mon.a (mon.0) 2874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: cluster 2023-12-05T13:29:44.491595+0000 mon.a (mon.0) 2875 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.562050+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.571690+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.573863+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.574759+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.580689+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.662114+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.665697+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.670432+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.671883+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.681298+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.764188+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.766694+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.769354+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.770330+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.778157+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.857449+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.860005+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.862916+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.863944+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.871937+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.953877+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.957858+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.960703+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.961610+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:45 smithi079 bash[66795]: audit 2023-12-05T13:29:44.968120+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.059047+0000 mgr.y (mgr.34107) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.155005+0000 mgr.y (mgr.34107) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.249004+0000 mgr.y (mgr.34107) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.343008+0000 mgr.y (mgr.34107) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.435688+0000 mgr.y (mgr.34107) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cluster 2023-12-05T13:29:43.455736+0000 mgr.y (mgr.34107) 709 : cluster 0 pgmap v119: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 149 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.531689+0000 mgr.y (mgr.34107) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.622144+0000 mgr.y (mgr.34107) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.722576+0000 mgr.y (mgr.34107) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.818880+0000 mgr.y (mgr.34107) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cephadm 2023-12-05T13:29:43.918662+0000 mgr.y (mgr.34107) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.009793+0000 mon.a (mon.0) 2869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.012977+0000 mon.a (mon.0) 2870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.013735+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.018895+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.084403+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.086578+0000 mon.a (mon.0) 2874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: cluster 2023-12-05T13:29:44.491595+0000 mon.a (mon.0) 2875 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.562050+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.571690+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.573863+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.574759+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.580689+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.662114+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.665697+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.670432+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.671883+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.681298+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.764188+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.766694+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.769354+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.770330+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.778157+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.857449+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.860005+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.862916+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.863944+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.871937+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.953877+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.957858+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.960703+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.961610+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[78714]: audit 2023-12-05T13:29:44.968120+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.059047+0000 mgr.y (mgr.34107) 704 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.155005+0000 mgr.y (mgr.34107) 705 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.249004+0000 mgr.y (mgr.34107) 706 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.343008+0000 mgr.y (mgr.34107) 707 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.435688+0000 mgr.y (mgr.34107) 708 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cluster 2023-12-05T13:29:43.455736+0000 mgr.y (mgr.34107) 709 : cluster 0 pgmap v119: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 149 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.531689+0000 mgr.y (mgr.34107) 710 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.622144+0000 mgr.y (mgr.34107) 711 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.722576+0000 mgr.y (mgr.34107) 712 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.818880+0000 mgr.y (mgr.34107) 713 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cephadm 2023-12-05T13:29:43.918662+0000 mgr.y (mgr.34107) 714 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.009793+0000 mon.a (mon.0) 2869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.012977+0000 mon.a (mon.0) 2870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.013735+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.018895+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.084403+0000 mon.a (mon.0) 2873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.086578+0000 mon.a (mon.0) 2874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: cluster 2023-12-05T13:29:44.491595+0000 mon.a (mon.0) 2875 : cluster 3 Health check update: Degraded data redundancy: 56/630 objects degraded (8.889%), 14 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.562050+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.571690+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.573863+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.574759+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.580689+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.662114+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.665697+0000 mon.a (mon.0) 2882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.670432+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.671883+0000 mon.a (mon.0) 2884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.681298+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.764188+0000 mon.a (mon.0) 2886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.766694+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.769354+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.770330+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.778157+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.857449+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.860005+0000 mon.a (mon.0) 2892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.862916+0000 mon.a (mon.0) 2893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.863944+0000 mon.a (mon.0) 2894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.871937+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.953877+0000 mon.a (mon.0) 2896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.957858+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.960703+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.961610+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:45.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:45 smithi045 bash[81379]: audit 2023-12-05T13:29:44.968120+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: cephadm 2023-12-05T13:29:44.019452+0000 mgr.y (mgr.34107) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: cephadm 2023-12-05T13:29:44.583062+0000 mgr.y (mgr.34107) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: cephadm 2023-12-05T13:29:44.682064+0000 mgr.y (mgr.34107) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: cephadm 2023-12-05T13:29:44.778735+0000 mgr.y (mgr.34107) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: cephadm 2023-12-05T13:29:44.872842+0000 mgr.y (mgr.34107) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: cephadm 2023-12-05T13:29:44.968609+0000 mgr.y (mgr.34107) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.049684+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.051737+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.054478+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.055514+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.064022+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.141880+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.147575+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.150770+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.151553+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.156745+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.239679+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.241732+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.243964+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.244801+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.250339+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.333971+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.336770+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.341070+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.342057+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.349041+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.427472+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.430718+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.434898+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.436661+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.447104+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.506265+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.511229+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.513900+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.514821+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.522169+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.603991+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.607910+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.612043+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.613380+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.622507+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.685784+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.687783+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.690877+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.691951+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.701344+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.776615+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.779462+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.782271+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.783532+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.791058+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.871799+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.873976+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.876619+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.877363+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.885145+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.964262+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.967039+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.971600+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.972514+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.300 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:46 smithi079 bash[66795]: audit 2023-12-05T13:29:45.980015+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: cephadm 2023-12-05T13:29:44.019452+0000 mgr.y (mgr.34107) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: cephadm 2023-12-05T13:29:44.583062+0000 mgr.y (mgr.34107) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: cephadm 2023-12-05T13:29:44.682064+0000 mgr.y (mgr.34107) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: cephadm 2023-12-05T13:29:44.778735+0000 mgr.y (mgr.34107) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: cephadm 2023-12-05T13:29:44.872842+0000 mgr.y (mgr.34107) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: cephadm 2023-12-05T13:29:44.968609+0000 mgr.y (mgr.34107) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.049684+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.051737+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.054478+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.055514+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.064022+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.141880+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.147575+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.150770+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.151553+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.156745+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.239679+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.241732+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.243964+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.244801+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: cephadm 2023-12-05T13:29:44.019452+0000 mgr.y (mgr.34107) 715 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: cephadm 2023-12-05T13:29:44.583062+0000 mgr.y (mgr.34107) 716 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: cephadm 2023-12-05T13:29:44.682064+0000 mgr.y (mgr.34107) 717 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: cephadm 2023-12-05T13:29:44.778735+0000 mgr.y (mgr.34107) 718 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: cephadm 2023-12-05T13:29:44.872842+0000 mgr.y (mgr.34107) 719 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: cephadm 2023-12-05T13:29:44.968609+0000 mgr.y (mgr.34107) 720 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.049684+0000 mon.a (mon.0) 2901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.051737+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.054478+0000 mon.a (mon.0) 2903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.055514+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.064022+0000 mon.a (mon.0) 2905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.141880+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.147575+0000 mon.a (mon.0) 2907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.150770+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.151553+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.156745+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.239679+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.241732+0000 mon.a (mon.0) 2912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.243964+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.244801+0000 mon.a (mon.0) 2914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.250339+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.333971+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.336770+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.341070+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.342057+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.349041+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.427472+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.430718+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.434898+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.436661+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.447104+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.506265+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.511229+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.513900+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.514821+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.522169+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.603991+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.607910+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.612043+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.250339+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.333971+0000 mon.a (mon.0) 2916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.336770+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.341070+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.342057+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.349041+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.427472+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.430718+0000 mon.a (mon.0) 2922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.434898+0000 mon.a (mon.0) 2923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.436661+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.447104+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.506265+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.511229+0000 mon.a (mon.0) 2927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.513900+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.514821+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.522169+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.603991+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.607910+0000 mon.a (mon.0) 2932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.612043+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.613380+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.622507+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.685784+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.687783+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.690877+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.691951+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.701344+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.776615+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.779462+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.782271+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.783532+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.791058+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.871799+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.873976+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.876619+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.877363+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.885145+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.964262+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.967039+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.971600+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.972514+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[81379]: audit 2023-12-05T13:29:45.980015+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.613380+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.622507+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.685784+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.687783+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.690877+0000 mon.a (mon.0) 2938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.691951+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.701344+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.776615+0000 mon.a (mon.0) 2941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.779462+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.782271+0000 mon.a (mon.0) 2943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.783532+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.791058+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.871799+0000 mon.a (mon.0) 2946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.873976+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.876619+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.877363+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.885145+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.964262+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:46.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.967039+0000 mon.a (mon.0) 2952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:46.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.971600+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:46.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.972514+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:46.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[78714]: audit 2023-12-05T13:29:45.980015+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:46.899 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[92752]: debug 2023-12-05T13:29:46.867+0000 7fa283e11640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-05T13:29:47.150 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:46 smithi045 bash[92752]: debug 2023-12-05T13:29:46.895+0000 7fa283e11640 -1 osd.2 115 log_to_monitors true 2023-12-05T13:29:47.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.064669+0000 mgr.y (mgr.34107) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.157301+0000 mgr.y (mgr.34107) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.250970+0000 mgr.y (mgr.34107) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.349697+0000 mgr.y (mgr.34107) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.448217+0000 mgr.y (mgr.34107) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cluster 2023-12-05T13:29:45.456322+0000 mgr.y (mgr.34107) 726 : cluster 0 pgmap v120: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 125 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.522683+0000 mgr.y (mgr.34107) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.623350+0000 mgr.y (mgr.34107) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.702019+0000 mgr.y (mgr.34107) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.791774+0000 mgr.y (mgr.34107) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.885655+0000 mgr.y (mgr.34107) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: cephadm 2023-12-05T13:29:45.980651+0000 mgr.y (mgr.34107) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.059114+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.061861+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.064915+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.065905+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.073068+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.153574+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.155732+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.157827+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.158735+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.064669+0000 mgr.y (mgr.34107) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.157301+0000 mgr.y (mgr.34107) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.250970+0000 mgr.y (mgr.34107) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.349697+0000 mgr.y (mgr.34107) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.448217+0000 mgr.y (mgr.34107) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cluster 2023-12-05T13:29:45.456322+0000 mgr.y (mgr.34107) 726 : cluster 0 pgmap v120: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 125 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.522683+0000 mgr.y (mgr.34107) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.623350+0000 mgr.y (mgr.34107) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.702019+0000 mgr.y (mgr.34107) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.791774+0000 mgr.y (mgr.34107) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.885655+0000 mgr.y (mgr.34107) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: cephadm 2023-12-05T13:29:45.980651+0000 mgr.y (mgr.34107) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.059114+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.061861+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.064915+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.065905+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.073068+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.153574+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.155732+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.157827+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.158735+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.163994+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.247991+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.250063+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.251926+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.252659+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.257854+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.326302+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.328777+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.332851+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.334142+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.343194+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.424866+0000 mon.a (mon.0) 2976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.427425+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.430167+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.431042+0000 mon.a (mon.0) 2979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.436685+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.516048+0000 mon.a (mon.0) 2981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.520567+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.523629+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.524818+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.531536+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.609454+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.612284+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.615234+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.616235+0000 mon.a (mon.0) 2989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.628038+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.710091+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.712399+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.715348+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.716658+0000 mon.a (mon.0) 2994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.724539+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.802907+0000 mon.a (mon.0) 2996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.806179+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.809707+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.811151+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.821504+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.900146+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.901376+0000 mon.a (mon.0) 3002 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.902381+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.904631+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.905447+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.910770+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.993915+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:46.996375+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:47.000051+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:47 smithi079 bash[66795]: audit 2023-12-05T13:29:47.001225+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.064669+0000 mgr.y (mgr.34107) 721 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.157301+0000 mgr.y (mgr.34107) 722 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.250970+0000 mgr.y (mgr.34107) 723 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.349697+0000 mgr.y (mgr.34107) 724 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.448217+0000 mgr.y (mgr.34107) 725 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cluster 2023-12-05T13:29:45.456322+0000 mgr.y (mgr.34107) 726 : cluster 0 pgmap v120: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 125 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.522683+0000 mgr.y (mgr.34107) 727 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.623350+0000 mgr.y (mgr.34107) 728 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.702019+0000 mgr.y (mgr.34107) 729 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.791774+0000 mgr.y (mgr.34107) 730 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.885655+0000 mgr.y (mgr.34107) 731 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: cephadm 2023-12-05T13:29:45.980651+0000 mgr.y (mgr.34107) 732 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.059114+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.061861+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.064915+0000 mon.a (mon.0) 2958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.065905+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.073068+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.153574+0000 mon.a (mon.0) 2961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.155732+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.157827+0000 mon.a (mon.0) 2963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.158735+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.163994+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.247991+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.250063+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.251926+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.252659+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.257854+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.326302+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.328777+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.332851+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.334142+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.343194+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.424866+0000 mon.a (mon.0) 2976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.427425+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.430167+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.431042+0000 mon.a (mon.0) 2979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.436685+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.516048+0000 mon.a (mon.0) 2981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.520567+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.523629+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.524818+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.531536+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.609454+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.612284+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.615234+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.616235+0000 mon.a (mon.0) 2989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.628038+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.710091+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.712399+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.715348+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.716658+0000 mon.a (mon.0) 2994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.724539+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.802907+0000 mon.a (mon.0) 2996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.806179+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.809707+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.811151+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.821504+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.900146+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.901376+0000 mon.a (mon.0) 3002 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.902381+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.904631+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.905447+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.910770+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.993915+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:46.996375+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:47.000051+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[78714]: audit 2023-12-05T13:29:47.001225+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.163994+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.247991+0000 mon.a (mon.0) 2966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.250063+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.251926+0000 mon.a (mon.0) 2968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.252659+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.257854+0000 mon.a (mon.0) 2970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.326302+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.328777+0000 mon.a (mon.0) 2972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.332851+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.334142+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.343194+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.424866+0000 mon.a (mon.0) 2976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.427425+0000 mon.a (mon.0) 2977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.430167+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.431042+0000 mon.a (mon.0) 2979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.436685+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.516048+0000 mon.a (mon.0) 2981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.520567+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.523629+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.524818+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.531536+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.609454+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.612284+0000 mon.a (mon.0) 2987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.615234+0000 mon.a (mon.0) 2988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.616235+0000 mon.a (mon.0) 2989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.628038+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.710091+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.712399+0000 mon.a (mon.0) 2992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.715348+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.716658+0000 mon.a (mon.0) 2994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.724539+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.802907+0000 mon.a (mon.0) 2996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.806179+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.809707+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.811151+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.821504+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.900146+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.901376+0000 mon.a (mon.0) 3002 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.902381+0000 mon.a (mon.0) 3003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.904631+0000 mon.a (mon.0) 3004 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.905447+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.910770+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:47.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.993915+0000 mon.a (mon.0) 3007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:46.996375+0000 mon.a (mon.0) 3008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:47.000051+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[81379]: audit 2023-12-05T13:29:47.001225+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.194 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:29:47 smithi045 bash[92752]: debug 2023-12-05T13:29:47.859+0000 7fa27127a700 -1 osd.2 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.073734+0000 mgr.y (mgr.34107) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.164661+0000 mgr.y (mgr.34107) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.258394+0000 mgr.y (mgr.34107) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.343937+0000 mgr.y (mgr.34107) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.437293+0000 mgr.y (mgr.34107) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.532045+0000 mgr.y (mgr.34107) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.628969+0000 mgr.y (mgr.34107) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.725220+0000 mgr.y (mgr.34107) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.822225+0000 mgr.y (mgr.34107) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:46.911221+0000 mgr.y (mgr.34107) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.010080+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.011013+0000 mgr.y (mgr.34107) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.091452+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.094584+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.097582+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.098791+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.104834+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.105492+0000 mgr.y (mgr.34107) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.183112+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.185779+0000 mon.a (mon.0) 3018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.188403+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.073734+0000 mgr.y (mgr.34107) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.164661+0000 mgr.y (mgr.34107) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.258394+0000 mgr.y (mgr.34107) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.343937+0000 mgr.y (mgr.34107) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.437293+0000 mgr.y (mgr.34107) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.532045+0000 mgr.y (mgr.34107) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.628969+0000 mgr.y (mgr.34107) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.725220+0000 mgr.y (mgr.34107) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.822225+0000 mgr.y (mgr.34107) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:46.911221+0000 mgr.y (mgr.34107) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.010080+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.011013+0000 mgr.y (mgr.34107) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.091452+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.094584+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.097582+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.098791+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.104834+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.105492+0000 mgr.y (mgr.34107) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.183112+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.185779+0000 mon.a (mon.0) 3018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.188403+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.189297+0000 mon.a (mon.0) 3020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.195203+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.195962+0000 mgr.y (mgr.34107) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.257754+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.260737+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.263906+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.265211+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.273406+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.274051+0000 mgr.y (mgr.34107) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.353716+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.356304+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.359432+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.360636+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.368609+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.369907+0000 mgr.y (mgr.34107) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.452835+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.455219+0000 mon.a (mon.0) 3033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cluster 2023-12-05T13:29:47.457143+0000 mgr.y (mgr.34107) 748 : cluster 0 pgmap v121: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.458269+0000 mon.a (mon.0) 3034 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.459324+0000 mon.a (mon.0) 3035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.189297+0000 mon.a (mon.0) 3020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.195203+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.195962+0000 mgr.y (mgr.34107) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.257754+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.260737+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.263906+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.265211+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.273406+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.274051+0000 mgr.y (mgr.34107) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.353716+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.356304+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.359432+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.360636+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.368609+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.369907+0000 mgr.y (mgr.34107) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.452835+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.455219+0000 mon.a (mon.0) 3033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cluster 2023-12-05T13:29:47.457143+0000 mgr.y (mgr.34107) 748 : cluster 0 pgmap v121: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.458269+0000 mon.a (mon.0) 3034 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.459324+0000 mon.a (mon.0) 3035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.466094+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.466872+0000 mgr.y (mgr.34107) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.549523+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.551644+0000 mon.a (mon.0) 3038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.554606+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.555582+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.561823+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.562671+0000 mgr.y (mgr.34107) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.642589+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.645099+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.647914+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.648987+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.656785+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.657419+0000 mgr.y (mgr.34107) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.736834+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.740528+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.743008+0000 mon.a (mon.0) 3049 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.743889+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.749995+0000 mon.a (mon.0) 3051 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.750689+0000 mgr.y (mgr.34107) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.466094+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.466872+0000 mgr.y (mgr.34107) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.549523+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.551644+0000 mon.a (mon.0) 3038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.554606+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.555582+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.561823+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.562671+0000 mgr.y (mgr.34107) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.642589+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.645099+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.647914+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.648987+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.656785+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.657419+0000 mgr.y (mgr.34107) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.736834+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.740528+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.743008+0000 mon.a (mon.0) 3049 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.743889+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.749995+0000 mon.a (mon.0) 3051 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.750689+0000 mgr.y (mgr.34107) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.820369+0000 mon.a (mon.0) 3052 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cluster 2023-12-05T13:29:47.825487+0000 mon.a (mon.0) 3053 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.825886+0000 mon.a (mon.0) 3054 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.834481+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.844032+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.846294+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.846976+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.851502+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.851925+0000 mgr.y (mgr.34107) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.916455+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.918554+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.921557+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.922758+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: audit 2023-12-05T13:29:47.931146+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[78714]: cephadm 2023-12-05T13:29:47.931940+0000 mgr.y (mgr.34107) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.820369+0000 mon.a (mon.0) 3052 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cluster 2023-12-05T13:29:47.825487+0000 mon.a (mon.0) 3053 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.825886+0000 mon.a (mon.0) 3054 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.834481+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.844032+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.846294+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.846976+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.851502+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.851925+0000 mgr.y (mgr.34107) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.916455+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.918554+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.921557+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.922758+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: audit 2023-12-05T13:29:47.931146+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:48 smithi045 bash[81379]: cephadm 2023-12-05T13:29:47.931940+0000 mgr.y (mgr.34107) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.073734+0000 mgr.y (mgr.34107) 733 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.164661+0000 mgr.y (mgr.34107) 734 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.258394+0000 mgr.y (mgr.34107) 735 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.343937+0000 mgr.y (mgr.34107) 736 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.437293+0000 mgr.y (mgr.34107) 737 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.532045+0000 mgr.y (mgr.34107) 738 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.628969+0000 mgr.y (mgr.34107) 739 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.725220+0000 mgr.y (mgr.34107) 740 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.822225+0000 mgr.y (mgr.34107) 741 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:46.911221+0000 mgr.y (mgr.34107) 742 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.010080+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.011013+0000 mgr.y (mgr.34107) 743 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.091452+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.094584+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.097582+0000 mon.a (mon.0) 3014 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.098791+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.104834+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.105492+0000 mgr.y (mgr.34107) 744 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.183112+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.185779+0000 mon.a (mon.0) 3018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.188403+0000 mon.a (mon.0) 3019 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.189297+0000 mon.a (mon.0) 3020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.195203+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.195962+0000 mgr.y (mgr.34107) 745 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.257754+0000 mon.a (mon.0) 3022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.260737+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.263906+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.265211+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.273406+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.274051+0000 mgr.y (mgr.34107) 746 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.353716+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.356304+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.359432+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.360636+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.368609+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.369907+0000 mgr.y (mgr.34107) 747 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.452835+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.455219+0000 mon.a (mon.0) 3033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cluster 2023-12-05T13:29:47.457143+0000 mgr.y (mgr.34107) 748 : cluster 0 pgmap v121: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 77 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.458269+0000 mon.a (mon.0) 3034 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.459324+0000 mon.a (mon.0) 3035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.466094+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.466872+0000 mgr.y (mgr.34107) 749 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.549523+0000 mon.a (mon.0) 3037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.551644+0000 mon.a (mon.0) 3038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.554606+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.555582+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.561823+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.562671+0000 mgr.y (mgr.34107) 750 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.642589+0000 mon.a (mon.0) 3042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.645099+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.647914+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.648987+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.656785+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.657419+0000 mgr.y (mgr.34107) 751 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.736834+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.740528+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.743008+0000 mon.a (mon.0) 3049 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.743889+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.749995+0000 mon.a (mon.0) 3051 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.750689+0000 mgr.y (mgr.34107) 752 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.820369+0000 mon.a (mon.0) 3052 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cluster 2023-12-05T13:29:47.825487+0000 mon.a (mon.0) 3053 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.825886+0000 mon.a (mon.0) 3054 : audit 1 from='osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.834481+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.844032+0000 mon.a (mon.0) 3056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.846294+0000 mon.a (mon.0) 3057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.846976+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.851502+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.851925+0000 mgr.y (mgr.34107) 753 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.916455+0000 mon.a (mon.0) 3060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.918554+0000 mon.a (mon.0) 3061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.921557+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.922758+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: audit 2023-12-05T13:29:47.931146+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:48 smithi079 bash[66795]: cephadm 2023-12-05T13:29:47.931940+0000 mgr.y (mgr.34107) 754 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cluster 2023-12-05T13:29:47.825986+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.013041+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.023269+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.026442+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.027391+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.035980+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.036617+0000 mgr.y (mgr.34107) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.116277+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.120042+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.123344+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.124397+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.132313+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.133051+0000 mgr.y (mgr.34107) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.210675+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.213029+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.216799+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.217713+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.223881+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.224474+0000 mgr.y (mgr.34107) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.291580+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.295369+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.297736+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.298635+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.305357+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.305997+0000 mgr.y (mgr.34107) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.384222+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.387270+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.390299+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.391406+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.399205+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.400002+0000 mgr.y (mgr.34107) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.477649+0000 mon.a (mon.0) 3090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.480056+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.483704+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.484799+0000 mon.a (mon.0) 3093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.490588+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.491281+0000 mgr.y (mgr.34107) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.571290+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.576299+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.578817+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.164 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cluster 2023-12-05T13:29:47.825986+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.013041+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.023269+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.026442+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.027391+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.035980+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.036617+0000 mgr.y (mgr.34107) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.116277+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.120042+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.123344+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.124397+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.132313+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.133051+0000 mgr.y (mgr.34107) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.210675+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.213029+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.216799+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.217713+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.223881+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.224474+0000 mgr.y (mgr.34107) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.166 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.291580+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.579614+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.585606+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.586326+0000 mgr.y (mgr.34107) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.665018+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.667973+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.671085+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.672034+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.678981+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.679688+0000 mgr.y (mgr.34107) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.756458+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.758716+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.761320+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.762207+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.768210+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.769205+0000 mgr.y (mgr.34107) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cluster 2023-12-05T13:29:48.850641+0000 mon.a (mon.0) 3110 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cluster 2023-12-05T13:29:48.855464+0000 mon.a (mon.0) 3111 : cluster 1 osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236] boot 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cluster 2023-12-05T13:29:48.855518+0000 mon.a (mon.0) 3112 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-05T13:29:49.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.861094+0000 mon.a (mon.0) 3113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.861527+0000 mon.a (mon.0) 3114 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.877466+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.883303+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.884739+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.890550+0000 mon.a (mon.0) 3118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.891248+0000 mgr.y (mgr.34107) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.957132+0000 mon.a (mon.0) 3119 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.959730+0000 mon.a (mon.0) 3120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.962875+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.963895+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: audit 2023-12-05T13:29:48.971310+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[78714]: cephadm 2023-12-05T13:29:48.971913+0000 mgr.y (mgr.34107) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.295369+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.297736+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.298635+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.305357+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.305997+0000 mgr.y (mgr.34107) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.384222+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.387270+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.390299+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.391406+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.399205+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.400002+0000 mgr.y (mgr.34107) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.477649+0000 mon.a (mon.0) 3090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.480056+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.483704+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.484799+0000 mon.a (mon.0) 3093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.490588+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.491281+0000 mgr.y (mgr.34107) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.571290+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.576299+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.578817+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.579614+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.585606+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.586326+0000 mgr.y (mgr.34107) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.665018+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.667973+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.671085+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.672034+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.678981+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.679688+0000 mgr.y (mgr.34107) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.756458+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.758716+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.761320+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.762207+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.768210+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.769205+0000 mgr.y (mgr.34107) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cluster 2023-12-05T13:29:48.850641+0000 mon.a (mon.0) 3110 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:29:49.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cluster 2023-12-05T13:29:48.855464+0000 mon.a (mon.0) 3111 : cluster 1 osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236] boot 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cluster 2023-12-05T13:29:48.855518+0000 mon.a (mon.0) 3112 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.861094+0000 mon.a (mon.0) 3113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.861527+0000 mon.a (mon.0) 3114 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.877466+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.883303+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.884739+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.890550+0000 mon.a (mon.0) 3118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.891248+0000 mgr.y (mgr.34107) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.957132+0000 mon.a (mon.0) 3119 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.959730+0000 mon.a (mon.0) 3120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.962875+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.963895+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: audit 2023-12-05T13:29:48.971310+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.173 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[81379]: cephadm 2023-12-05T13:29:48.971913+0000 mgr.y (mgr.34107) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cluster 2023-12-05T13:29:47.825986+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.013041+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.023269+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.026442+0000 mon.a (mon.0) 3067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.027391+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.035980+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.036617+0000 mgr.y (mgr.34107) 755 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.116277+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.120042+0000 mon.a (mon.0) 3071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.123344+0000 mon.a (mon.0) 3072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.124397+0000 mon.a (mon.0) 3073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.132313+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.133051+0000 mgr.y (mgr.34107) 756 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.210675+0000 mon.a (mon.0) 3075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.213029+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.216799+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.217713+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.223881+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.224474+0000 mgr.y (mgr.34107) 757 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.291580+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.295369+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.297736+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.298635+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.305357+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.305997+0000 mgr.y (mgr.34107) 758 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.384222+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.387270+0000 mon.a (mon.0) 3086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.390299+0000 mon.a (mon.0) 3087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.391406+0000 mon.a (mon.0) 3088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.399205+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.400002+0000 mgr.y (mgr.34107) 759 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.477649+0000 mon.a (mon.0) 3090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.480056+0000 mon.a (mon.0) 3091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.483704+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.484799+0000 mon.a (mon.0) 3093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.490588+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.491281+0000 mgr.y (mgr.34107) 760 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.571290+0000 mon.a (mon.0) 3095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.576299+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.578817+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.579614+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.585606+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.586326+0000 mgr.y (mgr.34107) 761 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.665018+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.667973+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.671085+0000 mon.a (mon.0) 3102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.672034+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.678981+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.679688+0000 mgr.y (mgr.34107) 762 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.756458+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.758716+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.761320+0000 mon.a (mon.0) 3107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.762207+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.768210+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.769205+0000 mgr.y (mgr.34107) 763 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cluster 2023-12-05T13:29:48.850641+0000 mon.a (mon.0) 3110 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cluster 2023-12-05T13:29:48.855464+0000 mon.a (mon.0) 3111 : cluster 1 osd.2 [v2:172.21.15.45:6818/1537358236,v1:172.21.15.45:6819/1537358236] boot 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cluster 2023-12-05T13:29:48.855518+0000 mon.a (mon.0) 3112 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.861094+0000 mon.a (mon.0) 3113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.861527+0000 mon.a (mon.0) 3114 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.877466+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.883303+0000 mon.a (mon.0) 3116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.884739+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.890550+0000 mon.a (mon.0) 3118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.891248+0000 mgr.y (mgr.34107) 764 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.957132+0000 mon.a (mon.0) 3119 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.959730+0000 mon.a (mon.0) 3120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.962875+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.963895+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: audit 2023-12-05T13:29:48.971310+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:49 smithi079 bash[66795]: cephadm 2023-12-05T13:29:48.971913+0000 mgr.y (mgr.34107) 765 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:49.444 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[74945]: debug 2023-12-05T13:29:49.159+0000 7f3c5ca31700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-05T13:29:49.444 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:29:49] "GET /metrics HTTP/1.1" 200 38466 "" "Prometheus/2.33.4" 2023-12-05T13:29:50.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: cluster 2023-12-05T13:29:48.854503+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: cluster 2023-12-05T13:29:48.863169+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.060703+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.063792+0000 mon.a (mon.0) 3125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.067168+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.068638+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.076963+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: cephadm 2023-12-05T13:29:49.077875+0000 mgr.y (mgr.34107) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.140815+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.149476+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.150201+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.153276+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.155347+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.157718+0000 mon.a (mon.0) 3134 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.160167+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.161886+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.162081+0000 mgr.y (mgr.34107) 767 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: cephadm 2023-12-05T13:29:49.163107+0000 mgr.y (mgr.34107) 768 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.458005+0000 mgr.y (mgr.34107) 769 : cluster 0 pgmap v124: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.850934+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: audit 2023-12-05T13:29:49.853361+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:50 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.862020+0000 mon.a (mon.0) 3139 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: cluster 2023-12-05T13:29:48.854503+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: cluster 2023-12-05T13:29:48.863169+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.060703+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.063792+0000 mon.a (mon.0) 3125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.067168+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.068638+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.076963+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: cephadm 2023-12-05T13:29:49.077875+0000 mgr.y (mgr.34107) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.140815+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.149476+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.150201+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.153276+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.155347+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.157718+0000 mon.a (mon.0) 3134 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.160167+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.161886+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.162081+0000 mgr.y (mgr.34107) 767 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: cephadm 2023-12-05T13:29:49.163107+0000 mgr.y (mgr.34107) 768 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.458005+0000 mgr.y (mgr.34107) 769 : cluster 0 pgmap v124: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.850934+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: audit 2023-12-05T13:29:49.853361+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.862020+0000 mon.a (mon.0) 3139 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: cluster 2023-12-05T13:29:48.854503+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: cluster 2023-12-05T13:29:48.863169+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.060703+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.063792+0000 mon.a (mon.0) 3125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.067168+0000 mon.a (mon.0) 3126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.068638+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.076963+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: cephadm 2023-12-05T13:29:49.077875+0000 mgr.y (mgr.34107) 766 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.140815+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.149476+0000 mon.a (mon.0) 3130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.150201+0000 mon.a (mon.0) 3131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.153276+0000 mon.a (mon.0) 3132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.155347+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.157718+0000 mon.a (mon.0) 3134 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.160167+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.161886+0000 mon.a (mon.0) 3136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.162081+0000 mgr.y (mgr.34107) 767 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: cephadm 2023-12-05T13:29:49.163107+0000 mgr.y (mgr.34107) 768 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.458005+0000 mgr.y (mgr.34107) 769 : cluster 0 pgmap v124: 161 pgs: 14 active+undersized+degraded, 33 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s; 56/630 objects degraded (8.889%) 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.850934+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: audit 2023-12-05T13:29:49.853361+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:50 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.862020+0000 mon.a (mon.0) 3139 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-05T13:29:51.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.856405+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.859802+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.863462+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.864787+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.865586+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.866810+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.867106+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.868822+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: cluster 2023-12-05T13:29:49.870958+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:51 smithi079 bash[66795]: audit 2023-12-05T13:29:50.952675+0000 mgr.y (mgr.34107) 770 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:51.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.856405+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.859802+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.863462+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.864787+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.865586+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.866810+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.867106+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.868822+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: cluster 2023-12-05T13:29:49.870958+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[78714]: audit 2023-12-05T13:29:50.952675+0000 mgr.y (mgr.34107) 770 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:51.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.856405+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.859802+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.863462+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.864787+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.865586+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.866810+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.867106+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.868822+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: cluster 2023-12-05T13:29:49.870958+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T13:29:51.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:51 smithi045 bash[81379]: audit 2023-12-05T13:29:50.952675+0000 mgr.y (mgr.34107) 770 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:29:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:52 smithi079 bash[66795]: cluster 2023-12-05T13:29:51.459588+0000 mgr.y (mgr.34107) 771 : cluster 0 pgmap v126: 161 pgs: 7 active+undersized+degraded, 17 active+undersized, 137 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-05T13:29:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:52 smithi079 bash[66795]: audit 2023-12-05T13:29:51.974351+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:52 smithi079 bash[66795]: audit 2023-12-05T13:29:51.984409+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:52 smithi079 bash[66795]: audit 2023-12-05T13:29:51.994057+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:52 smithi079 bash[66795]: cluster 2023-12-05T13:29:52.023332+0000 mon.a (mon.0) 3143 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:53.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[78714]: cluster 2023-12-05T13:29:51.459588+0000 mgr.y (mgr.34107) 771 : cluster 0 pgmap v126: 161 pgs: 7 active+undersized+degraded, 17 active+undersized, 137 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[78714]: audit 2023-12-05T13:29:51.974351+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[78714]: audit 2023-12-05T13:29:51.984409+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[78714]: audit 2023-12-05T13:29:51.994057+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[78714]: cluster 2023-12-05T13:29:52.023332+0000 mon.a (mon.0) 3143 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[81379]: cluster 2023-12-05T13:29:51.459588+0000 mgr.y (mgr.34107) 771 : cluster 0 pgmap v126: 161 pgs: 7 active+undersized+degraded, 17 active+undersized, 137 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[81379]: audit 2023-12-05T13:29:51.974351+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[81379]: audit 2023-12-05T13:29:51.984409+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[81379]: audit 2023-12-05T13:29:51.994057+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:29:53.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:52 smithi045 bash[81379]: cluster 2023-12-05T13:29:52.023332+0000 mon.a (mon.0) 3143 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T13:29:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:54 smithi079 bash[66795]: cluster 2023-12-05T13:29:53.460737+0000 mgr.y (mgr.34107) 772 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 6 objects/s recovering 2023-12-05T13:29:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:54 smithi079 bash[66795]: cluster 2023-12-05T13:29:53.972243+0000 mon.a (mon.0) 3144 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-05T13:29:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:54 smithi079 bash[66795]: cluster 2023-12-05T13:29:53.972337+0000 mon.a (mon.0) 3145 : cluster 1 Cluster is now healthy 2023-12-05T13:29:54.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:54 smithi045 bash[78714]: cluster 2023-12-05T13:29:53.460737+0000 mgr.y (mgr.34107) 772 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 6 objects/s recovering 2023-12-05T13:29:54.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:54 smithi045 bash[78714]: cluster 2023-12-05T13:29:53.972243+0000 mon.a (mon.0) 3144 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-05T13:29:54.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:54 smithi045 bash[78714]: cluster 2023-12-05T13:29:53.972337+0000 mon.a (mon.0) 3145 : cluster 1 Cluster is now healthy 2023-12-05T13:29:54.351 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:54 smithi045 bash[81379]: cluster 2023-12-05T13:29:53.460737+0000 mgr.y (mgr.34107) 772 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 6 objects/s recovering 2023-12-05T13:29:54.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:54 smithi045 bash[81379]: cluster 2023-12-05T13:29:53.972243+0000 mon.a (mon.0) 3144 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-05T13:29:54.352 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:54 smithi045 bash[81379]: cluster 2023-12-05T13:29:53.972337+0000 mon.a (mon.0) 3145 : cluster 1 Cluster is now healthy 2023-12-05T13:29:56.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:56 smithi079 bash[66795]: cluster 2023-12-05T13:29:55.461489+0000 mgr.y (mgr.34107) 773 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 670 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T13:29:56.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:56 smithi045 bash[78714]: cluster 2023-12-05T13:29:55.461489+0000 mgr.y (mgr.34107) 773 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 670 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T13:29:56.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:56 smithi045 bash[81379]: cluster 2023-12-05T13:29:55.461489+0000 mgr.y (mgr.34107) 773 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 161 MiB used, 715 GiB / 715 GiB avail; 670 B/s rd, 0 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T13:29:57.478 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:29:58.270 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:29:58.270 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 6s ago 19m - - 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 17s ago 19m - - 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (5m) 6s ago 12m 16.0M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (5m) 17s ago 12m 43.6M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (4m) 6s ago 10m 48.2M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (4m) 17s ago 18m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (4m) 6s ago 20m 506M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (3m) 6s ago 21m 62.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (2m) 17s ago 19m 42.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (3m) 6s ago 19m 52.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (6m) 6s ago 13m 12.1M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (5m) 17s ago 13m 11.7M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (96s) 6s ago 18m 52.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (59s) 6s ago 17m 51.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (17s) 6s ago 17m 47.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:29:58.271 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (16m) 6s ago 16m 67.0M 4096M 17.2.0 e1d6a67b021e e76503f68853 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (15m) 17s ago 16m 65.8M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (15m) 17s ago 15m 63.5M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (14m) 17s ago 14m 59.7M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (14m) 17s ago 14m 63.7M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (4m) 17s ago 13m 62.2M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (10m) 6s ago 10m 88.2M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (10m) 17s ago 10m 88.4M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (10m) 6s ago 10m 88.0M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:29:58.272 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (10m) 17s ago 10m 88.2M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:29:58.745 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:58.746 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:29:58.747 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:29:58.747 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:29:58.747 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:29:58.747 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-05T13:29:58.747 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-05T13:29:58.747 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:29:58.747 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:29:58.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:58 smithi079 bash[66795]: audit 2023-12-05T13:29:57.459835+0000 mgr.y (mgr.34107) 774 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:58.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:58 smithi079 bash[66795]: cluster 2023-12-05T13:29:57.462511+0000 mgr.y (mgr.34107) 775 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T13:29:58.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:58 smithi079 bash[66795]: audit 2023-12-05T13:29:57.856943+0000 mgr.y (mgr.34107) 776 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:58.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:58 smithi045 bash[78714]: audit 2023-12-05T13:29:57.459835+0000 mgr.y (mgr.34107) 774 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:58.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:58 smithi045 bash[78714]: cluster 2023-12-05T13:29:57.462511+0000 mgr.y (mgr.34107) 775 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T13:29:58.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:58 smithi045 bash[78714]: audit 2023-12-05T13:29:57.856943+0000 mgr.y (mgr.34107) 776 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:58.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:58 smithi045 bash[81379]: audit 2023-12-05T13:29:57.459835+0000 mgr.y (mgr.34107) 774 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:58.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:58 smithi045 bash[81379]: cluster 2023-12-05T13:29:57.462511+0000 mgr.y (mgr.34107) 775 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T13:29:58.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:58 smithi045 bash[81379]: audit 2023-12-05T13:29:57.856943+0000 mgr.y (mgr.34107) 776 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:29:59.138 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:29:59.139 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "8/23 daemons upgraded", 2023-12-05T13:29:59.139 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:29:59.139 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:29:59.139 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:29:59.597 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:29:59.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:59 smithi045 bash[78714]: audit 2023-12-05T13:29:58.243332+0000 mgr.y (mgr.34107) 777 : audit 0 from='client.44308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:59.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:29:59 smithi045 bash[78714]: audit 2023-12-05T13:29:58.742593+0000 mon.a (mon.0) 3146 : audit 0 from='client.? 172.21.15.45:0/1205044341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:59.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:29:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:29:59] "GET /metrics HTTP/1.1" 200 38323 "" "Prometheus/2.33.4" 2023-12-05T13:29:59.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:59 smithi045 bash[81379]: audit 2023-12-05T13:29:58.243332+0000 mgr.y (mgr.34107) 777 : audit 0 from='client.44308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:59.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:29:59 smithi045 bash[81379]: audit 2023-12-05T13:29:58.742593+0000 mon.a (mon.0) 3146 : audit 0 from='client.? 172.21.15.45:0/1205044341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:59.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:59 smithi079 bash[66795]: audit 2023-12-05T13:29:58.243332+0000 mgr.y (mgr.34107) 777 : audit 0 from='client.44308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:59.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:29:59 smithi079 bash[66795]: audit 2023-12-05T13:29:58.742593+0000 mon.a (mon.0) 3146 : audit 0 from='client.? 172.21.15.45:0/1205044341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:00.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:00 smithi079 bash[66795]: audit 2023-12-05T13:29:59.134672+0000 mgr.y (mgr.34107) 778 : audit 0 from='client.34395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:00.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:00 smithi079 bash[66795]: cluster 2023-12-05T13:29:59.463484+0000 mgr.y (mgr.34107) 779 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-05T13:30:00.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:00 smithi079 bash[66795]: audit 2023-12-05T13:29:59.594613+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.45:0/2643585426' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:00.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:00 smithi079 bash[66795]: cluster 2023-12-05T13:30:00.000156+0000 mon.a (mon.0) 3147 : cluster 1 overall HEALTH_OK 2023-12-05T13:30:00.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:00 smithi079 bash[66795]: audit 2023-12-05T13:30:00.045256+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:00.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[81379]: audit 2023-12-05T13:29:59.134672+0000 mgr.y (mgr.34107) 778 : audit 0 from='client.34395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[81379]: cluster 2023-12-05T13:29:59.463484+0000 mgr.y (mgr.34107) 779 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[81379]: audit 2023-12-05T13:29:59.594613+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.45:0/2643585426' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[81379]: cluster 2023-12-05T13:30:00.000156+0000 mon.a (mon.0) 3147 : cluster 1 overall HEALTH_OK 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[81379]: audit 2023-12-05T13:30:00.045256+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[78714]: audit 2023-12-05T13:29:59.134672+0000 mgr.y (mgr.34107) 778 : audit 0 from='client.34395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[78714]: cluster 2023-12-05T13:29:59.463484+0000 mgr.y (mgr.34107) 779 : cluster 0 pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 3 objects/s recovering 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[78714]: audit 2023-12-05T13:29:59.594613+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.45:0/2643585426' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[78714]: cluster 2023-12-05T13:30:00.000156+0000 mon.a (mon.0) 3147 : cluster 1 overall HEALTH_OK 2023-12-05T13:30:00.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:00 smithi045 bash[78714]: audit 2023-12-05T13:30:00.045256+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:01 smithi079 bash[66795]: audit 2023-12-05T13:30:00.696519+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:01 smithi079 bash[66795]: audit 2023-12-05T13:30:00.706412+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:01 smithi079 bash[66795]: audit 2023-12-05T13:30:00.715401+0000 mon.a (mon.0) 3151 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:01 smithi079 bash[66795]: audit 2023-12-05T13:30:00.960704+0000 mgr.y (mgr.34107) 780 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:02.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[78714]: audit 2023-12-05T13:30:00.696519+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[78714]: audit 2023-12-05T13:30:00.706412+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[78714]: audit 2023-12-05T13:30:00.715401+0000 mon.a (mon.0) 3151 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[78714]: audit 2023-12-05T13:30:00.960704+0000 mgr.y (mgr.34107) 780 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:02.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[81379]: audit 2023-12-05T13:30:00.696519+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[81379]: audit 2023-12-05T13:30:00.706412+0000 mon.a (mon.0) 3150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[81379]: audit 2023-12-05T13:30:00.715401+0000 mon.a (mon.0) 3151 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:02.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:01 smithi045 bash[81379]: audit 2023-12-05T13:30:00.960704+0000 mgr.y (mgr.34107) 780 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:03.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:02 smithi079 bash[66795]: cluster 2023-12-05T13:30:01.465053+0000 mgr.y (mgr.34107) 781 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 3 objects/s recovering 2023-12-05T13:30:03.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:02 smithi045 bash[78714]: cluster 2023-12-05T13:30:01.465053+0000 mgr.y (mgr.34107) 781 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 3 objects/s recovering 2023-12-05T13:30:03.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:02 smithi045 bash[81379]: cluster 2023-12-05T13:30:01.465053+0000 mgr.y (mgr.34107) 781 : cluster 0 pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 3 objects/s recovering 2023-12-05T13:30:04.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:04 smithi045 bash[78714]: cluster 2023-12-05T13:30:03.466058+0000 mgr.y (mgr.34107) 782 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 1 objects/s recovering 2023-12-05T13:30:04.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:04 smithi045 bash[78714]: audit 2023-12-05T13:30:04.174783+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:30:04.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:04 smithi045 bash[81379]: cluster 2023-12-05T13:30:03.466058+0000 mgr.y (mgr.34107) 782 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 1 objects/s recovering 2023-12-05T13:30:04.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:04 smithi045 bash[81379]: audit 2023-12-05T13:30:04.174783+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:30:05.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:04 smithi079 bash[66795]: cluster 2023-12-05T13:30:03.466058+0000 mgr.y (mgr.34107) 782 : cluster 0 pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 1 objects/s recovering 2023-12-05T13:30:05.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:04 smithi079 bash[66795]: audit 2023-12-05T13:30:04.174783+0000 mon.a (mon.0) 3152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[81379]: audit 2023-12-05T13:30:04.175240+0000 mgr.y (mgr.34107) 783 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[81379]: cephadm 2023-12-05T13:30:04.178007+0000 mgr.y (mgr.34107) 784 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[81379]: audit 2023-12-05T13:30:04.851088+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[81379]: audit 2023-12-05T13:30:04.853377+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[78714]: audit 2023-12-05T13:30:04.175240+0000 mgr.y (mgr.34107) 783 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[78714]: cephadm 2023-12-05T13:30:04.178007+0000 mgr.y (mgr.34107) 784 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[78714]: audit 2023-12-05T13:30:04.851088+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:06.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:05 smithi045 bash[78714]: audit 2023-12-05T13:30:04.853377+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:05 smithi079 bash[66795]: audit 2023-12-05T13:30:04.175240+0000 mgr.y (mgr.34107) 783 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T13:30:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:05 smithi079 bash[66795]: cephadm 2023-12-05T13:30:04.178007+0000 mgr.y (mgr.34107) 784 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-05T13:30:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:05 smithi079 bash[66795]: audit 2023-12-05T13:30:04.851088+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:05 smithi079 bash[66795]: audit 2023-12-05T13:30:04.853377+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:06 smithi045 bash[78714]: cluster 2023-12-05T13:30:05.466823+0000 mgr.y (mgr.34107) 785 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:06 smithi045 bash[81379]: cluster 2023-12-05T13:30:05.466823+0000 mgr.y (mgr.34107) 785 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:07.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:06 smithi079 bash[66795]: cluster 2023-12-05T13:30:05.466823+0000 mgr.y (mgr.34107) 785 : cluster 0 pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:08.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:08 smithi079 bash[66795]: cephadm 2023-12-05T13:30:06.999676+0000 mgr.y (mgr.34107) 786 : cephadm 1 Upgrade: Updating osd.3 2023-12-05T13:30:08.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:08 smithi079 bash[66795]: audit 2023-12-05T13:30:07.007370+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:08.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:08 smithi079 bash[66795]: audit 2023-12-05T13:30:07.011305+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:30:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:08 smithi079 bash[66795]: audit 2023-12-05T13:30:07.012926+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:08.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[78714]: cephadm 2023-12-05T13:30:06.999676+0000 mgr.y (mgr.34107) 786 : cephadm 1 Upgrade: Updating osd.3 2023-12-05T13:30:08.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[78714]: audit 2023-12-05T13:30:07.007370+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:08.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[78714]: audit 2023-12-05T13:30:07.011305+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:30:08.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[78714]: audit 2023-12-05T13:30:07.012926+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:08.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[81379]: cephadm 2023-12-05T13:30:06.999676+0000 mgr.y (mgr.34107) 786 : cephadm 1 Upgrade: Updating osd.3 2023-12-05T13:30:08.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[81379]: audit 2023-12-05T13:30:07.007370+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:08.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[81379]: audit 2023-12-05T13:30:07.011305+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:30:08.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:08 smithi045 bash[81379]: audit 2023-12-05T13:30:07.012926+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:09.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:09 smithi045 bash[78714]: cephadm 2023-12-05T13:30:07.018148+0000 mgr.y (mgr.34107) 787 : cephadm 1 Deploying daemon osd.3 on smithi045 2023-12-05T13:30:09.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:09 smithi045 bash[78714]: cluster 2023-12-05T13:30:07.468388+0000 mgr.y (mgr.34107) 788 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:09 smithi045 bash[81379]: cephadm 2023-12-05T13:30:07.018148+0000 mgr.y (mgr.34107) 787 : cephadm 1 Deploying daemon osd.3 on smithi045 2023-12-05T13:30:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:09 smithi045 bash[81379]: cluster 2023-12-05T13:30:07.468388+0000 mgr.y (mgr.34107) 788 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:09.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:09 smithi079 bash[66795]: cephadm 2023-12-05T13:30:07.018148+0000 mgr.y (mgr.34107) 787 : cephadm 1 Deploying daemon osd.3 on smithi045 2023-12-05T13:30:09.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:09 smithi079 bash[66795]: cluster 2023-12-05T13:30:07.468388+0000 mgr.y (mgr.34107) 788 : cluster 0 pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:09.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:30:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:30:09] "GET /metrics HTTP/1.1" 200 38472 "" "Prometheus/2.33.4" 2023-12-05T13:30:10.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:10 smithi079 bash[66795]: cluster 2023-12-05T13:30:09.469381+0000 mgr.y (mgr.34107) 789 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:10.873 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:10 smithi045 bash[78714]: cluster 2023-12-05T13:30:09.469381+0000 mgr.y (mgr.34107) 789 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:10.873 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:10 smithi045 bash[81379]: cluster 2023-12-05T13:30:09.469381+0000 mgr.y (mgr.34107) 789 : cluster 0 pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:11.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:11 smithi079 bash[66795]: audit 2023-12-05T13:30:10.972044+0000 mgr.y (mgr.34107) 790 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:11.852 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:11 smithi045 bash[78714]: audit 2023-12-05T13:30:10.972044+0000 mgr.y (mgr.34107) 790 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:11.852 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:11 smithi045 bash[81379]: audit 2023-12-05T13:30:10.972044+0000 mgr.y (mgr.34107) 790 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:12.167 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:12 smithi045 systemd[1]: Stopping Ceph osd.3 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:12.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[44480]: debug 2023-12-05T13:30:12.235+0000 7f6cd9c61700 -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-05T13:30:12.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[44480]: debug 2023-12-05T13:30:12.235+0000 7f6cd9c61700 -1 osd.3 120 *** Got signal Terminated *** 2023-12-05T13:30:12.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[44480]: debug 2023-12-05T13:30:12.235+0000 7f6cd9c61700 -1 osd.3 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:30:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:12 smithi079 bash[66795]: cluster 2023-12-05T13:30:11.470899+0000 mgr.y (mgr.34107) 791 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:12 smithi079 bash[66795]: audit 2023-12-05T13:30:12.146769+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:12 smithi079 bash[66795]: audit 2023-12-05T13:30:12.154463+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:12 smithi079 bash[66795]: audit 2023-12-05T13:30:12.162496+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:12 smithi079 bash[66795]: cluster 2023-12-05T13:30:12.239295+0000 mon.a (mon.0) 3161 : cluster 1 osd.3 marked itself down and dead 2023-12-05T13:30:12.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[78714]: cluster 2023-12-05T13:30:11.470899+0000 mgr.y (mgr.34107) 791 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:12.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[78714]: audit 2023-12-05T13:30:12.146769+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[78714]: audit 2023-12-05T13:30:12.154463+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[78714]: audit 2023-12-05T13:30:12.162496+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[78714]: cluster 2023-12-05T13:30:12.239295+0000 mon.a (mon.0) 3161 : cluster 1 osd.3 marked itself down and dead 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[81379]: cluster 2023-12-05T13:30:11.470899+0000 mgr.y (mgr.34107) 791 : cluster 0 pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[81379]: audit 2023-12-05T13:30:12.146769+0000 mon.a (mon.0) 3158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[81379]: audit 2023-12-05T13:30:12.154463+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[81379]: audit 2023-12-05T13:30:12.162496+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:12.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:12 smithi045 bash[81379]: cluster 2023-12-05T13:30:12.239295+0000 mon.a (mon.0) 3161 : cluster 1 osd.3 marked itself down and dead 2023-12-05T13:30:13.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: audit 2023-12-05T13:30:12.558982+0000 mon.a (mon.0) 3162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:13.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: audit 2023-12-05T13:30:12.568579+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:13.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:12.570755+0000 mgr.y (mgr.34107) 792 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:30:13.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: audit 2023-12-05T13:30:12.578967+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:13.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.160686+0000 mon.a (mon.0) 3165 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:30:13.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.171578+0000 mon.a (mon.0) 3166 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-05T13:30:13.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.176303+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.176611+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.180692+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.182715+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.184545+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.186208+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: audit 2023-12-05T13:30:12.558982+0000 mon.a (mon.0) 3162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: audit 2023-12-05T13:30:12.568579+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:12.570755+0000 mgr.y (mgr.34107) 792 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: audit 2023-12-05T13:30:12.578967+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.160686+0000 mon.a (mon.0) 3165 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.171578+0000 mon.a (mon.0) 3166 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.176303+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.176611+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.180692+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.182715+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.184545+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:13.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:13 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.186208+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: audit 2023-12-05T13:30:12.558982+0000 mon.a (mon.0) 3162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: audit 2023-12-05T13:30:12.568579+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:12.570755+0000 mgr.y (mgr.34107) 792 : cluster 0 pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: audit 2023-12-05T13:30:12.578967+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.160686+0000 mon.a (mon.0) 3165 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.171578+0000 mon.a (mon.0) 3166 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.176303+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.176611+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.180692+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.182715+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.184545+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:13 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.186208+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.169156+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.173902+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.174097+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.177639+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.180934+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:13.566211+0000 mon.a (mon.0) 3167 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.171596+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.173497+0000 mon.a (mon.0) 3168 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.174981+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.178068+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.179243+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.181583+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.183327+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.185126+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.169156+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.173902+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.174097+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.177639+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.180934+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:13.566211+0000 mon.a (mon.0) 3167 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:30:14.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.171596+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.173497+0000 mon.a (mon.0) 3168 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-05T13:30:14.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.174981+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.178068+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.179243+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.181583+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.183327+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:14 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.185126+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.950 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.169156+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.173902+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.174097+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.177639+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.180934+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:13.566211+0000 mon.a (mon.0) 3167 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.171596+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.173497+0000 mon.a (mon.0) 3168 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.174981+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.178068+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.179243+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.181583+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.183327+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:14.951 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:14 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.185126+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.377 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[95221]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-3 2023-12-05T13:30:15.745 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.174042+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.745 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.174172+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.745 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.178034+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.745 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.178880+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.746 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[78714]: cluster 2023-12-05T13:30:14.571327+0000 mgr.y (mgr.34107) 793 : cluster 0 pgmap v140: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 432 B/s rd, 0 op/s 2023-12-05T13:30:15.746 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[95377]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-3 2023-12-05T13:30:15.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.174042+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.174172+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.178034+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.178880+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:15.746 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:15 smithi045 bash[81379]: cluster 2023-12-05T13:30:14.571327+0000 mgr.y (mgr.34107) 793 : cluster 0 pgmap v140: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 432 B/s rd, 0 op/s 2023-12-05T13:30:16.014 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:15 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.174042+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:16.015 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:15 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.174172+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:16.015 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:15 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.178034+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:16.015 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:15 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.178880+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T13:30:16.015 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:15 smithi079 bash[66795]: cluster 2023-12-05T13:30:14.571327+0000 mgr.y (mgr.34107) 793 : cluster 0 pgmap v140: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 432 B/s rd, 0 op/s 2023-12-05T13:30:16.889 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:16 smithi045 bash[78714]: cluster 2023-12-05T13:30:15.560436+0000 mon.a (mon.0) 3169 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-05T13:30:16.889 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:16 smithi045 bash[81379]: cluster 2023-12-05T13:30:15.560436+0000 mon.a (mon.0) 3169 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-05T13:30:16.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:16 smithi079 bash[66795]: cluster 2023-12-05T13:30:15.560436+0000 mon.a (mon.0) 3169 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-05T13:30:17.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:17 smithi045 bash[78714]: cluster 2023-12-05T13:30:16.573913+0000 mgr.y (mgr.34107) 794 : cluster 0 pgmap v141: 161 pgs: 19 active+undersized+degraded, 14 peering, 2 stale+active+clean, 25 active+undersized, 101 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-05T13:30:17.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:17 smithi045 bash[81379]: cluster 2023-12-05T13:30:16.573913+0000 mgr.y (mgr.34107) 794 : cluster 0 pgmap v141: 161 pgs: 19 active+undersized+degraded, 14 peering, 2 stale+active+clean, 25 active+undersized, 101 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-05T13:30:18.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:17 smithi079 bash[66795]: cluster 2023-12-05T13:30:16.573913+0000 mgr.y (mgr.34107) 794 : cluster 0 pgmap v141: 161 pgs: 19 active+undersized+degraded, 14 peering, 2 stale+active+clean, 25 active+undersized, 101 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 56/630 objects degraded (8.889%) 2023-12-05T13:30:18.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:18 smithi079 bash[66795]: cluster 2023-12-05T13:30:17.571369+0000 mon.a (mon.0) 3170 : cluster 3 Health check failed: Degraded data redundancy: 56/630 objects degraded (8.889%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:18.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:18 smithi045 bash[78714]: cluster 2023-12-05T13:30:17.571369+0000 mon.a (mon.0) 3170 : cluster 3 Health check failed: Degraded data redundancy: 56/630 objects degraded (8.889%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:18.912 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:18 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-05T13:30:18.912 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:18 smithi045 systemd[1]: Stopped Ceph osd.3 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:30:18.912 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:18 smithi045 systemd[1]: Started Ceph osd.3 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:30:18.913 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:18 smithi045 bash[81379]: cluster 2023-12-05T13:30:17.571369+0000 mon.a (mon.0) 3170 : cluster 3 Health check failed: Degraded data redundancy: 56/630 objects degraded (8.889%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:19.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:30:19] "GET /metrics HTTP/1.1" 200 38472 "" "Prometheus/2.33.4" 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: cluster 2023-12-05T13:30:18.574786+0000 mgr.y (mgr.34107) 795 : cluster 0 pgmap v142: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: cluster 2023-12-05T13:30:18.580204+0000 mon.a (mon.0) 3171 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:18.955122+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:18.963056+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.012095+0000 mon.a (mon.0) 3174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.013399+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.023260+0000 mon.a (mon.0) 3176 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.102932+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.107113+0000 mon.a (mon.0) 3178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.112498+0000 mon.a (mon.0) 3179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.114073+0000 mon.a (mon.0) 3180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.124156+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.208436+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.212875+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.216500+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.217794+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.226121+0000 mon.a (mon.0) 3186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.307613+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.310687+0000 mon.a (mon.0) 3188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.314131+0000 mon.a (mon.0) 3189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.315710+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.324939+0000 mon.a (mon.0) 3191 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.408577+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.411022+0000 mon.a (mon.0) 3193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.414332+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.415478+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.423656+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.509607+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.512297+0000 mon.a (mon.0) 3198 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.514963+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.515964+0000 mon.a (mon.0) 3200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[81379]: audit 2023-12-05T13:30:19.524063+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: cluster 2023-12-05T13:30:18.574786+0000 mgr.y (mgr.34107) 795 : cluster 0 pgmap v142: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: cluster 2023-12-05T13:30:18.580204+0000 mon.a (mon.0) 3171 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:18.955122+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:18.963056+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.012095+0000 mon.a (mon.0) 3174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.013399+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.023260+0000 mon.a (mon.0) 3176 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.102932+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.107113+0000 mon.a (mon.0) 3178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.112498+0000 mon.a (mon.0) 3179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.114073+0000 mon.a (mon.0) 3180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.124156+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.208436+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.212875+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.216500+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.217794+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.226121+0000 mon.a (mon.0) 3186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.307613+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.310687+0000 mon.a (mon.0) 3188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.314131+0000 mon.a (mon.0) 3189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.315710+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.324939+0000 mon.a (mon.0) 3191 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.408577+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.411022+0000 mon.a (mon.0) 3193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.414332+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.415478+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.423656+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.509607+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.512297+0000 mon.a (mon.0) 3198 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.514963+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.515964+0000 mon.a (mon.0) 3200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:19 smithi045 bash[78714]: audit 2023-12-05T13:30:19.524063+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: cluster 2023-12-05T13:30:18.574786+0000 mgr.y (mgr.34107) 795 : cluster 0 pgmap v142: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: cluster 2023-12-05T13:30:18.580204+0000 mon.a (mon.0) 3171 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-05T13:30:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:18.955122+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:18.963056+0000 mon.a (mon.0) 3173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.012095+0000 mon.a (mon.0) 3174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.013399+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.023260+0000 mon.a (mon.0) 3176 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.102932+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.107113+0000 mon.a (mon.0) 3178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.112498+0000 mon.a (mon.0) 3179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.793 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.114073+0000 mon.a (mon.0) 3180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.124156+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.208436+0000 mon.a (mon.0) 3182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.212875+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.216500+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.217794+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.226121+0000 mon.a (mon.0) 3186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.307613+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.310687+0000 mon.a (mon.0) 3188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.314131+0000 mon.a (mon.0) 3189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.315710+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.324939+0000 mon.a (mon.0) 3191 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.408577+0000 mon.a (mon.0) 3192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.411022+0000 mon.a (mon.0) 3193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.414332+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.415478+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.423656+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.509607+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:19.795 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.512297+0000 mon.a (mon.0) 3198 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.514963+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.515964+0000 mon.a (mon.0) 3200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:19.796 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:19 smithi079 bash[66795]: audit 2023-12-05T13:30:19.524063+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cluster 2023-12-05T13:30:19.015893+0000 mgr.y (mgr.34107) 796 : cluster 0 pgmap v143: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:20.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.024156+0000 mgr.y (mgr.34107) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.124983+0000 mgr.y (mgr.34107) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.226721+0000 mgr.y (mgr.34107) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.325560+0000 mgr.y (mgr.34107) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.424487+0000 mgr.y (mgr.34107) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.895 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.524869+0000 mgr.y (mgr.34107) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.608041+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.610243+0000 mon.a (mon.0) 3203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.612440+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.613292+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.619438+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.620021+0000 mgr.y (mgr.34107) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.703974+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.706455+0000 mon.a (mon.0) 3208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.709349+0000 mon.a (mon.0) 3209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.710297+0000 mon.a (mon.0) 3210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.716491+0000 mon.a (mon.0) 3211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.717003+0000 mgr.y (mgr.34107) 804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.798468+0000 mon.a (mon.0) 3212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.801582+0000 mon.a (mon.0) 3213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.896 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.804166+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.805369+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.813098+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.813676+0000 mgr.y (mgr.34107) 805 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.850025+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.852127+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.927238+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.929668+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.933563+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.934743+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:19.961233+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cephadm 2023-12-05T13:30:19.961896+0000 mgr.y (mgr.34107) 806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: cluster 2023-12-05T13:30:19.961945+0000 mon.a (mon.0) 3224 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.023553+0000 mon.a (mon.0) 3225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.026862+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.897 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.029812+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.031050+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.039130+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.122450+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.125658+0000 mon.a (mon.0) 3231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.129122+0000 mon.a (mon.0) 3232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.130014+0000 mon.a (mon.0) 3233 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.137120+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.219988+0000 mon.a (mon.0) 3235 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.898 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.224491+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.228249+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.229548+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.237783+0000 mon.a (mon.0) 3239 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.319706+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.323613+0000 mon.a (mon.0) 3241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.327309+0000 mon.a (mon.0) 3242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.328581+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.335628+0000 mon.a (mon.0) 3244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.419673+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.423878+0000 mon.a (mon.0) 3246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.427144+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.428256+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.436408+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.518981+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.899 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.522918+0000 mon.a (mon.0) 3251 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.900 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.526978+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.900 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.528202+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.900 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:20 smithi079 bash[66795]: audit 2023-12-05T13:30:20.535320+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cluster 2023-12-05T13:30:19.015893+0000 mgr.y (mgr.34107) 796 : cluster 0 pgmap v143: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:20.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.024156+0000 mgr.y (mgr.34107) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.124983+0000 mgr.y (mgr.34107) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.226721+0000 mgr.y (mgr.34107) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.325560+0000 mgr.y (mgr.34107) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.424487+0000 mgr.y (mgr.34107) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.524869+0000 mgr.y (mgr.34107) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.608041+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.610243+0000 mon.a (mon.0) 3203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.612440+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.613292+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.619438+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.620021+0000 mgr.y (mgr.34107) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.703974+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.706455+0000 mon.a (mon.0) 3208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.709349+0000 mon.a (mon.0) 3209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.710297+0000 mon.a (mon.0) 3210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.716491+0000 mon.a (mon.0) 3211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.717003+0000 mgr.y (mgr.34107) 804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.798468+0000 mon.a (mon.0) 3212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cluster 2023-12-05T13:30:19.015893+0000 mgr.y (mgr.34107) 796 : cluster 0 pgmap v143: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.024156+0000 mgr.y (mgr.34107) 797 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.124983+0000 mgr.y (mgr.34107) 798 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.226721+0000 mgr.y (mgr.34107) 799 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.325560+0000 mgr.y (mgr.34107) 800 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.424487+0000 mgr.y (mgr.34107) 801 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.524869+0000 mgr.y (mgr.34107) 802 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.608041+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.610243+0000 mon.a (mon.0) 3203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.612440+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.613292+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.619438+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.620021+0000 mgr.y (mgr.34107) 803 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.703974+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.706455+0000 mon.a (mon.0) 3208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.709349+0000 mon.a (mon.0) 3209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.710297+0000 mon.a (mon.0) 3210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.716491+0000 mon.a (mon.0) 3211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.717003+0000 mgr.y (mgr.34107) 804 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.798468+0000 mon.a (mon.0) 3212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.801582+0000 mon.a (mon.0) 3213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.804166+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.805369+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.813098+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.813676+0000 mgr.y (mgr.34107) 805 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.850025+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.852127+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.927238+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.929668+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.933563+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.934743+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:19.961233+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cephadm 2023-12-05T13:30:19.961896+0000 mgr.y (mgr.34107) 806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: cluster 2023-12-05T13:30:19.961945+0000 mon.a (mon.0) 3224 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.023553+0000 mon.a (mon.0) 3225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.026862+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.029812+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.031050+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.039130+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.122450+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.801582+0000 mon.a (mon.0) 3213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.804166+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.805369+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.813098+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.813676+0000 mgr.y (mgr.34107) 805 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.850025+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.852127+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.927238+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.929668+0000 mon.a (mon.0) 3220 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.933563+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.934743+0000 mon.a (mon.0) 3222 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:19.961233+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cephadm 2023-12-05T13:30:19.961896+0000 mgr.y (mgr.34107) 806 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: cluster 2023-12-05T13:30:19.961945+0000 mon.a (mon.0) 3224 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.023553+0000 mon.a (mon.0) 3225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.026862+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.029812+0000 mon.a (mon.0) 3227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.031050+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.039130+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.122450+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.125658+0000 mon.a (mon.0) 3231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.129122+0000 mon.a (mon.0) 3232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.130014+0000 mon.a (mon.0) 3233 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.137120+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.219988+0000 mon.a (mon.0) 3235 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.224491+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.228249+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.229548+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.237783+0000 mon.a (mon.0) 3239 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.319706+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.323613+0000 mon.a (mon.0) 3241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.327309+0000 mon.a (mon.0) 3242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.328581+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.335628+0000 mon.a (mon.0) 3244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.419673+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.423878+0000 mon.a (mon.0) 3246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.427144+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.428256+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.436408+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.518981+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.125658+0000 mon.a (mon.0) 3231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.129122+0000 mon.a (mon.0) 3232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.130014+0000 mon.a (mon.0) 3233 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.137120+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.219988+0000 mon.a (mon.0) 3235 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.224491+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.228249+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.229548+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.237783+0000 mon.a (mon.0) 3239 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.319706+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.323613+0000 mon.a (mon.0) 3241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.327309+0000 mon.a (mon.0) 3242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.328581+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.335628+0000 mon.a (mon.0) 3244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.419673+0000 mon.a (mon.0) 3245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.423878+0000 mon.a (mon.0) 3246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.427144+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.428256+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.436408+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.518981+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.522918+0000 mon.a (mon.0) 3251 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.526978+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.528202+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[78714]: audit 2023-12-05T13:30:20.535320+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:20.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.522918+0000 mon.a (mon.0) 3251 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:20.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.526978+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:20.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.528202+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:20.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:20 smithi045 bash[81379]: audit 2023-12-05T13:30:20.535320+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.611 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[95624]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-05T13:30:21.611 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[95624]: 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-05T13:30:21.611 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[95624]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-05T13:30:21.611 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[95624]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-05T13:30:21.611 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[95624]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-05T13:30:21.611 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[95624]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-05T13:30:21.611 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[95624]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-05T13:30:21.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.039930+0000 mgr.y (mgr.34107) 807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.137812+0000 mgr.y (mgr.34107) 808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.240290+0000 mgr.y (mgr.34107) 809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.336142+0000 mgr.y (mgr.34107) 810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.437083+0000 mgr.y (mgr.34107) 811 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.535988+0000 mgr.y (mgr.34107) 812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.620949+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.623780+0000 mon.a (mon.0) 3256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.626702+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.628336+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.646824+0000 mon.a (mon.0) 3259 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.647597+0000 mgr.y (mgr.34107) 813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.724407+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.727104+0000 mon.a (mon.0) 3261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.729589+0000 mon.a (mon.0) 3262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.730526+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.737862+0000 mon.a (mon.0) 3264 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.741345+0000 mgr.y (mgr.34107) 814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.820559+0000 mon.a (mon.0) 3265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.823619+0000 mon.a (mon.0) 3266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.827439+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.828974+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.837053+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.837923+0000 mgr.y (mgr.34107) 815 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.874899+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.883230+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.890400+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.915341+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.917342+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.919421+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.920084+0000 mon.a (mon.0) 3276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.925373+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:20.926036+0000 mgr.y (mgr.34107) 816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.980564+0000 mgr.y (mgr.34107) 817 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.987393+0000 mon.a (mon.0) 3278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.990041+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.992771+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.993569+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:20.999539+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.001058+0000 mgr.y (mgr.34107) 818 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.078816+0000 mon.a (mon.0) 3283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.082223+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.085277+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.086397+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.093922+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.174553+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.177157+0000 mon.a (mon.0) 3289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.180274+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.181522+0000 mon.a (mon.0) 3291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.189793+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.267780+0000 mon.a (mon.0) 3293 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.270106+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.272910+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.273923+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.279978+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.360617+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.363053+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.366134+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.367410+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.374568+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.453386+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.456219+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.459845+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.460863+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.469543+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.549771+0000 mon.a (mon.0) 3308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.554657+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.558923+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.560712+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[78714]: audit 2023-12-05T13:30:21.567788+0000 mon.a (mon.0) 3312 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.039930+0000 mgr.y (mgr.34107) 807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.137812+0000 mgr.y (mgr.34107) 808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.240290+0000 mgr.y (mgr.34107) 809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.336142+0000 mgr.y (mgr.34107) 810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.437083+0000 mgr.y (mgr.34107) 811 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.535988+0000 mgr.y (mgr.34107) 812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.620949+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.623780+0000 mon.a (mon.0) 3256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.626702+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.628336+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.646824+0000 mon.a (mon.0) 3259 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.647597+0000 mgr.y (mgr.34107) 813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.724407+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.727104+0000 mon.a (mon.0) 3261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.729589+0000 mon.a (mon.0) 3262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.730526+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.737862+0000 mon.a (mon.0) 3264 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.741345+0000 mgr.y (mgr.34107) 814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.820559+0000 mon.a (mon.0) 3265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.823619+0000 mon.a (mon.0) 3266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.827439+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.828974+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.837053+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.837923+0000 mgr.y (mgr.34107) 815 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.874899+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.883230+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.890400+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.915341+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.917342+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.919421+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.920084+0000 mon.a (mon.0) 3276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.925373+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:20.926036+0000 mgr.y (mgr.34107) 816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.980564+0000 mgr.y (mgr.34107) 817 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.987393+0000 mon.a (mon.0) 3278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.990041+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.992771+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.993569+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:20.999539+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.001058+0000 mgr.y (mgr.34107) 818 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.078816+0000 mon.a (mon.0) 3283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.082223+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.085277+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.086397+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.093922+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.174553+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.177157+0000 mon.a (mon.0) 3289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.180274+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.181522+0000 mon.a (mon.0) 3291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.189793+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.267780+0000 mon.a (mon.0) 3293 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.270106+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.272910+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.273923+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.279978+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.360617+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.363053+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.366134+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.367410+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.374568+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.453386+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.456219+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.459845+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.460863+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.469543+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.549771+0000 mon.a (mon.0) 3308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:21.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.554657+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:21.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.558923+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.560712+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:21 smithi045 bash[81379]: audit 2023-12-05T13:30:21.567788+0000 mon.a (mon.0) 3312 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.039930+0000 mgr.y (mgr.34107) 807 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.137812+0000 mgr.y (mgr.34107) 808 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.240290+0000 mgr.y (mgr.34107) 809 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.336142+0000 mgr.y (mgr.34107) 810 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.437083+0000 mgr.y (mgr.34107) 811 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.535988+0000 mgr.y (mgr.34107) 812 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.620949+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.623780+0000 mon.a (mon.0) 3256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.626702+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.628336+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.646824+0000 mon.a (mon.0) 3259 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.647597+0000 mgr.y (mgr.34107) 813 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.724407+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.727104+0000 mon.a (mon.0) 3261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.729589+0000 mon.a (mon.0) 3262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.730526+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.737862+0000 mon.a (mon.0) 3264 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.741345+0000 mgr.y (mgr.34107) 814 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.820559+0000 mon.a (mon.0) 3265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.823619+0000 mon.a (mon.0) 3266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.827439+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.828974+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.837053+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.837923+0000 mgr.y (mgr.34107) 815 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.874899+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.883230+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.890400+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.915341+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.917342+0000 mon.a (mon.0) 3274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.919421+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.920084+0000 mon.a (mon.0) 3276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.925373+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:20.926036+0000 mgr.y (mgr.34107) 816 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.980564+0000 mgr.y (mgr.34107) 817 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.987393+0000 mon.a (mon.0) 3278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.990041+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.992771+0000 mon.a (mon.0) 3280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.993569+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:20.999539+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.001058+0000 mgr.y (mgr.34107) 818 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.078816+0000 mon.a (mon.0) 3283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.082223+0000 mon.a (mon.0) 3284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.085277+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.086397+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.093922+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.174553+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.177157+0000 mon.a (mon.0) 3289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.180274+0000 mon.a (mon.0) 3290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.181522+0000 mon.a (mon.0) 3291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.189793+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.267780+0000 mon.a (mon.0) 3293 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.270106+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.272910+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.273923+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.279978+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.360617+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.363053+0000 mon.a (mon.0) 3299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.366134+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.367410+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.374568+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.453386+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.456219+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.459845+0000 mon.a (mon.0) 3305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.460863+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.469543+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.549771+0000 mon.a (mon.0) 3308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.554657+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.558923+0000 mon.a (mon.0) 3310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.560712+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:21 smithi079 bash[66795]: audit 2023-12-05T13:30:21.567788+0000 mon.a (mon.0) 3312 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cluster 2023-12-05T13:30:21.016886+0000 mgr.y (mgr.34107) 819 : cluster 0 pgmap v144: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.094593+0000 mgr.y (mgr.34107) 820 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.190687+0000 mgr.y (mgr.34107) 821 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.280715+0000 mgr.y (mgr.34107) 822 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.375250+0000 mgr.y (mgr.34107) 823 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.470371+0000 mgr.y (mgr.34107) 824 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.568566+0000 mgr.y (mgr.34107) 825 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.647505+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.650484+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.653819+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.655327+0000 mon.a (mon.0) 3316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.664622+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.668324+0000 mgr.y (mgr.34107) 826 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.746583+0000 mon.a (mon.0) 3318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.749089+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.752337+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.753523+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.764783+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.765424+0000 mgr.y (mgr.34107) 827 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.845153+0000 mon.a (mon.0) 3323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cluster 2023-12-05T13:30:21.016886+0000 mgr.y (mgr.34107) 819 : cluster 0 pgmap v144: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.094593+0000 mgr.y (mgr.34107) 820 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.190687+0000 mgr.y (mgr.34107) 821 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.280715+0000 mgr.y (mgr.34107) 822 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.375250+0000 mgr.y (mgr.34107) 823 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.470371+0000 mgr.y (mgr.34107) 824 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.568566+0000 mgr.y (mgr.34107) 825 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.647505+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.650484+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.653819+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.655327+0000 mon.a (mon.0) 3316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.664622+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.668324+0000 mgr.y (mgr.34107) 826 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.746583+0000 mon.a (mon.0) 3318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.749089+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.752337+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.753523+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.764783+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.765424+0000 mgr.y (mgr.34107) 827 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.845153+0000 mon.a (mon.0) 3323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.849030+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.852529+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.853781+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.861596+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.862123+0000 mgr.y (mgr.34107) 828 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.940731+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.944217+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.948270+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.949670+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:21.956761+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: cephadm 2023-12-05T13:30:21.957551+0000 mgr.y (mgr.34107) 829 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.035308+0000 mon.a (mon.0) 3333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.038011+0000 mon.a (mon.0) 3334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.041013+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.041814+0000 mon.a (mon.0) 3336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.049351+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.110651+0000 mon.a (mon.0) 3338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.113460+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.116732+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.118037+0000 mon.a (mon.0) 3341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.849030+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.852529+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.853781+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.861596+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.862123+0000 mgr.y (mgr.34107) 828 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.940731+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.944217+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.948270+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.949670+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:21.956761+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: cephadm 2023-12-05T13:30:21.957551+0000 mgr.y (mgr.34107) 829 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:22.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.035308+0000 mon.a (mon.0) 3333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.038011+0000 mon.a (mon.0) 3334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.041013+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.041814+0000 mon.a (mon.0) 3336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.049351+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.110651+0000 mon.a (mon.0) 3338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.113460+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.116732+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.118037+0000 mon.a (mon.0) 3341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.126369+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.205174+0000 mon.a (mon.0) 3343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.208579+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.211835+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.213139+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.220572+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.302393+0000 mon.a (mon.0) 3348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.306653+0000 mon.a (mon.0) 3349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.310243+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.311570+0000 mon.a (mon.0) 3351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.318809+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.396215+0000 mon.a (mon.0) 3353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.399289+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.403225+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.404536+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.412968+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.490813+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.493701+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.497000+0000 mon.a (mon.0) 3360 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.498766+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.509250+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.591113+0000 mon.a (mon.0) 3363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.593341+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.595435+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.596380+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[81379]: audit 2023-12-05T13:30:22.604871+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.126369+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.205174+0000 mon.a (mon.0) 3343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.208579+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.211835+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.213139+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.220572+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.302393+0000 mon.a (mon.0) 3348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.306653+0000 mon.a (mon.0) 3349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.310243+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.311570+0000 mon.a (mon.0) 3351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.318809+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.396215+0000 mon.a (mon.0) 3353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.399289+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.403225+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.404536+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.412968+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.490813+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.493701+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.497000+0000 mon.a (mon.0) 3360 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.498766+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.509250+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.591113+0000 mon.a (mon.0) 3363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.593341+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.595435+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.596380+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:22.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:22 smithi045 bash[78714]: audit 2023-12-05T13:30:22.604871+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cluster 2023-12-05T13:30:21.016886+0000 mgr.y (mgr.34107) 819 : cluster 0 pgmap v144: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.094593+0000 mgr.y (mgr.34107) 820 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.190687+0000 mgr.y (mgr.34107) 821 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.280715+0000 mgr.y (mgr.34107) 822 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.375250+0000 mgr.y (mgr.34107) 823 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.470371+0000 mgr.y (mgr.34107) 824 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.568566+0000 mgr.y (mgr.34107) 825 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.647505+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.650484+0000 mon.a (mon.0) 3314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.653819+0000 mon.a (mon.0) 3315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.655327+0000 mon.a (mon.0) 3316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.664622+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.668324+0000 mgr.y (mgr.34107) 826 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.746583+0000 mon.a (mon.0) 3318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.749089+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.752337+0000 mon.a (mon.0) 3320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.753523+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.764783+0000 mon.a (mon.0) 3322 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.765424+0000 mgr.y (mgr.34107) 827 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.845153+0000 mon.a (mon.0) 3323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.849030+0000 mon.a (mon.0) 3324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.852529+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.853781+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.861596+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.862123+0000 mgr.y (mgr.34107) 828 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.940731+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.944217+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.948270+0000 mon.a (mon.0) 3330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.949670+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:21.956761+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: cephadm 2023-12-05T13:30:21.957551+0000 mgr.y (mgr.34107) 829 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.035308+0000 mon.a (mon.0) 3333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.038011+0000 mon.a (mon.0) 3334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.041013+0000 mon.a (mon.0) 3335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.041814+0000 mon.a (mon.0) 3336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.049351+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.110651+0000 mon.a (mon.0) 3338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.113460+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.116732+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.118037+0000 mon.a (mon.0) 3341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.126369+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.205174+0000 mon.a (mon.0) 3343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.208579+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.211835+0000 mon.a (mon.0) 3345 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.213139+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.220572+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.302393+0000 mon.a (mon.0) 3348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.306653+0000 mon.a (mon.0) 3349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.310243+0000 mon.a (mon.0) 3350 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.311570+0000 mon.a (mon.0) 3351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.318809+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.396215+0000 mon.a (mon.0) 3353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.399289+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.403225+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.404536+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.412968+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.490813+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.493701+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.497000+0000 mon.a (mon.0) 3360 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.498766+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.509250+0000 mon.a (mon.0) 3362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.591113+0000 mon.a (mon.0) 3363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.593341+0000 mon.a (mon.0) 3364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.595435+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.596380+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:22 smithi079 bash[66795]: audit 2023-12-05T13:30:22.604871+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.049920+0000 mgr.y (mgr.34107) 830 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.127133+0000 mgr.y (mgr.34107) 831 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.221500+0000 mgr.y (mgr.34107) 832 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.319427+0000 mgr.y (mgr.34107) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.413556+0000 mgr.y (mgr.34107) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.509978+0000 mgr.y (mgr.34107) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.605501+0000 mgr.y (mgr.34107) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.685559+0000 mon.a (mon.0) 3368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.689897+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.695124+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.696952+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.706133+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.706990+0000 mgr.y (mgr.34107) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.783472+0000 mon.a (mon.0) 3373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.786079+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.789589+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.790650+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.798913+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.799590+0000 mgr.y (mgr.34107) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.879008+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.883648+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.887197+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.888838+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.897282+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.897996+0000 mgr.y (mgr.34107) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.976404+0000 mon.a (mon.0) 3383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.980274+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.984002+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.985414+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:22.995261+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: cephadm 2023-12-05T13:30:22.995929+0000 mgr.y (mgr.34107) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.073377+0000 mon.a (mon.0) 3388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.076639+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.080747+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.082422+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.091075+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.172578+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.175266+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.178265+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.179595+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.049920+0000 mgr.y (mgr.34107) 830 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.127133+0000 mgr.y (mgr.34107) 831 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.221500+0000 mgr.y (mgr.34107) 832 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.319427+0000 mgr.y (mgr.34107) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.413556+0000 mgr.y (mgr.34107) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.509978+0000 mgr.y (mgr.34107) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.605501+0000 mgr.y (mgr.34107) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.685559+0000 mon.a (mon.0) 3368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.689897+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.695124+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.696952+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.706133+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.706990+0000 mgr.y (mgr.34107) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.783472+0000 mon.a (mon.0) 3373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.786079+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.789589+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.790650+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.798913+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.799590+0000 mgr.y (mgr.34107) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.879008+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.188234+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.266940+0000 mon.a (mon.0) 3398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.269303+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.271991+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.273265+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.280886+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.363973+0000 mon.a (mon.0) 3403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.366802+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.372047+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.373326+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.379996+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.459350+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.462045+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.464925+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.465892+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.472292+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.554921+0000 mon.a (mon.0) 3413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.559309+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.563365+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.564811+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[81379]: audit 2023-12-05T13:30:23.572425+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.883648+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.887197+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.888838+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.897282+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.952 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.897996+0000 mgr.y (mgr.34107) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.976404+0000 mon.a (mon.0) 3383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.980274+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.984002+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.985414+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:22.995261+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: cephadm 2023-12-05T13:30:22.995929+0000 mgr.y (mgr.34107) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.073377+0000 mon.a (mon.0) 3388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.076639+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.080747+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.082422+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.091075+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.172578+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.175266+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.178265+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.179595+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.188234+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.266940+0000 mon.a (mon.0) 3398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.269303+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.271991+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.273265+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.280886+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.363973+0000 mon.a (mon.0) 3403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.366802+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.372047+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.373326+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.379996+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.459350+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.462045+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.464925+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.465892+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.472292+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.554921+0000 mon.a (mon.0) 3413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.559309+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.563365+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.564811+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:23.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:23 smithi045 bash[78714]: audit 2023-12-05T13:30:23.572425+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.049920+0000 mgr.y (mgr.34107) 830 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.127133+0000 mgr.y (mgr.34107) 831 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.221500+0000 mgr.y (mgr.34107) 832 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.319427+0000 mgr.y (mgr.34107) 833 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.413556+0000 mgr.y (mgr.34107) 834 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.509978+0000 mgr.y (mgr.34107) 835 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.605501+0000 mgr.y (mgr.34107) 836 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.685559+0000 mon.a (mon.0) 3368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.689897+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.695124+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.696952+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.706133+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.706990+0000 mgr.y (mgr.34107) 837 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.783472+0000 mon.a (mon.0) 3373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.786079+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.789589+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.790650+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.798913+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.799590+0000 mgr.y (mgr.34107) 838 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.879008+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.883648+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.887197+0000 mon.a (mon.0) 3380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.888838+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.897282+0000 mon.a (mon.0) 3382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.897996+0000 mgr.y (mgr.34107) 839 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.976404+0000 mon.a (mon.0) 3383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.980274+0000 mon.a (mon.0) 3384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.984002+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.985414+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:22.995261+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: cephadm 2023-12-05T13:30:22.995929+0000 mgr.y (mgr.34107) 840 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.073377+0000 mon.a (mon.0) 3388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.076639+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.080747+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.082422+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.091075+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.172578+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.175266+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.178265+0000 mon.a (mon.0) 3395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.179595+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.188234+0000 mon.a (mon.0) 3397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.266940+0000 mon.a (mon.0) 3398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.269303+0000 mon.a (mon.0) 3399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.271991+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.273265+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.280886+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.363973+0000 mon.a (mon.0) 3403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.366802+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.372047+0000 mon.a (mon.0) 3405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.373326+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.379996+0000 mon.a (mon.0) 3407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.459350+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.462045+0000 mon.a (mon.0) 3409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.464925+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.465892+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.472292+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.554921+0000 mon.a (mon.0) 3413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.559309+0000 mon.a (mon.0) 3414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.563365+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.564811+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:23 smithi079 bash[66795]: audit 2023-12-05T13:30:23.572425+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.906 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cluster 2023-12-05T13:30:23.017688+0000 mgr.y (mgr.34107) 841 : cluster 0 pgmap v145: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.091841+0000 mgr.y (mgr.34107) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.188889+0000 mgr.y (mgr.34107) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.281367+0000 mgr.y (mgr.34107) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.380846+0000 mgr.y (mgr.34107) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.473100+0000 mgr.y (mgr.34107) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.573260+0000 mgr.y (mgr.34107) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.651817+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.654174+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.656700+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.657486+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.664489+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.664993+0000 mgr.y (mgr.34107) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.742718+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.747618+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.752050+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.753757+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.762136+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.762933+0000 mgr.y (mgr.34107) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.842491+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cluster 2023-12-05T13:30:23.017688+0000 mgr.y (mgr.34107) 841 : cluster 0 pgmap v145: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.091841+0000 mgr.y (mgr.34107) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.188889+0000 mgr.y (mgr.34107) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.281367+0000 mgr.y (mgr.34107) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.380846+0000 mgr.y (mgr.34107) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.473100+0000 mgr.y (mgr.34107) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.573260+0000 mgr.y (mgr.34107) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.651817+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.654174+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.656700+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.657486+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.664489+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.664993+0000 mgr.y (mgr.34107) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.742718+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.747618+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.752050+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.753757+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.762136+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.762933+0000 mgr.y (mgr.34107) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.909 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.842491+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.910 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.844803+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.910 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.847649+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.910 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.848591+0000 mon.a (mon.0) 3431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.910 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.858216+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.910 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.858979+0000 mgr.y (mgr.34107) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.910 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.941537+0000 mon.a (mon.0) 3433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.943695+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.946204+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.946975+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:23.953015+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cephadm 2023-12-05T13:30:23.953773+0000 mgr.y (mgr.34107) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.035857+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.037961+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.040785+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.041822+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.048686+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.128972+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.130908+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.132946+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.133575+0000 mon.a (mon.0) 3446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.141734+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.224364+0000 mon.a (mon.0) 3448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.227318+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.230136+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.231077+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.239437+0000 mon.a (mon.0) 3452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.319501+0000 mon.a (mon.0) 3453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.322355+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.325198+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.326196+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.331529+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.412668+0000 mon.a (mon.0) 3458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.414867+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.418154+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.912 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.419074+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.426905+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: cluster 2023-12-05T13:30:24.504227+0000 mon.a (mon.0) 3463 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 26 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.511587+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.517605+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.524541+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.525368+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[78714]: audit 2023-12-05T13:30:24.531346+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.913 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.844803+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.847649+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.848591+0000 mon.a (mon.0) 3431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.858216+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.858979+0000 mgr.y (mgr.34107) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.941537+0000 mon.a (mon.0) 3433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.943695+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.946204+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.946975+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:23.953015+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.914 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cephadm 2023-12-05T13:30:23.953773+0000 mgr.y (mgr.34107) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.035857+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.037961+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.040785+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.041822+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.048686+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.128972+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.130908+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.132946+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.133575+0000 mon.a (mon.0) 3446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.141734+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.224364+0000 mon.a (mon.0) 3448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.227318+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.230136+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.231077+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.915 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.239437+0000 mon.a (mon.0) 3452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.319501+0000 mon.a (mon.0) 3453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.322355+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.325198+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.326196+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.331529+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.412668+0000 mon.a (mon.0) 3458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.414867+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.418154+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.419074+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.426905+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: cluster 2023-12-05T13:30:24.504227+0000 mon.a (mon.0) 3463 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 26 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.511587+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.517605+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.916 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.524541+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:24.917 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.525368+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:24.917 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:24 smithi045 bash[81379]: audit 2023-12-05T13:30:24.531346+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cluster 2023-12-05T13:30:23.017688+0000 mgr.y (mgr.34107) 841 : cluster 0 pgmap v145: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.091841+0000 mgr.y (mgr.34107) 842 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.188889+0000 mgr.y (mgr.34107) 843 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.281367+0000 mgr.y (mgr.34107) 844 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.380846+0000 mgr.y (mgr.34107) 845 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.473100+0000 mgr.y (mgr.34107) 846 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.573260+0000 mgr.y (mgr.34107) 847 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.651817+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.654174+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.656700+0000 mon.a (mon.0) 3420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.657486+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.664489+0000 mon.a (mon.0) 3422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.664993+0000 mgr.y (mgr.34107) 848 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.742718+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.747618+0000 mon.a (mon.0) 3424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.752050+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.753757+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.762136+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.762933+0000 mgr.y (mgr.34107) 849 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.842491+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.844803+0000 mon.a (mon.0) 3429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.847649+0000 mon.a (mon.0) 3430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.848591+0000 mon.a (mon.0) 3431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.858216+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.858979+0000 mgr.y (mgr.34107) 850 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.941537+0000 mon.a (mon.0) 3433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.943695+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.946204+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.946975+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:23.953015+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cephadm 2023-12-05T13:30:23.953773+0000 mgr.y (mgr.34107) 851 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.035857+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.037961+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.040785+0000 mon.a (mon.0) 3440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.041822+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.048686+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.128972+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.130908+0000 mon.a (mon.0) 3444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.132946+0000 mon.a (mon.0) 3445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.133575+0000 mon.a (mon.0) 3446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.141734+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.224364+0000 mon.a (mon.0) 3448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.227318+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.230136+0000 mon.a (mon.0) 3450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.231077+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.239437+0000 mon.a (mon.0) 3452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.319501+0000 mon.a (mon.0) 3453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.322355+0000 mon.a (mon.0) 3454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.325198+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.326196+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.331529+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.412668+0000 mon.a (mon.0) 3458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.414867+0000 mon.a (mon.0) 3459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.418154+0000 mon.a (mon.0) 3460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.419074+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.426905+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: cluster 2023-12-05T13:30:24.504227+0000 mon.a (mon.0) 3463 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 26 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.511587+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.517605+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.524541+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.525368+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:24 smithi079 bash[66795]: audit 2023-12-05T13:30:24.531346+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.049348+0000 mgr.y (mgr.34107) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.142574+0000 mgr.y (mgr.34107) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.240082+0000 mgr.y (mgr.34107) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.332341+0000 mgr.y (mgr.34107) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.427410+0000 mgr.y (mgr.34107) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.532213+0000 mgr.y (mgr.34107) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.613840+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.626682+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.628753+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.629444+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.634121+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.634599+0000 mgr.y (mgr.34107) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.714059+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.716623+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.718773+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.719520+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.725128+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.725760+0000 mgr.y (mgr.34107) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.787134+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.789926+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.792997+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.794056+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.802484+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.803162+0000 mgr.y (mgr.34107) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.881434+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.885188+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.888399+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.889488+0000 mon.a (mon.0) 3487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.897423+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.897966+0000 mgr.y (mgr.34107) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.976721+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.979498+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.982830+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.984025+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:24.991287+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: cephadm 2023-12-05T13:30:24.991907+0000 mgr.y (mgr.34107) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.072767+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.073816+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.076485+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.697 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.083753+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.049348+0000 mgr.y (mgr.34107) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.142574+0000 mgr.y (mgr.34107) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.240082+0000 mgr.y (mgr.34107) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.332341+0000 mgr.y (mgr.34107) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.427410+0000 mgr.y (mgr.34107) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.532213+0000 mgr.y (mgr.34107) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.613840+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.626682+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.628753+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.629444+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.634121+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.634599+0000 mgr.y (mgr.34107) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.714059+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.716623+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.718773+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.719520+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.725128+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.725760+0000 mgr.y (mgr.34107) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.787134+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.789926+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.084558+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.089790+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.169849+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.174770+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.177676+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.178699+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.185219+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.249505+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.252224+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.255464+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.256982+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.264523+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.331675+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.334675+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.337998+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.339216+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.347056+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.410356+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.413316+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.416284+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.417387+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.425016+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.502882+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.504946+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.507328+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.508401+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.514683+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.593846+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.596889+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.601125+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.602217+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[78714]: audit 2023-12-05T13:30:25.608464+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.702 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[96114]: debug 2023-12-05T13:30:25.479+0000 7f6a1aa6d640 -1 Falling back to public interface 2023-12-05T13:30:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.792997+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.794056+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.802484+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.803162+0000 mgr.y (mgr.34107) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.881434+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.702 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.885188+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.888399+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.889488+0000 mon.a (mon.0) 3487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.897423+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.897966+0000 mgr.y (mgr.34107) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.976721+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.979498+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.982830+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.984025+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:24.991287+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: cephadm 2023-12-05T13:30:24.991907+0000 mgr.y (mgr.34107) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.072767+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.073816+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.076485+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.083753+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.084558+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.089790+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.169849+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.174770+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.177676+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.178699+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.185219+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.249505+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.252224+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.255464+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.256982+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.264523+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.331675+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.334675+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.337998+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.339216+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.347056+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.410356+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.413316+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.416284+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.417387+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.425016+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.502882+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.504946+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.507328+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.508401+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.514683+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.593846+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.596889+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.601125+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:25.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.602217+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:25.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:25 smithi045 bash[81379]: audit 2023-12-05T13:30:25.608464+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.049348+0000 mgr.y (mgr.34107) 852 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.142574+0000 mgr.y (mgr.34107) 853 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.240082+0000 mgr.y (mgr.34107) 854 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.332341+0000 mgr.y (mgr.34107) 855 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.427410+0000 mgr.y (mgr.34107) 856 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.532213+0000 mgr.y (mgr.34107) 857 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.613840+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.626682+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.628753+0000 mon.a (mon.0) 3471 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.629444+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.634121+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.634599+0000 mgr.y (mgr.34107) 858 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.714059+0000 mon.a (mon.0) 3474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.716623+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.718773+0000 mon.a (mon.0) 3476 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.719520+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.725128+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.725760+0000 mgr.y (mgr.34107) 859 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.787134+0000 mon.a (mon.0) 3479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.789926+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.792997+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.794056+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.802484+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.803162+0000 mgr.y (mgr.34107) 860 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.881434+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.885188+0000 mon.a (mon.0) 3485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.888399+0000 mon.a (mon.0) 3486 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.889488+0000 mon.a (mon.0) 3487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.897423+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.897966+0000 mgr.y (mgr.34107) 861 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.976721+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.979498+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.982830+0000 mon.a (mon.0) 3491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.984025+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:24.991287+0000 mon.a (mon.0) 3493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: cephadm 2023-12-05T13:30:24.991907+0000 mgr.y (mgr.34107) 862 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.072767+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.073816+0000 mon.a (mon.0) 3495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.076485+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.083753+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.084558+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.089790+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.169849+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.174770+0000 mon.a (mon.0) 3501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.177676+0000 mon.a (mon.0) 3502 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.178699+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.185219+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.249505+0000 mon.a (mon.0) 3505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.252224+0000 mon.a (mon.0) 3506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.255464+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.256982+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.264523+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.331675+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.334675+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.337998+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.339216+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.347056+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.410356+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.413316+0000 mon.a (mon.0) 3516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.416284+0000 mon.a (mon.0) 3517 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.417387+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.425016+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.502882+0000 mon.a (mon.0) 3520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.504946+0000 mon.a (mon.0) 3521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.507328+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.508401+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.514683+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.593846+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.596889+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.601125+0000 mon.a (mon.0) 3527 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.602217+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:25 smithi079 bash[66795]: audit 2023-12-05T13:30:25.608464+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.630 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cluster 2023-12-05T13:30:25.018563+0000 mgr.y (mgr.34107) 863 : cluster 0 pgmap v146: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.090275+0000 mgr.y (mgr.34107) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.185864+0000 mgr.y (mgr.34107) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.265447+0000 mgr.y (mgr.34107) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.347674+0000 mgr.y (mgr.34107) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.425768+0000 mgr.y (mgr.34107) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.515237+0000 mgr.y (mgr.34107) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.609216+0000 mgr.y (mgr.34107) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.684053+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.686263+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.689023+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.690016+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.696049+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.631 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.696717+0000 mgr.y (mgr.34107) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.777083+0000 mon.a (mon.0) 3535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.779934+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.782926+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.783970+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.791101+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.791809+0000 mgr.y (mgr.34107) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.870171+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.872668+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.876742+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.877916+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.886792+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.887514+0000 mgr.y (mgr.34107) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.964612+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.967496+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.970291+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.971427+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:25.980174+0000 mon.a (mon.0) 3549 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: cephadm 2023-12-05T13:30:25.980778+0000 mgr.y (mgr.34107) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.061785+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.064755+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.067963+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.069515+0000 mon.a (mon.0) 3553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.078795+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.160799+0000 mon.a (mon.0) 3555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.163180+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.166174+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.167242+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.173961+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.256958+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.260742+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.633 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.265405+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.266618+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.275571+0000 mon.a (mon.0) 3564 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.355351+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.358531+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.362466+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.363795+0000 mon.a (mon.0) 3568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.371741+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.451151+0000 mon.a (mon.0) 3570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.454705+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.458830+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.460276+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.468386+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.549959+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.552926+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.556426+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.557600+0000 mon.a (mon.0) 3578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[81379]: audit 2023-12-05T13:30:26.565705+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cluster 2023-12-05T13:30:25.018563+0000 mgr.y (mgr.34107) 863 : cluster 0 pgmap v146: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:26.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.090275+0000 mgr.y (mgr.34107) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.185864+0000 mgr.y (mgr.34107) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.265447+0000 mgr.y (mgr.34107) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.347674+0000 mgr.y (mgr.34107) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.425768+0000 mgr.y (mgr.34107) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.515237+0000 mgr.y (mgr.34107) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.609216+0000 mgr.y (mgr.34107) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.684053+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.686263+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.689023+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.690016+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.696049+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.696717+0000 mgr.y (mgr.34107) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.777083+0000 mon.a (mon.0) 3535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.779934+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.782926+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.783970+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.791101+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.947 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.791809+0000 mgr.y (mgr.34107) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.870171+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.872668+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.876742+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.877916+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.886792+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.887514+0000 mgr.y (mgr.34107) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.964612+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.967496+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.970291+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.971427+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:25.980174+0000 mon.a (mon.0) 3549 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: cephadm 2023-12-05T13:30:25.980778+0000 mgr.y (mgr.34107) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.061785+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.064755+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.067963+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.069515+0000 mon.a (mon.0) 3553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.078795+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.160799+0000 mon.a (mon.0) 3555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.163180+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.166174+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.167242+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.173961+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.256958+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.260742+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.265405+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.266618+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.275571+0000 mon.a (mon.0) 3564 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.355351+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.358531+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.362466+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.363795+0000 mon.a (mon.0) 3568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.371741+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.451151+0000 mon.a (mon.0) 3570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.454705+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.458830+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.460276+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.468386+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.549959+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.552926+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.556426+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.557600+0000 mon.a (mon.0) 3578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:26.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:26 smithi045 bash[78714]: audit 2023-12-05T13:30:26.565705+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cluster 2023-12-05T13:30:25.018563+0000 mgr.y (mgr.34107) 863 : cluster 0 pgmap v146: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.090275+0000 mgr.y (mgr.34107) 864 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.185864+0000 mgr.y (mgr.34107) 865 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.265447+0000 mgr.y (mgr.34107) 866 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.347674+0000 mgr.y (mgr.34107) 867 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.425768+0000 mgr.y (mgr.34107) 868 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.515237+0000 mgr.y (mgr.34107) 869 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.609216+0000 mgr.y (mgr.34107) 870 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.684053+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.686263+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.689023+0000 mon.a (mon.0) 3532 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.690016+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.696049+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.696717+0000 mgr.y (mgr.34107) 871 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.777083+0000 mon.a (mon.0) 3535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.779934+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.782926+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.783970+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.791101+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.791809+0000 mgr.y (mgr.34107) 872 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.870171+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.872668+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.876742+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.877916+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.886792+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.887514+0000 mgr.y (mgr.34107) 873 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.964612+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.967496+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.970291+0000 mon.a (mon.0) 3547 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.971427+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:25.980174+0000 mon.a (mon.0) 3549 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: cephadm 2023-12-05T13:30:25.980778+0000 mgr.y (mgr.34107) 874 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.061785+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.064755+0000 mon.a (mon.0) 3551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.067963+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.069515+0000 mon.a (mon.0) 3553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.078795+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.160799+0000 mon.a (mon.0) 3555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.163180+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.166174+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.167242+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.173961+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.256958+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.260742+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.265405+0000 mon.a (mon.0) 3562 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.266618+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.275571+0000 mon.a (mon.0) 3564 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.355351+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.358531+0000 mon.a (mon.0) 3566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.362466+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.363795+0000 mon.a (mon.0) 3568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.371741+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.451151+0000 mon.a (mon.0) 3570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.454705+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.458830+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.460276+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.468386+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.549959+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.552926+0000 mon.a (mon.0) 3576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.556426+0000 mon.a (mon.0) 3577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.557600+0000 mon.a (mon.0) 3578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:26 smithi079 bash[66795]: audit 2023-12-05T13:30:26.565705+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.079682+0000 mgr.y (mgr.34107) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.174536+0000 mgr.y (mgr.34107) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.276481+0000 mgr.y (mgr.34107) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.372389+0000 mgr.y (mgr.34107) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.470106+0000 mgr.y (mgr.34107) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.566337+0000 mgr.y (mgr.34107) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.640636+0000 mon.a (mon.0) 3580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.643294+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.646056+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.647115+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.654366+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.655244+0000 mgr.y (mgr.34107) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.735025+0000 mon.a (mon.0) 3585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.738220+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.742159+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.743765+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.752330+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.753117+0000 mgr.y (mgr.34107) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.834170+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.836664+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.079682+0000 mgr.y (mgr.34107) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.174536+0000 mgr.y (mgr.34107) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.276481+0000 mgr.y (mgr.34107) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.372389+0000 mgr.y (mgr.34107) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.470106+0000 mgr.y (mgr.34107) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.566337+0000 mgr.y (mgr.34107) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.640636+0000 mon.a (mon.0) 3580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.643294+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.646056+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.647115+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.654366+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.655244+0000 mgr.y (mgr.34107) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.735025+0000 mon.a (mon.0) 3585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.738220+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.742159+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.743765+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.752330+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.753117+0000 mgr.y (mgr.34107) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.834170+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.836664+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.839626+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.840806+0000 mon.a (mon.0) 3593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.849107+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.849958+0000 mgr.y (mgr.34107) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.930156+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.932291+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.934518+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.935538+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:26.943151+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: cephadm 2023-12-05T13:30:26.943812+0000 mgr.y (mgr.34107) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.019233+0000 mon.a (mon.0) 3600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.022606+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.025507+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.026389+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.032518+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.111021+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.113102+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.115833+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.116892+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.122769+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.839626+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.840806+0000 mon.a (mon.0) 3593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.849107+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.849958+0000 mgr.y (mgr.34107) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.930156+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.932291+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.934518+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.935538+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:26.943151+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: cephadm 2023-12-05T13:30:26.943812+0000 mgr.y (mgr.34107) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.019233+0000 mon.a (mon.0) 3600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.022606+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.025507+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.026389+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.032518+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.111021+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.113102+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.115833+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.116892+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.122769+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.207227+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.211673+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.214766+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.215779+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.223061+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.307530+0000 mon.a (mon.0) 3615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.310513+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.313194+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.314190+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.320749+0000 mon.a (mon.0) 3619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.399867+0000 mon.a (mon.0) 3620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.404093+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.407612+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.408882+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.414880+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.500223+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.503032+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.505773+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.507012+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.515132+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.598506+0000 mon.a (mon.0) 3630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.600876+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.603080+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.603868+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[78714]: audit 2023-12-05T13:30:27.610085+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.207227+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.211673+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.214766+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.215779+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.223061+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.307530+0000 mon.a (mon.0) 3615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.310513+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.313194+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.314190+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.320749+0000 mon.a (mon.0) 3619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.399867+0000 mon.a (mon.0) 3620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.404093+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.407612+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.408882+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.414880+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.500223+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.503032+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.505773+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.507012+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.515132+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.598506+0000 mon.a (mon.0) 3630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.600876+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.603080+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:27.956 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.603868+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:27.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:27 smithi045 bash[81379]: audit 2023-12-05T13:30:27.610085+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.079682+0000 mgr.y (mgr.34107) 875 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.174536+0000 mgr.y (mgr.34107) 876 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.276481+0000 mgr.y (mgr.34107) 877 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.372389+0000 mgr.y (mgr.34107) 878 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.470106+0000 mgr.y (mgr.34107) 879 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.566337+0000 mgr.y (mgr.34107) 880 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.640636+0000 mon.a (mon.0) 3580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.643294+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.646056+0000 mon.a (mon.0) 3582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.647115+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.654366+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.655244+0000 mgr.y (mgr.34107) 881 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.735025+0000 mon.a (mon.0) 3585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.738220+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.742159+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.743765+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.752330+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.753117+0000 mgr.y (mgr.34107) 882 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.834170+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.836664+0000 mon.a (mon.0) 3591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.839626+0000 mon.a (mon.0) 3592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.840806+0000 mon.a (mon.0) 3593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.849107+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.849958+0000 mgr.y (mgr.34107) 883 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.930156+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.932291+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.934518+0000 mon.a (mon.0) 3597 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.935538+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:26.943151+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: cephadm 2023-12-05T13:30:26.943812+0000 mgr.y (mgr.34107) 884 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.019233+0000 mon.a (mon.0) 3600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.022606+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.025507+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.026389+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.032518+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.111021+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.113102+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.115833+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.116892+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.122769+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.207227+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.211673+0000 mon.a (mon.0) 3611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.214766+0000 mon.a (mon.0) 3612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.215779+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.223061+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.307530+0000 mon.a (mon.0) 3615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.310513+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.313194+0000 mon.a (mon.0) 3617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.314190+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.320749+0000 mon.a (mon.0) 3619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.399867+0000 mon.a (mon.0) 3620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.404093+0000 mon.a (mon.0) 3621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.407612+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.408882+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.414880+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.500223+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.503032+0000 mon.a (mon.0) 3626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.505773+0000 mon.a (mon.0) 3627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.507012+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.515132+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.598506+0000 mon.a (mon.0) 3630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.600876+0000 mon.a (mon.0) 3631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.603080+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.603868+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:27 smithi079 bash[66795]: audit 2023-12-05T13:30:27.610085+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.571 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[96114]: debug 2023-12-05T13:30:28.531+0000 7f6a1aa6d640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-05T13:30:28.694 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[96114]: debug 2023-12-05T13:30:28.599+0000 7f6a1aa6d640 -1 osd.3 120 log_to_monitors true 2023-12-05T13:30:28.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cluster 2023-12-05T13:30:27.019384+0000 mgr.y (mgr.34107) 885 : cluster 0 pgmap v147: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-05T13:30:28.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.033232+0000 mgr.y (mgr.34107) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.123449+0000 mgr.y (mgr.34107) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.223697+0000 mgr.y (mgr.34107) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.321425+0000 mgr.y (mgr.34107) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.415524+0000 mgr.y (mgr.34107) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.516443+0000 mgr.y (mgr.34107) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.610928+0000 mgr.y (mgr.34107) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.690574+0000 mon.a (mon.0) 3635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.693355+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.696079+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.697346+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.704944+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.705554+0000 mgr.y (mgr.34107) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.787599+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.789605+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.792036+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.793333+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.800510+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.801195+0000 mgr.y (mgr.34107) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cluster 2023-12-05T13:30:27.019384+0000 mgr.y (mgr.34107) 885 : cluster 0 pgmap v147: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.033232+0000 mgr.y (mgr.34107) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.123449+0000 mgr.y (mgr.34107) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.223697+0000 mgr.y (mgr.34107) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.321425+0000 mgr.y (mgr.34107) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.415524+0000 mgr.y (mgr.34107) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.516443+0000 mgr.y (mgr.34107) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.610928+0000 mgr.y (mgr.34107) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.690574+0000 mon.a (mon.0) 3635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.693355+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.696079+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.697346+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.704944+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.705554+0000 mgr.y (mgr.34107) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.787599+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.789605+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.792036+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.793333+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.800510+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.801195+0000 mgr.y (mgr.34107) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.878394+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.881449+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.885386+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.888200+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.894241+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.894856+0000 mgr.y (mgr.34107) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.956206+0000 mon.a (mon.0) 3650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.958615+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.961657+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.962772+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:27.970020+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: cephadm 2023-12-05T13:30:27.970720+0000 mgr.y (mgr.34107) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.698 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.052875+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.057170+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.061147+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.062299+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.068223+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.152583+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.154966+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.158140+0000 mon.a (mon.0) 3662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.878394+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.881449+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.885386+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.888200+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.894241+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.894856+0000 mgr.y (mgr.34107) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.956206+0000 mon.a (mon.0) 3650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.958615+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.961657+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.962772+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:27.970020+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: cephadm 2023-12-05T13:30:27.970720+0000 mgr.y (mgr.34107) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.052875+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.057170+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.061147+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.062299+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.068223+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.152583+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.154966+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.158140+0000 mon.a (mon.0) 3662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.159089+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.167551+0000 mon.a (mon.0) 3664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.248352+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.250199+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.701 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.252222+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.253025+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.260826+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.341590+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.344026+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.346884+0000 mon.a (mon.0) 3672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.347809+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.356541+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.440527+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.443354+0000 mon.a (mon.0) 3676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.446376+0000 mon.a (mon.0) 3677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.447410+0000 mon.a (mon.0) 3678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.454474+0000 mon.a (mon.0) 3679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.531741+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.534347+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.536767+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.537553+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.543023+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[78714]: audit 2023-12-05T13:30:28.604132+0000 mon.a (mon.0) 3685 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.159089+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.167551+0000 mon.a (mon.0) 3664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.248352+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.250199+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.252222+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.253025+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.260826+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.341590+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.344026+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.346884+0000 mon.a (mon.0) 3672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.347809+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.356541+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.440527+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.443354+0000 mon.a (mon.0) 3676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.446376+0000 mon.a (mon.0) 3677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.447410+0000 mon.a (mon.0) 3678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.454474+0000 mon.a (mon.0) 3679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.531741+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:28.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.534347+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:28.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.536767+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:28.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.537553+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:28.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.543023+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:28.705 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:28 smithi045 bash[81379]: audit 2023-12-05T13:30:28.604132+0000 mon.a (mon.0) 3685 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:30:29.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cluster 2023-12-05T13:30:27.019384+0000 mgr.y (mgr.34107) 885 : cluster 0 pgmap v147: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.033232+0000 mgr.y (mgr.34107) 886 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.123449+0000 mgr.y (mgr.34107) 887 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.223697+0000 mgr.y (mgr.34107) 888 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.321425+0000 mgr.y (mgr.34107) 889 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.415524+0000 mgr.y (mgr.34107) 890 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.516443+0000 mgr.y (mgr.34107) 891 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.610928+0000 mgr.y (mgr.34107) 892 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.690574+0000 mon.a (mon.0) 3635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.693355+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.696079+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.697346+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.704944+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.705554+0000 mgr.y (mgr.34107) 893 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.787599+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.789605+0000 mon.a (mon.0) 3641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.792036+0000 mon.a (mon.0) 3642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.793333+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.800510+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.801195+0000 mgr.y (mgr.34107) 894 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.878394+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.881449+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.885386+0000 mon.a (mon.0) 3647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.888200+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.894241+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.894856+0000 mgr.y (mgr.34107) 895 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.956206+0000 mon.a (mon.0) 3650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.958615+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.961657+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.962772+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:27.970020+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: cephadm 2023-12-05T13:30:27.970720+0000 mgr.y (mgr.34107) 896 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.052875+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.057170+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.061147+0000 mon.a (mon.0) 3657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.062299+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.068223+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.152583+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.154966+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.158140+0000 mon.a (mon.0) 3662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.159089+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.167551+0000 mon.a (mon.0) 3664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.248352+0000 mon.a (mon.0) 3665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.250199+0000 mon.a (mon.0) 3666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.252222+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.253025+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.260826+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.341590+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.344026+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.346884+0000 mon.a (mon.0) 3672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.347809+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.356541+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.440527+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.443354+0000 mon.a (mon.0) 3676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.446376+0000 mon.a (mon.0) 3677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.447410+0000 mon.a (mon.0) 3678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.454474+0000 mon.a (mon.0) 3679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.531741+0000 mon.a (mon.0) 3680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.534347+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.536767+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.537553+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.543023+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:28 smithi079 bash[66795]: audit 2023-12-05T13:30:28.604132+0000 mon.a (mon.0) 3685 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:30:29.696 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[96114]: debug 2023-12-05T13:30:29.583+0000 7f6a0bede700 -1 osd.3 120 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:30:29.696 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:30:29] "GET /metrics HTTP/1.1" 200 38472 "" "Prometheus/2.33.4" 2023-12-05T13:30:30.033 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:30:30.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.068902+0000 mgr.y (mgr.34107) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.168522+0000 mgr.y (mgr.34107) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.261411+0000 mgr.y (mgr.34107) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.357150+0000 mgr.y (mgr.34107) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.455152+0000 mgr.y (mgr.34107) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.543707+0000 mgr.y (mgr.34107) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.622745+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.633806+0000 mon.a (mon.0) 3687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.636460+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.637230+0000 mon.a (mon.0) 3689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.641959+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.642437+0000 mgr.y (mgr.34107) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.722997+0000 mon.a (mon.0) 3691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.725404+0000 mon.a (mon.0) 3692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.728718+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.730008+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.736906+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.737456+0000 mgr.y (mgr.34107) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.819956+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.822868+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.826415+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.827896+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.837226+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.837882+0000 mgr.y (mgr.34107) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.918043+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.921752+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.924759+0000 mon.a (mon.0) 3703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.925992+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:28.933277+0000 mon.a (mon.0) 3705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cephadm 2023-12-05T13:30:28.933804+0000 mgr.y (mgr.34107) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.014584+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.017345+0000 mon.a (mon.0) 3707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.021886+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.023213+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.031995+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.112913+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.115645+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.118618+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.120061+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.128468+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.209231+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.212086+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.216237+0000 mon.a (mon.0) 3718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.217757+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.227033+0000 mon.a (mon.0) 3720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.293391+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.296158+0000 mon.a (mon.0) 3722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.299232+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.300253+0000 mon.a (mon.0) 3724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.308532+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.393523+0000 mon.a (mon.0) 3726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.395746+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.399257+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.400368+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.410306+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.490727+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.492903+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.496277+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.497591+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.506356+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.543775+0000 mon.a (mon.0) 3736 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: cluster 2023-12-05T13:30:29.548164+0000 mon.a (mon.0) 3737 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.551515+0000 mon.a (mon.0) 3738 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.583079+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.585935+0000 mon.a (mon.0) 3740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.589891+0000 mon.a (mon.0) 3741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.590943+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:29 smithi079 bash[66795]: audit 2023-12-05T13:30:29.600333+0000 mon.a (mon.0) 3743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.068902+0000 mgr.y (mgr.34107) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.168522+0000 mgr.y (mgr.34107) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.261411+0000 mgr.y (mgr.34107) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.357150+0000 mgr.y (mgr.34107) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.127 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.455152+0000 mgr.y (mgr.34107) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.543707+0000 mgr.y (mgr.34107) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.622745+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.633806+0000 mon.a (mon.0) 3687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.636460+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.637230+0000 mon.a (mon.0) 3689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.641959+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.128 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.642437+0000 mgr.y (mgr.34107) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.722997+0000 mon.a (mon.0) 3691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.725404+0000 mon.a (mon.0) 3692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.728718+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.730008+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.736906+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.737456+0000 mgr.y (mgr.34107) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.129 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.819956+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.130 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.822868+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.130 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.826415+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.130 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.827896+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.130 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.837226+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.130 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.837882+0000 mgr.y (mgr.34107) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.130 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.918043+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.921752+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.924759+0000 mon.a (mon.0) 3703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.925992+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:28.933277+0000 mon.a (mon.0) 3705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cephadm 2023-12-05T13:30:28.933804+0000 mgr.y (mgr.34107) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.014584+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.017345+0000 mon.a (mon.0) 3707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.021886+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.023213+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.031995+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.112913+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.115645+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.118618+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.120061+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.128468+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.209231+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.212086+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.216237+0000 mon.a (mon.0) 3718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.217757+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.227033+0000 mon.a (mon.0) 3720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.293391+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.296158+0000 mon.a (mon.0) 3722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.299232+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.300253+0000 mon.a (mon.0) 3724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.308532+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.393523+0000 mon.a (mon.0) 3726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.395746+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.399257+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.400368+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.410306+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.490727+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.492903+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.496277+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.497591+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.506356+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.543775+0000 mon.a (mon.0) 3736 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:30:30.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: cluster 2023-12-05T13:30:29.548164+0000 mon.a (mon.0) 3737 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-05T13:30:30.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.551515+0000 mon.a (mon.0) 3738 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:30:30.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.583079+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.585935+0000 mon.a (mon.0) 3740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.589891+0000 mon.a (mon.0) 3741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.590943+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[78714]: audit 2023-12-05T13:30:29.600333+0000 mon.a (mon.0) 3743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.068902+0000 mgr.y (mgr.34107) 897 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.168522+0000 mgr.y (mgr.34107) 898 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.261411+0000 mgr.y (mgr.34107) 899 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.357150+0000 mgr.y (mgr.34107) 900 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.455152+0000 mgr.y (mgr.34107) 901 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.543707+0000 mgr.y (mgr.34107) 902 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.622745+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.633806+0000 mon.a (mon.0) 3687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.636460+0000 mon.a (mon.0) 3688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.637230+0000 mon.a (mon.0) 3689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.641959+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.642437+0000 mgr.y (mgr.34107) 903 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.722997+0000 mon.a (mon.0) 3691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.725404+0000 mon.a (mon.0) 3692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.728718+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.730008+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.736906+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.737456+0000 mgr.y (mgr.34107) 904 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.819956+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.822868+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.826415+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.827896+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.837226+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.837882+0000 mgr.y (mgr.34107) 905 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.918043+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.921752+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.924759+0000 mon.a (mon.0) 3703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.925992+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:28.933277+0000 mon.a (mon.0) 3705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cephadm 2023-12-05T13:30:28.933804+0000 mgr.y (mgr.34107) 906 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.014584+0000 mon.a (mon.0) 3706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.017345+0000 mon.a (mon.0) 3707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.021886+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.023213+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.031995+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.112913+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.115645+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.118618+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.120061+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.128468+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.209231+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.212086+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.216237+0000 mon.a (mon.0) 3718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.217757+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.142 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.227033+0000 mon.a (mon.0) 3720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.293391+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.296158+0000 mon.a (mon.0) 3722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.299232+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.300253+0000 mon.a (mon.0) 3724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.308532+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.393523+0000 mon.a (mon.0) 3726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.395746+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.399257+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.400368+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.410306+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.490727+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.492903+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.496277+0000 mon.a (mon.0) 3733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.497591+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.506356+0000 mon.a (mon.0) 3735 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.543775+0000 mon.a (mon.0) 3736 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: cluster 2023-12-05T13:30:29.548164+0000 mon.a (mon.0) 3737 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.551515+0000 mon.a (mon.0) 3738 : audit 1 from='osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.583079+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.585935+0000 mon.a (mon.0) 3740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.589891+0000 mon.a (mon.0) 3741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.590943+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.145 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:29 smithi045 bash[81379]: audit 2023-12-05T13:30:29.600333+0000 mon.a (mon.0) 3743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cluster 2023-12-05T13:30:29.020056+0000 mgr.y (mgr.34107) 907 : cluster 0 pgmap v148: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-05T13:30:30.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.032733+0000 mgr.y (mgr.34107) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.129110+0000 mgr.y (mgr.34107) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.227957+0000 mgr.y (mgr.34107) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.309067+0000 mgr.y (mgr.34107) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.411164+0000 mgr.y (mgr.34107) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.507100+0000 mgr.y (mgr.34107) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cluster 2023-12-05T13:30:29.549232+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.601229+0000 mgr.y (mgr.34107) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.684031+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.686097+0000 mon.a (mon.0) 3745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.688466+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.696934+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.707605+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.708470+0000 mgr.y (mgr.34107) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.770005+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.772298+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.774533+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.775372+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.781487+0000 mon.a (mon.0) 3753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cluster 2023-12-05T13:30:29.020056+0000 mgr.y (mgr.34107) 907 : cluster 0 pgmap v148: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.032733+0000 mgr.y (mgr.34107) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.129110+0000 mgr.y (mgr.34107) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.227957+0000 mgr.y (mgr.34107) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.309067+0000 mgr.y (mgr.34107) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.411164+0000 mgr.y (mgr.34107) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.507100+0000 mgr.y (mgr.34107) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cluster 2023-12-05T13:30:29.549232+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.601229+0000 mgr.y (mgr.34107) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.684031+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.686097+0000 mon.a (mon.0) 3745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.688466+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.696934+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.707605+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.708470+0000 mgr.y (mgr.34107) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.770005+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.772298+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.774533+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.775372+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.781487+0000 mon.a (mon.0) 3753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.782066+0000 mgr.y (mgr.34107) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.860613+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.863362+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.867294+0000 mon.a (mon.0) 3756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.868233+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.873647+0000 mon.a (mon.0) 3758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.876660+0000 mgr.y (mgr.34107) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.936603+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.938846+0000 mon.a (mon.0) 3760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.941360+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.942191+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:29.947980+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cephadm 2023-12-05T13:30:29.948621+0000 mgr.y (mgr.34107) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.015198+0000 mgr.y (mgr.34107) 919 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.027900+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.030381+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.033562+0000 mon.a (mon.0) 3766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.034495+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.041685+0000 mon.a (mon.0) 3768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.126449+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.782066+0000 mgr.y (mgr.34107) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.860613+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.863362+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.867294+0000 mon.a (mon.0) 3756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.868233+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.873647+0000 mon.a (mon.0) 3758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.876660+0000 mgr.y (mgr.34107) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.936603+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.938846+0000 mon.a (mon.0) 3760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.699 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.941360+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.942191+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:29.947980+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cephadm 2023-12-05T13:30:29.948621+0000 mgr.y (mgr.34107) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:30.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.015198+0000 mgr.y (mgr.34107) 919 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:30.700 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.027900+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.030381+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.033562+0000 mon.a (mon.0) 3766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.034495+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.041685+0000 mon.a (mon.0) 3768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.702 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.126449+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.129685+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.132433+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.133411+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.139382+0000 mon.a (mon.0) 3773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.703 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.220370+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.222593+0000 mon.a (mon.0) 3775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.225170+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.226199+0000 mon.a (mon.0) 3777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.232673+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.295070+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.297466+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.300500+0000 mon.a (mon.0) 3781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.301652+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.309836+0000 mon.a (mon.0) 3783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.351806+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.390570+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.392982+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.395467+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.396469+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.704 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.405174+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.129685+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.132433+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.133411+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.139382+0000 mon.a (mon.0) 3773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.220370+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.222593+0000 mon.a (mon.0) 3775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.225170+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.226199+0000 mon.a (mon.0) 3777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.232673+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.705 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.295070+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.297466+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.300500+0000 mon.a (mon.0) 3781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.301652+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.309836+0000 mon.a (mon.0) 3783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.351806+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.390570+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.392982+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.395467+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.396469+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.405174+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.706 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.470233+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.474343+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.476809+0000 mon.a (mon.0) 3791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.477682+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.485055+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.544232+0000 mon.a (mon.0) 3794 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.549164+0000 mon.a (mon.0) 3795 : cluster 1 osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857] boot 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.549211+0000 mon.a (mon.0) 3796 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.561943+0000 mon.a (mon.0) 3797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.582150+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.586172+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.597107+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.598864+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.707 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[81379]: audit 2023-12-05T13:30:30.606547+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.470233+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.474343+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.476809+0000 mon.a (mon.0) 3791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.477682+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.485055+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.544232+0000 mon.a (mon.0) 3794 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.549164+0000 mon.a (mon.0) 3795 : cluster 1 osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857] boot 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.549211+0000 mon.a (mon.0) 3796 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.561943+0000 mon.a (mon.0) 3797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.582150+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.586172+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.597107+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.598864+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:30.708 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:30 smithi045 bash[78714]: audit 2023-12-05T13:30:30.606547+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cluster 2023-12-05T13:30:29.020056+0000 mgr.y (mgr.34107) 907 : cluster 0 pgmap v148: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.032733+0000 mgr.y (mgr.34107) 908 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.129110+0000 mgr.y (mgr.34107) 909 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.227957+0000 mgr.y (mgr.34107) 910 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.309067+0000 mgr.y (mgr.34107) 911 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.411164+0000 mgr.y (mgr.34107) 912 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.507100+0000 mgr.y (mgr.34107) 913 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cluster 2023-12-05T13:30:29.549232+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.601229+0000 mgr.y (mgr.34107) 914 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.684031+0000 mon.a (mon.0) 3744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.686097+0000 mon.a (mon.0) 3745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.688466+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.696934+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.707605+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.708470+0000 mgr.y (mgr.34107) 915 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.770005+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.772298+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.774533+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.775372+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.781487+0000 mon.a (mon.0) 3753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.782066+0000 mgr.y (mgr.34107) 916 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.860613+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.863362+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.867294+0000 mon.a (mon.0) 3756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.868233+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.873647+0000 mon.a (mon.0) 3758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.876660+0000 mgr.y (mgr.34107) 917 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.936603+0000 mon.a (mon.0) 3759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.938846+0000 mon.a (mon.0) 3760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.941360+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.942191+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:29.947980+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cephadm 2023-12-05T13:30:29.948621+0000 mgr.y (mgr.34107) 918 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.015198+0000 mgr.y (mgr.34107) 919 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.027900+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.030381+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.033562+0000 mon.a (mon.0) 3766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.034495+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.041685+0000 mon.a (mon.0) 3768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.126449+0000 mon.a (mon.0) 3769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.129685+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.132433+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.133411+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.139382+0000 mon.a (mon.0) 3773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.220370+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.222593+0000 mon.a (mon.0) 3775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.225170+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.226199+0000 mon.a (mon.0) 3777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.232673+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.295070+0000 mon.a (mon.0) 3779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.297466+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.300500+0000 mon.a (mon.0) 3781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.301652+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.309836+0000 mon.a (mon.0) 3783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.351806+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.390570+0000 mon.a (mon.0) 3784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.392982+0000 mon.a (mon.0) 3785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.395467+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.396469+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.405174+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.470233+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.474343+0000 mon.a (mon.0) 3790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.476809+0000 mon.a (mon.0) 3791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.477682+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.485055+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.544232+0000 mon.a (mon.0) 3794 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.549164+0000 mon.a (mon.0) 3795 : cluster 1 osd.3 [v2:172.21.15.45:6826/2578324857,v1:172.21.15.45:6827/2578324857] boot 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.549211+0000 mon.a (mon.0) 3796 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.561943+0000 mon.a (mon.0) 3797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.582150+0000 mon.a (mon.0) 3798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.586172+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.597107+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.598864+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:30 smithi079 bash[66795]: audit 2023-12-05T13:30:30.606547+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.113 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:30:31.113 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 18s ago 20m - - 2023-12-05T13:30:31.113 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 10s ago 20m - - 2023-12-05T13:30:31.113 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (6m) 18s ago 13m 16.5M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (5m) 10s ago 12m 43.7M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (4m) 18s ago 10m 48.3M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (4m) 10s ago 19m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (5m) 18s ago 21m 509M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (4m) 18s ago 21m 63.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (3m) 10s ago 19m 45.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (3m) 18s ago 19m 53.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (6m) 18s ago 13m 14.7M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (6m) 10s ago 13m 12.0M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (2m) 18s ago 19m 52.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (91s) 18s ago 18m 52.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (50s) 18s ago 17m 47.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 starting - - - 4096M 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (16m) 10s ago 16m 66.8M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:30:31.114 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (15m) 10s ago 15m 64.8M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:30:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (15m) 10s ago 15m 61.0M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:30:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (14m) 10s ago 14m 65.3M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:30:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (4m) 10s ago 13m 62.5M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:30:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (11m) 18s ago 11m 88.3M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:30:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (11m) 10s ago 11m 88.7M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:30:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (10m) 18s ago 10m 88.2M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:30:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (10m) 10s ago 10m 88.5M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:30:31.661 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 9 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:30:31.662 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:30:31.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:29.862057+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.042436+0000 mgr.y (mgr.34107) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.140541+0000 mgr.y (mgr.34107) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.233517+0000 mgr.y (mgr.34107) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.310465+0000 mgr.y (mgr.34107) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.406096+0000 mgr.y (mgr.34107) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.485743+0000 mgr.y (mgr.34107) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.542220+0000 mgr.y (mgr.34107) 926 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.550476+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.553601+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.559719+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.563854+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.569471+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.573684+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:30.575611+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.607342+0000 mgr.y (mgr.34107) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.667853+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.670410+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.673110+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.674218+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.682977+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.684586+0000 mgr.y (mgr.34107) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:29.862057+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.042436+0000 mgr.y (mgr.34107) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.140541+0000 mgr.y (mgr.34107) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.233517+0000 mgr.y (mgr.34107) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.310465+0000 mgr.y (mgr.34107) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.406096+0000 mgr.y (mgr.34107) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.485743+0000 mgr.y (mgr.34107) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.542220+0000 mgr.y (mgr.34107) 926 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.550476+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.553601+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.559719+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.563854+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.569471+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.573684+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:30.575611+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.607342+0000 mgr.y (mgr.34107) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.667853+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.670410+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.673110+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.674218+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.682977+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.684586+0000 mgr.y (mgr.34107) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.798203+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.800851+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.803570+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.805870+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.813207+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.813894+0000 mgr.y (mgr.34107) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.890684+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.948 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.893033+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.896317+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.897365+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.906003+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:30.906842+0000 mgr.y (mgr.34107) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.988233+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.989625+0000 mgr.y (mgr.34107) 931 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.990308+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.992980+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:30.993788+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.002781+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.003307+0000 mgr.y (mgr.34107) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.080395+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.798203+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.800851+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.803570+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.805870+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.813207+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.813894+0000 mgr.y (mgr.34107) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.890684+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.893033+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.896317+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.897365+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.906003+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:30.906842+0000 mgr.y (mgr.34107) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.988233+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.989625+0000 mgr.y (mgr.34107) 931 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:31.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.990308+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.992980+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:30.993788+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.002781+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.003307+0000 mgr.y (mgr.34107) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:31.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.080395+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.083790+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.112022+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.113088+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.120528+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.204748+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.207541+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.210251+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.211226+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.218938+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.300420+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.303877+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.308054+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.309748+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.319533+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.398797+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.402269+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.405287+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.406450+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.414472+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.494772+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.497073+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.499512+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.500490+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.507708+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.554046+0000 mon.a (mon.0) 3848 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.607405+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.612435+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.956 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.621511+0000 mon.a (mon.0) 3851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[78714]: audit 2023-12-05T13:30:31.622601+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.083790+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.112022+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.113088+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.120528+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.204748+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.207541+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.210251+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.211226+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.957 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.218938+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.300420+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.303877+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.308054+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.309748+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.319533+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.398797+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.402269+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.405287+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.406450+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.414472+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.494772+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.497073+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.499512+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.958 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.500490+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:31.959 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.507708+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:31.959 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.554046+0000 mon.a (mon.0) 3848 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-05T13:30:31.959 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.607405+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:31.959 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.612435+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:31.959 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.621511+0000 mon.a (mon.0) 3851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:31.959 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:31 smithi045 bash[81379]: audit 2023-12-05T13:30:31.622601+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:29.862057+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.042436+0000 mgr.y (mgr.34107) 920 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.140541+0000 mgr.y (mgr.34107) 921 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.233517+0000 mgr.y (mgr.34107) 922 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.310465+0000 mgr.y (mgr.34107) 923 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.406096+0000 mgr.y (mgr.34107) 924 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.485743+0000 mgr.y (mgr.34107) 925 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.542220+0000 mgr.y (mgr.34107) 926 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.550476+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.553601+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.559719+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.563854+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.569471+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.573684+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:30.575611+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.607342+0000 mgr.y (mgr.34107) 927 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.667853+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.670410+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.673110+0000 mon.a (mon.0) 3805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.674218+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.682977+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.684586+0000 mgr.y (mgr.34107) 928 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.798203+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.800851+0000 mon.a (mon.0) 3809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.803570+0000 mon.a (mon.0) 3810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.805870+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.813207+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.813894+0000 mgr.y (mgr.34107) 929 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.890684+0000 mon.a (mon.0) 3813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.893033+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.896317+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.897365+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.906003+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:30.906842+0000 mgr.y (mgr.34107) 930 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.988233+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.989625+0000 mgr.y (mgr.34107) 931 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.990308+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.992980+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:30.993788+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.002781+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.003307+0000 mgr.y (mgr.34107) 932 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.080395+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.083790+0000 mon.a (mon.0) 3824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.112022+0000 mon.a (mon.0) 3825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.113088+0000 mon.a (mon.0) 3826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.120528+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.204748+0000 mon.a (mon.0) 3828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.207541+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.210251+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.211226+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.218938+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.300420+0000 mon.a (mon.0) 3833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.303877+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.308054+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.309748+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.319533+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.398797+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.402269+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.405287+0000 mon.a (mon.0) 3840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.406450+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.414472+0000 mon.a (mon.0) 3842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.494772+0000 mon.a (mon.0) 3843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.497073+0000 mon.a (mon.0) 3844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.499512+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.500490+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.507708+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.554046+0000 mon.a (mon.0) 3848 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-05T13:30:32.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.607405+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.612435+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.621511+0000 mon.a (mon.0) 3851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:31 smithi079 bash[66795]: audit 2023-12-05T13:30:31.622601+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.168 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "9/23 daemons upgraded", 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:30:32.169 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:30:32.444 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[74945]: debug 2023-12-05T13:30:32.083+0000 7f3c5ca31700 -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-05T13:30:32.614 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN Degraded data redundancy: 59/630 objects degraded (9.365%), 18 pgs degraded 2023-12-05T13:30:32.614 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 59/630 objects degraded (9.365%), 18 pgs degraded 2023-12-05T13:30:32.614 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1 is active+undersized+degraded, acting [2,0] 2023-12-05T13:30:32.614 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2023-12-05T13:30:32.614 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.e is active+undersized+degraded, acting [2,7] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1b is active+undersized+degraded, acting [7,6] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.14 is active+undersized+degraded, acting [1,7] 2023-12-05T13:30:32.615 INFO:teuthology.orchestra.run.smithi045.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.020984+0000 mgr.y (mgr.34107) 933 : cluster 0 pgmap v151: 161 pgs: 18 peering, 18 active+undersized+degraded, 30 active+undersized, 95 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.082908+0000 mgr.y (mgr.34107) 934 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.121693+0000 mgr.y (mgr.34107) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.219817+0000 mgr.y (mgr.34107) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.320524+0000 mgr.y (mgr.34107) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.415165+0000 mgr.y (mgr.34107) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.508471+0000 mgr.y (mgr.34107) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.559297+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.559455+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.561243+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.563420+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.563847+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.900 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.564799+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.565552+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.568256+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.641963+0000 mon.a (mon.0) 3853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.642714+0000 mgr.y (mgr.34107) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.658686+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.45:0/3106966557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.707484+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.711305+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.715011+0000 mon.a (mon.0) 3856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.716241+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.020984+0000 mgr.y (mgr.34107) 933 : cluster 0 pgmap v151: 161 pgs: 18 peering, 18 active+undersized+degraded, 30 active+undersized, 95 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.082908+0000 mgr.y (mgr.34107) 934 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:32.901 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.121693+0000 mgr.y (mgr.34107) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.219817+0000 mgr.y (mgr.34107) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.320524+0000 mgr.y (mgr.34107) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.415165+0000 mgr.y (mgr.34107) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.508471+0000 mgr.y (mgr.34107) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.559297+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.559455+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.561243+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.563420+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.563847+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.564799+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.565552+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.568256+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.641963+0000 mon.a (mon.0) 3853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.642714+0000 mgr.y (mgr.34107) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.902 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.658686+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.45:0/3106966557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.707484+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.711305+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.715011+0000 mon.a (mon.0) 3856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.716241+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.723983+0000 mon.a (mon.0) 3858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.724810+0000 mgr.y (mgr.34107) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.806102+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.808517+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.811062+0000 mon.a (mon.0) 3861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.811952+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.819309+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.820661+0000 mgr.y (mgr.34107) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.885159+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.887647+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.891362+0000 mon.a (mon.0) 3866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.892569+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.900705+0000 mon.a (mon.0) 3868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.901276+0000 mgr.y (mgr.34107) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.980359+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.982498+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.984642+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.985335+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:31.990805+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cephadm 2023-12-05T13:30:31.991462+0000 mgr.y (mgr.34107) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: cluster 2023-12-05T13:30:31.997506+0000 mon.a (mon.0) 3874 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.009743+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.018601+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.026034+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.078053+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.080853+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.083024+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.084631+0000 mon.a (mon.0) 3881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.086790+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[78714]: audit 2023-12-05T13:30:32.612034+0000 mon.a (mon.0) 3883 : audit 0 from='client.? 172.21.15.45:0/783173046' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.723983+0000 mon.a (mon.0) 3858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.905 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.724810+0000 mgr.y (mgr.34107) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.806102+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.808517+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.811062+0000 mon.a (mon.0) 3861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.811952+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.819309+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.820661+0000 mgr.y (mgr.34107) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.885159+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.887647+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.891362+0000 mon.a (mon.0) 3866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.906 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.892569+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.900705+0000 mon.a (mon.0) 3868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.901276+0000 mgr.y (mgr.34107) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.980359+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.982498+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.984642+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.985335+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:31.990805+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cephadm 2023-12-05T13:30:31.991462+0000 mgr.y (mgr.34107) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: cluster 2023-12-05T13:30:31.997506+0000 mon.a (mon.0) 3874 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.009743+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.018601+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.026034+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.078053+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.080853+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.083024+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.907 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.084631+0000 mon.a (mon.0) 3881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:32.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.086790+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:32.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:32 smithi045 bash[81379]: audit 2023-12-05T13:30:32.612034+0000 mon.a (mon.0) 3883 : audit 0 from='client.? 172.21.15.45:0/783173046' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:33.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.020984+0000 mgr.y (mgr.34107) 933 : cluster 0 pgmap v151: 161 pgs: 18 peering, 18 active+undersized+degraded, 30 active+undersized, 95 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.082908+0000 mgr.y (mgr.34107) 934 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.121693+0000 mgr.y (mgr.34107) 935 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.219817+0000 mgr.y (mgr.34107) 936 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.320524+0000 mgr.y (mgr.34107) 937 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.415165+0000 mgr.y (mgr.34107) 938 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.508471+0000 mgr.y (mgr.34107) 939 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.559297+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.559455+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.561243+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.563420+0000 osd.4 (osd.4) 35 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.563847+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.564799+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.565552+0000 osd.4 (osd.4) 36 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.568256+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.641963+0000 mon.a (mon.0) 3853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.642714+0000 mgr.y (mgr.34107) 940 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.658686+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.45:0/3106966557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.707484+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.711305+0000 mon.a (mon.0) 3855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.715011+0000 mon.a (mon.0) 3856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.716241+0000 mon.a (mon.0) 3857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.723983+0000 mon.a (mon.0) 3858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.724810+0000 mgr.y (mgr.34107) 941 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.806102+0000 mon.a (mon.0) 3859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.808517+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.811062+0000 mon.a (mon.0) 3861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.811952+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.819309+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.820661+0000 mgr.y (mgr.34107) 942 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.885159+0000 mon.a (mon.0) 3864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.887647+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.891362+0000 mon.a (mon.0) 3866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.892569+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.900705+0000 mon.a (mon.0) 3868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.901276+0000 mgr.y (mgr.34107) 943 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.980359+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.982498+0000 mon.a (mon.0) 3870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.984642+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:33.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.985335+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:31.990805+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cephadm 2023-12-05T13:30:31.991462+0000 mgr.y (mgr.34107) 944 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: cluster 2023-12-05T13:30:31.997506+0000 mon.a (mon.0) 3874 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.009743+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.018601+0000 mon.a (mon.0) 3876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.026034+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.078053+0000 mon.a (mon.0) 3878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.080853+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.083024+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.084631+0000 mon.a (mon.0) 3881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.086790+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:33.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:32 smithi079 bash[66795]: audit 2023-12-05T13:30:32.612034+0000 mon.a (mon.0) 3883 : audit 0 from='client.? 172.21.15.45:0/783173046' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:33 smithi045 bash[78714]: audit 2023-12-05T13:30:32.087046+0000 mgr.y (mgr.34107) 945 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:33 smithi045 bash[78714]: cephadm 2023-12-05T13:30:32.088424+0000 mgr.y (mgr.34107) 946 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:30:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:33 smithi045 bash[78714]: audit 2023-12-05T13:30:32.165933+0000 mgr.y (mgr.34107) 947 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:33.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:33 smithi045 bash[81379]: audit 2023-12-05T13:30:32.087046+0000 mgr.y (mgr.34107) 945 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:33.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:33 smithi045 bash[81379]: cephadm 2023-12-05T13:30:32.088424+0000 mgr.y (mgr.34107) 946 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:30:33.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:33 smithi045 bash[81379]: audit 2023-12-05T13:30:32.165933+0000 mgr.y (mgr.34107) 947 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:34.018 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:33 smithi079 bash[66795]: audit 2023-12-05T13:30:32.087046+0000 mgr.y (mgr.34107) 945 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:34.018 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:33 smithi079 bash[66795]: cephadm 2023-12-05T13:30:32.088424+0000 mgr.y (mgr.34107) 946 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:30:34.018 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:33 smithi079 bash[66795]: audit 2023-12-05T13:30:32.165933+0000 mgr.y (mgr.34107) 947 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:34.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:34 smithi045 bash[78714]: cluster 2023-12-05T13:30:33.021927+0000 mgr.y (mgr.34107) 948 : cluster 0 pgmap v153: 161 pgs: 25 peering, 13 active+undersized+degraded, 22 active+undersized, 101 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 48/630 objects degraded (7.619%) 2023-12-05T13:30:34.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:34 smithi045 bash[81379]: cluster 2023-12-05T13:30:33.021927+0000 mgr.y (mgr.34107) 948 : cluster 0 pgmap v153: 161 pgs: 25 peering, 13 active+undersized+degraded, 22 active+undersized, 101 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 48/630 objects degraded (7.619%) 2023-12-05T13:30:35.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:34 smithi079 bash[66795]: cluster 2023-12-05T13:30:33.021927+0000 mgr.y (mgr.34107) 948 : cluster 0 pgmap v153: 161 pgs: 25 peering, 13 active+undersized+degraded, 22 active+undersized, 101 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 48/630 objects degraded (7.619%) 2023-12-05T13:30:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:35 smithi045 bash[78714]: audit 2023-12-05T13:30:34.852125+0000 mon.a (mon.0) 3884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:35 smithi045 bash[78714]: audit 2023-12-05T13:30:34.854463+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:35.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:35 smithi045 bash[81379]: audit 2023-12-05T13:30:34.852125+0000 mon.a (mon.0) 3884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:35 smithi045 bash[81379]: audit 2023-12-05T13:30:34.854463+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:36.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:35 smithi079 bash[66795]: audit 2023-12-05T13:30:34.852125+0000 mon.a (mon.0) 3884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:36.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:35 smithi079 bash[66795]: audit 2023-12-05T13:30:34.854463+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:37.172 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:36 smithi079 bash[66795]: cluster 2023-12-05T13:30:35.022991+0000 mgr.y (mgr.34107) 949 : cluster 0 pgmap v154: 161 pgs: 25 peering, 136 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:37.172 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:36 smithi079 bash[66795]: cluster 2023-12-05T13:30:35.847634+0000 mon.a (mon.0) 3886 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/630 objects degraded (7.619%), 13 pgs degraded) 2023-12-05T13:30:37.172 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:36 smithi079 bash[66795]: cluster 2023-12-05T13:30:35.847701+0000 mon.a (mon.0) 3887 : cluster 1 Cluster is now healthy 2023-12-05T13:30:37.172 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:36 smithi079 bash[66795]: audit 2023-12-05T13:30:36.035775+0000 mon.a (mon.0) 3888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.173 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:36 smithi079 bash[66795]: audit 2023-12-05T13:30:36.045316+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.173 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:36 smithi079 bash[66795]: audit 2023-12-05T13:30:36.054840+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[81379]: cluster 2023-12-05T13:30:35.022991+0000 mgr.y (mgr.34107) 949 : cluster 0 pgmap v154: 161 pgs: 25 peering, 136 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:37.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[81379]: cluster 2023-12-05T13:30:35.847634+0000 mon.a (mon.0) 3886 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/630 objects degraded (7.619%), 13 pgs degraded) 2023-12-05T13:30:37.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[81379]: cluster 2023-12-05T13:30:35.847701+0000 mon.a (mon.0) 3887 : cluster 1 Cluster is now healthy 2023-12-05T13:30:37.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[81379]: audit 2023-12-05T13:30:36.035775+0000 mon.a (mon.0) 3888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[81379]: audit 2023-12-05T13:30:36.045316+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[81379]: audit 2023-12-05T13:30:36.054840+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[78714]: cluster 2023-12-05T13:30:35.022991+0000 mgr.y (mgr.34107) 949 : cluster 0 pgmap v154: 161 pgs: 25 peering, 136 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:37.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[78714]: cluster 2023-12-05T13:30:35.847634+0000 mon.a (mon.0) 3886 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/630 objects degraded (7.619%), 13 pgs degraded) 2023-12-05T13:30:37.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[78714]: cluster 2023-12-05T13:30:35.847701+0000 mon.a (mon.0) 3887 : cluster 1 Cluster is now healthy 2023-12-05T13:30:37.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[78714]: audit 2023-12-05T13:30:36.035775+0000 mon.a (mon.0) 3888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[78714]: audit 2023-12-05T13:30:36.045316+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:37.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:36 smithi045 bash[78714]: audit 2023-12-05T13:30:36.054840+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:39.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:38 smithi079 bash[66795]: cluster 2023-12-05T13:30:37.024568+0000 mgr.y (mgr.34107) 950 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:39.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:38 smithi045 bash[81379]: cluster 2023-12-05T13:30:37.024568+0000 mgr.y (mgr.34107) 950 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:39.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:38 smithi045 bash[78714]: cluster 2023-12-05T13:30:37.024568+0000 mgr.y (mgr.34107) 950 : cluster 0 pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:39.669 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:30:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:30:39] "GET /metrics HTTP/1.1" 200 38482 "" "Prometheus/2.33.4" 2023-12-05T13:30:41.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:40 smithi045 bash[78714]: cluster 2023-12-05T13:30:39.025636+0000 mgr.y (mgr.34107) 951 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:41.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:40 smithi045 bash[81379]: cluster 2023-12-05T13:30:39.025636+0000 mgr.y (mgr.34107) 951 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:40 smithi079 bash[66795]: cluster 2023-12-05T13:30:39.025636+0000 mgr.y (mgr.34107) 951 : cluster 0 pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:42.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[78714]: audit 2023-12-05T13:30:40.997277+0000 mgr.y (mgr.34107) 952 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:42.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[78714]: audit 2023-12-05T13:30:41.063508+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[78714]: audit 2023-12-05T13:30:41.072200+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[78714]: audit 2023-12-05T13:30:41.081085+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[81379]: audit 2023-12-05T13:30:40.997277+0000 mgr.y (mgr.34107) 952 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:42.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[81379]: audit 2023-12-05T13:30:41.063508+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[81379]: audit 2023-12-05T13:30:41.072200+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:41 smithi045 bash[81379]: audit 2023-12-05T13:30:41.081085+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:41 smithi079 bash[66795]: audit 2023-12-05T13:30:40.997277+0000 mgr.y (mgr.34107) 952 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:42.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:41 smithi079 bash[66795]: audit 2023-12-05T13:30:41.063508+0000 mon.a (mon.0) 3891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:41 smithi079 bash[66795]: audit 2023-12-05T13:30:41.072200+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:42.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:41 smithi079 bash[66795]: audit 2023-12-05T13:30:41.081085+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:43.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:42 smithi045 bash[78714]: cluster 2023-12-05T13:30:41.027167+0000 mgr.y (mgr.34107) 953 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:43.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:42 smithi045 bash[81379]: cluster 2023-12-05T13:30:41.027167+0000 mgr.y (mgr.34107) 953 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:43.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:42 smithi079 bash[66795]: cluster 2023-12-05T13:30:41.027167+0000 mgr.y (mgr.34107) 953 : cluster 0 pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:45.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:44 smithi045 bash[78714]: cluster 2023-12-05T13:30:43.028276+0000 mgr.y (mgr.34107) 954 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:45.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:44 smithi045 bash[81379]: cluster 2023-12-05T13:30:43.028276+0000 mgr.y (mgr.34107) 954 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:44 smithi079 bash[66795]: cluster 2023-12-05T13:30:43.028276+0000 mgr.y (mgr.34107) 954 : cluster 0 pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:30:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:46 smithi045 bash[78714]: cluster 2023-12-05T13:30:45.029389+0000 mgr.y (mgr.34107) 955 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:46 smithi045 bash[78714]: audit 2023-12-05T13:30:45.100988+0000 mon.a (mon.0) 3894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:46.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:46 smithi045 bash[81379]: cluster 2023-12-05T13:30:45.029389+0000 mgr.y (mgr.34107) 955 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:46.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:46 smithi045 bash[81379]: audit 2023-12-05T13:30:45.100988+0000 mon.a (mon.0) 3894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:46.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:46 smithi079 bash[66795]: cluster 2023-12-05T13:30:45.029389+0000 mgr.y (mgr.34107) 955 : cluster 0 pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:46.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:46 smithi079 bash[66795]: audit 2023-12-05T13:30:45.100988+0000 mon.a (mon.0) 3894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:48.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[78714]: cluster 2023-12-05T13:30:47.030849+0000 mgr.y (mgr.34107) 956 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:48.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[78714]: audit 2023-12-05T13:30:47.106584+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:48.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[78714]: audit 2023-12-05T13:30:47.107006+0000 mgr.y (mgr.34107) 957 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:48.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[78714]: cephadm 2023-12-05T13:30:47.109937+0000 mgr.y (mgr.34107) 958 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T13:30:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[81379]: cluster 2023-12-05T13:30:47.030849+0000 mgr.y (mgr.34107) 956 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[81379]: audit 2023-12-05T13:30:47.106584+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[81379]: audit 2023-12-05T13:30:47.107006+0000 mgr.y (mgr.34107) 957 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:48 smithi045 bash[81379]: cephadm 2023-12-05T13:30:47.109937+0000 mgr.y (mgr.34107) 958 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T13:30:48.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:48 smithi079 bash[66795]: cluster 2023-12-05T13:30:47.030849+0000 mgr.y (mgr.34107) 956 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:48.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:48 smithi079 bash[66795]: audit 2023-12-05T13:30:47.106584+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:48.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:48 smithi079 bash[66795]: audit 2023-12-05T13:30:47.107006+0000 mgr.y (mgr.34107) 957 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:30:48.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:48 smithi079 bash[66795]: cephadm 2023-12-05T13:30:47.109937+0000 mgr.y (mgr.34107) 958 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T13:30:49.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:30:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:30:49] "GET /metrics HTTP/1.1" 200 38482 "" "Prometheus/2.33.4" 2023-12-05T13:30:50.862 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: cluster 2023-12-05T13:30:49.031937+0000 mgr.y (mgr.34107) 959 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:50.862 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: cephadm 2023-12-05T13:30:49.581198+0000 mgr.y (mgr.34107) 960 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T13:30:50.862 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: audit 2023-12-05T13:30:49.588855+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:50.862 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: audit 2023-12-05T13:30:49.592962+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:30:50.862 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: audit 2023-12-05T13:30:49.594520+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:50.862 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: cephadm 2023-12-05T13:30:49.600566+0000 mgr.y (mgr.34107) 961 : cephadm 1 Deploying daemon osd.4 on smithi079 2023-12-05T13:30:50.863 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: audit 2023-12-05T13:30:49.852610+0000 mon.a (mon.0) 3899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:50.863 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:50 smithi079 bash[66795]: audit 2023-12-05T13:30:49.854449+0000 mon.a (mon.0) 3900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:50.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: cluster 2023-12-05T13:30:49.031937+0000 mgr.y (mgr.34107) 959 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: cephadm 2023-12-05T13:30:49.581198+0000 mgr.y (mgr.34107) 960 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: audit 2023-12-05T13:30:49.588855+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: audit 2023-12-05T13:30:49.592962+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: audit 2023-12-05T13:30:49.594520+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: cephadm 2023-12-05T13:30:49.600566+0000 mgr.y (mgr.34107) 961 : cephadm 1 Deploying daemon osd.4 on smithi079 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: audit 2023-12-05T13:30:49.852610+0000 mon.a (mon.0) 3899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[78714]: audit 2023-12-05T13:30:49.854449+0000 mon.a (mon.0) 3900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: cluster 2023-12-05T13:30:49.031937+0000 mgr.y (mgr.34107) 959 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: cephadm 2023-12-05T13:30:49.581198+0000 mgr.y (mgr.34107) 960 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: audit 2023-12-05T13:30:49.588855+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: audit 2023-12-05T13:30:49.592962+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:30:50.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: audit 2023-12-05T13:30:49.594520+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:50.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: cephadm 2023-12-05T13:30:49.600566+0000 mgr.y (mgr.34107) 961 : cephadm 1 Deploying daemon osd.4 on smithi079 2023-12-05T13:30:50.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: audit 2023-12-05T13:30:49.852610+0000 mon.a (mon.0) 3899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:50.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:50 smithi045 bash[81379]: audit 2023-12-05T13:30:49.854449+0000 mon.a (mon.0) 3900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:51.849 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:51 smithi079 bash[66795]: audit 2023-12-05T13:30:51.008480+0000 mgr.y (mgr.34107) 962 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:51.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:51 smithi045 bash[78714]: audit 2023-12-05T13:30:51.008480+0000 mgr.y (mgr.34107) 962 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:51.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:51 smithi045 bash[81379]: audit 2023-12-05T13:30:51.008480+0000 mgr.y (mgr.34107) 962 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:30:52.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:52 smithi045 bash[78714]: cluster 2023-12-05T13:30:51.033323+0000 mgr.y (mgr.34107) 963 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:52 smithi045 bash[81379]: cluster 2023-12-05T13:30:51.033323+0000 mgr.y (mgr.34107) 963 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:52 smithi079 bash[66795]: cluster 2023-12-05T13:30:51.033323+0000 mgr.y (mgr.34107) 963 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:30:54.271 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:54 smithi079 systemd[1]: Stopping Ceph osd.4 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:54.554 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:54 smithi079 bash[30908]: debug 2023-12-05T13:30:54.486+0000 7f8a9b6d6700 -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-05T13:30:54.554 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:54 smithi079 bash[30908]: debug 2023-12-05T13:30:54.486+0000 7f8a9b6d6700 -1 osd.4 125 *** Got signal Terminated *** 2023-12-05T13:30:54.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:54 smithi045 bash[78714]: cluster 2023-12-05T13:30:53.034333+0000 mgr.y (mgr.34107) 964 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:54.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:54 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.491177+0000 mon.a (mon.0) 3901 : cluster 1 osd.4 marked itself down and dead 2023-12-05T13:30:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:54 smithi045 bash[81379]: cluster 2023-12-05T13:30:53.034333+0000 mgr.y (mgr.34107) 964 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:54 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.491177+0000 mon.a (mon.0) 3901 : cluster 1 osd.4 marked itself down and dead 2023-12-05T13:30:55.041 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:54 smithi079 bash[30908]: debug 2023-12-05T13:30:54.486+0000 7f8a9b6d6700 -1 osd.4 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:30:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:54 smithi079 bash[66795]: cluster 2023-12-05T13:30:53.034333+0000 mgr.y (mgr.34107) 964 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:30:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:54 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.491177+0000 mon.a (mon.0) 3901 : cluster 1 osd.4 marked itself down and dead 2023-12-05T13:30:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.601178+0000 mon.a (mon.0) 3902 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:30:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.612960+0000 mon.a (mon.0) 3903 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-05T13:30:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.616673+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.616906+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.625526+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.628687+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.631566+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:54.633399+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.609520+0000 mon.a (mon.0) 3904 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-05T13:30:55.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.601178+0000 mon.a (mon.0) 3902 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:30:55.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.612960+0000 mon.a (mon.0) 3903 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-05T13:30:55.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.616673+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.616906+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.625526+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.628687+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.631566+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:54.633399+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.609520+0000 mon.a (mon.0) 3904 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.601178+0000 mon.a (mon.0) 3902 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.612960+0000 mon.a (mon.0) 3903 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.616673+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.616906+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.625526+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.628687+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.631566+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:54.633399+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T13:30:55.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:55 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.609520+0000 mon.a (mon.0) 3904 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-05T13:30:56.066 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:55 smithi079 bash[73026]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-4 2023-12-05T13:30:56.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[73111]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-4 2023-12-05T13:30:56.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.035033+0000 mgr.y (mgr.34107) 965 : cluster 0 pgmap v165: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.613214+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.613962+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.614017+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.616675+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.616944+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.617369+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: cluster 2023-12-05T13:30:55.619739+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: audit 2023-12-05T13:30:56.241975+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: audit 2023-12-05T13:30:56.252312+0000 mon.a (mon.0) 3906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:56.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[78714]: audit 2023-12-05T13:30:56.262413+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.035033+0000 mgr.y (mgr.34107) 965 : cluster 0 pgmap v165: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.613214+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.613962+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.614017+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.616675+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.616944+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.617369+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: cluster 2023-12-05T13:30:55.619739+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: audit 2023-12-05T13:30:56.241975+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: audit 2023-12-05T13:30:56.252312+0000 mon.a (mon.0) 3906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:56.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:56 smithi045 bash[81379]: audit 2023-12-05T13:30:56.262413+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.035033+0000 mgr.y (mgr.34107) 965 : cluster 0 pgmap v165: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:30:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.613214+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:57.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.613962+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.614017+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.616675+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.616944+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.617369+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: cluster 2023-12-05T13:30:55.619739+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: audit 2023-12-05T13:30:56.241975+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: audit 2023-12-05T13:30:56.252312+0000 mon.a (mon.0) 3906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:57.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:56 smithi079 bash[66795]: audit 2023-12-05T13:30:56.262413+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:30:58.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:57 smithi079 bash[66795]: cluster 2023-12-05T13:30:57.639196+0000 mon.a (mon.0) 3908 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 17 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:58.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:57 smithi045 bash[78714]: cluster 2023-12-05T13:30:57.639196+0000 mon.a (mon.0) 3908 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 17 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:58.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:57 smithi045 bash[81379]: cluster 2023-12-05T13:30:57.639196+0000 mon.a (mon.0) 3908 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 17 pgs degraded (PG_DEGRADED) 2023-12-05T13:30:58.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:30:58 smithi079 bash[66795]: cluster 2023-12-05T13:30:57.036645+0000 mgr.y (mgr.34107) 966 : cluster 0 pgmap v167: 161 pgs: 17 active+undersized+degraded, 11 stale+active+clean, 24 active+undersized, 109 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-05T13:30:59.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:30:58 smithi045 bash[78714]: cluster 2023-12-05T13:30:57.036645+0000 mgr.y (mgr.34107) 966 : cluster 0 pgmap v167: 161 pgs: 17 active+undersized+degraded, 11 stale+active+clean, 24 active+undersized, 109 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-05T13:30:59.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:30:58 smithi045 bash[81379]: cluster 2023-12-05T13:30:57.036645+0000 mgr.y (mgr.34107) 966 : cluster 0 pgmap v167: 161 pgs: 17 active+undersized+degraded, 11 stale+active+clean, 24 active+undersized, 109 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 70/630 objects degraded (11.111%) 2023-12-05T13:30:59.285 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:58 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-05T13:30:59.285 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:58 smithi079 systemd[1]: Stopped Ceph osd.4 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:30:59.285 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:30:59 smithi079 systemd[1]: Started Ceph osd.4 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:30:59.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:30:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:30:59] "GET /metrics HTTP/1.1" 200 38479 "" "Prometheus/2.33.4" 2023-12-05T13:31:00.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: cluster 2023-12-05T13:30:59.037961+0000 mgr.y (mgr.34107) 967 : cluster 0 pgmap v168: 161 pgs: 25 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 97 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 101/630 objects degraded (16.032%) 2023-12-05T13:31:00.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.267372+0000 mon.a (mon.0) 3909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.278426+0000 mon.a (mon.0) 3910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.819873+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.830175+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.832685+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.834567+0000 mon.a (mon.0) 3914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.843268+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: cephadm 2023-12-05T13:30:59.844026+0000 mgr.y (mgr.34107) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.923710+0000 mon.a (mon.0) 3916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.928857+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.934363+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.936004+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:30:59.947218+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: cephadm 2023-12-05T13:30:59.948475+0000 mgr.y (mgr.34107) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.023532+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.026192+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.028945+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.029985+0000 mon.a (mon.0) 3924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.038650+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.126472+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.129511+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.132365+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.133411+0000 mon.a (mon.0) 3929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.140371+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.221822+0000 mon.a (mon.0) 3931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.226432+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.229478+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.230429+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[78714]: audit 2023-12-05T13:31:00.237934+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: cluster 2023-12-05T13:30:59.037961+0000 mgr.y (mgr.34107) 967 : cluster 0 pgmap v168: 161 pgs: 25 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 97 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 101/630 objects degraded (16.032%) 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.267372+0000 mon.a (mon.0) 3909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.278426+0000 mon.a (mon.0) 3910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.819873+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.830175+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.832685+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.834567+0000 mon.a (mon.0) 3914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.843268+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: cephadm 2023-12-05T13:30:59.844026+0000 mgr.y (mgr.34107) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.923710+0000 mon.a (mon.0) 3916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.928857+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.934363+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.936004+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:30:59.947218+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: cephadm 2023-12-05T13:30:59.948475+0000 mgr.y (mgr.34107) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.023532+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.026192+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.028945+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.029985+0000 mon.a (mon.0) 3924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.038650+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.126472+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.129511+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.132365+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.133411+0000 mon.a (mon.0) 3929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.140371+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.221822+0000 mon.a (mon.0) 3931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.226432+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.229478+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.230429+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:00 smithi045 bash[81379]: audit 2023-12-05T13:31:00.237934+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: cluster 2023-12-05T13:30:59.037961+0000 mgr.y (mgr.34107) 967 : cluster 0 pgmap v168: 161 pgs: 25 active+undersized+degraded, 6 stale+active+clean, 33 active+undersized, 97 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 101/630 objects degraded (16.032%) 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.267372+0000 mon.a (mon.0) 3909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.278426+0000 mon.a (mon.0) 3910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.819873+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.830175+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.832685+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.834567+0000 mon.a (mon.0) 3914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.843268+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: cephadm 2023-12-05T13:30:59.844026+0000 mgr.y (mgr.34107) 968 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.923710+0000 mon.a (mon.0) 3916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.928857+0000 mon.a (mon.0) 3917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.934363+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.936004+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:30:59.947218+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: cephadm 2023-12-05T13:30:59.948475+0000 mgr.y (mgr.34107) 969 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.023532+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.026192+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.028945+0000 mon.a (mon.0) 3923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.029985+0000 mon.a (mon.0) 3924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.038650+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.126472+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.129511+0000 mon.a (mon.0) 3927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.132365+0000 mon.a (mon.0) 3928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.133411+0000 mon.a (mon.0) 3929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.140371+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.221822+0000 mon.a (mon.0) 3931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:00.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.226432+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:00.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.229478+0000 mon.a (mon.0) 3933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:00.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.230429+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:00.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:00 smithi079 bash[66795]: audit 2023-12-05T13:31:00.237934+0000 mon.a (mon.0) 3935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.274 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.039686+0000 mgr.y (mgr.34107) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.274 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.140954+0000 mgr.y (mgr.34107) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.274 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.238643+0000 mgr.y (mgr.34107) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.318612+0000 mon.a (mon.0) 3936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.321575+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.325449+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.039686+0000 mgr.y (mgr.34107) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.140954+0000 mgr.y (mgr.34107) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.238643+0000 mgr.y (mgr.34107) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.318612+0000 mon.a (mon.0) 3936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.275 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.321575+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.325449+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.326752+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.333500+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.334196+0000 mgr.y (mgr.34107) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.416619+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.419208+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.423223+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.424884+0000 mon.a (mon.0) 3944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.437988+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.438767+0000 mgr.y (mgr.34107) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.504796+0000 mon.a (mon.0) 3946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.507397+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.510237+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.276 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.511112+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.521066+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.521819+0000 mgr.y (mgr.34107) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.601761+0000 mon.a (mon.0) 3951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.603901+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.606880+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.608190+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.616614+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.617272+0000 mgr.y (mgr.34107) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.698096+0000 mon.a (mon.0) 3956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.700851+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.704229+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.705420+0000 mon.a (mon.0) 3959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.712069+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.277 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.712651+0000 mgr.y (mgr.34107) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.278 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.790714+0000 mon.a (mon.0) 3961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.278 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.794764+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.278 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.799225+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.278 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.801544+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.278 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.809512+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.278 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.810089+0000 mgr.y (mgr.34107) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.278 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.889402+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[73366]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-05T13:31:01.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[73366]: 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-05T13:31:01.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[73366]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-05T13:31:01.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[73366]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-05T13:31:01.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[73366]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-05T13:31:01.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[73366]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-05T13:31:01.542 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[73366]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-05T13:31:01.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.039686+0000 mgr.y (mgr.34107) 970 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.140954+0000 mgr.y (mgr.34107) 971 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.238643+0000 mgr.y (mgr.34107) 972 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.318612+0000 mon.a (mon.0) 3936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.321575+0000 mon.a (mon.0) 3937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.325449+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.326752+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.333500+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.334196+0000 mgr.y (mgr.34107) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.416619+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.419208+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.423223+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.424884+0000 mon.a (mon.0) 3944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.437988+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.438767+0000 mgr.y (mgr.34107) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.504796+0000 mon.a (mon.0) 3946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.507397+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.510237+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.511112+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.521066+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.543 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.521819+0000 mgr.y (mgr.34107) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.601761+0000 mon.a (mon.0) 3951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.603901+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.606880+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.608190+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.616614+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.617272+0000 mgr.y (mgr.34107) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.698096+0000 mon.a (mon.0) 3956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.700851+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.704229+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.705420+0000 mon.a (mon.0) 3959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.712069+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.712651+0000 mgr.y (mgr.34107) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.790714+0000 mon.a (mon.0) 3961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.794764+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.544 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.799225+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.801544+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.809512+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.810089+0000 mgr.y (mgr.34107) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.889402+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.891863+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.894267+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.895528+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.906851+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:00.907748+0000 mgr.y (mgr.34107) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.985595+0000 mon.a (mon.0) 3971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.988353+0000 mon.a (mon.0) 3972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.991003+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.992029+0000 mon.a (mon.0) 3974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:00.999723+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.545 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: cephadm 2023-12-05T13:31:01.000384+0000 mgr.y (mgr.34107) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.016437+0000 mgr.y (mgr.34107) 981 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.077613+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.081952+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.085759+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.087369+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.095828+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.174683+0000 mon.a (mon.0) 3981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.179172+0000 mon.a (mon.0) 3982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.183731+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.185001+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.193012+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.244726+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.252028+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.546 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:01 smithi079 bash[66795]: audit 2023-12-05T13:31:01.259385+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.891863+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.894267+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.895528+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.906851+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:00.907748+0000 mgr.y (mgr.34107) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.985595+0000 mon.a (mon.0) 3971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.988353+0000 mon.a (mon.0) 3972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.991003+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.992029+0000 mon.a (mon.0) 3974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:00.999723+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: cephadm 2023-12-05T13:31:01.000384+0000 mgr.y (mgr.34107) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.016437+0000 mgr.y (mgr.34107) 981 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.077613+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.081952+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.085759+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.087369+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.095828+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.174683+0000 mon.a (mon.0) 3981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.179172+0000 mon.a (mon.0) 3982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.183731+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.185001+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.193012+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.244726+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.252028+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.696 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[78714]: audit 2023-12-05T13:31:01.259385+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.326752+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.333500+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.334196+0000 mgr.y (mgr.34107) 973 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.416619+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.419208+0000 mon.a (mon.0) 3942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.423223+0000 mon.a (mon.0) 3943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.424884+0000 mon.a (mon.0) 3944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.437988+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.697 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.438767+0000 mgr.y (mgr.34107) 974 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.504796+0000 mon.a (mon.0) 3946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.507397+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.510237+0000 mon.a (mon.0) 3948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.511112+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.521066+0000 mon.a (mon.0) 3950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.521819+0000 mgr.y (mgr.34107) 975 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.601761+0000 mon.a (mon.0) 3951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.603901+0000 mon.a (mon.0) 3952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.606880+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.608190+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.616614+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.617272+0000 mgr.y (mgr.34107) 976 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.698096+0000 mon.a (mon.0) 3956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.698 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.700851+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.704229+0000 mon.a (mon.0) 3958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.705420+0000 mon.a (mon.0) 3959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.712069+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.712651+0000 mgr.y (mgr.34107) 977 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.790714+0000 mon.a (mon.0) 3961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.794764+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.799225+0000 mon.a (mon.0) 3963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.801544+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.809512+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.810089+0000 mgr.y (mgr.34107) 978 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.889402+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.891863+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.894267+0000 mon.a (mon.0) 3968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.895528+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.906851+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.699 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:00.907748+0000 mgr.y (mgr.34107) 979 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.985595+0000 mon.a (mon.0) 3971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.988353+0000 mon.a (mon.0) 3972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.991003+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.992029+0000 mon.a (mon.0) 3974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:00.999723+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: cephadm 2023-12-05T13:31:01.000384+0000 mgr.y (mgr.34107) 980 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.016437+0000 mgr.y (mgr.34107) 981 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.077613+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.081952+0000 mon.a (mon.0) 3977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.085759+0000 mon.a (mon.0) 3978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.087369+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.095828+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.174683+0000 mon.a (mon.0) 3981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.179172+0000 mon.a (mon.0) 3982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:01.700 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.183731+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:01.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.185001+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:01.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.193012+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.244726+0000 mon.a (mon.0) 3986 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.252028+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:01.701 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:01 smithi045 bash[81379]: audit 2023-12-05T13:31:01.259385+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:02.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: cluster 2023-12-05T13:31:01.038875+0000 mgr.y (mgr.34107) 982 : cluster 0 pgmap v169: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:02.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: cephadm 2023-12-05T13:31:01.096506+0000 mgr.y (mgr.34107) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:02.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: cephadm 2023-12-05T13:31:01.193639+0000 mgr.y (mgr.34107) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: audit 2023-12-05T13:31:01.277816+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: audit 2023-12-05T13:31:01.279962+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: audit 2023-12-05T13:31:01.281558+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: audit 2023-12-05T13:31:01.282691+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: audit 2023-12-05T13:31:01.284150+0000 mon.a (mon.0) 3993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:31:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: audit 2023-12-05T13:31:01.284311+0000 mgr.y (mgr.34107) 985 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:31:02.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:02 smithi079 bash[66795]: cephadm 2023-12-05T13:31:01.285211+0000 mgr.y (mgr.34107) 986 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T13:31:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: cluster 2023-12-05T13:31:01.038875+0000 mgr.y (mgr.34107) 982 : cluster 0 pgmap v169: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: cephadm 2023-12-05T13:31:01.096506+0000 mgr.y (mgr.34107) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: cephadm 2023-12-05T13:31:01.193639+0000 mgr.y (mgr.34107) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: audit 2023-12-05T13:31:01.277816+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: audit 2023-12-05T13:31:01.279962+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: audit 2023-12-05T13:31:01.281558+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: audit 2023-12-05T13:31:01.282691+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: audit 2023-12-05T13:31:01.284150+0000 mon.a (mon.0) 3993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:31:02.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: audit 2023-12-05T13:31:01.284311+0000 mgr.y (mgr.34107) 985 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:31:02.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[78714]: cephadm 2023-12-05T13:31:01.285211+0000 mgr.y (mgr.34107) 986 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T13:31:02.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: cluster 2023-12-05T13:31:01.038875+0000 mgr.y (mgr.34107) 982 : cluster 0 pgmap v169: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:02.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: cephadm 2023-12-05T13:31:01.096506+0000 mgr.y (mgr.34107) 983 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:02.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: cephadm 2023-12-05T13:31:01.193639+0000 mgr.y (mgr.34107) 984 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:02.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: audit 2023-12-05T13:31:01.277816+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:02.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: audit 2023-12-05T13:31:01.279962+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: audit 2023-12-05T13:31:01.281558+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: audit 2023-12-05T13:31:01.282691+0000 mon.a (mon.0) 3992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:02.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: audit 2023-12-05T13:31:01.284150+0000 mon.a (mon.0) 3993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:31:02.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: audit 2023-12-05T13:31:01.284311+0000 mgr.y (mgr.34107) 985 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T13:31:02.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:02 smithi045 bash[81379]: cephadm 2023-12-05T13:31:01.285211+0000 mgr.y (mgr.34107) 986 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T13:31:03.019 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:31:03.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:03 smithi079 bash[66795]: audit 2023-12-05T13:31:02.998488+0000 mgr.y (mgr.34107) 987 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:03.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:03 smithi045 bash[78714]: audit 2023-12-05T13:31:02.998488+0000 mgr.y (mgr.34107) 987 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:03.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:03 smithi045 bash[81379]: audit 2023-12-05T13:31:02.998488+0000 mgr.y (mgr.34107) 987 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:03.803 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 7s ago 20m - - 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 2s ago 20m - - 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (7m) 7s ago 13m 16.5M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (6m) 2s ago 13m 43.6M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (5m) 7s ago 11m 48.7M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (5m) 2s ago 20m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (5m) 7s ago 22m 510M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (4m) 7s ago 22m 66.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (4m) 2s ago 20m 48.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (4m) 7s ago 20m 55.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (7m) 7s ago 14m 12.7M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:31:03.804 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (6m) 2s ago 14m 12.0M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (2m) 7s ago 19m 54.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (2m) 7s ago 18m 54.6M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (83s) 7s ago 18m 49.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (41s) 7s ago 17m 49.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 3d893b67e219 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (17m) 2s ago 17m 67.0M 4096M 17.2.0 e1d6a67b021e 2a1982c2aa29 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (16m) 2s ago 16m 65.6M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (15m) 2s ago 15m 62.2M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (15m) 2s ago 15m 66.0M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (5m) 2s ago 14m 63.8M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (11m) 7s ago 11m 89.4M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (11m) 2s ago 11m 88.8M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (11m) 7s ago 11m 88.4M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:31:03.805 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (11m) 2s ago 11m 88.6M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:31:04.249 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:04.250 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:31:04.250 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-05T13:31:04.250 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 9 2023-12-05T13:31:04.250 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:31:04.250 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:31:04.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:04 smithi079 bash[66795]: cluster 2023-12-05T13:31:03.039699+0000 mgr.y (mgr.34107) 988 : cluster 0 pgmap v170: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:04.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:04 smithi079 bash[66795]: audit 2023-12-05T13:31:03.388736+0000 mgr.y (mgr.34107) 989 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:04.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:04 smithi079 bash[66795]: audit 2023-12-05T13:31:03.775797+0000 mgr.y (mgr.34107) 990 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:04.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:04 smithi079 bash[66795]: audit 2023-12-05T13:31:04.246042+0000 mon.a (mon.0) 3994 : audit 0 from='client.? 172.21.15.45:0/1258790210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:04.641 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:31:04.641 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "9/23 daemons upgraded", 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:31:04.642 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:31:04.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[78714]: cluster 2023-12-05T13:31:03.039699+0000 mgr.y (mgr.34107) 988 : cluster 0 pgmap v170: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:04.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[78714]: audit 2023-12-05T13:31:03.388736+0000 mgr.y (mgr.34107) 989 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:04.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[78714]: audit 2023-12-05T13:31:03.775797+0000 mgr.y (mgr.34107) 990 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:04.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[78714]: audit 2023-12-05T13:31:04.246042+0000 mon.a (mon.0) 3994 : audit 0 from='client.? 172.21.15.45:0/1258790210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:04.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[81379]: cluster 2023-12-05T13:31:03.039699+0000 mgr.y (mgr.34107) 988 : cluster 0 pgmap v170: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:04.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[81379]: audit 2023-12-05T13:31:03.388736+0000 mgr.y (mgr.34107) 989 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:04.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[81379]: audit 2023-12-05T13:31:03.775797+0000 mgr.y (mgr.34107) 990 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:04.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:04 smithi045 bash[81379]: audit 2023-12-05T13:31:04.246042+0000 mon.a (mon.0) 3994 : audit 0 from='client.? 172.21.15.45:0/1258790210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:05.109 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded 2023-12-05T13:31:05.109 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T13:31:05.109 INFO:teuthology.orchestra.run.smithi045.stdout: osd.4 (root=default,host=smithi079) is down 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.5 is active+undersized+degraded, acting [7,0] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.6 is active+undersized+degraded, acting [1,6] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.b is active+undersized+degraded, acting [2,5] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2023-12-05T13:31:05.110 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2023-12-05T13:31:05.111 INFO:teuthology.orchestra.run.smithi045.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2023-12-05T13:31:05.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:05 smithi079 bash[73926]: debug 2023-12-05T13:31:05.333+0000 7f6604604700 1 -- 172.21.15.79:0/4236953374 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562863ab11e0 con 0x562863b36800 2023-12-05T13:31:05.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:05 smithi079 bash[66795]: cluster 2023-12-05T13:31:04.523784+0000 mon.a (mon.0) 3995 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:05.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:05 smithi079 bash[66795]: audit 2023-12-05T13:31:04.638747+0000 mgr.y (mgr.34107) 991 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:05.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:05 smithi079 bash[66795]: audit 2023-12-05T13:31:04.852535+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:05.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:05 smithi079 bash[66795]: audit 2023-12-05T13:31:04.854276+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:05.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:05 smithi079 bash[66795]: audit 2023-12-05T13:31:05.107011+0000 mon.a (mon.0) 3998 : audit 0 from='client.? 172.21.15.45:0/1875139995' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:31:05.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[78714]: cluster 2023-12-05T13:31:04.523784+0000 mon.a (mon.0) 3995 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:05.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[78714]: audit 2023-12-05T13:31:04.638747+0000 mgr.y (mgr.34107) 991 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:05.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[78714]: audit 2023-12-05T13:31:04.852535+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:05.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[78714]: audit 2023-12-05T13:31:04.854276+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:05.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[78714]: audit 2023-12-05T13:31:05.107011+0000 mon.a (mon.0) 3998 : audit 0 from='client.? 172.21.15.45:0/1875139995' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:31:05.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[81379]: cluster 2023-12-05T13:31:04.523784+0000 mon.a (mon.0) 3995 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:05.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[81379]: audit 2023-12-05T13:31:04.638747+0000 mgr.y (mgr.34107) 991 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:05.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[81379]: audit 2023-12-05T13:31:04.852535+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:05.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[81379]: audit 2023-12-05T13:31:04.854276+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:05.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:05 smithi045 bash[81379]: audit 2023-12-05T13:31:05.107011+0000 mon.a (mon.0) 3998 : audit 0 from='client.? 172.21.15.45:0/1875139995' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:31:06.234 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:05 smithi079 bash[73926]: debug 2023-12-05T13:31:05.881+0000 7f660d78a640 -1 Falling back to public interface 2023-12-05T13:31:06.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:06 smithi079 bash[66795]: cluster 2023-12-05T13:31:05.041043+0000 mgr.y (mgr.34107) 992 : cluster 0 pgmap v171: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:06.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:06 smithi079 bash[66795]: audit 2023-12-05T13:31:06.614430+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:31:06.977 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:06 smithi079 bash[66795]: audit 2023-12-05T13:31:06.616249+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:06 smithi045 bash[78714]: cluster 2023-12-05T13:31:05.041043+0000 mgr.y (mgr.34107) 992 : cluster 0 pgmap v171: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:06 smithi045 bash[78714]: audit 2023-12-05T13:31:06.614430+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:31:07.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:06 smithi045 bash[78714]: audit 2023-12-05T13:31:06.616249+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:06 smithi045 bash[81379]: cluster 2023-12-05T13:31:05.041043+0000 mgr.y (mgr.34107) 992 : cluster 0 pgmap v171: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:06 smithi045 bash[81379]: audit 2023-12-05T13:31:06.614430+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:31:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:06 smithi045 bash[81379]: audit 2023-12-05T13:31:06.616249+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:07 smithi045 bash[78714]: cephadm 2023-12-05T13:31:06.611668+0000 mgr.y (mgr.34107) 993 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T13:31:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:07 smithi045 bash[78714]: cephadm 2023-12-05T13:31:06.622007+0000 mgr.y (mgr.34107) 994 : cephadm 1 Deploying daemon osd.4 on smithi079 2023-12-05T13:31:08.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:07 smithi045 bash[81379]: cephadm 2023-12-05T13:31:06.611668+0000 mgr.y (mgr.34107) 993 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T13:31:08.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:07 smithi045 bash[81379]: cephadm 2023-12-05T13:31:06.622007+0000 mgr.y (mgr.34107) 994 : cephadm 1 Deploying daemon osd.4 on smithi079 2023-12-05T13:31:08.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:07 smithi079 bash[66795]: cephadm 2023-12-05T13:31:06.611668+0000 mgr.y (mgr.34107) 993 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T13:31:08.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:07 smithi079 bash[66795]: cephadm 2023-12-05T13:31:06.622007+0000 mgr.y (mgr.34107) 994 : cephadm 1 Deploying daemon osd.4 on smithi079 2023-12-05T13:31:08.948 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:08 smithi079 bash[66795]: cluster 2023-12-05T13:31:07.042754+0000 mgr.y (mgr.34107) 995 : cluster 0 pgmap v172: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:08.948 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:08 smithi079 bash[66795]: audit 2023-12-05T13:31:08.274867+0000 mon.a (mon.0) 4001 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:08.948 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:08 smithi079 bash[66795]: audit 2023-12-05T13:31:08.285330+0000 mon.a (mon.0) 4002 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:08.948 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:08 smithi079 bash[66795]: audit 2023-12-05T13:31:08.294741+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:09.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[78714]: cluster 2023-12-05T13:31:07.042754+0000 mgr.y (mgr.34107) 995 : cluster 0 pgmap v172: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:09.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[78714]: audit 2023-12-05T13:31:08.274867+0000 mon.a (mon.0) 4001 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:09.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[78714]: audit 2023-12-05T13:31:08.285330+0000 mon.a (mon.0) 4002 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:09.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[78714]: audit 2023-12-05T13:31:08.294741+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[81379]: cluster 2023-12-05T13:31:07.042754+0000 mgr.y (mgr.34107) 995 : cluster 0 pgmap v172: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[81379]: audit 2023-12-05T13:31:08.274867+0000 mon.a (mon.0) 4001 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[81379]: audit 2023-12-05T13:31:08.285330+0000 mon.a (mon.0) 4002 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:08 smithi045 bash[81379]: audit 2023-12-05T13:31:08.294741+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:09.291 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:08 smithi079 bash[73926]: debug 2023-12-05T13:31:08.941+0000 7f660d78a640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-05T13:31:09.291 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:09 smithi079 bash[73926]: debug 2023-12-05T13:31:08.997+0000 7f660d78a640 -1 osd.4 125 log_to_monitors true 2023-12-05T13:31:09.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:31:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:31:09] "GET /metrics HTTP/1.1" 200 38479 "" "Prometheus/2.33.4" 2023-12-05T13:31:10.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:09 smithi045 bash[78714]: audit 2023-12-05T13:31:09.007316+0000 mon.a (mon.0) 4004 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:10.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:09 smithi045 bash[78714]: audit 2023-12-05T13:31:09.009624+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:10.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:09 smithi045 bash[81379]: audit 2023-12-05T13:31:09.007316+0000 mon.a (mon.0) 4004 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:10.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:09 smithi045 bash[81379]: audit 2023-12-05T13:31:09.009624+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:10.223 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:09 smithi079 bash[73926]: debug 2023-12-05T13:31:09.925+0000 7f65febfb700 -1 osd.4 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:31:10.224 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:09 smithi079 bash[66795]: audit 2023-12-05T13:31:09.007316+0000 mon.a (mon.0) 4004 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:10.224 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:09 smithi079 bash[66795]: audit 2023-12-05T13:31:09.009624+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:11.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: cluster 2023-12-05T13:31:09.044197+0000 mgr.y (mgr.34107) 996 : cluster 0 pgmap v173: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:11.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: audit 2023-12-05T13:31:09.875045+0000 mon.a (mon.0) 4005 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:31:11.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: cluster 2023-12-05T13:31:09.879762+0000 mon.a (mon.0) 4006 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-05T13:31:11.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: cluster 2023-12-05T13:31:09.880585+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T13:31:11.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: audit 2023-12-05T13:31:09.884756+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:11.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: audit 2023-12-05T13:31:09.893228+0000 mon.a (mon.0) 4007 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:11.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: cluster 2023-12-05T13:31:09.957944+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T13:31:11.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:10 smithi079 bash[66795]: audit 2023-12-05T13:31:10.132531+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: cluster 2023-12-05T13:31:09.044197+0000 mgr.y (mgr.34107) 996 : cluster 0 pgmap v173: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: audit 2023-12-05T13:31:09.875045+0000 mon.a (mon.0) 4005 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:31:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: cluster 2023-12-05T13:31:09.879762+0000 mon.a (mon.0) 4006 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: cluster 2023-12-05T13:31:09.880585+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: audit 2023-12-05T13:31:09.884756+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: audit 2023-12-05T13:31:09.893228+0000 mon.a (mon.0) 4007 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: cluster 2023-12-05T13:31:09.957944+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[78714]: audit 2023-12-05T13:31:10.132531+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: cluster 2023-12-05T13:31:09.044197+0000 mgr.y (mgr.34107) 996 : cluster 0 pgmap v173: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 182 MiB used, 715 GiB / 715 GiB avail; 106/630 objects degraded (16.825%) 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: audit 2023-12-05T13:31:09.875045+0000 mon.a (mon.0) 4005 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: cluster 2023-12-05T13:31:09.879762+0000 mon.a (mon.0) 4006 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: cluster 2023-12-05T13:31:09.880585+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: audit 2023-12-05T13:31:09.884756+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: audit 2023-12-05T13:31:09.893228+0000 mon.a (mon.0) 4007 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: cluster 2023-12-05T13:31:09.957944+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T13:31:11.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:10 smithi045 bash[81379]: audit 2023-12-05T13:31:10.132531+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:11.882 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:11 smithi079 systemd[1]: Stopping Ceph osd.4 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:31:12.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: cluster 2023-12-05T13:31:10.884933+0000 mon.a (mon.0) 4009 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:31:12.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: cluster 2023-12-05T13:31:10.891503+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: cluster 2023-12-05T13:31:10.894144+0000 mon.a (mon.0) 4010 : cluster 1 osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469] boot 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: cluster 2023-12-05T13:31:10.894216+0000 mon.a (mon.0) 4011 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: cluster 2023-12-05T13:31:10.896604+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: cluster 2023-12-05T13:31:10.896858+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: audit 2023-12-05T13:31:10.899589+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: audit 2023-12-05T13:31:11.024644+0000 mgr.y (mgr.34107) 997 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: audit 2023-12-05T13:31:11.077581+0000 mon.a (mon.0) 4013 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: audit 2023-12-05T13:31:11.088834+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[78714]: audit 2023-12-05T13:31:11.097611+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: cluster 2023-12-05T13:31:10.884933+0000 mon.a (mon.0) 4009 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: cluster 2023-12-05T13:31:10.891503+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: cluster 2023-12-05T13:31:10.894144+0000 mon.a (mon.0) 4010 : cluster 1 osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469] boot 2023-12-05T13:31:12.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: cluster 2023-12-05T13:31:10.894216+0000 mon.a (mon.0) 4011 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-05T13:31:12.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: cluster 2023-12-05T13:31:10.896604+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: cluster 2023-12-05T13:31:10.896858+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: audit 2023-12-05T13:31:10.899589+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:31:12.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: audit 2023-12-05T13:31:11.024644+0000 mgr.y (mgr.34107) 997 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:12.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: audit 2023-12-05T13:31:11.077581+0000 mon.a (mon.0) 4013 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: audit 2023-12-05T13:31:11.088834+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:11 smithi045 bash[81379]: audit 2023-12-05T13:31:11.097611+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.291 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[73926]: debug 2023-12-05T13:31:11.953+0000 7f6603e03700 -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-05T13:31:12.291 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[73926]: debug 2023-12-05T13:31:11.953+0000 7f6603e03700 -1 osd.4 130 *** Got signal Terminated *** 2023-12-05T13:31:12.291 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[73926]: debug 2023-12-05T13:31:11.953+0000 7f6603e03700 -1 osd.4 130 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: cluster 2023-12-05T13:31:10.884933+0000 mon.a (mon.0) 4009 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: cluster 2023-12-05T13:31:10.891503+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: cluster 2023-12-05T13:31:10.894144+0000 mon.a (mon.0) 4010 : cluster 1 osd.4 [v2:172.21.15.79:6800/2666660469,v1:172.21.15.79:6801/2666660469] boot 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: cluster 2023-12-05T13:31:10.894216+0000 mon.a (mon.0) 4011 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: cluster 2023-12-05T13:31:10.896604+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: cluster 2023-12-05T13:31:10.896858+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: audit 2023-12-05T13:31:10.899589+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: audit 2023-12-05T13:31:11.024644+0000 mgr.y (mgr.34107) 997 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: audit 2023-12-05T13:31:11.077581+0000 mon.a (mon.0) 4013 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: audit 2023-12-05T13:31:11.088834+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:12.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:11 smithi079 bash[66795]: audit 2023-12-05T13:31:11.097611+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:13.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.045330+0000 mgr.y (mgr.34107) 998 : cluster 0 pgmap v176: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:13.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.892845+0000 mon.a (mon.0) 4016 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-05T13:31:13.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.893236+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.894884+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.895096+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.897446+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.897676+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.897737+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.901094+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.902645+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.903772+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.905008+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.905850+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[78714]: cluster 2023-12-05T13:31:11.958224+0000 mon.a (mon.0) 4017 : cluster 1 osd.4 marked itself down and dead 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.045330+0000 mgr.y (mgr.34107) 998 : cluster 0 pgmap v176: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.892845+0000 mon.a (mon.0) 4016 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-05T13:31:13.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.893236+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.894884+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.895096+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.897446+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.897676+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.897737+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.901094+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.902645+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.903772+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.905008+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.905850+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:12 smithi045 bash[81379]: cluster 2023-12-05T13:31:11.958224+0000 mon.a (mon.0) 4017 : cluster 1 osd.4 marked itself down and dead 2023-12-05T13:31:13.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.045330+0000 mgr.y (mgr.34107) 998 : cluster 0 pgmap v176: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:13.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.892845+0000 mon.a (mon.0) 4016 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-05T13:31:13.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.893236+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.894884+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.895096+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.897446+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.897676+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.897737+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.901094+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.902645+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.903772+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.905008+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.905850+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T13:31:13.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:12 smithi079 bash[66795]: cluster 2023-12-05T13:31:11.958224+0000 mon.a (mon.0) 4017 : cluster 1 osd.4 marked itself down and dead 2023-12-05T13:31:14.191 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:13 smithi079 bash[75340]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-4 2023-12-05T13:31:14.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:13 smithi079 bash[66795]: cluster 2023-12-05T13:31:12.900227+0000 mon.a (mon.0) 4018 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:31:14.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:13 smithi079 bash[66795]: cluster 2023-12-05T13:31:12.905949+0000 mon.a (mon.0) 4019 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-05T13:31:14.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:13 smithi079 bash[66795]: cluster 2023-12-05T13:31:12.906456+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T13:31:14.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:13 smithi079 bash[66795]: cluster 2023-12-05T13:31:12.911932+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T13:31:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[78714]: cluster 2023-12-05T13:31:12.900227+0000 mon.a (mon.0) 4018 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:31:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[78714]: cluster 2023-12-05T13:31:12.905949+0000 mon.a (mon.0) 4019 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-05T13:31:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[78714]: cluster 2023-12-05T13:31:12.906456+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T13:31:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[78714]: cluster 2023-12-05T13:31:12.911932+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T13:31:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[81379]: cluster 2023-12-05T13:31:12.900227+0000 mon.a (mon.0) 4018 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:31:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[81379]: cluster 2023-12-05T13:31:12.905949+0000 mon.a (mon.0) 4019 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-05T13:31:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[81379]: cluster 2023-12-05T13:31:12.906456+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T13:31:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:13 smithi045 bash[81379]: cluster 2023-12-05T13:31:12.911932+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T13:31:14.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[75418]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-4 2023-12-05T13:31:15.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.046495+0000 mgr.y (mgr.34107) 999 : cluster 0 pgmap v179: 161 pgs: 7 peering, 23 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 96/630 objects degraded (15.238%) 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.902892+0000 mon.a (mon.0) 4020 : cluster 3 Health check update: Degraded data redundancy: 96/630 objects degraded (15.238%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.908194+0000 mon.a (mon.0) 4021 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.908952+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.913726+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.913781+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.918323+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.918925+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[78714]: cluster 2023-12-05T13:31:13.922231+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.046495+0000 mgr.y (mgr.34107) 999 : cluster 0 pgmap v179: 161 pgs: 7 peering, 23 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 96/630 objects degraded (15.238%) 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.902892+0000 mon.a (mon.0) 4020 : cluster 3 Health check update: Degraded data redundancy: 96/630 objects degraded (15.238%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:15.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.908194+0000 mon.a (mon.0) 4021 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-05T13:31:15.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.908952+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.913726+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.913781+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.918323+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.918925+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:14 smithi045 bash[81379]: cluster 2023-12-05T13:31:13.922231+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.046495+0000 mgr.y (mgr.34107) 999 : cluster 0 pgmap v179: 161 pgs: 7 peering, 23 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 96/630 objects degraded (15.238%) 2023-12-05T13:31:15.206 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.902892+0000 mon.a (mon.0) 4020 : cluster 3 Health check update: Degraded data redundancy: 96/630 objects degraded (15.238%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:15.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.908194+0000 mon.a (mon.0) 4021 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-05T13:31:15.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.908952+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.913726+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.913781+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.918323+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.918925+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:15.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:14 smithi079 bash[66795]: cluster 2023-12-05T13:31:13.922231+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T13:31:16.579 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:16 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-05T13:31:16.579 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:16 smithi079 systemd[1]: Stopped Ceph osd.4 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:31:16.903 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:16 smithi079 systemd[1]: Started Ceph osd.4 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:31:16.903 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: cluster 2023-12-05T13:31:15.047768+0000 mgr.y (mgr.34107) 1000 : cluster 0 pgmap v181: 161 pgs: 16 peering, 18 active+undersized+degraded, 29 active+undersized, 98 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 72/630 objects degraded (11.429%) 2023-12-05T13:31:16.903 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.481647+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:16.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.488871+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:16.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.496760+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:16.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.629624+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:16.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.639285+0000 mon.a (mon.0) 4026 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:16.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.673004+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:16.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.675063+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:16.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.684655+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.768762+0000 mon.a (mon.0) 4030 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:17.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.771764+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:17.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.776132+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.777709+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.785319+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.865066+0000 mon.a (mon.0) 4035 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.867618+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.871423+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.872453+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[81379]: audit 2023-12-05T13:31:16.880483+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: cluster 2023-12-05T13:31:15.047768+0000 mgr.y (mgr.34107) 1000 : cluster 0 pgmap v181: 161 pgs: 16 peering, 18 active+undersized+degraded, 29 active+undersized, 98 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 72/630 objects degraded (11.429%) 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.481647+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.488871+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.496760+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.629624+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.639285+0000 mon.a (mon.0) 4026 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.673004+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.675063+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.684655+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.768762+0000 mon.a (mon.0) 4030 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.771764+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.776132+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.777709+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.785319+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.865066+0000 mon.a (mon.0) 4035 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.867618+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.871423+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.872453+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:16 smithi045 bash[78714]: audit 2023-12-05T13:31:16.880483+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: cluster 2023-12-05T13:31:15.047768+0000 mgr.y (mgr.34107) 1000 : cluster 0 pgmap v181: 161 pgs: 16 peering, 18 active+undersized+degraded, 29 active+undersized, 98 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 72/630 objects degraded (11.429%) 2023-12-05T13:31:17.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.481647+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.488871+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.496760+0000 mon.a (mon.0) 4024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.629624+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.639285+0000 mon.a (mon.0) 4026 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.673004+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.675063+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.684655+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.768762+0000 mon.a (mon.0) 4030 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.771764+0000 mon.a (mon.0) 4031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.776132+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.777709+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.785319+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.865066+0000 mon.a (mon.0) 4035 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.867618+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.871423+0000 mon.a (mon.0) 4037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.872453+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:17.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:16 smithi079 bash[66795]: audit 2023-12-05T13:31:16.880483+0000 mon.a (mon.0) 4039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: cephadm 2023-12-05T13:31:16.685406+0000 mgr.y (mgr.34107) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: cephadm 2023-12-05T13:31:16.785991+0000 mgr.y (mgr.34107) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: cephadm 2023-12-05T13:31:16.881111+0000 mgr.y (mgr.34107) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:16.960491+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:16.962803+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:16.965331+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:16.967414+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:16.974932+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: cephadm 2023-12-05T13:31:16.975515+0000 mgr.y (mgr.34107) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.165 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.053063+0000 mon.a (mon.0) 4045 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.056278+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.060429+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.061779+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.069123+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.147585+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.151919+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.156000+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.157671+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.167342+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.246101+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.249960+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.166 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.252971+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.253972+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.260132+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.344149+0000 mon.a (mon.0) 4060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.348826+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.353625+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.355382+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.363810+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.447442+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.450003+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.453117+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.453959+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.459749+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.538003+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.167 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.540769+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.543644+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.544672+0000 mon.a (mon.0) 4073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.552493+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.635771+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.638911+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.643351+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.644600+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.652547+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.734415+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.737282+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.168 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.741040+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.169 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.742542+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.169 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.751222+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.169 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.829355+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.169 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.832735+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.169 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.836982+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.169 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.838338+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.169 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:17 smithi079 bash[66795]: audit 2023-12-05T13:31:17.847158+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: cephadm 2023-12-05T13:31:16.685406+0000 mgr.y (mgr.34107) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: cephadm 2023-12-05T13:31:16.785991+0000 mgr.y (mgr.34107) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: cephadm 2023-12-05T13:31:16.881111+0000 mgr.y (mgr.34107) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:16.960491+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:16.962803+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:16.965331+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:16.967414+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:16.974932+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: cephadm 2023-12-05T13:31:16.975515+0000 mgr.y (mgr.34107) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.053063+0000 mon.a (mon.0) 4045 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.056278+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.060429+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.061779+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.069123+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.147585+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.151919+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.156000+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.157671+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.167342+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.246101+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.249960+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.252971+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.253972+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.260132+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.344149+0000 mon.a (mon.0) 4060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.348826+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.353625+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.355382+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.363810+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.447442+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.450003+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.453117+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.453959+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.459749+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.538003+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.540769+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.543644+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.544672+0000 mon.a (mon.0) 4073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.552493+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: cephadm 2023-12-05T13:31:16.685406+0000 mgr.y (mgr.34107) 1001 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: cephadm 2023-12-05T13:31:16.785991+0000 mgr.y (mgr.34107) 1002 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: cephadm 2023-12-05T13:31:16.881111+0000 mgr.y (mgr.34107) 1003 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:16.960491+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:16.962803+0000 mon.a (mon.0) 4041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:16.965331+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:16.967414+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:16.974932+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: cephadm 2023-12-05T13:31:16.975515+0000 mgr.y (mgr.34107) 1004 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:18.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.053063+0000 mon.a (mon.0) 4045 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.056278+0000 mon.a (mon.0) 4046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.060429+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.061779+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.069123+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.147585+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.151919+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.156000+0000 mon.a (mon.0) 4052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.157671+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.167342+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.246101+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.635771+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.638911+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.643351+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.644600+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.652547+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.734415+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.737282+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.741040+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.742542+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.751222+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.829355+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.832735+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.836982+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.838338+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[78714]: audit 2023-12-05T13:31:17.847158+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.249960+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.252971+0000 mon.a (mon.0) 4057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.253972+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.260132+0000 mon.a (mon.0) 4059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.344149+0000 mon.a (mon.0) 4060 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.348826+0000 mon.a (mon.0) 4061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.353625+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.355382+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.363810+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.447442+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.450003+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.453117+0000 mon.a (mon.0) 4067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.453959+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.459749+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.538003+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.540769+0000 mon.a (mon.0) 4071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.543644+0000 mon.a (mon.0) 4072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.544672+0000 mon.a (mon.0) 4073 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.552493+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.635771+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.638911+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.643351+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.644600+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.652547+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.734415+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.737282+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.741040+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.742542+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.751222+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.829355+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.832735+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.836982+0000 mon.a (mon.0) 4087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.838338+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:18.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:17 smithi045 bash[81379]: audit 2023-12-05T13:31:17.847158+0000 mon.a (mon.0) 4089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.041 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[75588]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-05T13:31:19.041 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[75588]: 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-05T13:31:19.041 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[75588]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-05T13:31:19.041 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[75588]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-05T13:31:19.042 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[75588]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-05T13:31:19.042 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[75588]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-05T13:31:19.042 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[75588]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-05T13:31:19.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cluster 2023-12-05T13:31:17.049357+0000 mgr.y (mgr.34107) 1005 : cluster 0 pgmap v182: 161 pgs: 9 peering, 21 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-05T13:31:19.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.069779+0000 mgr.y (mgr.34107) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.168112+0000 mgr.y (mgr.34107) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.260988+0000 mgr.y (mgr.34107) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.364648+0000 mgr.y (mgr.34107) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.460499+0000 mgr.y (mgr.34107) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.553158+0000 mgr.y (mgr.34107) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.653295+0000 mgr.y (mgr.34107) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.752015+0000 mgr.y (mgr.34107) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.847848+0000 mgr.y (mgr.34107) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:17.922707+0000 mon.a (mon.0) 4090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:17.925043+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:17.927454+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:17.928476+0000 mon.a (mon.0) 4093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:17.935122+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: cephadm 2023-12-05T13:31:17.935865+0000 mgr.y (mgr.34107) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.016806+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.019711+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.022989+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.024278+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.030794+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.112273+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.116244+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.119241+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.120552+0000 mon.a (mon.0) 4103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.128283+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.206878+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.209409+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.211708+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.212817+0000 mon.a (mon.0) 4108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.221714+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.299425+0000 mon.a (mon.0) 4110 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.302541+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.306413+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.307668+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.315895+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.396902+0000 mon.a (mon.0) 4115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.399641+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.402525+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.403627+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.410911+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.493217+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.496439+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.500282+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.501242+0000 mon.a (mon.0) 4123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.507215+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.581223+0000 mon.a (mon.0) 4125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.583289+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.585628+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.586503+0000 mon.a (mon.0) 4128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.592057+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.673418+0000 mon.a (mon.0) 4130 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.675322+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.677923+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.678713+0000 mon.a (mon.0) 4133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.684323+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.762233+0000 mon.a (mon.0) 4135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.767139+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.771537+0000 mon.a (mon.0) 4137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.772986+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.780694+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.860761+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.863716+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.866546+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.867297+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:18 smithi079 bash[66795]: audit 2023-12-05T13:31:18.872713+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cluster 2023-12-05T13:31:17.049357+0000 mgr.y (mgr.34107) 1005 : cluster 0 pgmap v182: 161 pgs: 9 peering, 21 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-05T13:31:19.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.069779+0000 mgr.y (mgr.34107) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.168112+0000 mgr.y (mgr.34107) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.260988+0000 mgr.y (mgr.34107) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.364648+0000 mgr.y (mgr.34107) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.460499+0000 mgr.y (mgr.34107) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.553158+0000 mgr.y (mgr.34107) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.653295+0000 mgr.y (mgr.34107) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.752015+0000 mgr.y (mgr.34107) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.847848+0000 mgr.y (mgr.34107) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:17.922707+0000 mon.a (mon.0) 4090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:17.925043+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:17.927454+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:17.928476+0000 mon.a (mon.0) 4093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:17.935122+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: cephadm 2023-12-05T13:31:17.935865+0000 mgr.y (mgr.34107) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.016806+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.019711+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.022989+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.024278+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cluster 2023-12-05T13:31:17.049357+0000 mgr.y (mgr.34107) 1005 : cluster 0 pgmap v182: 161 pgs: 9 peering, 21 active+undersized+degraded, 33 active+undersized, 98 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 81/630 objects degraded (12.857%) 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.069779+0000 mgr.y (mgr.34107) 1006 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.168112+0000 mgr.y (mgr.34107) 1007 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.260988+0000 mgr.y (mgr.34107) 1008 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.364648+0000 mgr.y (mgr.34107) 1009 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.460499+0000 mgr.y (mgr.34107) 1010 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.553158+0000 mgr.y (mgr.34107) 1011 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.653295+0000 mgr.y (mgr.34107) 1012 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.752015+0000 mgr.y (mgr.34107) 1013 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.847848+0000 mgr.y (mgr.34107) 1014 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:17.922707+0000 mon.a (mon.0) 4090 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:17.925043+0000 mon.a (mon.0) 4091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:17.927454+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:17.928476+0000 mon.a (mon.0) 4093 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:17.935122+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: cephadm 2023-12-05T13:31:17.935865+0000 mgr.y (mgr.34107) 1015 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.016806+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.019711+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.022989+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.024278+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.030794+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.112273+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.116244+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.119241+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.120552+0000 mon.a (mon.0) 4103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.128283+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.206878+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.209409+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.211708+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.212817+0000 mon.a (mon.0) 4108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.221714+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.299425+0000 mon.a (mon.0) 4110 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.302541+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.306413+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.307668+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.315895+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.396902+0000 mon.a (mon.0) 4115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.399641+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.402525+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.403627+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.030794+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.112273+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.116244+0000 mon.a (mon.0) 4101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.119241+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.120552+0000 mon.a (mon.0) 4103 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.128283+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.206878+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.209409+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.211708+0000 mon.a (mon.0) 4107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.212817+0000 mon.a (mon.0) 4108 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.221714+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.299425+0000 mon.a (mon.0) 4110 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.302541+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.306413+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.307668+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.315895+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.396902+0000 mon.a (mon.0) 4115 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.399641+0000 mon.a (mon.0) 4116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.402525+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.403627+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.410911+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.493217+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.496439+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.500282+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.501242+0000 mon.a (mon.0) 4123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.507215+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.581223+0000 mon.a (mon.0) 4125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.583289+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.585628+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.586503+0000 mon.a (mon.0) 4128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.592057+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.673418+0000 mon.a (mon.0) 4130 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.675322+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.677923+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.678713+0000 mon.a (mon.0) 4133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.684323+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.762233+0000 mon.a (mon.0) 4135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.767139+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.771537+0000 mon.a (mon.0) 4137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.772986+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.780694+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.860761+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.863716+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.866546+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.867297+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[81379]: audit 2023-12-05T13:31:18.872713+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.410911+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.493217+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.496439+0000 mon.a (mon.0) 4121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.500282+0000 mon.a (mon.0) 4122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.501242+0000 mon.a (mon.0) 4123 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.507215+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.581223+0000 mon.a (mon.0) 4125 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.583289+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.585628+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.586503+0000 mon.a (mon.0) 4128 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.592057+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.673418+0000 mon.a (mon.0) 4130 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.675322+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.677923+0000 mon.a (mon.0) 4132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.678713+0000 mon.a (mon.0) 4133 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.684323+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.762233+0000 mon.a (mon.0) 4135 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.767139+0000 mon.a (mon.0) 4136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.771537+0000 mon.a (mon.0) 4137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.772986+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.780694+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.860761+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.863716+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.866546+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.867297+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:19.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:18 smithi045 bash[78714]: audit 2023-12-05T13:31:18.872713+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:19.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:31:19] "GET /metrics HTTP/1.1" 200 38479 "" "Prometheus/2.33.4" 2023-12-05T13:31:20.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.031462+0000 mgr.y (mgr.34107) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.128851+0000 mgr.y (mgr.34107) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.222421+0000 mgr.y (mgr.34107) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.316855+0000 mgr.y (mgr.34107) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.411866+0000 mgr.y (mgr.34107) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.507641+0000 mgr.y (mgr.34107) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.592730+0000 mgr.y (mgr.34107) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.684824+0000 mgr.y (mgr.34107) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.781487+0000 mgr.y (mgr.34107) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.873264+0000 mgr.y (mgr.34107) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:18.960356+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:18.963662+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:18.966825+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:18.967865+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:18.976432+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cephadm 2023-12-05T13:31:18.977089+0000 mgr.y (mgr.34107) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.057091+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.059880+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.062734+0000 mon.a (mon.0) 4152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.063879+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.070693+0000 mon.a (mon.0) 4154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.151911+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.154768+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.158859+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.160257+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.168473+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.249781+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.252213+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.255042+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.255996+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.262790+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.347165+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.349274+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.352053+0000 mon.a (mon.0) 4167 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.353244+0000 mon.a (mon.0) 4168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.361361+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.440895+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.443390+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.447222+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.448128+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.457844+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: cluster 2023-12-05T13:31:19.529371+0000 mon.a (mon.0) 4175 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 21 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.536182+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.538328+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.544864+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.545737+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.551576+0000 mon.a (mon.0) 4180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.632671+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.635190+0000 mon.a (mon.0) 4182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.637422+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.638384+0000 mon.a (mon.0) 4184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.643804+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.727805+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.730249+0000 mon.a (mon.0) 4187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.732729+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.733576+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.740253+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.824209+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.826108+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.828234+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.829013+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.835244+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:19 smithi079 bash[66795]: audit 2023-12-05T13:31:19.846119+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:20.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.031462+0000 mgr.y (mgr.34107) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.128851+0000 mgr.y (mgr.34107) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.222421+0000 mgr.y (mgr.34107) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.316855+0000 mgr.y (mgr.34107) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.411866+0000 mgr.y (mgr.34107) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.507641+0000 mgr.y (mgr.34107) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.592730+0000 mgr.y (mgr.34107) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.684824+0000 mgr.y (mgr.34107) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.781487+0000 mgr.y (mgr.34107) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.873264+0000 mgr.y (mgr.34107) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:18.960356+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:18.963662+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:18.966825+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:18.967865+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:18.976432+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cephadm 2023-12-05T13:31:18.977089+0000 mgr.y (mgr.34107) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.057091+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.059880+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.062734+0000 mon.a (mon.0) 4152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.063879+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.070693+0000 mon.a (mon.0) 4154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.031462+0000 mgr.y (mgr.34107) 1016 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.128851+0000 mgr.y (mgr.34107) 1017 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.222421+0000 mgr.y (mgr.34107) 1018 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.316855+0000 mgr.y (mgr.34107) 1019 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.411866+0000 mgr.y (mgr.34107) 1020 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.507641+0000 mgr.y (mgr.34107) 1021 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.592730+0000 mgr.y (mgr.34107) 1022 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.684824+0000 mgr.y (mgr.34107) 1023 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.781487+0000 mgr.y (mgr.34107) 1024 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.873264+0000 mgr.y (mgr.34107) 1025 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:18.960356+0000 mon.a (mon.0) 4145 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:18.963662+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:18.966825+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:18.967865+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:18.976432+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cephadm 2023-12-05T13:31:18.977089+0000 mgr.y (mgr.34107) 1026 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.057091+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.059880+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.062734+0000 mon.a (mon.0) 4152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.063879+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.070693+0000 mon.a (mon.0) 4154 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.151911+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.154768+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.158859+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.160257+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.168473+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.249781+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.252213+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.255042+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.255996+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.262790+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.347165+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.349274+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.352053+0000 mon.a (mon.0) 4167 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.353244+0000 mon.a (mon.0) 4168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.361361+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.440895+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.443390+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.447222+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.448128+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.457844+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: cluster 2023-12-05T13:31:19.529371+0000 mon.a (mon.0) 4175 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 21 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.536182+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.538328+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.544864+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.545737+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.551576+0000 mon.a (mon.0) 4180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.632671+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.635190+0000 mon.a (mon.0) 4182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.637422+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.638384+0000 mon.a (mon.0) 4184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.643804+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.727805+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.730249+0000 mon.a (mon.0) 4187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.732729+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.733576+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.740253+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.824209+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.826108+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.828234+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.829013+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.835244+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[78714]: audit 2023-12-05T13:31:19.846119+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.151911+0000 mon.a (mon.0) 4155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.154768+0000 mon.a (mon.0) 4156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.158859+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.160257+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.168473+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.249781+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.252213+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.255042+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.255996+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.262790+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.347165+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.349274+0000 mon.a (mon.0) 4166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.352053+0000 mon.a (mon.0) 4167 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.353244+0000 mon.a (mon.0) 4168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.361361+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.440895+0000 mon.a (mon.0) 4170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.443390+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.447222+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.448128+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.457844+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: cluster 2023-12-05T13:31:19.529371+0000 mon.a (mon.0) 4175 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 21 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.536182+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.538328+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.544864+0000 mon.a (mon.0) 4178 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.545737+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.551576+0000 mon.a (mon.0) 4180 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.632671+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.635190+0000 mon.a (mon.0) 4182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.637422+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.638384+0000 mon.a (mon.0) 4184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.643804+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.727805+0000 mon.a (mon.0) 4186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.730249+0000 mon.a (mon.0) 4187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.732729+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.733576+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.740253+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.824209+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.826108+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.828234+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.829013+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.835244+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:19 smithi045 bash[81379]: audit 2023-12-05T13:31:19.846119+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:20.917 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cluster 2023-12-05T13:31:19.051060+0000 mgr.y (mgr.34107) 1027 : cluster 0 pgmap v183: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 715 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.071382+0000 mgr.y (mgr.34107) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.169133+0000 mgr.y (mgr.34107) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.263575+0000 mgr.y (mgr.34107) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.362227+0000 mgr.y (mgr.34107) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.458606+0000 mgr.y (mgr.34107) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.552309+0000 mgr.y (mgr.34107) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.644841+0000 mgr.y (mgr.34107) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.741024+0000 mgr.y (mgr.34107) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.836041+0000 mgr.y (mgr.34107) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:19.955468+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:19.973421+0000 mon.a (mon.0) 4198 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:19.979398+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:19.980702+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:19.986826+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.918 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: cephadm 2023-12-05T13:31:19.987450+0000 mgr.y (mgr.34107) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.070955+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.073949+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.077419+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.078568+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.085747+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.151785+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.154595+0000 mon.a (mon.0) 4208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.157653+0000 mon.a (mon.0) 4209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.158766+0000 mon.a (mon.0) 4210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.165264+0000 mon.a (mon.0) 4211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.242037+0000 mon.a (mon.0) 4212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.245447+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.249687+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.251053+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.259883+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.919 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.340430+0000 mon.a (mon.0) 4217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.342784+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.345762+0000 mon.a (mon.0) 4219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.346966+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.354152+0000 mon.a (mon.0) 4221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.417068+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.419097+0000 mon.a (mon.0) 4223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.421053+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.422489+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.428908+0000 mon.a (mon.0) 4226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.508864+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.511268+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.514106+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.515203+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.521951+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.920 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.599869+0000 mon.a (mon.0) 4232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.603210+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.606099+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.606952+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.614728+0000 mon.a (mon.0) 4236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.698917+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.700852+0000 mon.a (mon.0) 4238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.703027+0000 mon.a (mon.0) 4239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.703759+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.709327+0000 mon.a (mon.0) 4241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.788906+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.791329+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.794426+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.795874+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.803066+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.882266+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:20.921 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.886655+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:20.922 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.890158+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:20.922 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.891356+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:20.922 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:20 smithi079 bash[66795]: audit 2023-12-05T13:31:20.901317+0000 mon.a (mon.0) 4251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cluster 2023-12-05T13:31:19.051060+0000 mgr.y (mgr.34107) 1027 : cluster 0 pgmap v183: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 715 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.071382+0000 mgr.y (mgr.34107) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.169133+0000 mgr.y (mgr.34107) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.263575+0000 mgr.y (mgr.34107) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.362227+0000 mgr.y (mgr.34107) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.458606+0000 mgr.y (mgr.34107) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.552309+0000 mgr.y (mgr.34107) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.644841+0000 mgr.y (mgr.34107) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.741024+0000 mgr.y (mgr.34107) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.836041+0000 mgr.y (mgr.34107) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:19.955468+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.036 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:19.973421+0000 mon.a (mon.0) 4198 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:19.979398+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:19.980702+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:19.986826+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: cephadm 2023-12-05T13:31:19.987450+0000 mgr.y (mgr.34107) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.070955+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.073949+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.077419+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.078568+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cluster 2023-12-05T13:31:19.051060+0000 mgr.y (mgr.34107) 1027 : cluster 0 pgmap v183: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 715 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.071382+0000 mgr.y (mgr.34107) 1028 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.037 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.169133+0000 mgr.y (mgr.34107) 1029 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.263575+0000 mgr.y (mgr.34107) 1030 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.362227+0000 mgr.y (mgr.34107) 1031 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.458606+0000 mgr.y (mgr.34107) 1032 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.552309+0000 mgr.y (mgr.34107) 1033 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.644841+0000 mgr.y (mgr.34107) 1034 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.741024+0000 mgr.y (mgr.34107) 1035 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.836041+0000 mgr.y (mgr.34107) 1036 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:19.955468+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:19.973421+0000 mon.a (mon.0) 4198 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:19.979398+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:19.980702+0000 mon.a (mon.0) 4200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:19.986826+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: cephadm 2023-12-05T13:31:19.987450+0000 mgr.y (mgr.34107) 1037 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.070955+0000 mon.a (mon.0) 4202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.038 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.073949+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.077419+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.039 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.078568+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.039 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.085747+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.039 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.151785+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.039 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.154595+0000 mon.a (mon.0) 4208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.039 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.157653+0000 mon.a (mon.0) 4209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.158766+0000 mon.a (mon.0) 4210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.165264+0000 mon.a (mon.0) 4211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.242037+0000 mon.a (mon.0) 4212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.245447+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.249687+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.251053+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.259883+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.340430+0000 mon.a (mon.0) 4217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.342784+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.345762+0000 mon.a (mon.0) 4219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.040 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.346966+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.354152+0000 mon.a (mon.0) 4221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.417068+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.419097+0000 mon.a (mon.0) 4223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.421053+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.422489+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.428908+0000 mon.a (mon.0) 4226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.508864+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.511268+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.514106+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.515203+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.521951+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.599869+0000 mon.a (mon.0) 4232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.603210+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.606099+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.041 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.606952+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.614728+0000 mon.a (mon.0) 4236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.698917+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.700852+0000 mon.a (mon.0) 4238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.703027+0000 mon.a (mon.0) 4239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.703759+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.709327+0000 mon.a (mon.0) 4241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.788906+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.791329+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.794426+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.795874+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.803066+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.882266+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.886655+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.890158+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.042 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.891356+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.043 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[81379]: audit 2023-12-05T13:31:20.901317+0000 mon.a (mon.0) 4251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.085747+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.151785+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.154595+0000 mon.a (mon.0) 4208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.157653+0000 mon.a (mon.0) 4209 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.158766+0000 mon.a (mon.0) 4210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.165264+0000 mon.a (mon.0) 4211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.242037+0000 mon.a (mon.0) 4212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.245447+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.249687+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.251053+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.259883+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.340430+0000 mon.a (mon.0) 4217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.342784+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.345762+0000 mon.a (mon.0) 4219 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.346966+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.354152+0000 mon.a (mon.0) 4221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.417068+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.419097+0000 mon.a (mon.0) 4223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.421053+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.422489+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.044 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.428908+0000 mon.a (mon.0) 4226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.508864+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.511268+0000 mon.a (mon.0) 4228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.514106+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.515203+0000 mon.a (mon.0) 4230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.521951+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.599869+0000 mon.a (mon.0) 4232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.603210+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.606099+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.606952+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.614728+0000 mon.a (mon.0) 4236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.698917+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.700852+0000 mon.a (mon.0) 4238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.703027+0000 mon.a (mon.0) 4239 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.703759+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.045 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.709327+0000 mon.a (mon.0) 4241 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.788906+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.791329+0000 mon.a (mon.0) 4243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.794426+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.795874+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.803066+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.882266+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.886655+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.890158+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.891356+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:21.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:20 smithi045 bash[78714]: audit 2023-12-05T13:31:20.901317+0000 mon.a (mon.0) 4251 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.041 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[76035]: debug 2023-12-05T13:31:21.825+0000 7fa473f81700 1 -- 172.21.15.79:0/331787874 <== mon.0 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5593907451e0 con 0x5593907cb000 2023-12-05T13:31:22.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.086486+0000 mgr.y (mgr.34107) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.165907+0000 mgr.y (mgr.34107) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.260646+0000 mgr.y (mgr.34107) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.354728+0000 mgr.y (mgr.34107) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.429557+0000 mgr.y (mgr.34107) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.522489+0000 mgr.y (mgr.34107) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.615435+0000 mgr.y (mgr.34107) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.709867+0000 mgr.y (mgr.34107) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.803801+0000 mgr.y (mgr.34107) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.901961+0000 mgr.y (mgr.34107) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:20.983592+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:20.986194+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:20.988908+0000 mon.a (mon.0) 4254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:20.990015+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:20.995455+0000 mon.a (mon.0) 4256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: cephadm 2023-12-05T13:31:20.995973+0000 mgr.y (mgr.34107) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.075233+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.077964+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.080823+0000 mon.a (mon.0) 4259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.081970+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.087973+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.170782+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.173736+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.177002+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.178026+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.184999+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.265191+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.267936+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.271190+0000 mon.a (mon.0) 4269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.272465+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.281674+0000 mon.a (mon.0) 4271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.361368+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.363794+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.366832+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.368245+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.376030+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.459488+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.463351+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.466911+0000 mon.a (mon.0) 4279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.467982+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.475523+0000 mon.a (mon.0) 4281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.557856+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.560612+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.564783+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.566414+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.574257+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.653294+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.656068+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.659138+0000 mon.a (mon.0) 4289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.660056+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.666190+0000 mon.a (mon.0) 4291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.729459+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.731642+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.735318+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.736403+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.744573+0000 mon.a (mon.0) 4296 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.824889+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.829062+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.832558+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.833785+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:21 smithi079 bash[66795]: audit 2023-12-05T13:31:21.842273+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.086486+0000 mgr.y (mgr.34107) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.165907+0000 mgr.y (mgr.34107) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.260646+0000 mgr.y (mgr.34107) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.354728+0000 mgr.y (mgr.34107) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.429557+0000 mgr.y (mgr.34107) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.522489+0000 mgr.y (mgr.34107) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.615435+0000 mgr.y (mgr.34107) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.709867+0000 mgr.y (mgr.34107) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.803801+0000 mgr.y (mgr.34107) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.901961+0000 mgr.y (mgr.34107) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:20.983592+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:20.986194+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:20.988908+0000 mon.a (mon.0) 4254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:20.990015+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:20.995455+0000 mon.a (mon.0) 4256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: cephadm 2023-12-05T13:31:20.995973+0000 mgr.y (mgr.34107) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.075233+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.077964+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.080823+0000 mon.a (mon.0) 4259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.081970+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.087973+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.086486+0000 mgr.y (mgr.34107) 1038 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.165907+0000 mgr.y (mgr.34107) 1039 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.260646+0000 mgr.y (mgr.34107) 1040 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.354728+0000 mgr.y (mgr.34107) 1041 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.429557+0000 mgr.y (mgr.34107) 1042 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.522489+0000 mgr.y (mgr.34107) 1043 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.615435+0000 mgr.y (mgr.34107) 1044 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.709867+0000 mgr.y (mgr.34107) 1045 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.803801+0000 mgr.y (mgr.34107) 1046 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.901961+0000 mgr.y (mgr.34107) 1047 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:20.983592+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:20.986194+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:20.988908+0000 mon.a (mon.0) 4254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:20.990015+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:20.995455+0000 mon.a (mon.0) 4256 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: cephadm 2023-12-05T13:31:20.995973+0000 mgr.y (mgr.34107) 1048 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.075233+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.077964+0000 mon.a (mon.0) 4258 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.080823+0000 mon.a (mon.0) 4259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.081970+0000 mon.a (mon.0) 4260 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.087973+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.170782+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.173736+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.177002+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.178026+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.184999+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.265191+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.267936+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.271190+0000 mon.a (mon.0) 4269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.272465+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.281674+0000 mon.a (mon.0) 4271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.361368+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.363794+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.366832+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.368245+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.376030+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.459488+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.463351+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.466911+0000 mon.a (mon.0) 4279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.467982+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.170782+0000 mon.a (mon.0) 4262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.173736+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.177002+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.178026+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.184999+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.265191+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.267936+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.271190+0000 mon.a (mon.0) 4269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.272465+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.281674+0000 mon.a (mon.0) 4271 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.361368+0000 mon.a (mon.0) 4272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.363794+0000 mon.a (mon.0) 4273 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.366832+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.368245+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.376030+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.459488+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.463351+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.466911+0000 mon.a (mon.0) 4279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.467982+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.475523+0000 mon.a (mon.0) 4281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.557856+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.560612+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.564783+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.566414+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.574257+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.653294+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.656068+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.659138+0000 mon.a (mon.0) 4289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.660056+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.666190+0000 mon.a (mon.0) 4291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.729459+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.731642+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.735318+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.736403+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.744573+0000 mon.a (mon.0) 4296 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.824889+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.829062+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.832558+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.833785+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[81379]: audit 2023-12-05T13:31:21.842273+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.475523+0000 mon.a (mon.0) 4281 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.557856+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.560612+0000 mon.a (mon.0) 4283 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.564783+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.566414+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.574257+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.653294+0000 mon.a (mon.0) 4287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.656068+0000 mon.a (mon.0) 4288 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.659138+0000 mon.a (mon.0) 4289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.660056+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.666190+0000 mon.a (mon.0) 4291 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.729459+0000 mon.a (mon.0) 4292 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.731642+0000 mon.a (mon.0) 4293 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.735318+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.736403+0000 mon.a (mon.0) 4295 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.744573+0000 mon.a (mon.0) 4296 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.824889+0000 mon.a (mon.0) 4297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.829062+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.832558+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.833785+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:22.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:21 smithi045 bash[78714]: audit 2023-12-05T13:31:21.842273+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:22.791 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[76035]: debug 2023-12-05T13:31:22.377+0000 7fa47d107640 -1 Falling back to public interface 2023-12-05T13:31:23.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:21.032493+0000 mgr.y (mgr.34107) 1049 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:23.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cluster 2023-12-05T13:31:21.052672+0000 mgr.y (mgr.34107) 1050 : cluster 0 pgmap v184: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:23.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.088573+0000 mgr.y (mgr.34107) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.185629+0000 mgr.y (mgr.34107) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.282412+0000 mgr.y (mgr.34107) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.376707+0000 mgr.y (mgr.34107) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.476281+0000 mgr.y (mgr.34107) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.575135+0000 mgr.y (mgr.34107) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.666792+0000 mgr.y (mgr.34107) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.745101+0000 mgr.y (mgr.34107) 1058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.843076+0000 mgr.y (mgr.34107) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:21.926027+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:21.928355+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:21.930919+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:21.931651+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:21.937618+0000 mon.a (mon.0) 4306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:21.938380+0000 mgr.y (mgr.34107) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.001744+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.004278+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.007221+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:21.032493+0000 mgr.y (mgr.34107) 1049 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cluster 2023-12-05T13:31:21.052672+0000 mgr.y (mgr.34107) 1050 : cluster 0 pgmap v184: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.088573+0000 mgr.y (mgr.34107) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.185629+0000 mgr.y (mgr.34107) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.282412+0000 mgr.y (mgr.34107) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.376707+0000 mgr.y (mgr.34107) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.476281+0000 mgr.y (mgr.34107) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.575135+0000 mgr.y (mgr.34107) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.666792+0000 mgr.y (mgr.34107) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.745101+0000 mgr.y (mgr.34107) 1058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.843076+0000 mgr.y (mgr.34107) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:21.926027+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:21.928355+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:21.930919+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:21.931651+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:21.937618+0000 mon.a (mon.0) 4306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:21.938380+0000 mgr.y (mgr.34107) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.001744+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.004278+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.007221+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.008161+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.013521+0000 mon.a (mon.0) 4311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.014001+0000 mgr.y (mgr.34107) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.095763+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.098064+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.100883+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.101971+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.108015+0000 mon.a (mon.0) 4316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.191874+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.195108+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.198948+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.200295+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.207568+0000 mon.a (mon.0) 4321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.285204+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.289864+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.294245+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.295900+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.305175+0000 mon.a (mon.0) 4326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.382643+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.385794+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.389695+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.391054+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.399974+0000 mon.a (mon.0) 4331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.482277+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.486659+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.490965+0000 mon.a (mon.0) 4334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.492377+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.501143+0000 mon.a (mon.0) 4336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.584170+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.586879+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.591579+0000 mon.a (mon.0) 4339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.592813+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.600483+0000 mon.a (mon.0) 4341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.683902+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.686656+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.689934+0000 mon.a (mon.0) 4344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.691074+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.698740+0000 mon.a (mon.0) 4346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.780650+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.008161+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.013521+0000 mon.a (mon.0) 4311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.014001+0000 mgr.y (mgr.34107) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.095763+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.098064+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.100883+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.101971+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.108015+0000 mon.a (mon.0) 4316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.191874+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.195108+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.198948+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.200295+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.207568+0000 mon.a (mon.0) 4321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.285204+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.289864+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.294245+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.295900+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.305175+0000 mon.a (mon.0) 4326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.382643+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.385794+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.783540+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.786434+0000 mon.a (mon.0) 4349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.787604+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.795847+0000 mon.a (mon.0) 4351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.875755+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.878489+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.881253+0000 mon.a (mon.0) 4354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.882274+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[78714]: audit 2023-12-05T13:31:22.891261+0000 mon.a (mon.0) 4356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.389695+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.391054+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.399974+0000 mon.a (mon.0) 4331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.482277+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.486659+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.490965+0000 mon.a (mon.0) 4334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.492377+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.501143+0000 mon.a (mon.0) 4336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.584170+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.586879+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.591579+0000 mon.a (mon.0) 4339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.592813+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.600483+0000 mon.a (mon.0) 4341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.683902+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.686656+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.689934+0000 mon.a (mon.0) 4344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.691074+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.698740+0000 mon.a (mon.0) 4346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.780650+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.783540+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.786434+0000 mon.a (mon.0) 4349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.787604+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.795847+0000 mon.a (mon.0) 4351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.875755+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.878489+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.881253+0000 mon.a (mon.0) 4354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.882274+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:22 smithi045 bash[81379]: audit 2023-12-05T13:31:22.891261+0000 mon.a (mon.0) 4356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:21.032493+0000 mgr.y (mgr.34107) 1049 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:23.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cluster 2023-12-05T13:31:21.052672+0000 mgr.y (mgr.34107) 1050 : cluster 0 pgmap v184: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:23.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.088573+0000 mgr.y (mgr.34107) 1051 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.185629+0000 mgr.y (mgr.34107) 1052 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.282412+0000 mgr.y (mgr.34107) 1053 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.376707+0000 mgr.y (mgr.34107) 1054 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.476281+0000 mgr.y (mgr.34107) 1055 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.575135+0000 mgr.y (mgr.34107) 1056 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.666792+0000 mgr.y (mgr.34107) 1057 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.745101+0000 mgr.y (mgr.34107) 1058 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.843076+0000 mgr.y (mgr.34107) 1059 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:21.926027+0000 mon.a (mon.0) 4302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:21.928355+0000 mon.a (mon.0) 4303 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:21.930919+0000 mon.a (mon.0) 4304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:21.931651+0000 mon.a (mon.0) 4305 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:21.937618+0000 mon.a (mon.0) 4306 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:21.938380+0000 mgr.y (mgr.34107) 1060 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.001744+0000 mon.a (mon.0) 4307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.004278+0000 mon.a (mon.0) 4308 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.007221+0000 mon.a (mon.0) 4309 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.008161+0000 mon.a (mon.0) 4310 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.013521+0000 mon.a (mon.0) 4311 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.014001+0000 mgr.y (mgr.34107) 1061 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:23.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.095763+0000 mon.a (mon.0) 4312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.098064+0000 mon.a (mon.0) 4313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.100883+0000 mon.a (mon.0) 4314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.101971+0000 mon.a (mon.0) 4315 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.108015+0000 mon.a (mon.0) 4316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.191874+0000 mon.a (mon.0) 4317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.195108+0000 mon.a (mon.0) 4318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.198948+0000 mon.a (mon.0) 4319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.200295+0000 mon.a (mon.0) 4320 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.207568+0000 mon.a (mon.0) 4321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.285204+0000 mon.a (mon.0) 4322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.289864+0000 mon.a (mon.0) 4323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.294245+0000 mon.a (mon.0) 4324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.295900+0000 mon.a (mon.0) 4325 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.305175+0000 mon.a (mon.0) 4326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.382643+0000 mon.a (mon.0) 4327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.385794+0000 mon.a (mon.0) 4328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.389695+0000 mon.a (mon.0) 4329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.391054+0000 mon.a (mon.0) 4330 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.399974+0000 mon.a (mon.0) 4331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.482277+0000 mon.a (mon.0) 4332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.486659+0000 mon.a (mon.0) 4333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.490965+0000 mon.a (mon.0) 4334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.492377+0000 mon.a (mon.0) 4335 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.501143+0000 mon.a (mon.0) 4336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.584170+0000 mon.a (mon.0) 4337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.586879+0000 mon.a (mon.0) 4338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.591579+0000 mon.a (mon.0) 4339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.592813+0000 mon.a (mon.0) 4340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.600483+0000 mon.a (mon.0) 4341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.683902+0000 mon.a (mon.0) 4342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.686656+0000 mon.a (mon.0) 4343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.689934+0000 mon.a (mon.0) 4344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.691074+0000 mon.a (mon.0) 4345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.698740+0000 mon.a (mon.0) 4346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.780650+0000 mon.a (mon.0) 4347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.783540+0000 mon.a (mon.0) 4348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.786434+0000 mon.a (mon.0) 4349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.787604+0000 mon.a (mon.0) 4350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.795847+0000 mon.a (mon.0) 4351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.875755+0000 mon.a (mon.0) 4352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.878489+0000 mon.a (mon.0) 4353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.881253+0000 mon.a (mon.0) 4354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.882274+0000 mon.a (mon.0) 4355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:23.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:22 smithi079 bash[66795]: audit 2023-12-05T13:31:22.891261+0000 mon.a (mon.0) 4356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.108846+0000 mgr.y (mgr.34107) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.208032+0000 mgr.y (mgr.34107) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.305772+0000 mgr.y (mgr.34107) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.400903+0000 mgr.y (mgr.34107) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.501851+0000 mgr.y (mgr.34107) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.601114+0000 mgr.y (mgr.34107) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.699435+0000 mgr.y (mgr.34107) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.796635+0000 mgr.y (mgr.34107) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.892012+0000 mgr.y (mgr.34107) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:22.970730+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:22.974475+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:22.978371+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:22.979635+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:22.988079+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: cephadm 2023-12-05T13:31:22.989357+0000 mgr.y (mgr.34107) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.072021+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.074320+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.077542+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.078402+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.084321+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.165555+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.108846+0000 mgr.y (mgr.34107) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.208032+0000 mgr.y (mgr.34107) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.305772+0000 mgr.y (mgr.34107) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.400903+0000 mgr.y (mgr.34107) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.501851+0000 mgr.y (mgr.34107) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.601114+0000 mgr.y (mgr.34107) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.699435+0000 mgr.y (mgr.34107) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.796635+0000 mgr.y (mgr.34107) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.892012+0000 mgr.y (mgr.34107) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:22.970730+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:22.974475+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:22.978371+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:22.979635+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:22.988079+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: cephadm 2023-12-05T13:31:22.989357+0000 mgr.y (mgr.34107) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.072021+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.074320+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.077542+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.078402+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.084321+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.165555+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.168255+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.171045+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.172237+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.179042+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.260679+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.263204+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.266272+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.267696+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.275873+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.355794+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.358720+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.362471+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.363779+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.372591+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.456398+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.459055+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.462099+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.463288+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.471950+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.168255+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.171045+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.172237+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.179042+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.260679+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.263204+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.266272+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.267696+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.275873+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.355794+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.358720+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.362471+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.363779+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.372591+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.456398+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.459055+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.462099+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.463288+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.471950+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.536673+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.540866+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.545506+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.547058+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.555951+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.633532+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.636861+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.640702+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.642396+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.649852+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.727236+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.730660+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.734592+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.736187+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.745253+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.824967+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.827344+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.830595+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.831436+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[78714]: audit 2023-12-05T13:31:23.839188+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.536673+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.540866+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.545506+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.547058+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.555951+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.633532+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.636861+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.640702+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.642396+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.649852+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.727236+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.730660+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.734592+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.736187+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.745253+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.824967+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.827344+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.830595+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.831436+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:23 smithi045 bash[81379]: audit 2023-12-05T13:31:23.839188+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.108846+0000 mgr.y (mgr.34107) 1062 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.208032+0000 mgr.y (mgr.34107) 1063 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.305772+0000 mgr.y (mgr.34107) 1064 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.400903+0000 mgr.y (mgr.34107) 1065 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.501851+0000 mgr.y (mgr.34107) 1066 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.601114+0000 mgr.y (mgr.34107) 1067 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.699435+0000 mgr.y (mgr.34107) 1068 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.796635+0000 mgr.y (mgr.34107) 1069 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.892012+0000 mgr.y (mgr.34107) 1070 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:22.970730+0000 mon.a (mon.0) 4357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:22.974475+0000 mon.a (mon.0) 4358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:22.978371+0000 mon.a (mon.0) 4359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:22.979635+0000 mon.a (mon.0) 4360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:22.988079+0000 mon.a (mon.0) 4361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: cephadm 2023-12-05T13:31:22.989357+0000 mgr.y (mgr.34107) 1071 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.072021+0000 mon.a (mon.0) 4362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.074320+0000 mon.a (mon.0) 4363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.077542+0000 mon.a (mon.0) 4364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.078402+0000 mon.a (mon.0) 4365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.084321+0000 mon.a (mon.0) 4366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.165555+0000 mon.a (mon.0) 4367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.168255+0000 mon.a (mon.0) 4368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.171045+0000 mon.a (mon.0) 4369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.172237+0000 mon.a (mon.0) 4370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.179042+0000 mon.a (mon.0) 4371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.260679+0000 mon.a (mon.0) 4372 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.263204+0000 mon.a (mon.0) 4373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.266272+0000 mon.a (mon.0) 4374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.267696+0000 mon.a (mon.0) 4375 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.275873+0000 mon.a (mon.0) 4376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.355794+0000 mon.a (mon.0) 4377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.358720+0000 mon.a (mon.0) 4378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.362471+0000 mon.a (mon.0) 4379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.363779+0000 mon.a (mon.0) 4380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.372591+0000 mon.a (mon.0) 4381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.456398+0000 mon.a (mon.0) 4382 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.459055+0000 mon.a (mon.0) 4383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.462099+0000 mon.a (mon.0) 4384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.463288+0000 mon.a (mon.0) 4385 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.471950+0000 mon.a (mon.0) 4386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.536673+0000 mon.a (mon.0) 4387 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.540866+0000 mon.a (mon.0) 4388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.545506+0000 mon.a (mon.0) 4389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.547058+0000 mon.a (mon.0) 4390 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.555951+0000 mon.a (mon.0) 4391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.633532+0000 mon.a (mon.0) 4392 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.636861+0000 mon.a (mon.0) 4393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.640702+0000 mon.a (mon.0) 4394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.642396+0000 mon.a (mon.0) 4395 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.649852+0000 mon.a (mon.0) 4396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.727236+0000 mon.a (mon.0) 4397 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.730660+0000 mon.a (mon.0) 4398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.734592+0000 mon.a (mon.0) 4399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.736187+0000 mon.a (mon.0) 4400 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.745253+0000 mon.a (mon.0) 4401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.824967+0000 mon.a (mon.0) 4402 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.827344+0000 mon.a (mon.0) 4403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.830595+0000 mon.a (mon.0) 4404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.831436+0000 mon.a (mon.0) 4405 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:23 smithi079 bash[66795]: audit 2023-12-05T13:31:23.839188+0000 mon.a (mon.0) 4406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cluster 2023-12-05T13:31:23.053905+0000 mgr.y (mgr.34107) 1072 : cluster 0 pgmap v185: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.085121+0000 mgr.y (mgr.34107) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.179593+0000 mgr.y (mgr.34107) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.276659+0000 mgr.y (mgr.34107) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.373285+0000 mgr.y (mgr.34107) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.472655+0000 mgr.y (mgr.34107) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.556670+0000 mgr.y (mgr.34107) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.650466+0000 mgr.y (mgr.34107) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.746288+0000 mgr.y (mgr.34107) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.839937+0000 mgr.y (mgr.34107) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:23.930588+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:23.933232+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:23.935540+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:23.936344+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:23.941471+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cephadm 2023-12-05T13:31:23.942124+0000 mgr.y (mgr.34107) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.019724+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.023478+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.027661+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.932 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.029004+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cluster 2023-12-05T13:31:23.053905+0000 mgr.y (mgr.34107) 1072 : cluster 0 pgmap v185: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.085121+0000 mgr.y (mgr.34107) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.179593+0000 mgr.y (mgr.34107) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.276659+0000 mgr.y (mgr.34107) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.373285+0000 mgr.y (mgr.34107) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.472655+0000 mgr.y (mgr.34107) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.556670+0000 mgr.y (mgr.34107) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.650466+0000 mgr.y (mgr.34107) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.746288+0000 mgr.y (mgr.34107) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.839937+0000 mgr.y (mgr.34107) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:23.930588+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:23.933232+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:23.935540+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:23.936344+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.933 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:23.941471+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cephadm 2023-12-05T13:31:23.942124+0000 mgr.y (mgr.34107) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.019724+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.023478+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.027661+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.029004+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.037566+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.115930+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.119072+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.122467+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.123749+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.934 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.132872+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.214896+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.217021+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.220390+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.221511+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.230124+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.315113+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.317723+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.321668+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.322861+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.329326+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.414231+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.417229+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.420320+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.421564+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.429836+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.935 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.512030+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.514534+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.518047+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.519004+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.524973+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: cluster 2023-12-05T13:31:24.530366+0000 mon.a (mon.0) 4442 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.605207+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.607877+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.610960+0000 mon.a (mon.0) 4445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.611850+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.618590+0000 mon.a (mon.0) 4447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.698800+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.701222+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.703767+0000 mon.a (mon.0) 4450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.704591+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.936 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.710009+0000 mon.a (mon.0) 4452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.789563+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.793558+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.796644+0000 mon.a (mon.0) 4455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.797718+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.805654+0000 mon.a (mon.0) 4457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.883379+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.886481+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.890621+0000 mon.a (mon.0) 4460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.892182+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[78714]: audit 2023-12-05T13:31:24.901795+0000 mon.a (mon.0) 4462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.937 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.037566+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.115930+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.119072+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.122467+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.123749+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.132872+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.214896+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.217021+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.220390+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.221511+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.230124+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.315113+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.317723+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.321668+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.322861+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.329326+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.414231+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.417229+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.420320+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.421564+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.429836+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.512030+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.514534+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.518047+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.519004+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.524973+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: cluster 2023-12-05T13:31:24.530366+0000 mon.a (mon.0) 4442 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.605207+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.607877+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.610960+0000 mon.a (mon.0) 4445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:24.939 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.611850+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.618590+0000 mon.a (mon.0) 4447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.698800+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.701222+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.703767+0000 mon.a (mon.0) 4450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.704591+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.710009+0000 mon.a (mon.0) 4452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.789563+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.793558+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.796644+0000 mon.a (mon.0) 4455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.797718+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.805654+0000 mon.a (mon.0) 4457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.883379+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.886481+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.890621+0000 mon.a (mon.0) 4460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.892182+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:24 smithi045 bash[81379]: audit 2023-12-05T13:31:24.901795+0000 mon.a (mon.0) 4462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cluster 2023-12-05T13:31:23.053905+0000 mgr.y (mgr.34107) 1072 : cluster 0 pgmap v185: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.085121+0000 mgr.y (mgr.34107) 1073 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.179593+0000 mgr.y (mgr.34107) 1074 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.276659+0000 mgr.y (mgr.34107) 1075 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.373285+0000 mgr.y (mgr.34107) 1076 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.472655+0000 mgr.y (mgr.34107) 1077 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.556670+0000 mgr.y (mgr.34107) 1078 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.650466+0000 mgr.y (mgr.34107) 1079 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.746288+0000 mgr.y (mgr.34107) 1080 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.839937+0000 mgr.y (mgr.34107) 1081 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:23.930588+0000 mon.a (mon.0) 4407 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:23.933232+0000 mon.a (mon.0) 4408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:23.935540+0000 mon.a (mon.0) 4409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:23.936344+0000 mon.a (mon.0) 4410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:23.941471+0000 mon.a (mon.0) 4411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cephadm 2023-12-05T13:31:23.942124+0000 mgr.y (mgr.34107) 1082 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:25.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.019724+0000 mon.a (mon.0) 4412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.023478+0000 mon.a (mon.0) 4413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.027661+0000 mon.a (mon.0) 4414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.029004+0000 mon.a (mon.0) 4415 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.037566+0000 mon.a (mon.0) 4416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.115930+0000 mon.a (mon.0) 4417 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.119072+0000 mon.a (mon.0) 4418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.122467+0000 mon.a (mon.0) 4419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.123749+0000 mon.a (mon.0) 4420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.132872+0000 mon.a (mon.0) 4421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.214896+0000 mon.a (mon.0) 4422 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.217021+0000 mon.a (mon.0) 4423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.220390+0000 mon.a (mon.0) 4424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.221511+0000 mon.a (mon.0) 4425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.230124+0000 mon.a (mon.0) 4426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.315113+0000 mon.a (mon.0) 4427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.317723+0000 mon.a (mon.0) 4428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.321668+0000 mon.a (mon.0) 4429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.322861+0000 mon.a (mon.0) 4430 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.329326+0000 mon.a (mon.0) 4431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.414231+0000 mon.a (mon.0) 4432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.417229+0000 mon.a (mon.0) 4433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.420320+0000 mon.a (mon.0) 4434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.421564+0000 mon.a (mon.0) 4435 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.429836+0000 mon.a (mon.0) 4436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.512030+0000 mon.a (mon.0) 4437 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.514534+0000 mon.a (mon.0) 4438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.518047+0000 mon.a (mon.0) 4439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.519004+0000 mon.a (mon.0) 4440 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.524973+0000 mon.a (mon.0) 4441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: cluster 2023-12-05T13:31:24.530366+0000 mon.a (mon.0) 4442 : cluster 3 Health check update: Degraded data redundancy: 106/630 objects degraded (16.825%), 27 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.605207+0000 mon.a (mon.0) 4443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.607877+0000 mon.a (mon.0) 4444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.610960+0000 mon.a (mon.0) 4445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.611850+0000 mon.a (mon.0) 4446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.618590+0000 mon.a (mon.0) 4447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.698800+0000 mon.a (mon.0) 4448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.701222+0000 mon.a (mon.0) 4449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.703767+0000 mon.a (mon.0) 4450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.704591+0000 mon.a (mon.0) 4451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.710009+0000 mon.a (mon.0) 4452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.789563+0000 mon.a (mon.0) 4453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.793558+0000 mon.a (mon.0) 4454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.796644+0000 mon.a (mon.0) 4455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.797718+0000 mon.a (mon.0) 4456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.805654+0000 mon.a (mon.0) 4457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.883379+0000 mon.a (mon.0) 4458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.886481+0000 mon.a (mon.0) 4459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:25.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.890621+0000 mon.a (mon.0) 4460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:25.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.892182+0000 mon.a (mon.0) 4461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:25.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:24 smithi079 bash[66795]: audit 2023-12-05T13:31:24.901795+0000 mon.a (mon.0) 4462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:25.791 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[76035]: debug 2023-12-05T13:31:25.457+0000 7fa47d107640 -1 osd.4 130 log_to_monitors true 2023-12-05T13:31:26.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.038282+0000 mgr.y (mgr.34107) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.133843+0000 mgr.y (mgr.34107) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.231101+0000 mgr.y (mgr.34107) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.330285+0000 mgr.y (mgr.34107) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.430600+0000 mgr.y (mgr.34107) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.525493+0000 mgr.y (mgr.34107) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.619123+0000 mgr.y (mgr.34107) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.710500+0000 mgr.y (mgr.34107) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.806261+0000 mgr.y (mgr.34107) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:24.902527+0000 mgr.y (mgr.34107) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:24.983218+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:24.987540+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:24.991809+0000 mon.a (mon.0) 4465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:24.993348+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.001599+0000 mon.a (mon.0) 4467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.002214+0000 mgr.y (mgr.34107) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.080688+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.084801+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.088032+0000 mon.a (mon.0) 4470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.089057+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.096266+0000 mon.a (mon.0) 4472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.177879+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.180977+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.184311+0000 mon.a (mon.0) 4475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.185493+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.193113+0000 mon.a (mon.0) 4477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.274440+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.277011+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.279807+0000 mon.a (mon.0) 4480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.280874+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.288741+0000 mon.a (mon.0) 4482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.372142+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.374700+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.378446+0000 mon.a (mon.0) 4485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.379755+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.386180+0000 mon.a (mon.0) 4487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.466812+0000 mon.a (mon.0) 4488 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.468731+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.469239+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.471907+0000 mon.a (mon.0) 4490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.475115+0000 mon.a (mon.0) 4491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.476006+0000 mon.a (mon.0) 4492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.483864+0000 mon.a (mon.0) 4493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.565131+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.567481+0000 mon.a (mon.0) 4495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.570454+0000 mon.a (mon.0) 4496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.571483+0000 mon.a (mon.0) 4497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.579440+0000 mon.a (mon.0) 4498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.657258+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.660387+0000 mon.a (mon.0) 4500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.664149+0000 mon.a (mon.0) 4501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.665692+0000 mon.a (mon.0) 4502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.674686+0000 mon.a (mon.0) 4503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.754247+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.756594+0000 mon.a (mon.0) 4505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.759687+0000 mon.a (mon.0) 4506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.760717+0000 mon.a (mon.0) 4507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.768413+0000 mon.a (mon.0) 4508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.848072+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.850940+0000 mon.a (mon.0) 4510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.854138+0000 mon.a (mon.0) 4511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.855135+0000 mon.a (mon.0) 4512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:25 smithi079 bash[66795]: audit 2023-12-05T13:31:25.861262+0000 mon.a (mon.0) 4513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.038282+0000 mgr.y (mgr.34107) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.133843+0000 mgr.y (mgr.34107) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.231101+0000 mgr.y (mgr.34107) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.330285+0000 mgr.y (mgr.34107) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.430600+0000 mgr.y (mgr.34107) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.525493+0000 mgr.y (mgr.34107) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.619123+0000 mgr.y (mgr.34107) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.710500+0000 mgr.y (mgr.34107) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.806261+0000 mgr.y (mgr.34107) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:24.902527+0000 mgr.y (mgr.34107) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:24.983218+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:24.987540+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:24.991809+0000 mon.a (mon.0) 4465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:24.993348+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.001599+0000 mon.a (mon.0) 4467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.002214+0000 mgr.y (mgr.34107) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.080688+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.084801+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.088032+0000 mon.a (mon.0) 4470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.089057+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.096266+0000 mon.a (mon.0) 4472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.038282+0000 mgr.y (mgr.34107) 1083 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.133843+0000 mgr.y (mgr.34107) 1084 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.231101+0000 mgr.y (mgr.34107) 1085 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.330285+0000 mgr.y (mgr.34107) 1086 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.430600+0000 mgr.y (mgr.34107) 1087 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.525493+0000 mgr.y (mgr.34107) 1088 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.619123+0000 mgr.y (mgr.34107) 1089 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.710500+0000 mgr.y (mgr.34107) 1090 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.806261+0000 mgr.y (mgr.34107) 1091 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:24.902527+0000 mgr.y (mgr.34107) 1092 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:24.983218+0000 mon.a (mon.0) 4463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:24.987540+0000 mon.a (mon.0) 4464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:24.991809+0000 mon.a (mon.0) 4465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:24.993348+0000 mon.a (mon.0) 4466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.001599+0000 mon.a (mon.0) 4467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.002214+0000 mgr.y (mgr.34107) 1093 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.080688+0000 mon.a (mon.0) 4468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.084801+0000 mon.a (mon.0) 4469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.088032+0000 mon.a (mon.0) 4470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.089057+0000 mon.a (mon.0) 4471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.096266+0000 mon.a (mon.0) 4472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.177879+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.180977+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.184311+0000 mon.a (mon.0) 4475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.185493+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.193113+0000 mon.a (mon.0) 4477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.274440+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.277011+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.279807+0000 mon.a (mon.0) 4480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.280874+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.288741+0000 mon.a (mon.0) 4482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.372142+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.374700+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.378446+0000 mon.a (mon.0) 4485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.379755+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.386180+0000 mon.a (mon.0) 4487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.466812+0000 mon.a (mon.0) 4488 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.468731+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.469239+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:26.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.471907+0000 mon.a (mon.0) 4490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.177879+0000 mon.a (mon.0) 4473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.180977+0000 mon.a (mon.0) 4474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.184311+0000 mon.a (mon.0) 4475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.185493+0000 mon.a (mon.0) 4476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.193113+0000 mon.a (mon.0) 4477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.274440+0000 mon.a (mon.0) 4478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.277011+0000 mon.a (mon.0) 4479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.279807+0000 mon.a (mon.0) 4480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.280874+0000 mon.a (mon.0) 4481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.288741+0000 mon.a (mon.0) 4482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.372142+0000 mon.a (mon.0) 4483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.374700+0000 mon.a (mon.0) 4484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.378446+0000 mon.a (mon.0) 4485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.379755+0000 mon.a (mon.0) 4486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.386180+0000 mon.a (mon.0) 4487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.466812+0000 mon.a (mon.0) 4488 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.468731+0000 mon.a (mon.0) 4489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.469239+0000 mon.b (mon.2) 5 : audit 1 from='osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.471907+0000 mon.a (mon.0) 4490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.475115+0000 mon.a (mon.0) 4491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.476006+0000 mon.a (mon.0) 4492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.483864+0000 mon.a (mon.0) 4493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.565131+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.567481+0000 mon.a (mon.0) 4495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.570454+0000 mon.a (mon.0) 4496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.571483+0000 mon.a (mon.0) 4497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.579440+0000 mon.a (mon.0) 4498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.657258+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.660387+0000 mon.a (mon.0) 4500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.664149+0000 mon.a (mon.0) 4501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.665692+0000 mon.a (mon.0) 4502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.674686+0000 mon.a (mon.0) 4503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.754247+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.756594+0000 mon.a (mon.0) 4505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.759687+0000 mon.a (mon.0) 4506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.760717+0000 mon.a (mon.0) 4507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.768413+0000 mon.a (mon.0) 4508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.848072+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.850940+0000 mon.a (mon.0) 4510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.854138+0000 mon.a (mon.0) 4511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.855135+0000 mon.a (mon.0) 4512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[78714]: audit 2023-12-05T13:31:25.861262+0000 mon.a (mon.0) 4513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.475115+0000 mon.a (mon.0) 4491 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.476006+0000 mon.a (mon.0) 4492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.483864+0000 mon.a (mon.0) 4493 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.565131+0000 mon.a (mon.0) 4494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.567481+0000 mon.a (mon.0) 4495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.570454+0000 mon.a (mon.0) 4496 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.571483+0000 mon.a (mon.0) 4497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.579440+0000 mon.a (mon.0) 4498 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.657258+0000 mon.a (mon.0) 4499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.660387+0000 mon.a (mon.0) 4500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.664149+0000 mon.a (mon.0) 4501 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.665692+0000 mon.a (mon.0) 4502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.674686+0000 mon.a (mon.0) 4503 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.754247+0000 mon.a (mon.0) 4504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.756594+0000 mon.a (mon.0) 4505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.759687+0000 mon.a (mon.0) 4506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.760717+0000 mon.a (mon.0) 4507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.768413+0000 mon.a (mon.0) 4508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.848072+0000 mon.a (mon.0) 4509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.850940+0000 mon.a (mon.0) 4510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.854138+0000 mon.a (mon.0) 4511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.855135+0000 mon.a (mon.0) 4512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:26.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:25 smithi045 bash[81379]: audit 2023-12-05T13:31:25.861262+0000 mon.a (mon.0) 4513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:26.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[76035]: debug 2023-12-05T13:31:26.421+0000 7fa46c574700 -1 osd.4 130 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:31:27.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cluster 2023-12-05T13:31:25.054738+0000 mgr.y (mgr.34107) 1094 : cluster 0 pgmap v186: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:27.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.097084+0000 mgr.y (mgr.34107) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.194104+0000 mgr.y (mgr.34107) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.289469+0000 mgr.y (mgr.34107) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.386636+0000 mgr.y (mgr.34107) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.484512+0000 mgr.y (mgr.34107) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.580123+0000 mgr.y (mgr.34107) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.675535+0000 mgr.y (mgr.34107) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.769282+0000 mgr.y (mgr.34107) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.861835+0000 mgr.y (mgr.34107) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:25.945066+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:25.947437+0000 mon.a (mon.0) 4515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:25.949470+0000 mon.a (mon.0) 4516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:25.950278+0000 mon.a (mon.0) 4517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:25.956493+0000 mon.a (mon.0) 4518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cephadm 2023-12-05T13:31:25.957145+0000 mgr.y (mgr.34107) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.036349+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.039916+0000 mon.a (mon.0) 4520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.043151+0000 mon.a (mon.0) 4521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.044370+0000 mon.a (mon.0) 4522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cluster 2023-12-05T13:31:25.054738+0000 mgr.y (mgr.34107) 1094 : cluster 0 pgmap v186: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.097084+0000 mgr.y (mgr.34107) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.194104+0000 mgr.y (mgr.34107) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.289469+0000 mgr.y (mgr.34107) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.386636+0000 mgr.y (mgr.34107) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.484512+0000 mgr.y (mgr.34107) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.580123+0000 mgr.y (mgr.34107) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.675535+0000 mgr.y (mgr.34107) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.769282+0000 mgr.y (mgr.34107) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.861835+0000 mgr.y (mgr.34107) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:25.945066+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:25.947437+0000 mon.a (mon.0) 4515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:25.949470+0000 mon.a (mon.0) 4516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:25.950278+0000 mon.a (mon.0) 4517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:25.956493+0000 mon.a (mon.0) 4518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cephadm 2023-12-05T13:31:25.957145+0000 mgr.y (mgr.34107) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.036349+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.039916+0000 mon.a (mon.0) 4520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.043151+0000 mon.a (mon.0) 4521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.044370+0000 mon.a (mon.0) 4522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.051648+0000 mon.a (mon.0) 4523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.132921+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.135669+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.139451+0000 mon.a (mon.0) 4526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.140619+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.146881+0000 mon.a (mon.0) 4528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.227948+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.230942+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.234094+0000 mon.a (mon.0) 4531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.235222+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.242221+0000 mon.a (mon.0) 4533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.320350+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.322763+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.325462+0000 mon.a (mon.0) 4536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.326518+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.334701+0000 mon.a (mon.0) 4538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.386916+0000 mon.a (mon.0) 4539 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cluster 2023-12-05T13:31:26.391625+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T13:31:27.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cluster 2023-12-05T13:31:26.394041+0000 mon.a (mon.0) 4540 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-05T13:31:27.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.397802+0000 mon.a (mon.0) 4541 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.051648+0000 mon.a (mon.0) 4523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.132921+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.135669+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.139451+0000 mon.a (mon.0) 4526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.140619+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.146881+0000 mon.a (mon.0) 4528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.227948+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.230942+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.234094+0000 mon.a (mon.0) 4531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.235222+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.242221+0000 mon.a (mon.0) 4533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.320350+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.322763+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.325462+0000 mon.a (mon.0) 4536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.326518+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.334701+0000 mon.a (mon.0) 4538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.386916+0000 mon.a (mon.0) 4539 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cluster 2023-12-05T13:31:26.391625+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cluster 2023-12-05T13:31:26.394041+0000 mon.a (mon.0) 4540 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-05T13:31:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.397802+0000 mon.a (mon.0) 4541 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.400301+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.413164+0000 mon.a (mon.0) 4542 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.415031+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.417715+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.418435+0000 mon.a (mon.0) 4545 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: cluster 2023-12-05T13:31:26.422879+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.428676+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.493067+0000 mon.a (mon.0) 4547 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.495945+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.498184+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.499122+0000 mon.a (mon.0) 4550 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.506831+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.588405+0000 mon.a (mon.0) 4552 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.591017+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.594146+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.595119+0000 mon.a (mon.0) 4555 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.603135+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.684725+0000 mon.a (mon.0) 4557 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.687686+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.400301+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.413164+0000 mon.a (mon.0) 4542 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.415031+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.417715+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.418435+0000 mon.a (mon.0) 4545 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: cluster 2023-12-05T13:31:26.422879+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.428676+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.493067+0000 mon.a (mon.0) 4547 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.495945+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.498184+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.499122+0000 mon.a (mon.0) 4550 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.506831+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.588405+0000 mon.a (mon.0) 4552 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.591017+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.594146+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.595119+0000 mon.a (mon.0) 4555 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.603135+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.684725+0000 mon.a (mon.0) 4557 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.687686+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.691089+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.692156+0000 mon.a (mon.0) 4560 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.698564+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.777746+0000 mon.a (mon.0) 4562 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.780018+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.783484+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.784432+0000 mon.a (mon.0) 4565 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.792118+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.872564+0000 mon.a (mon.0) 4567 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.875528+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.878590+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.879606+0000 mon.a (mon.0) 4570 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[78714]: audit 2023-12-05T13:31:26.885532+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.691089+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.692156+0000 mon.a (mon.0) 4560 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.698564+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.777746+0000 mon.a (mon.0) 4562 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.780018+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.783484+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.784432+0000 mon.a (mon.0) 4565 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.792118+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.872564+0000 mon.a (mon.0) 4567 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.875528+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.878590+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.879606+0000 mon.a (mon.0) 4570 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:26 smithi045 bash[81379]: audit 2023-12-05T13:31:26.885532+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cluster 2023-12-05T13:31:25.054738+0000 mgr.y (mgr.34107) 1094 : cluster 0 pgmap v186: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:27.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.097084+0000 mgr.y (mgr.34107) 1095 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.194104+0000 mgr.y (mgr.34107) 1096 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.289469+0000 mgr.y (mgr.34107) 1097 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.386636+0000 mgr.y (mgr.34107) 1098 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.484512+0000 mgr.y (mgr.34107) 1099 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.580123+0000 mgr.y (mgr.34107) 1100 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.675535+0000 mgr.y (mgr.34107) 1101 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.769282+0000 mgr.y (mgr.34107) 1102 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.861835+0000 mgr.y (mgr.34107) 1103 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:25.945066+0000 mon.a (mon.0) 4514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:25.947437+0000 mon.a (mon.0) 4515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:25.949470+0000 mon.a (mon.0) 4516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:25.950278+0000 mon.a (mon.0) 4517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:25.956493+0000 mon.a (mon.0) 4518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cephadm 2023-12-05T13:31:25.957145+0000 mgr.y (mgr.34107) 1104 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.036349+0000 mon.a (mon.0) 4519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.039916+0000 mon.a (mon.0) 4520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.043151+0000 mon.a (mon.0) 4521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.044370+0000 mon.a (mon.0) 4522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.051648+0000 mon.a (mon.0) 4523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.132921+0000 mon.a (mon.0) 4524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.135669+0000 mon.a (mon.0) 4525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.139451+0000 mon.a (mon.0) 4526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.140619+0000 mon.a (mon.0) 4527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.146881+0000 mon.a (mon.0) 4528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.227948+0000 mon.a (mon.0) 4529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.230942+0000 mon.a (mon.0) 4530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.234094+0000 mon.a (mon.0) 4531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.235222+0000 mon.a (mon.0) 4532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.242221+0000 mon.a (mon.0) 4533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.320350+0000 mon.a (mon.0) 4534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.322763+0000 mon.a (mon.0) 4535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.325462+0000 mon.a (mon.0) 4536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.326518+0000 mon.a (mon.0) 4537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.334701+0000 mon.a (mon.0) 4538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.386916+0000 mon.a (mon.0) 4539 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cluster 2023-12-05T13:31:26.391625+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cluster 2023-12-05T13:31:26.394041+0000 mon.a (mon.0) 4540 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.397802+0000 mon.a (mon.0) 4541 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.400301+0000 mon.b (mon.2) 6 : audit 1 from='osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.413164+0000 mon.a (mon.0) 4542 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.415031+0000 mon.a (mon.0) 4543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.417715+0000 mon.a (mon.0) 4544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.418435+0000 mon.a (mon.0) 4545 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: cluster 2023-12-05T13:31:26.422879+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.428676+0000 mon.a (mon.0) 4546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.493067+0000 mon.a (mon.0) 4547 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.495945+0000 mon.a (mon.0) 4548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.498184+0000 mon.a (mon.0) 4549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.499122+0000 mon.a (mon.0) 4550 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.506831+0000 mon.a (mon.0) 4551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.588405+0000 mon.a (mon.0) 4552 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.591017+0000 mon.a (mon.0) 4553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.594146+0000 mon.a (mon.0) 4554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.595119+0000 mon.a (mon.0) 4555 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.603135+0000 mon.a (mon.0) 4556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.684725+0000 mon.a (mon.0) 4557 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.687686+0000 mon.a (mon.0) 4558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.691089+0000 mon.a (mon.0) 4559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.692156+0000 mon.a (mon.0) 4560 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.698564+0000 mon.a (mon.0) 4561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.777746+0000 mon.a (mon.0) 4562 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.780018+0000 mon.a (mon.0) 4563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.783484+0000 mon.a (mon.0) 4564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.784432+0000 mon.a (mon.0) 4565 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.249 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.792118+0000 mon.a (mon.0) 4566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:27.250 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.872564+0000 mon.a (mon.0) 4567 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:27.250 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.875528+0000 mon.a (mon.0) 4568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:27.250 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.878590+0000 mon.a (mon.0) 4569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:27.250 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.879606+0000 mon.a (mon.0) 4570 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:27.250 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:26 smithi079 bash[66795]: audit 2023-12-05T13:31:26.885532+0000 mon.a (mon.0) 4571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.052430+0000 mgr.y (mgr.34107) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.147691+0000 mgr.y (mgr.34107) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.242791+0000 mgr.y (mgr.34107) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.335285+0000 mgr.y (mgr.34107) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.429325+0000 mgr.y (mgr.34107) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.507458+0000 mgr.y (mgr.34107) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.603773+0000 mgr.y (mgr.34107) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.699159+0000 mgr.y (mgr.34107) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.792726+0000 mgr.y (mgr.34107) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.885973+0000 mgr.y (mgr.34107) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:26.964143+0000 mon.a (mon.0) 4572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:26.966226+0000 mon.a (mon.0) 4573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:26.969228+0000 mon.a (mon.0) 4574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:26.970057+0000 mon.a (mon.0) 4575 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:26.975377+0000 mon.a (mon.0) 4576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cephadm 2023-12-05T13:31:26.975891+0000 mgr.y (mgr.34107) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.054849+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.058563+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.062536+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.063878+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.070699+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.052430+0000 mgr.y (mgr.34107) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.147691+0000 mgr.y (mgr.34107) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.242791+0000 mgr.y (mgr.34107) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.335285+0000 mgr.y (mgr.34107) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.429325+0000 mgr.y (mgr.34107) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.507458+0000 mgr.y (mgr.34107) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.603773+0000 mgr.y (mgr.34107) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.699159+0000 mgr.y (mgr.34107) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.792726+0000 mgr.y (mgr.34107) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.885973+0000 mgr.y (mgr.34107) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:26.964143+0000 mon.a (mon.0) 4572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:26.966226+0000 mon.a (mon.0) 4573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:26.969228+0000 mon.a (mon.0) 4574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:26.970057+0000 mon.a (mon.0) 4575 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:26.975377+0000 mon.a (mon.0) 4576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cephadm 2023-12-05T13:31:26.975891+0000 mgr.y (mgr.34107) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.054849+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.058563+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.062536+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.063878+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.070699+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.153773+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.156184+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.159502+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.160404+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.168200+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.281983+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.285214+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.290491+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.291936+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.300743+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.381367+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.384170+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.387221+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.388121+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.395653+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cluster 2023-12-05T13:31:27.427139+0000 mon.a (mon.0) 4597 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cluster 2023-12-05T13:31:27.434021+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cluster 2023-12-05T13:31:27.437582+0000 mon.a (mon.0) 4598 : cluster 1 osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424] boot 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cluster 2023-12-05T13:31:27.437766+0000 mon.a (mon.0) 4599 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cluster 2023-12-05T13:31:27.442029+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: cluster 2023-12-05T13:31:27.442757+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.153773+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.156184+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.159502+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.160404+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.168200+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.281983+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.285214+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.290491+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.291936+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.300743+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.381367+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.384170+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.387221+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.388121+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.395653+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cluster 2023-12-05T13:31:27.427139+0000 mon.a (mon.0) 4597 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cluster 2023-12-05T13:31:27.434021+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cluster 2023-12-05T13:31:27.437582+0000 mon.a (mon.0) 4598 : cluster 1 osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424] boot 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cluster 2023-12-05T13:31:27.437766+0000 mon.a (mon.0) 4599 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cluster 2023-12-05T13:31:27.442029+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: cluster 2023-12-05T13:31:27.442757+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.444534+0000 mon.a (mon.0) 4600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.488838+0000 mon.a (mon.0) 4601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.491470+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.494271+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.495262+0000 mon.a (mon.0) 4604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.502245+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.580505+0000 mon.a (mon.0) 4606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.583756+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.587588+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.589123+0000 mon.a (mon.0) 4609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.597499+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.667396+0000 mon.a (mon.0) 4611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.669931+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.673955+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.675679+0000 mon.a (mon.0) 4614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.682553+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.763346+0000 mon.a (mon.0) 4616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.766408+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.769534+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.444534+0000 mon.a (mon.0) 4600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.488838+0000 mon.a (mon.0) 4601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.491470+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.494271+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.495262+0000 mon.a (mon.0) 4604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.502245+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.580505+0000 mon.a (mon.0) 4606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.583756+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.587588+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.589123+0000 mon.a (mon.0) 4609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.597499+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.667396+0000 mon.a (mon.0) 4611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.669931+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.673955+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.675679+0000 mon.a (mon.0) 4614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.682553+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.763346+0000 mon.a (mon.0) 4616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.766408+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.769534+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.770709+0000 mon.a (mon.0) 4619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.776932+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.854648+0000 mon.a (mon.0) 4621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.859186+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.863176+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.864533+0000 mon.a (mon.0) 4624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[78714]: audit 2023-12-05T13:31:27.873572+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.770709+0000 mon.a (mon.0) 4619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.776932+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.854648+0000 mon.a (mon.0) 4621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.859186+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.863176+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.864533+0000 mon.a (mon.0) 4624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:27 smithi045 bash[81379]: audit 2023-12-05T13:31:27.873572+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.052430+0000 mgr.y (mgr.34107) 1105 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.147691+0000 mgr.y (mgr.34107) 1106 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.242791+0000 mgr.y (mgr.34107) 1107 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.335285+0000 mgr.y (mgr.34107) 1108 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.429325+0000 mgr.y (mgr.34107) 1109 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.507458+0000 mgr.y (mgr.34107) 1110 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.603773+0000 mgr.y (mgr.34107) 1111 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.699159+0000 mgr.y (mgr.34107) 1112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.792726+0000 mgr.y (mgr.34107) 1113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.885973+0000 mgr.y (mgr.34107) 1114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:26.964143+0000 mon.a (mon.0) 4572 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:26.966226+0000 mon.a (mon.0) 4573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:26.969228+0000 mon.a (mon.0) 4574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:26.970057+0000 mon.a (mon.0) 4575 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:26.975377+0000 mon.a (mon.0) 4576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cephadm 2023-12-05T13:31:26.975891+0000 mgr.y (mgr.34107) 1115 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.054849+0000 mon.a (mon.0) 4577 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.058563+0000 mon.a (mon.0) 4578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.062536+0000 mon.a (mon.0) 4579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.063878+0000 mon.a (mon.0) 4580 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.070699+0000 mon.a (mon.0) 4581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.153773+0000 mon.a (mon.0) 4582 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.156184+0000 mon.a (mon.0) 4583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.159502+0000 mon.a (mon.0) 4584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.160404+0000 mon.a (mon.0) 4585 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.168200+0000 mon.a (mon.0) 4586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.281983+0000 mon.a (mon.0) 4587 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.285214+0000 mon.a (mon.0) 4588 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.290491+0000 mon.a (mon.0) 4589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.291936+0000 mon.a (mon.0) 4590 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.300743+0000 mon.a (mon.0) 4591 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.381367+0000 mon.a (mon.0) 4592 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.384170+0000 mon.a (mon.0) 4593 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.387221+0000 mon.a (mon.0) 4594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.388121+0000 mon.a (mon.0) 4595 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.395653+0000 mon.a (mon.0) 4596 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cluster 2023-12-05T13:31:27.427139+0000 mon.a (mon.0) 4597 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cluster 2023-12-05T13:31:27.434021+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cluster 2023-12-05T13:31:27.437582+0000 mon.a (mon.0) 4598 : cluster 1 osd.4 [v2:172.21.15.79:6800/1312769424,v1:172.21.15.79:6801/1312769424] boot 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cluster 2023-12-05T13:31:27.437766+0000 mon.a (mon.0) 4599 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cluster 2023-12-05T13:31:27.442029+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: cluster 2023-12-05T13:31:27.442757+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.444534+0000 mon.a (mon.0) 4600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.488838+0000 mon.a (mon.0) 4601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.491470+0000 mon.a (mon.0) 4602 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.494271+0000 mon.a (mon.0) 4603 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.495262+0000 mon.a (mon.0) 4604 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.502245+0000 mon.a (mon.0) 4605 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.580505+0000 mon.a (mon.0) 4606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.583756+0000 mon.a (mon.0) 4607 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.587588+0000 mon.a (mon.0) 4608 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.589123+0000 mon.a (mon.0) 4609 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.597499+0000 mon.a (mon.0) 4610 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.667396+0000 mon.a (mon.0) 4611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.669931+0000 mon.a (mon.0) 4612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.673955+0000 mon.a (mon.0) 4613 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.675679+0000 mon.a (mon.0) 4614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.682553+0000 mon.a (mon.0) 4615 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.763346+0000 mon.a (mon.0) 4616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.766408+0000 mon.a (mon.0) 4617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.769534+0000 mon.a (mon.0) 4618 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.770709+0000 mon.a (mon.0) 4619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.776932+0000 mon.a (mon.0) 4620 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.854648+0000 mon.a (mon.0) 4621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.859186+0000 mon.a (mon.0) 4622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.863176+0000 mon.a (mon.0) 4623 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.864533+0000 mon.a (mon.0) 4624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:28.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:27 smithi079 bash[66795]: audit 2023-12-05T13:31:27.873572+0000 mon.a (mon.0) 4625 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:27.055935+0000 mgr.y (mgr.34107) 1116 : cluster 0 pgmap v188: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:29.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.071273+0000 mgr.y (mgr.34107) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.168704+0000 mgr.y (mgr.34107) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.301380+0000 mgr.y (mgr.34107) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.396184+0000 mgr.y (mgr.34107) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.502807+0000 mgr.y (mgr.34107) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.598724+0000 mgr.y (mgr.34107) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.683391+0000 mgr.y (mgr.34107) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.777513+0000 mgr.y (mgr.34107) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.874361+0000 mgr.y (mgr.34107) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:27.950029+0000 mon.a (mon.0) 4626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:27.951933+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:27.954291+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:27.955088+0000 mon.a (mon.0) 4629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:27.960845+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cephadm 2023-12-05T13:31:27.961375+0000 mgr.y (mgr.34107) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.040478+0000 mon.a (mon.0) 4631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.042907+0000 mon.a (mon.0) 4632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.046198+0000 mon.a (mon.0) 4633 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.047053+0000 mon.a (mon.0) 4634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.054390+0000 mon.a (mon.0) 4635 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.137668+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.140249+0000 mon.a (mon.0) 4637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.143176+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.144223+0000 mon.a (mon.0) 4639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.150287+0000 mon.a (mon.0) 4640 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.231646+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.234569+0000 mon.a (mon.0) 4642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.239031+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.240222+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.250670+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.332484+0000 mon.a (mon.0) 4646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.335010+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.338580+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.339675+0000 mon.a (mon.0) 4649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.347347+0000 mon.a (mon.0) 4650 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.428672+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.434678+0000 mon.a (mon.0) 4652 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.435992+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.439687+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.442125+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.446208+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.447028+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.447799+0000 mon.a (mon.0) 4654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.448024+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.450103+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.450194+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.450248+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: cluster 2023-12-05T13:31:28.450781+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.455971+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.521847+0000 mon.a (mon.0) 4657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.523935+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.526659+0000 mon.a (mon.0) 4659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.527612+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.534942+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.617686+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.621710+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.624744+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.625924+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.632607+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.714476+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.717099+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.721243+0000 mon.a (mon.0) 4669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.722576+0000 mon.a (mon.0) 4670 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.730942+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.807849+0000 mon.a (mon.0) 4672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.810359+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.813577+0000 mon.a (mon.0) 4674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.814589+0000 mon.a (mon.0) 4675 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.820740+0000 mon.a (mon.0) 4676 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.904193+0000 mon.a (mon.0) 4677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.908092+0000 mon.a (mon.0) 4678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.911943+0000 mon.a (mon.0) 4679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.913468+0000 mon.a (mon.0) 4680 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:28 smithi079 bash[66795]: audit 2023-12-05T13:31:28.921159+0000 mon.a (mon.0) 4681 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.194 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[74945]: debug 2023-12-05T13:31:29.110+0000 7f3c5ca31700 -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-05T13:31:29.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:27.055935+0000 mgr.y (mgr.34107) 1116 : cluster 0 pgmap v188: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:29.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.071273+0000 mgr.y (mgr.34107) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.168704+0000 mgr.y (mgr.34107) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.301380+0000 mgr.y (mgr.34107) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.396184+0000 mgr.y (mgr.34107) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.502807+0000 mgr.y (mgr.34107) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.598724+0000 mgr.y (mgr.34107) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.683391+0000 mgr.y (mgr.34107) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.777513+0000 mgr.y (mgr.34107) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.874361+0000 mgr.y (mgr.34107) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:27.950029+0000 mon.a (mon.0) 4626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:27.951933+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:27.954291+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:27.955088+0000 mon.a (mon.0) 4629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:27.960845+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cephadm 2023-12-05T13:31:27.961375+0000 mgr.y (mgr.34107) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.040478+0000 mon.a (mon.0) 4631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.042907+0000 mon.a (mon.0) 4632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.046198+0000 mon.a (mon.0) 4633 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.047053+0000 mon.a (mon.0) 4634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:27.055935+0000 mgr.y (mgr.34107) 1116 : cluster 0 pgmap v188: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 106/630 objects degraded (16.825%) 2023-12-05T13:31:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.071273+0000 mgr.y (mgr.34107) 1117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.168704+0000 mgr.y (mgr.34107) 1118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.301380+0000 mgr.y (mgr.34107) 1119 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.396184+0000 mgr.y (mgr.34107) 1120 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.502807+0000 mgr.y (mgr.34107) 1121 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.598724+0000 mgr.y (mgr.34107) 1122 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.683391+0000 mgr.y (mgr.34107) 1123 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.777513+0000 mgr.y (mgr.34107) 1124 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.874361+0000 mgr.y (mgr.34107) 1125 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:27.950029+0000 mon.a (mon.0) 4626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:27.951933+0000 mon.a (mon.0) 4627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:27.954291+0000 mon.a (mon.0) 4628 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:27.955088+0000 mon.a (mon.0) 4629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:27.960845+0000 mon.a (mon.0) 4630 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cephadm 2023-12-05T13:31:27.961375+0000 mgr.y (mgr.34107) 1126 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:29.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.040478+0000 mon.a (mon.0) 4631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.042907+0000 mon.a (mon.0) 4632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.046198+0000 mon.a (mon.0) 4633 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.047053+0000 mon.a (mon.0) 4634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.054390+0000 mon.a (mon.0) 4635 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.137668+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.140249+0000 mon.a (mon.0) 4637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.143176+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.144223+0000 mon.a (mon.0) 4639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.150287+0000 mon.a (mon.0) 4640 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.231646+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.234569+0000 mon.a (mon.0) 4642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.239031+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.240222+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.250670+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.332484+0000 mon.a (mon.0) 4646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.335010+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.338580+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.339675+0000 mon.a (mon.0) 4649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.347347+0000 mon.a (mon.0) 4650 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.428672+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.434678+0000 mon.a (mon.0) 4652 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.435992+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.439687+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.442125+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.054390+0000 mon.a (mon.0) 4635 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.137668+0000 mon.a (mon.0) 4636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.140249+0000 mon.a (mon.0) 4637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.143176+0000 mon.a (mon.0) 4638 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.144223+0000 mon.a (mon.0) 4639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.150287+0000 mon.a (mon.0) 4640 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.231646+0000 mon.a (mon.0) 4641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.234569+0000 mon.a (mon.0) 4642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.239031+0000 mon.a (mon.0) 4643 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.240222+0000 mon.a (mon.0) 4644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.250670+0000 mon.a (mon.0) 4645 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.332484+0000 mon.a (mon.0) 4646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.335010+0000 mon.a (mon.0) 4647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.338580+0000 mon.a (mon.0) 4648 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.339675+0000 mon.a (mon.0) 4649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.347347+0000 mon.a (mon.0) 4650 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.428672+0000 mon.a (mon.0) 4651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.434678+0000 mon.a (mon.0) 4652 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.435992+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.439687+0000 mon.a (mon.0) 4653 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.442125+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.446208+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.447028+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.447799+0000 mon.a (mon.0) 4654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.448024+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.450103+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.450194+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.450248+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: cluster 2023-12-05T13:31:28.450781+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.455971+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.521847+0000 mon.a (mon.0) 4657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.523935+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.526659+0000 mon.a (mon.0) 4659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.527612+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.534942+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.617686+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.621710+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.624744+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.625924+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.632607+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.714476+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.717099+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.446208+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.447028+0000 osd.5 (osd.5) 51 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.447799+0000 mon.a (mon.0) 4654 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.448024+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.450103+0000 mon.a (mon.0) 4655 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.450194+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.450248+0000 osd.5 (osd.5) 52 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: cluster 2023-12-05T13:31:28.450781+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.455971+0000 mon.a (mon.0) 4656 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.521847+0000 mon.a (mon.0) 4657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.523935+0000 mon.a (mon.0) 4658 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.526659+0000 mon.a (mon.0) 4659 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.527612+0000 mon.a (mon.0) 4660 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.534942+0000 mon.a (mon.0) 4661 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.617686+0000 mon.a (mon.0) 4662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.212 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.621710+0000 mon.a (mon.0) 4663 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.624744+0000 mon.a (mon.0) 4664 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.625924+0000 mon.a (mon.0) 4665 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.632607+0000 mon.a (mon.0) 4666 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.714476+0000 mon.a (mon.0) 4667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.717099+0000 mon.a (mon.0) 4668 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.721243+0000 mon.a (mon.0) 4669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.722576+0000 mon.a (mon.0) 4670 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.730942+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.807849+0000 mon.a (mon.0) 4672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.810359+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.813577+0000 mon.a (mon.0) 4674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.814589+0000 mon.a (mon.0) 4675 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.820740+0000 mon.a (mon.0) 4676 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.904193+0000 mon.a (mon.0) 4677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.908092+0000 mon.a (mon.0) 4678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.911943+0000 mon.a (mon.0) 4679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.913468+0000 mon.a (mon.0) 4680 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[78714]: audit 2023-12-05T13:31:28.921159+0000 mon.a (mon.0) 4681 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.721243+0000 mon.a (mon.0) 4669 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.722576+0000 mon.a (mon.0) 4670 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.730942+0000 mon.a (mon.0) 4671 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.214 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.807849+0000 mon.a (mon.0) 4672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.810359+0000 mon.a (mon.0) 4673 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.813577+0000 mon.a (mon.0) 4674 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.814589+0000 mon.a (mon.0) 4675 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.820740+0000 mon.a (mon.0) 4676 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.904193+0000 mon.a (mon.0) 4677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.908092+0000 mon.a (mon.0) 4678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.911943+0000 mon.a (mon.0) 4679 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.913468+0000 mon.a (mon.0) 4680 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:29.215 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:28 smithi045 bash[81379]: audit 2023-12-05T13:31:28.921159+0000 mon.a (mon.0) 4681 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:29.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:31:29] "GET /metrics HTTP/1.1" 200 38340 "" "Prometheus/2.33.4" 2023-12-05T13:31:30.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.055089+0000 mgr.y (mgr.34107) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.150808+0000 mgr.y (mgr.34107) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.251402+0000 mgr.y (mgr.34107) 1129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.348237+0000 mgr.y (mgr.34107) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.456534+0000 mgr.y (mgr.34107) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.535583+0000 mgr.y (mgr.34107) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.633897+0000 mgr.y (mgr.34107) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.731577+0000 mgr.y (mgr.34107) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.821345+0000 mgr.y (mgr.34107) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:28.921835+0000 mgr.y (mgr.34107) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.003856+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.006606+0000 mon.a (mon.0) 4683 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.009086+0000 mon.a (mon.0) 4684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.010059+0000 mon.a (mon.0) 4685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.017253+0000 mon.a (mon.0) 4686 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: cephadm 2023-12-05T13:31:29.017859+0000 mgr.y (mgr.34107) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.041999+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.049717+0000 mon.a (mon.0) 4688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.057138+0000 mon.a (mon.0) 4689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.100667+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.104609+0000 mon.a (mon.0) 4691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.107727+0000 mon.a (mon.0) 4692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.109595+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[78714]: audit 2023-12-05T13:31:29.111917+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.055089+0000 mgr.y (mgr.34107) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.150808+0000 mgr.y (mgr.34107) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.251402+0000 mgr.y (mgr.34107) 1129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.348237+0000 mgr.y (mgr.34107) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.456534+0000 mgr.y (mgr.34107) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.535583+0000 mgr.y (mgr.34107) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.633897+0000 mgr.y (mgr.34107) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.731577+0000 mgr.y (mgr.34107) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.821345+0000 mgr.y (mgr.34107) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:28.921835+0000 mgr.y (mgr.34107) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.003856+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.006606+0000 mon.a (mon.0) 4683 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.009086+0000 mon.a (mon.0) 4684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.010059+0000 mon.a (mon.0) 4685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.017253+0000 mon.a (mon.0) 4686 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: cephadm 2023-12-05T13:31:29.017859+0000 mgr.y (mgr.34107) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.041999+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.049717+0000 mon.a (mon.0) 4688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.057138+0000 mon.a (mon.0) 4689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.100667+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:30.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.104609+0000 mon.a (mon.0) 4691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.107727+0000 mon.a (mon.0) 4692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.109595+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:29 smithi045 bash[81379]: audit 2023-12-05T13:31:29.111917+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:30.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.055089+0000 mgr.y (mgr.34107) 1127 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.150808+0000 mgr.y (mgr.34107) 1128 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.251402+0000 mgr.y (mgr.34107) 1129 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.348237+0000 mgr.y (mgr.34107) 1130 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.456534+0000 mgr.y (mgr.34107) 1131 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.535583+0000 mgr.y (mgr.34107) 1132 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.633897+0000 mgr.y (mgr.34107) 1133 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.731577+0000 mgr.y (mgr.34107) 1134 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.821345+0000 mgr.y (mgr.34107) 1135 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:28.921835+0000 mgr.y (mgr.34107) 1136 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.003856+0000 mon.a (mon.0) 4682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.006606+0000 mon.a (mon.0) 4683 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.009086+0000 mon.a (mon.0) 4684 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.010059+0000 mon.a (mon.0) 4685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.017253+0000 mon.a (mon.0) 4686 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: cephadm 2023-12-05T13:31:29.017859+0000 mgr.y (mgr.34107) 1137 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.041999+0000 mon.a (mon.0) 4687 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.049717+0000 mon.a (mon.0) 4688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.057138+0000 mon.a (mon.0) 4689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:30.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.100667+0000 mon.a (mon.0) 4690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:30.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.104609+0000 mon.a (mon.0) 4691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.107727+0000 mon.a (mon.0) 4692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.109595+0000 mon.a (mon.0) 4693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:30.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:29 smithi079 bash[66795]: audit 2023-12-05T13:31:29.111917+0000 mon.a (mon.0) 4694 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:31.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[78714]: cluster 2023-12-05T13:31:29.056931+0000 mgr.y (mgr.34107) 1138 : cluster 0 pgmap v191: 161 pgs: 12 peering, 23 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 90/630 objects degraded (14.286%) 2023-12-05T13:31:31.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[78714]: audit 2023-12-05T13:31:29.112150+0000 mgr.y (mgr.34107) 1139 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:31.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[78714]: cephadm 2023-12-05T13:31:29.113253+0000 mgr.y (mgr.34107) 1140 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-12-05T13:31:31.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[78714]: cluster 2023-12-05T13:31:30.054159+0000 mon.a (mon.0) 4695 : cluster 3 Health check update: Degraded data redundancy: 90/630 objects degraded (14.286%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:31.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[81379]: cluster 2023-12-05T13:31:29.056931+0000 mgr.y (mgr.34107) 1138 : cluster 0 pgmap v191: 161 pgs: 12 peering, 23 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 90/630 objects degraded (14.286%) 2023-12-05T13:31:31.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[81379]: audit 2023-12-05T13:31:29.112150+0000 mgr.y (mgr.34107) 1139 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:31.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[81379]: cephadm 2023-12-05T13:31:29.113253+0000 mgr.y (mgr.34107) 1140 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-12-05T13:31:31.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:30 smithi045 bash[81379]: cluster 2023-12-05T13:31:30.054159+0000 mon.a (mon.0) 4695 : cluster 3 Health check update: Degraded data redundancy: 90/630 objects degraded (14.286%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:30 smithi079 bash[66795]: cluster 2023-12-05T13:31:29.056931+0000 mgr.y (mgr.34107) 1138 : cluster 0 pgmap v191: 161 pgs: 12 peering, 23 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 90/630 objects degraded (14.286%) 2023-12-05T13:31:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:30 smithi079 bash[66795]: audit 2023-12-05T13:31:29.112150+0000 mgr.y (mgr.34107) 1139 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:30 smithi079 bash[66795]: cephadm 2023-12-05T13:31:29.113253+0000 mgr.y (mgr.34107) 1140 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-12-05T13:31:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:30 smithi079 bash[66795]: cluster 2023-12-05T13:31:30.054159+0000 mon.a (mon.0) 4695 : cluster 3 Health check update: Degraded data redundancy: 90/630 objects degraded (14.286%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:33.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:32 smithi079 bash[66795]: audit 2023-12-05T13:31:31.040718+0000 mgr.y (mgr.34107) 1141 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:32 smithi079 bash[66795]: cluster 2023-12-05T13:31:31.058570+0000 mgr.y (mgr.34107) 1142 : cluster 0 pgmap v192: 161 pgs: 12 peering, 13 active+undersized+degraded, 17 active+undersized, 119 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 37/630 objects degraded (5.873%) 2023-12-05T13:31:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:32 smithi079 bash[66795]: audit 2023-12-05T13:31:32.438893+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:32 smithi079 bash[66795]: audit 2023-12-05T13:31:32.448530+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:32 smithi079 bash[66795]: audit 2023-12-05T13:31:32.458190+0000 mon.a (mon.0) 4698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[78714]: audit 2023-12-05T13:31:31.040718+0000 mgr.y (mgr.34107) 1141 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[78714]: cluster 2023-12-05T13:31:31.058570+0000 mgr.y (mgr.34107) 1142 : cluster 0 pgmap v192: 161 pgs: 12 peering, 13 active+undersized+degraded, 17 active+undersized, 119 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 37/630 objects degraded (5.873%) 2023-12-05T13:31:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[78714]: audit 2023-12-05T13:31:32.438893+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[78714]: audit 2023-12-05T13:31:32.448530+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[78714]: audit 2023-12-05T13:31:32.458190+0000 mon.a (mon.0) 4698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[81379]: audit 2023-12-05T13:31:31.040718+0000 mgr.y (mgr.34107) 1141 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:33.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[81379]: cluster 2023-12-05T13:31:31.058570+0000 mgr.y (mgr.34107) 1142 : cluster 0 pgmap v192: 161 pgs: 12 peering, 13 active+undersized+degraded, 17 active+undersized, 119 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 37/630 objects degraded (5.873%) 2023-12-05T13:31:33.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[81379]: audit 2023-12-05T13:31:32.438893+0000 mon.a (mon.0) 4696 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[81379]: audit 2023-12-05T13:31:32.448530+0000 mon.a (mon.0) 4697 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:33.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:32 smithi045 bash[81379]: audit 2023-12-05T13:31:32.458190+0000 mon.a (mon.0) 4698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:34.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:33 smithi079 bash[66795]: cluster 2023-12-05T13:31:33.940449+0000 mon.a (mon.0) 4699 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/630 objects degraded (5.873%), 13 pgs degraded) 2023-12-05T13:31:34.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:33 smithi079 bash[66795]: cluster 2023-12-05T13:31:33.940519+0000 mon.a (mon.0) 4700 : cluster 1 Cluster is now healthy 2023-12-05T13:31:34.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:33 smithi045 bash[78714]: cluster 2023-12-05T13:31:33.940449+0000 mon.a (mon.0) 4699 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/630 objects degraded (5.873%), 13 pgs degraded) 2023-12-05T13:31:34.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:33 smithi045 bash[78714]: cluster 2023-12-05T13:31:33.940519+0000 mon.a (mon.0) 4700 : cluster 1 Cluster is now healthy 2023-12-05T13:31:34.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:33 smithi045 bash[81379]: cluster 2023-12-05T13:31:33.940449+0000 mon.a (mon.0) 4699 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/630 objects degraded (5.873%), 13 pgs degraded) 2023-12-05T13:31:34.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:33 smithi045 bash[81379]: cluster 2023-12-05T13:31:33.940519+0000 mon.a (mon.0) 4700 : cluster 1 Cluster is now healthy 2023-12-05T13:31:35.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:35 smithi079 bash[66795]: cluster 2023-12-05T13:31:33.059744+0000 mgr.y (mgr.34107) 1143 : cluster 0 pgmap v193: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:31:35.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:35 smithi079 bash[66795]: audit 2023-12-05T13:31:34.853732+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:35.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:35 smithi079 bash[66795]: audit 2023-12-05T13:31:34.856716+0000 mon.a (mon.0) 4702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:35.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:34 smithi045 bash[78714]: cluster 2023-12-05T13:31:33.059744+0000 mgr.y (mgr.34107) 1143 : cluster 0 pgmap v193: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:31:35.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:34 smithi045 bash[78714]: audit 2023-12-05T13:31:34.853732+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:35.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:34 smithi045 bash[78714]: audit 2023-12-05T13:31:34.856716+0000 mon.a (mon.0) 4702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:35.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:34 smithi045 bash[81379]: cluster 2023-12-05T13:31:33.059744+0000 mgr.y (mgr.34107) 1143 : cluster 0 pgmap v193: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T13:31:35.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:34 smithi045 bash[81379]: audit 2023-12-05T13:31:34.853732+0000 mon.a (mon.0) 4701 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:35.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:34 smithi045 bash[81379]: audit 2023-12-05T13:31:34.856716+0000 mon.a (mon.0) 4702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:35.524 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:31:36.311 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:31:36.311 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 19s ago 21m - - 2023-12-05T13:31:36.311 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 3s ago 21m - - 2023-12-05T13:31:36.311 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (7m) 19s ago 14m 16.5M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:31:36.311 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (6m) 3s ago 14m 44.7M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:31:36.311 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (6m) 19s ago 11m 48.7M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (5m) 3s ago 20m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (6m) 19s ago 22m 510M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (5m) 19s ago 22m 66.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (4m) 3s ago 20m 52.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (4m) 19s ago 20m 55.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (7m) 19s ago 14m 12.7M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (7m) 3s ago 14m 14.2M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (3m) 19s ago 20m 54.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (2m) 19s ago 19m 54.6M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (115s) 19s ago 18m 49.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (73s) 19s ago 18m 49.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 3d893b67e219 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (16s) 3s ago 17m 46.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 410ee921009a 2023-12-05T13:31:36.312 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (16m) 3s ago 16m 69.2M 4096M 17.2.0 e1d6a67b021e 53567b00f6f7 2023-12-05T13:31:36.313 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (16m) 3s ago 16m 63.9M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:31:36.313 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (15m) 3s ago 15m 68.9M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:31:36.313 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (5m) 3s ago 14m 64.7M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:31:36.313 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (12m) 19s ago 12m 89.4M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:31:36.313 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (12m) 3s ago 12m 89.2M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:31:36.313 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (12m) 19s ago 12m 88.4M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:31:36.313 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (12m) 3s ago 12m 88.9M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:31:36.795 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:31:36.795 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:31:36.795 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:31:36.796 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:31:36.797 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:31:36.797 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-05T13:31:36.797 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 10 2023-12-05T13:31:36.797 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:31:36.797 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:31:37.009 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[81379]: cluster 2023-12-05T13:31:35.060999+0000 mgr.y (mgr.34107) 1144 : cluster 0 pgmap v194: 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-05T13:31:37.009 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[81379]: audit 2023-12-05T13:31:35.506569+0000 mgr.y (mgr.34107) 1145 : audit 0 from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:37.009 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[81379]: audit 2023-12-05T13:31:35.893596+0000 mgr.y (mgr.34107) 1146 : audit 0 from='client.44425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:37.009 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[81379]: audit 2023-12-05T13:31:36.683966+0000 mon.a (mon.0) 4703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.009 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[81379]: audit 2023-12-05T13:31:36.694929+0000 mon.a (mon.0) 4704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "10/23 daemons upgraded", 2023-12-05T13:31:37.193 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:31:37.194 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:31:37.194 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:31:37.282 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[81379]: audit 2023-12-05T13:31:36.703563+0000 mon.a (mon.0) 4705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.283 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[81379]: audit 2023-12-05T13:31:36.792778+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.45:0/2396469657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:37.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[78714]: cluster 2023-12-05T13:31:35.060999+0000 mgr.y (mgr.34107) 1144 : cluster 0 pgmap v194: 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-05T13:31:37.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[78714]: audit 2023-12-05T13:31:35.506569+0000 mgr.y (mgr.34107) 1145 : audit 0 from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:37.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[78714]: audit 2023-12-05T13:31:35.893596+0000 mgr.y (mgr.34107) 1146 : audit 0 from='client.44425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:37.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[78714]: audit 2023-12-05T13:31:36.683966+0000 mon.a (mon.0) 4703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[78714]: audit 2023-12-05T13:31:36.694929+0000 mon.a (mon.0) 4704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[78714]: audit 2023-12-05T13:31:36.703563+0000 mon.a (mon.0) 4705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:37 smithi045 bash[78714]: audit 2023-12-05T13:31:36.792778+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.45:0/2396469657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:37 smithi079 bash[66795]: cluster 2023-12-05T13:31:35.060999+0000 mgr.y (mgr.34107) 1144 : cluster 0 pgmap v194: 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-05T13:31:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:37 smithi079 bash[66795]: audit 2023-12-05T13:31:35.506569+0000 mgr.y (mgr.34107) 1145 : audit 0 from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:37 smithi079 bash[66795]: audit 2023-12-05T13:31:35.893596+0000 mgr.y (mgr.34107) 1146 : audit 0 from='client.44425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:37 smithi079 bash[66795]: audit 2023-12-05T13:31:36.683966+0000 mon.a (mon.0) 4703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:37 smithi079 bash[66795]: audit 2023-12-05T13:31:36.694929+0000 mon.a (mon.0) 4704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:37 smithi079 bash[66795]: audit 2023-12-05T13:31:36.703563+0000 mon.a (mon.0) 4705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:37.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:37 smithi079 bash[66795]: audit 2023-12-05T13:31:36.792778+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.45:0/2396469657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:37.667 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-12-05T13:31:38.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:38 smithi079 bash[66795]: audit 2023-12-05T13:31:36.282879+0000 mgr.y (mgr.34107) 1147 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:38.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:38 smithi079 bash[66795]: audit 2023-12-05T13:31:37.664945+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.45:0/566621413' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:31:38.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:38 smithi045 bash[78714]: audit 2023-12-05T13:31:36.282879+0000 mgr.y (mgr.34107) 1147 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:38.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:38 smithi045 bash[78714]: audit 2023-12-05T13:31:37.664945+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.45:0/566621413' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:31:38.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:38 smithi045 bash[81379]: audit 2023-12-05T13:31:36.282879+0000 mgr.y (mgr.34107) 1147 : audit 0 from='client.34509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:38.324 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:38 smithi045 bash[81379]: audit 2023-12-05T13:31:37.664945+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.45:0/566621413' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:31:39.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:39 smithi079 bash[66795]: cluster 2023-12-05T13:31:37.062376+0000 mgr.y (mgr.34107) 1148 : cluster 0 pgmap v195: 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-05T13:31:39.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:39 smithi079 bash[66795]: audit 2023-12-05T13:31:37.190327+0000 mgr.y (mgr.34107) 1149 : audit 0 from='client.44443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:39.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:39 smithi045 bash[81379]: cluster 2023-12-05T13:31:37.062376+0000 mgr.y (mgr.34107) 1148 : cluster 0 pgmap v195: 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-05T13:31:39.329 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:39 smithi045 bash[81379]: audit 2023-12-05T13:31:37.190327+0000 mgr.y (mgr.34107) 1149 : audit 0 from='client.44443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:39.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:39 smithi045 bash[78714]: cluster 2023-12-05T13:31:37.062376+0000 mgr.y (mgr.34107) 1148 : cluster 0 pgmap v195: 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-05T13:31:39.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:39 smithi045 bash[78714]: audit 2023-12-05T13:31:37.190327+0000 mgr.y (mgr.34107) 1149 : audit 0 from='client.44443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:31:39.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:31:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:31:39] "GET /metrics HTTP/1.1" 200 38478 "" "Prometheus/2.33.4" 2023-12-05T13:31:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:41 smithi079 bash[66795]: cluster 2023-12-05T13:31:39.063420+0000 mgr.y (mgr.34107) 1150 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2023-12-05T13:31:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:41 smithi079 bash[66795]: audit 2023-12-05T13:31:40.161947+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:41.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:41 smithi045 bash[78714]: cluster 2023-12-05T13:31:39.063420+0000 mgr.y (mgr.34107) 1150 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2023-12-05T13:31:41.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:41 smithi045 bash[78714]: audit 2023-12-05T13:31:40.161947+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:41.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:41 smithi045 bash[81379]: cluster 2023-12-05T13:31:39.063420+0000 mgr.y (mgr.34107) 1150 : cluster 0 pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2023-12-05T13:31:41.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:41 smithi045 bash[81379]: audit 2023-12-05T13:31:40.161947+0000 mon.a (mon.0) 4706 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:43.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:43 smithi079 bash[66795]: audit 2023-12-05T13:31:41.046794+0000 mgr.y (mgr.34107) 1151 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:43.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:43 smithi079 bash[66795]: cluster 2023-12-05T13:31:41.064785+0000 mgr.y (mgr.34107) 1152 : cluster 0 pgmap v197: 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-05T13:31:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:43 smithi045 bash[78714]: audit 2023-12-05T13:31:41.046794+0000 mgr.y (mgr.34107) 1151 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:43 smithi045 bash[78714]: cluster 2023-12-05T13:31:41.064785+0000 mgr.y (mgr.34107) 1152 : cluster 0 pgmap v197: 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-05T13:31:43.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:43 smithi045 bash[81379]: audit 2023-12-05T13:31:41.046794+0000 mgr.y (mgr.34107) 1151 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:43.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:43 smithi045 bash[81379]: cluster 2023-12-05T13:31:41.064785+0000 mgr.y (mgr.34107) 1152 : cluster 0 pgmap v197: 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-05T13:31:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:45 smithi079 bash[66795]: cluster 2023-12-05T13:31:43.065966+0000 mgr.y (mgr.34107) 1153 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:45 smithi079 bash[66795]: audit 2023-12-05T13:31:44.129215+0000 mon.a (mon.0) 4707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:45.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:45 smithi045 bash[78714]: cluster 2023-12-05T13:31:43.065966+0000 mgr.y (mgr.34107) 1153 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:45.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:45 smithi045 bash[78714]: audit 2023-12-05T13:31:44.129215+0000 mon.a (mon.0) 4707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:45.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:45 smithi045 bash[81379]: cluster 2023-12-05T13:31:43.065966+0000 mgr.y (mgr.34107) 1153 : cluster 0 pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:45.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:45 smithi045 bash[81379]: audit 2023-12-05T13:31:44.129215+0000 mon.a (mon.0) 4707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:46 smithi079 bash[66795]: audit 2023-12-05T13:31:44.129700+0000 mgr.y (mgr.34107) 1154 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:46 smithi079 bash[66795]: cephadm 2023-12-05T13:31:44.132463+0000 mgr.y (mgr.34107) 1155 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-05T13:31:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:46 smithi045 bash[78714]: audit 2023-12-05T13:31:44.129700+0000 mgr.y (mgr.34107) 1154 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:46 smithi045 bash[78714]: cephadm 2023-12-05T13:31:44.132463+0000 mgr.y (mgr.34107) 1155 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-05T13:31:46.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:46 smithi045 bash[81379]: audit 2023-12-05T13:31:44.129700+0000 mgr.y (mgr.34107) 1154 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T13:31:46.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:46 smithi045 bash[81379]: cephadm 2023-12-05T13:31:44.132463+0000 mgr.y (mgr.34107) 1155 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-05T13:31:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:47 smithi079 bash[66795]: cluster 2023-12-05T13:31:45.066988+0000 mgr.y (mgr.34107) 1156 : cluster 0 pgmap v199: 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-05T13:31:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:47 smithi079 bash[66795]: audit 2023-12-05T13:31:46.560860+0000 mon.a (mon.0) 4708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:47 smithi079 bash[66795]: audit 2023-12-05T13:31:46.565026+0000 mon.a (mon.0) 4709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:31:47.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:47 smithi079 bash[66795]: audit 2023-12-05T13:31:46.566830+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:47.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[78714]: cluster 2023-12-05T13:31:45.066988+0000 mgr.y (mgr.34107) 1156 : cluster 0 pgmap v199: 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-05T13:31:47.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[78714]: audit 2023-12-05T13:31:46.560860+0000 mon.a (mon.0) 4708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:47.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[78714]: audit 2023-12-05T13:31:46.565026+0000 mon.a (mon.0) 4709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:31:47.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[78714]: audit 2023-12-05T13:31:46.566830+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[81379]: cluster 2023-12-05T13:31:45.066988+0000 mgr.y (mgr.34107) 1156 : cluster 0 pgmap v199: 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-05T13:31:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[81379]: audit 2023-12-05T13:31:46.560860+0000 mon.a (mon.0) 4708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[81379]: audit 2023-12-05T13:31:46.565026+0000 mon.a (mon.0) 4709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:31:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:47 smithi045 bash[81379]: audit 2023-12-05T13:31:46.566830+0000 mon.a (mon.0) 4710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:48.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:48 smithi079 bash[66795]: cephadm 2023-12-05T13:31:46.553577+0000 mgr.y (mgr.34107) 1157 : cephadm 1 Upgrade: Updating osd.5 2023-12-05T13:31:48.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:48 smithi079 bash[66795]: cephadm 2023-12-05T13:31:46.572619+0000 mgr.y (mgr.34107) 1158 : cephadm 1 Deploying daemon osd.5 on smithi079 2023-12-05T13:31:48.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:48 smithi079 bash[66795]: cluster 2023-12-05T13:31:47.068502+0000 mgr.y (mgr.34107) 1159 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:48.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:48 smithi045 bash[78714]: cephadm 2023-12-05T13:31:46.553577+0000 mgr.y (mgr.34107) 1157 : cephadm 1 Upgrade: Updating osd.5 2023-12-05T13:31:48.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:48 smithi045 bash[78714]: cephadm 2023-12-05T13:31:46.572619+0000 mgr.y (mgr.34107) 1158 : cephadm 1 Deploying daemon osd.5 on smithi079 2023-12-05T13:31:48.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:48 smithi045 bash[78714]: cluster 2023-12-05T13:31:47.068502+0000 mgr.y (mgr.34107) 1159 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:48 smithi045 bash[81379]: cephadm 2023-12-05T13:31:46.553577+0000 mgr.y (mgr.34107) 1157 : cephadm 1 Upgrade: Updating osd.5 2023-12-05T13:31:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:48 smithi045 bash[81379]: cephadm 2023-12-05T13:31:46.572619+0000 mgr.y (mgr.34107) 1158 : cephadm 1 Deploying daemon osd.5 on smithi079 2023-12-05T13:31:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:48 smithi045 bash[81379]: cluster 2023-12-05T13:31:47.068502+0000 mgr.y (mgr.34107) 1159 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:49.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:31:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:31:49] "GET /metrics HTTP/1.1" 200 38478 "" "Prometheus/2.33.4" 2023-12-05T13:31:50.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:50 smithi079 bash[66795]: cluster 2023-12-05T13:31:49.069637+0000 mgr.y (mgr.34107) 1160 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:50.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:50 smithi079 bash[66795]: audit 2023-12-05T13:31:49.847823+0000 mon.a (mon.0) 4711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:50.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:50 smithi045 bash[78714]: cluster 2023-12-05T13:31:49.069637+0000 mgr.y (mgr.34107) 1160 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:50.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:50 smithi045 bash[78714]: audit 2023-12-05T13:31:49.847823+0000 mon.a (mon.0) 4711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:50.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:50 smithi045 bash[81379]: cluster 2023-12-05T13:31:49.069637+0000 mgr.y (mgr.34107) 1160 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:31:50.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:50 smithi045 bash[81379]: audit 2023-12-05T13:31:49.847823+0000 mon.a (mon.0) 4711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:31:51.541 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:51 smithi079 systemd[1]: Stopping Ceph osd.5 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:31:52.291 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:52 smithi079 bash[34332]: debug 2023-12-05T13:31:52.016+0000 7fc86584d700 -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-05T13:31:52.291 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:52 smithi079 bash[34332]: debug 2023-12-05T13:31:52.016+0000 7fc86584d700 -1 osd.5 135 *** Got signal Terminated *** 2023-12-05T13:31:52.291 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:52 smithi079 bash[34332]: debug 2023-12-05T13:31:52.016+0000 7fc86584d700 -1 osd.5 135 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:31:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:52 smithi079 bash[66795]: audit 2023-12-05T13:31:51.058112+0000 mgr.y (mgr.34107) 1161 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:52 smithi079 bash[66795]: cluster 2023-12-05T13:31:51.070980+0000 mgr.y (mgr.34107) 1162 : cluster 0 pgmap v202: 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-05T13:31:52.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:52 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.016486+0000 mon.a (mon.0) 4712 : cluster 1 osd.5 marked itself down and dead 2023-12-05T13:31:52.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:52 smithi045 bash[78714]: audit 2023-12-05T13:31:51.058112+0000 mgr.y (mgr.34107) 1161 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:52.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:52 smithi045 bash[78714]: cluster 2023-12-05T13:31:51.070980+0000 mgr.y (mgr.34107) 1162 : cluster 0 pgmap v202: 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-05T13:31:52.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:52 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.016486+0000 mon.a (mon.0) 4712 : cluster 1 osd.5 marked itself down and dead 2023-12-05T13:31:52.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:52 smithi045 bash[81379]: audit 2023-12-05T13:31:51.058112+0000 mgr.y (mgr.34107) 1161 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:31:52.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:52 smithi045 bash[81379]: cluster 2023-12-05T13:31:51.070980+0000 mgr.y (mgr.34107) 1162 : cluster 0 pgmap v202: 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-05T13:31:52.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:52 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.016486+0000 mon.a (mon.0) 4712 : cluster 1 osd.5 marked itself down and dead 2023-12-05T13:31:53.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.552508+0000 mon.a (mon.0) 4713 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:31:53.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.566844+0000 mon.a (mon.0) 4714 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-05T13:31:53.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.568346+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.570428+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.571430+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.573765+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.575488+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.577594+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: audit 2023-12-05T13:31:52.636776+0000 mon.a (mon.0) 4715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: audit 2023-12-05T13:31:52.645715+0000 mon.a (mon.0) 4716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: audit 2023-12-05T13:31:52.653521+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: audit 2023-12-05T13:31:52.892768+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: audit 2023-12-05T13:31:52.903375+0000 mon.a (mon.0) 4719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: cluster 2023-12-05T13:31:52.905275+0000 mgr.y (mgr.34107) 1163 : cluster 0 pgmap v204: 161 pgs: 6 peering, 20 stale+active+clean, 135 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[81379]: audit 2023-12-05T13:31:52.911948+0000 mon.a (mon.0) 4720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.552508+0000 mon.a (mon.0) 4713 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.566844+0000 mon.a (mon.0) 4714 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.568346+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.570428+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.571430+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.573765+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.575488+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.577594+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: audit 2023-12-05T13:31:52.636776+0000 mon.a (mon.0) 4715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: audit 2023-12-05T13:31:52.645715+0000 mon.a (mon.0) 4716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: audit 2023-12-05T13:31:52.653521+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: audit 2023-12-05T13:31:52.892768+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: audit 2023-12-05T13:31:52.903375+0000 mon.a (mon.0) 4719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: cluster 2023-12-05T13:31:52.905275+0000 mgr.y (mgr.34107) 1163 : cluster 0 pgmap v204: 161 pgs: 6 peering, 20 stale+active+clean, 135 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:31:53.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:53 smithi045 bash[78714]: audit 2023-12-05T13:31:52.911948+0000 mon.a (mon.0) 4720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:54.020 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.552508+0000 mon.a (mon.0) 4713 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:31:54.020 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.566844+0000 mon.a (mon.0) 4714 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-05T13:31:54.020 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.568346+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:54.020 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.570428+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:54.020 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.571430+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.573765+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.575488+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.577594+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: audit 2023-12-05T13:31:52.636776+0000 mon.a (mon.0) 4715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: audit 2023-12-05T13:31:52.645715+0000 mon.a (mon.0) 4716 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: audit 2023-12-05T13:31:52.653521+0000 mon.a (mon.0) 4717 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: audit 2023-12-05T13:31:52.892768+0000 mon.a (mon.0) 4718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: audit 2023-12-05T13:31:52.903375+0000 mon.a (mon.0) 4719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: cluster 2023-12-05T13:31:52.905275+0000 mgr.y (mgr.34107) 1163 : cluster 0 pgmap v204: 161 pgs: 6 peering, 20 stale+active+clean, 135 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T13:31:54.021 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:53 smithi079 bash[66795]: audit 2023-12-05T13:31:52.911948+0000 mon.a (mon.0) 4720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:54.291 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[78376]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-5 2023-12-05T13:31:54.291 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[78598]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-5 2023-12-05T13:31:54.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.570724+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.571470+0000 mon.a (mon.0) 4721 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-05T13:31:54.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.573550+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.574948+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.578222+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.581622+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.899879+0000 mon.a (mon.0) 4722 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[78714]: cluster 2023-12-05T13:31:53.899954+0000 mon.a (mon.0) 4723 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.570724+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.571470+0000 mon.a (mon.0) 4721 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.573550+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.574948+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.578222+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.581622+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.899879+0000 mon.a (mon.0) 4722 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:31:54.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:54 smithi045 bash[81379]: cluster 2023-12-05T13:31:53.899954+0000 mon.a (mon.0) 4723 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:31:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.570724+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.571470+0000 mon.a (mon.0) 4721 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-05T13:31:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.573550+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.574948+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.578222+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:55.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.581622+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T13:31:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.899879+0000 mon.a (mon.0) 4722 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:31:55.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:54 smithi079 bash[66795]: cluster 2023-12-05T13:31:53.899954+0000 mon.a (mon.0) 4723 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:31:55.770 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:55 smithi079 bash[66795]: cluster 2023-12-05T13:31:54.906551+0000 mgr.y (mgr.34107) 1164 : cluster 0 pgmap v206: 161 pgs: 5 active+undersized+degraded, 12 peering, 14 stale+active+clean, 6 active+undersized, 124 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2023-12-05T13:31:55.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:55 smithi045 bash[78714]: cluster 2023-12-05T13:31:54.906551+0000 mgr.y (mgr.34107) 1164 : cluster 0 pgmap v206: 161 pgs: 5 active+undersized+degraded, 12 peering, 14 stale+active+clean, 6 active+undersized, 124 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2023-12-05T13:31:55.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:55 smithi045 bash[81379]: cluster 2023-12-05T13:31:54.906551+0000 mgr.y (mgr.34107) 1164 : cluster 0 pgmap v206: 161 pgs: 5 active+undersized+degraded, 12 peering, 14 stale+active+clean, 6 active+undersized, 124 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2023-12-05T13:31:56.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:56 smithi079 bash[66795]: cluster 2023-12-05T13:31:55.568085+0000 mon.a (mon.0) 4724 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 5 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:56.791 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:56 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-05T13:31:56.791 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:56 smithi079 systemd[1]: Stopped Ceph osd.5 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:31:56.791 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:56 smithi079 systemd[1]: Started Ceph osd.5 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:31:56.903 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:56 smithi045 bash[78714]: cluster 2023-12-05T13:31:55.568085+0000 mon.a (mon.0) 4724 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 5 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:56.903 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:56 smithi045 bash[81379]: cluster 2023-12-05T13:31:55.568085+0000 mon.a (mon.0) 4724 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 5 pgs degraded (PG_DEGRADED) 2023-12-05T13:31:58.101 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.788422+0000 mon.a (mon.0) 4725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.101 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.799287+0000 mon.a (mon.0) 4726 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.101 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.814398+0000 mon.a (mon.0) 4727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.101 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.815894+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.101 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: cluster 2023-12-05T13:31:56.819142+0000 mgr.y (mgr.34107) 1165 : cluster 0 pgmap v207: 161 pgs: 18 active+undersized+degraded, 12 peering, 29 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.824917+0000 mon.a (mon.0) 4729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: cephadm 2023-12-05T13:31:56.825775+0000 mgr.y (mgr.34107) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.880308+0000 mon.a (mon.0) 4730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.889198+0000 mon.a (mon.0) 4731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.898171+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.905129+0000 mon.a (mon.0) 4733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.908679+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.912545+0000 mon.a (mon.0) 4735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.913932+0000 mon.a (mon.0) 4736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:56.923187+0000 mon.a (mon.0) 4737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: cephadm 2023-12-05T13:31:56.924170+0000 mgr.y (mgr.34107) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.010620+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.012729+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.102 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.015407+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.016377+0000 mon.a (mon.0) 4741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.788422+0000 mon.a (mon.0) 4725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.799287+0000 mon.a (mon.0) 4726 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.814398+0000 mon.a (mon.0) 4727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.815894+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: cluster 2023-12-05T13:31:56.819142+0000 mgr.y (mgr.34107) 1165 : cluster 0 pgmap v207: 161 pgs: 18 active+undersized+degraded, 12 peering, 29 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.824917+0000 mon.a (mon.0) 4729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: cephadm 2023-12-05T13:31:56.825775+0000 mgr.y (mgr.34107) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.880308+0000 mon.a (mon.0) 4730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.889198+0000 mon.a (mon.0) 4731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.103 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.898171+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.905129+0000 mon.a (mon.0) 4733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.908679+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.912545+0000 mon.a (mon.0) 4735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.913932+0000 mon.a (mon.0) 4736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:56.923187+0000 mon.a (mon.0) 4737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: cephadm 2023-12-05T13:31:56.924170+0000 mgr.y (mgr.34107) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.010620+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.012729+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.015407+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.016377+0000 mon.a (mon.0) 4741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.024771+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.104 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.025388+0000 mgr.y (mgr.34107) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.103487+0000 mon.a (mon.0) 4743 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.106645+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.110463+0000 mon.a (mon.0) 4745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.112038+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.121026+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.204280+0000 mon.a (mon.0) 4748 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.207015+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.209420+0000 mon.a (mon.0) 4750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.210446+0000 mon.a (mon.0) 4751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.216919+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.297772+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.299978+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.302609+0000 mon.a (mon.0) 4755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.303445+0000 mon.a (mon.0) 4756 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.308954+0000 mon.a (mon.0) 4757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.391465+0000 mon.a (mon.0) 4758 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.393925+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.396871+0000 mon.a (mon.0) 4760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.024771+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.025388+0000 mgr.y (mgr.34107) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.103487+0000 mon.a (mon.0) 4743 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.106645+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.110463+0000 mon.a (mon.0) 4745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.112038+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.121026+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.106 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.204280+0000 mon.a (mon.0) 4748 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.207015+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.209420+0000 mon.a (mon.0) 4750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.210446+0000 mon.a (mon.0) 4751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.216919+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.297772+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.299978+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.302609+0000 mon.a (mon.0) 4755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.303445+0000 mon.a (mon.0) 4756 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.308954+0000 mon.a (mon.0) 4757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.391465+0000 mon.a (mon.0) 4758 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.393925+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.107 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.396871+0000 mon.a (mon.0) 4760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.397926+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.405535+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.483741+0000 mon.a (mon.0) 4763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.486706+0000 mon.a (mon.0) 4764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.490137+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.491512+0000 mon.a (mon.0) 4766 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.499910+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.579556+0000 mon.a (mon.0) 4768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.582303+0000 mon.a (mon.0) 4769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.585228+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.586197+0000 mon.a (mon.0) 4771 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.592351+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.674706+0000 mon.a (mon.0) 4773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.108 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.678483+0000 mon.a (mon.0) 4774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.682166+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.683309+0000 mon.a (mon.0) 4776 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.692484+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.772584+0000 mon.a (mon.0) 4778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.775534+0000 mon.a (mon.0) 4779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.778917+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[78714]: audit 2023-12-05T13:31:57.780416+0000 mon.a (mon.0) 4781 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.397926+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.405535+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.483741+0000 mon.a (mon.0) 4763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.109 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.486706+0000 mon.a (mon.0) 4764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.490137+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.491512+0000 mon.a (mon.0) 4766 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.499910+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.579556+0000 mon.a (mon.0) 4768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.582303+0000 mon.a (mon.0) 4769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.585228+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.586197+0000 mon.a (mon.0) 4771 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.110 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.592351+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.674706+0000 mon.a (mon.0) 4773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.678483+0000 mon.a (mon.0) 4774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.682166+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.683309+0000 mon.a (mon.0) 4776 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.692484+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.772584+0000 mon.a (mon.0) 4778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.775534+0000 mon.a (mon.0) 4779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.778917+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.111 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:57 smithi045 bash[81379]: audit 2023-12-05T13:31:57.780416+0000 mon.a (mon.0) 4781 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.788422+0000 mon.a (mon.0) 4725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.799287+0000 mon.a (mon.0) 4726 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.814398+0000 mon.a (mon.0) 4727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.815894+0000 mon.a (mon.0) 4728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: cluster 2023-12-05T13:31:56.819142+0000 mgr.y (mgr.34107) 1165 : cluster 0 pgmap v207: 161 pgs: 18 active+undersized+degraded, 12 peering, 29 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.824917+0000 mon.a (mon.0) 4729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: cephadm 2023-12-05T13:31:56.825775+0000 mgr.y (mgr.34107) 1166 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.880308+0000 mon.a (mon.0) 4730 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.889198+0000 mon.a (mon.0) 4731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.898171+0000 mon.a (mon.0) 4732 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.905129+0000 mon.a (mon.0) 4733 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.908679+0000 mon.a (mon.0) 4734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.912545+0000 mon.a (mon.0) 4735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.913932+0000 mon.a (mon.0) 4736 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:56.923187+0000 mon.a (mon.0) 4737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: cephadm 2023-12-05T13:31:56.924170+0000 mgr.y (mgr.34107) 1167 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.010620+0000 mon.a (mon.0) 4738 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.012729+0000 mon.a (mon.0) 4739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.015407+0000 mon.a (mon.0) 4740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.016377+0000 mon.a (mon.0) 4741 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.024771+0000 mon.a (mon.0) 4742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.025388+0000 mgr.y (mgr.34107) 1168 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.103487+0000 mon.a (mon.0) 4743 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.106645+0000 mon.a (mon.0) 4744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.110463+0000 mon.a (mon.0) 4745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.112038+0000 mon.a (mon.0) 4746 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.121026+0000 mon.a (mon.0) 4747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.204280+0000 mon.a (mon.0) 4748 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.207015+0000 mon.a (mon.0) 4749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.209420+0000 mon.a (mon.0) 4750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.210446+0000 mon.a (mon.0) 4751 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.216919+0000 mon.a (mon.0) 4752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.297772+0000 mon.a (mon.0) 4753 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.299978+0000 mon.a (mon.0) 4754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.302609+0000 mon.a (mon.0) 4755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.303445+0000 mon.a (mon.0) 4756 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.308954+0000 mon.a (mon.0) 4757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.391465+0000 mon.a (mon.0) 4758 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.393925+0000 mon.a (mon.0) 4759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.396871+0000 mon.a (mon.0) 4760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.397926+0000 mon.a (mon.0) 4761 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.405535+0000 mon.a (mon.0) 4762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.483741+0000 mon.a (mon.0) 4763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.486706+0000 mon.a (mon.0) 4764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.490137+0000 mon.a (mon.0) 4765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.491512+0000 mon.a (mon.0) 4766 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.499910+0000 mon.a (mon.0) 4767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.579556+0000 mon.a (mon.0) 4768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.582303+0000 mon.a (mon.0) 4769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.585228+0000 mon.a (mon.0) 4770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.586197+0000 mon.a (mon.0) 4771 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.592351+0000 mon.a (mon.0) 4772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.674706+0000 mon.a (mon.0) 4773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.678483+0000 mon.a (mon.0) 4774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.682166+0000 mon.a (mon.0) 4775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.683309+0000 mon.a (mon.0) 4776 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.692484+0000 mon.a (mon.0) 4777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.772584+0000 mon.a (mon.0) 4778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.775534+0000 mon.a (mon.0) 4779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.778917+0000 mon.a (mon.0) 4780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:58.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:57 smithi079 bash[66795]: audit 2023-12-05T13:31:57.780416+0000 mon.a (mon.0) 4781 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.110 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.121950+0000 mgr.y (mgr.34107) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.110 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.217620+0000 mgr.y (mgr.34107) 1170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.110 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.309409+0000 mgr.y (mgr.34107) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.110 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.406361+0000 mgr.y (mgr.34107) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.110 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.500566+0000 mgr.y (mgr.34107) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.110 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.592943+0000 mgr.y (mgr.34107) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.111 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.693043+0000 mgr.y (mgr.34107) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.111 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.789406+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.111 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.790066+0000 mgr.y (mgr.34107) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.111 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cluster 2023-12-05T13:31:57.799805+0000 mon.a (mon.0) 4783 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:31:59.111 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.872487+0000 mon.a (mon.0) 4784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.111 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.874681+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.111 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.877394+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.878227+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.883860+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.884710+0000 mgr.y (mgr.34107) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.950103+0000 mon.a (mon.0) 4789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.953001+0000 mon.a (mon.0) 4790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.956675+0000 mon.a (mon.0) 4791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.957804+0000 mon.a (mon.0) 4792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.112 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:57.966214+0000 mon.a (mon.0) 4793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.121950+0000 mgr.y (mgr.34107) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.217620+0000 mgr.y (mgr.34107) 1170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.309409+0000 mgr.y (mgr.34107) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.406361+0000 mgr.y (mgr.34107) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.500566+0000 mgr.y (mgr.34107) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.592943+0000 mgr.y (mgr.34107) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.693043+0000 mgr.y (mgr.34107) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.789406+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.790066+0000 mgr.y (mgr.34107) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cluster 2023-12-05T13:31:57.799805+0000 mon.a (mon.0) 4783 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.872487+0000 mon.a (mon.0) 4784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.874681+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.877394+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.113 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.878227+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.114 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.883860+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.114 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.884710+0000 mgr.y (mgr.34107) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.114 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.950103+0000 mon.a (mon.0) 4789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.114 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.953001+0000 mon.a (mon.0) 4790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.114 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.956675+0000 mon.a (mon.0) 4791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.115 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.957804+0000 mon.a (mon.0) 4792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.115 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:57.966214+0000 mon.a (mon.0) 4793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.115 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: cephadm 2023-12-05T13:31:57.966801+0000 mgr.y (mgr.34107) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.044928+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.047523+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.051010+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.052962+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.061885+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.140441+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.143146+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.146014+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.147092+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.154047+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.221231+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.225232+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.228514+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.116 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.229457+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.235765+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.300363+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.303542+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.306178+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: cephadm 2023-12-05T13:31:57.966801+0000 mgr.y (mgr.34107) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.044928+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.047523+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.051010+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.052962+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.117 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.061885+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.140441+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.143146+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.146014+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.147092+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.154047+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.221231+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.225232+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.228514+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.229457+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.235765+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.300363+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.303542+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.118 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.306178+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.307093+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.313444+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.395189+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.399083+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.402368+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.403573+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.410551+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.488425+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.491617+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.119 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.495373+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.496706+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.505121+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.582057+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.584121+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.586902+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.587960+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.594697+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.673672+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.677823+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.682932+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.684812+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.693949+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.120 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.742024+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.121 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.744661+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.121 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.747380+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.121 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.748315+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.121 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[81379]: audit 2023-12-05T13:31:58.754316+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.121 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.307093+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.121 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.313444+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.121 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.395189+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.399083+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.402368+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.403573+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.410551+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.488425+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.491617+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.495373+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.496706+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.505121+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.122 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.582057+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.584121+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.586902+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.587960+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.594697+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.673672+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.677823+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.682932+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.684812+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.693949+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.742024+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.744661+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.747380+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.748315+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.123 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:58 smithi045 bash[78714]: audit 2023-12-05T13:31:58.754316+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.180 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[78768]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-05T13:31:59.181 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[78768]: 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-05T13:31:59.181 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[78768]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-05T13:31:59.181 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[78768]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-05T13:31:59.181 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[78768]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-05T13:31:59.181 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[78768]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-05T13:31:59.181 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[78768]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-05T13:31:59.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.121950+0000 mgr.y (mgr.34107) 1169 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.217620+0000 mgr.y (mgr.34107) 1170 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.309409+0000 mgr.y (mgr.34107) 1171 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.406361+0000 mgr.y (mgr.34107) 1172 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.500566+0000 mgr.y (mgr.34107) 1173 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.592943+0000 mgr.y (mgr.34107) 1174 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.693043+0000 mgr.y (mgr.34107) 1175 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.183 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.789406+0000 mon.a (mon.0) 4782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.790066+0000 mgr.y (mgr.34107) 1176 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cluster 2023-12-05T13:31:57.799805+0000 mon.a (mon.0) 4783 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:31:59.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.872487+0000 mon.a (mon.0) 4784 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.184 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.874681+0000 mon.a (mon.0) 4785 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.185 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.877394+0000 mon.a (mon.0) 4786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.185 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.878227+0000 mon.a (mon.0) 4787 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.185 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.883860+0000 mon.a (mon.0) 4788 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.185 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.884710+0000 mgr.y (mgr.34107) 1177 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.185 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.950103+0000 mon.a (mon.0) 4789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.185 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.953001+0000 mon.a (mon.0) 4790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.185 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.956675+0000 mon.a (mon.0) 4791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.957804+0000 mon.a (mon.0) 4792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:57.966214+0000 mon.a (mon.0) 4793 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: cephadm 2023-12-05T13:31:57.966801+0000 mgr.y (mgr.34107) 1178 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.044928+0000 mon.a (mon.0) 4794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.047523+0000 mon.a (mon.0) 4795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.051010+0000 mon.a (mon.0) 4796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.052962+0000 mon.a (mon.0) 4797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.186 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.061885+0000 mon.a (mon.0) 4798 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.140441+0000 mon.a (mon.0) 4799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.143146+0000 mon.a (mon.0) 4800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.146014+0000 mon.a (mon.0) 4801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.147092+0000 mon.a (mon.0) 4802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.154047+0000 mon.a (mon.0) 4803 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.221231+0000 mon.a (mon.0) 4804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.225232+0000 mon.a (mon.0) 4805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.187 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.228514+0000 mon.a (mon.0) 4806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.229457+0000 mon.a (mon.0) 4807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.235765+0000 mon.a (mon.0) 4808 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.300363+0000 mon.a (mon.0) 4809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.303542+0000 mon.a (mon.0) 4810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.306178+0000 mon.a (mon.0) 4811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.307093+0000 mon.a (mon.0) 4812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.313444+0000 mon.a (mon.0) 4813 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.395189+0000 mon.a (mon.0) 4814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.399083+0000 mon.a (mon.0) 4815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.402368+0000 mon.a (mon.0) 4816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.403573+0000 mon.a (mon.0) 4817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.410551+0000 mon.a (mon.0) 4818 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.488425+0000 mon.a (mon.0) 4819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.491617+0000 mon.a (mon.0) 4820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.495373+0000 mon.a (mon.0) 4821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.496706+0000 mon.a (mon.0) 4822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.505121+0000 mon.a (mon.0) 4823 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.582057+0000 mon.a (mon.0) 4824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.584121+0000 mon.a (mon.0) 4825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.586902+0000 mon.a (mon.0) 4826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.587960+0000 mon.a (mon.0) 4827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.594697+0000 mon.a (mon.0) 4828 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.192 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.673672+0000 mon.a (mon.0) 4829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.677823+0000 mon.a (mon.0) 4830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.682932+0000 mon.a (mon.0) 4831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.684812+0000 mon.a (mon.0) 4832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.693949+0000 mon.a (mon.0) 4833 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.742024+0000 mon.a (mon.0) 4834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.744661+0000 mon.a (mon.0) 4835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.747380+0000 mon.a (mon.0) 4836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.748315+0000 mon.a (mon.0) 4837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:31:59.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:58 smithi079 bash[66795]: audit 2023-12-05T13:31:58.754316+0000 mon.a (mon.0) 4838 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:31:59.899 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:31:59] "GET /metrics HTTP/1.1" 200 38481 "" "Prometheus/2.33.4" 2023-12-05T13:32:00.005 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.062462+0000 mgr.y (mgr.34107) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.005 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.154783+0000 mgr.y (mgr.34107) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.005 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.236439+0000 mgr.y (mgr.34107) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.005 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.314249+0000 mgr.y (mgr.34107) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.005 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.411079+0000 mgr.y (mgr.34107) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.505819+0000 mgr.y (mgr.34107) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.595328+0000 mgr.y (mgr.34107) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.694809+0000 mgr.y (mgr.34107) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.754809+0000 mgr.y (mgr.34107) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cluster 2023-12-05T13:31:58.819840+0000 mgr.y (mgr.34107) 1188 : cluster 0 pgmap v208: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.832756+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.835461+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.837974+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.838998+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.845040+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.845485+0000 mgr.y (mgr.34107) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.925608+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.928121+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.931552+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.006 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.932700+0000 mon.a (mon.0) 4847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:58.939884+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:58.940916+0000 mgr.y (mgr.34107) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.022249+0000 mon.a (mon.0) 4849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.025085+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.028280+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.029202+0000 mon.a (mon.0) 4852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.035264+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.035780+0000 mgr.y (mgr.34107) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.115040+0000 mon.a (mon.0) 4854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.118234+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.120676+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.121450+0000 mon.a (mon.0) 4857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.127441+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.205641+0000 mon.a (mon.0) 4859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.007 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.208762+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.212792+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.214246+0000 mon.a (mon.0) 4862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.222171+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.306977+0000 mon.a (mon.0) 4864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.311125+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.316027+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.317200+0000 mon.a (mon.0) 4867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.008 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.325796+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.408849+0000 mon.a (mon.0) 4869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.412997+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.416322+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.417465+0000 mon.a (mon.0) 4872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.425997+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.509989+0000 mon.a (mon.0) 4874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.513040+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.516508+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.517835+0000 mon.a (mon.0) 4877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.526000+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: cluster 2023-12-05T13:31:59.546454+0000 mon.a (mon.0) 4879 : cluster 3 Health check update: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.606699+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.609174+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.611253+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.009 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.612260+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.618036+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.700545+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.703022+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.706387+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.707599+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.010 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:31:59 smithi079 bash[66795]: audit 2023-12-05T13:31:59.715498+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.062462+0000 mgr.y (mgr.34107) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.154783+0000 mgr.y (mgr.34107) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.236439+0000 mgr.y (mgr.34107) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.314249+0000 mgr.y (mgr.34107) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.411079+0000 mgr.y (mgr.34107) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.505819+0000 mgr.y (mgr.34107) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.595328+0000 mgr.y (mgr.34107) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.694809+0000 mgr.y (mgr.34107) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.754809+0000 mgr.y (mgr.34107) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cluster 2023-12-05T13:31:58.819840+0000 mgr.y (mgr.34107) 1188 : cluster 0 pgmap v208: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.832756+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.835461+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.837974+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.838998+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.845040+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.845485+0000 mgr.y (mgr.34107) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.925608+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.928121+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.931552+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.932700+0000 mon.a (mon.0) 4847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:58.939884+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:58.940916+0000 mgr.y (mgr.34107) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.022249+0000 mon.a (mon.0) 4849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.025085+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.028280+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.029202+0000 mon.a (mon.0) 4852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.035264+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.035780+0000 mgr.y (mgr.34107) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.115040+0000 mon.a (mon.0) 4854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.118234+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.120676+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.121450+0000 mon.a (mon.0) 4857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.127441+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.205641+0000 mon.a (mon.0) 4859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.208762+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.212792+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.214246+0000 mon.a (mon.0) 4862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.222171+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.306977+0000 mon.a (mon.0) 4864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.311125+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.316027+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.317200+0000 mon.a (mon.0) 4867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.325796+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.408849+0000 mon.a (mon.0) 4869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.412997+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.416322+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.417465+0000 mon.a (mon.0) 4872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.425997+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.509989+0000 mon.a (mon.0) 4874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.513040+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.516508+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.517835+0000 mon.a (mon.0) 4877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.526000+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: cluster 2023-12-05T13:31:59.546454+0000 mon.a (mon.0) 4879 : cluster 3 Health check update: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-05T13:32:00.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.606699+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.609174+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.611253+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.612260+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.618036+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.700545+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.703022+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.706387+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.707599+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[78714]: audit 2023-12-05T13:31:59.715498+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.062462+0000 mgr.y (mgr.34107) 1179 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.154783+0000 mgr.y (mgr.34107) 1180 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.236439+0000 mgr.y (mgr.34107) 1181 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.314249+0000 mgr.y (mgr.34107) 1182 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.411079+0000 mgr.y (mgr.34107) 1183 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.505819+0000 mgr.y (mgr.34107) 1184 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.595328+0000 mgr.y (mgr.34107) 1185 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.694809+0000 mgr.y (mgr.34107) 1186 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.754809+0000 mgr.y (mgr.34107) 1187 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cluster 2023-12-05T13:31:58.819840+0000 mgr.y (mgr.34107) 1188 : cluster 0 pgmap v208: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.832756+0000 mon.a (mon.0) 4839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.835461+0000 mon.a (mon.0) 4840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.837974+0000 mon.a (mon.0) 4841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.838998+0000 mon.a (mon.0) 4842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.845040+0000 mon.a (mon.0) 4843 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.845485+0000 mgr.y (mgr.34107) 1189 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.925608+0000 mon.a (mon.0) 4844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.928121+0000 mon.a (mon.0) 4845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.931552+0000 mon.a (mon.0) 4846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.932700+0000 mon.a (mon.0) 4847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:58.939884+0000 mon.a (mon.0) 4848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:58.940916+0000 mgr.y (mgr.34107) 1190 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.022249+0000 mon.a (mon.0) 4849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.025085+0000 mon.a (mon.0) 4850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.028280+0000 mon.a (mon.0) 4851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.029202+0000 mon.a (mon.0) 4852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.035264+0000 mon.a (mon.0) 4853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.035780+0000 mgr.y (mgr.34107) 1191 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.115040+0000 mon.a (mon.0) 4854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.118234+0000 mon.a (mon.0) 4855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.120676+0000 mon.a (mon.0) 4856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.121450+0000 mon.a (mon.0) 4857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.127441+0000 mon.a (mon.0) 4858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.205641+0000 mon.a (mon.0) 4859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.208762+0000 mon.a (mon.0) 4860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.212792+0000 mon.a (mon.0) 4861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.214246+0000 mon.a (mon.0) 4862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.222171+0000 mon.a (mon.0) 4863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.306977+0000 mon.a (mon.0) 4864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.311125+0000 mon.a (mon.0) 4865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.316027+0000 mon.a (mon.0) 4866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.317200+0000 mon.a (mon.0) 4867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.325796+0000 mon.a (mon.0) 4868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.408849+0000 mon.a (mon.0) 4869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.412997+0000 mon.a (mon.0) 4870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.416322+0000 mon.a (mon.0) 4871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.417465+0000 mon.a (mon.0) 4872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.425997+0000 mon.a (mon.0) 4873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.509989+0000 mon.a (mon.0) 4874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.513040+0000 mon.a (mon.0) 4875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.516508+0000 mon.a (mon.0) 4876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.517835+0000 mon.a (mon.0) 4877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.526000+0000 mon.a (mon.0) 4878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: cluster 2023-12-05T13:31:59.546454+0000 mon.a (mon.0) 4879 : cluster 3 Health check update: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.606699+0000 mon.a (mon.0) 4880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.609174+0000 mon.a (mon.0) 4881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.611253+0000 mon.a (mon.0) 4882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.612260+0000 mon.a (mon.0) 4883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.618036+0000 mon.a (mon.0) 4884 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:00.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.700545+0000 mon.a (mon.0) 4885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:00.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.703022+0000 mon.a (mon.0) 4886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:00.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.706387+0000 mon.a (mon.0) 4887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:00.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.707599+0000 mon.a (mon.0) 4888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:00.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:31:59 smithi045 bash[81379]: audit 2023-12-05T13:31:59.715498+0000 mon.a (mon.0) 4889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.128082+0000 mgr.y (mgr.34107) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.223026+0000 mgr.y (mgr.34107) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.326679+0000 mgr.y (mgr.34107) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.426706+0000 mgr.y (mgr.34107) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.526718+0000 mgr.y (mgr.34107) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.618623+0000 mgr.y (mgr.34107) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.716388+0000 mgr.y (mgr.34107) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.794011+0000 mon.a (mon.0) 4890 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cluster 2023-12-05T13:31:59.794872+0000 mon.a (mon.0) 4891 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2023-12-05T13:32:01.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.803225+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.811235+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.812215+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.817647+0000 mon.a (mon.0) 4895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.818175+0000 mgr.y (mgr.34107) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.900229+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.902612+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.905115+0000 mon.a (mon.0) 4898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.906173+0000 mon.a (mon.0) 4899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.913254+0000 mon.a (mon.0) 4900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:31:59.913727+0000 mgr.y (mgr.34107) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.993200+0000 mon.a (mon.0) 4901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.995942+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.998557+0000 mon.a (mon.0) 4903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:31:59.999670+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.008253+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.008757+0000 mgr.y (mgr.34107) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.089022+0000 mon.a (mon.0) 4906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.091658+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.095396+0000 mon.a (mon.0) 4908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.096668+0000 mon.a (mon.0) 4909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.104380+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.186450+0000 mon.a (mon.0) 4911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.192622+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.197787+0000 mon.a (mon.0) 4913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.198617+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.206007+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.286188+0000 mon.a (mon.0) 4916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.290407+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.294479+0000 mon.a (mon.0) 4918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.295907+0000 mon.a (mon.0) 4919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.305330+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.385589+0000 mon.a (mon.0) 4921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.388307+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.391451+0000 mon.a (mon.0) 4923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.392555+0000 mon.a (mon.0) 4924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.398998+0000 mon.a (mon.0) 4925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.477583+0000 mon.a (mon.0) 4926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.480612+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.483252+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.484216+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.490041+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.572367+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.575524+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.579055+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.580419+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.588565+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.669544+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.672371+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.676370+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.677705+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.686100+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.767123+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.769908+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.774014+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.775349+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:00 smithi079 bash[66795]: audit 2023-12-05T13:32:00.783189+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.128082+0000 mgr.y (mgr.34107) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.223026+0000 mgr.y (mgr.34107) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.326679+0000 mgr.y (mgr.34107) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.426706+0000 mgr.y (mgr.34107) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.526718+0000 mgr.y (mgr.34107) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.618623+0000 mgr.y (mgr.34107) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.716388+0000 mgr.y (mgr.34107) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.794011+0000 mon.a (mon.0) 4890 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cluster 2023-12-05T13:31:59.794872+0000 mon.a (mon.0) 4891 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2023-12-05T13:32:01.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.803225+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.811235+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.812215+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.073 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.817647+0000 mon.a (mon.0) 4895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.074 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.818175+0000 mgr.y (mgr.34107) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.074 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.900229+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.074 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.902612+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.074 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.905115+0000 mon.a (mon.0) 4898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.074 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.906173+0000 mon.a (mon.0) 4899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.074 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.913254+0000 mon.a (mon.0) 4900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.074 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:31:59.913727+0000 mgr.y (mgr.34107) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.075 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.128082+0000 mgr.y (mgr.34107) 1192 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.075 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.223026+0000 mgr.y (mgr.34107) 1193 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.075 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.326679+0000 mgr.y (mgr.34107) 1194 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.075 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.426706+0000 mgr.y (mgr.34107) 1195 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.075 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.526718+0000 mgr.y (mgr.34107) 1196 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.075 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.618623+0000 mgr.y (mgr.34107) 1197 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.076 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.716388+0000 mgr.y (mgr.34107) 1198 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.076 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.794011+0000 mon.a (mon.0) 4890 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cluster 2023-12-05T13:31:59.794872+0000 mon.a (mon.0) 4891 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.803225+0000 mon.a (mon.0) 4892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.811235+0000 mon.a (mon.0) 4893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.812215+0000 mon.a (mon.0) 4894 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.817647+0000 mon.a (mon.0) 4895 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.818175+0000 mgr.y (mgr.34107) 1199 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.900229+0000 mon.a (mon.0) 4896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.902612+0000 mon.a (mon.0) 4897 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.905115+0000 mon.a (mon.0) 4898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.906173+0000 mon.a (mon.0) 4899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.913254+0000 mon.a (mon.0) 4900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:31:59.913727+0000 mgr.y (mgr.34107) 1200 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.078 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.993200+0000 mon.a (mon.0) 4901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.078 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.995942+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.079 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.998557+0000 mon.a (mon.0) 4903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.079 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:31:59.999670+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.079 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.008253+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.079 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.008757+0000 mgr.y (mgr.34107) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.079 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.089022+0000 mon.a (mon.0) 4906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.079 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.091658+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.095396+0000 mon.a (mon.0) 4908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.096668+0000 mon.a (mon.0) 4909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.104380+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.186450+0000 mon.a (mon.0) 4911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.192622+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.197787+0000 mon.a (mon.0) 4913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.198617+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.080 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.206007+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.286188+0000 mon.a (mon.0) 4916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.290407+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.294479+0000 mon.a (mon.0) 4918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.081 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.295907+0000 mon.a (mon.0) 4919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.993200+0000 mon.a (mon.0) 4901 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.082 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.995942+0000 mon.a (mon.0) 4902 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.082 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.998557+0000 mon.a (mon.0) 4903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.082 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:31:59.999670+0000 mon.a (mon.0) 4904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.082 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.008253+0000 mon.a (mon.0) 4905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.008757+0000 mgr.y (mgr.34107) 1201 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.089022+0000 mon.a (mon.0) 4906 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.091658+0000 mon.a (mon.0) 4907 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.095396+0000 mon.a (mon.0) 4908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.096668+0000 mon.a (mon.0) 4909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.104380+0000 mon.a (mon.0) 4910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.186450+0000 mon.a (mon.0) 4911 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.192622+0000 mon.a (mon.0) 4912 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.197787+0000 mon.a (mon.0) 4913 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.198617+0000 mon.a (mon.0) 4914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.083 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.206007+0000 mon.a (mon.0) 4915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.084 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.286188+0000 mon.a (mon.0) 4916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.084 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.290407+0000 mon.a (mon.0) 4917 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.084 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.294479+0000 mon.a (mon.0) 4918 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.084 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.295907+0000 mon.a (mon.0) 4919 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.084 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.305330+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.084 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.385589+0000 mon.a (mon.0) 4921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.085 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.388307+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.085 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.391451+0000 mon.a (mon.0) 4923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.085 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.392555+0000 mon.a (mon.0) 4924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.085 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.398998+0000 mon.a (mon.0) 4925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.085 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.477583+0000 mon.a (mon.0) 4926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.085 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.480612+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.086 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.483252+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.484216+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.490041+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.572367+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.575524+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.579055+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.580419+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.588565+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.669544+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.672371+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.676370+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.087 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.677705+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.305330+0000 mon.a (mon.0) 4920 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.385589+0000 mon.a (mon.0) 4921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.388307+0000 mon.a (mon.0) 4922 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.391451+0000 mon.a (mon.0) 4923 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.392555+0000 mon.a (mon.0) 4924 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.398998+0000 mon.a (mon.0) 4925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.477583+0000 mon.a (mon.0) 4926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.480612+0000 mon.a (mon.0) 4927 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.483252+0000 mon.a (mon.0) 4928 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.484216+0000 mon.a (mon.0) 4929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.490041+0000 mon.a (mon.0) 4930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.572367+0000 mon.a (mon.0) 4931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.088 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.575524+0000 mon.a (mon.0) 4932 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.579055+0000 mon.a (mon.0) 4933 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.580419+0000 mon.a (mon.0) 4934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.588565+0000 mon.a (mon.0) 4935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.669544+0000 mon.a (mon.0) 4936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.672371+0000 mon.a (mon.0) 4937 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.676370+0000 mon.a (mon.0) 4938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.677705+0000 mon.a (mon.0) 4939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.686100+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.767123+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.769908+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.089 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.774014+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.775349+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[78714]: audit 2023-12-05T13:32:00.783189+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.686100+0000 mon.a (mon.0) 4940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.767123+0000 mon.a (mon.0) 4941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.769908+0000 mon.a (mon.0) 4942 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.774014+0000 mon.a (mon.0) 4943 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.775349+0000 mon.a (mon.0) 4944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.090 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:00 smithi045 bash[81379]: audit 2023-12-05T13:32:00.783189+0000 mon.a (mon.0) 4945 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.105067+0000 mgr.y (mgr.34107) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.206575+0000 mgr.y (mgr.34107) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.306126+0000 mgr.y (mgr.34107) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.399526+0000 mgr.y (mgr.34107) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.490622+0000 mgr.y (mgr.34107) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.589391+0000 mgr.y (mgr.34107) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.686792+0000 mgr.y (mgr.34107) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.783846+0000 mgr.y (mgr.34107) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cluster 2023-12-05T13:32:00.820674+0000 mgr.y (mgr.34107) 1210 : cluster 0 pgmap v209: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.861540+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.864035+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.866949+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.867886+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.873327+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.873928+0000 mgr.y (mgr.34107) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.953932+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.956279+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.959042+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.959963+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:00.968498+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.105067+0000 mgr.y (mgr.34107) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.206575+0000 mgr.y (mgr.34107) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.306126+0000 mgr.y (mgr.34107) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.399526+0000 mgr.y (mgr.34107) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.490622+0000 mgr.y (mgr.34107) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.589391+0000 mgr.y (mgr.34107) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.686792+0000 mgr.y (mgr.34107) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.783846+0000 mgr.y (mgr.34107) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cluster 2023-12-05T13:32:00.820674+0000 mgr.y (mgr.34107) 1210 : cluster 0 pgmap v209: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.861540+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.864035+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.866949+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.867886+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.873327+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.873928+0000 mgr.y (mgr.34107) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.953932+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.956279+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.959042+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.959963+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:00.968498+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: cephadm 2023-12-05T13:32:00.969068+0000 mgr.y (mgr.34107) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.046898+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.050221+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.054002+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.948 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.055447+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.064600+0000 mon.a (mon.0) 4960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.143016+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.146953+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.151189+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.152698+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.161189+0000 mon.a (mon.0) 4965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.242433+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.245321+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.248480+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.249404+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.256042+0000 mon.a (mon.0) 4970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.337345+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.340019+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.949 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.342459+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.343146+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: cephadm 2023-12-05T13:32:00.969068+0000 mgr.y (mgr.34107) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.046898+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.050221+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.054002+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.055447+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.064600+0000 mon.a (mon.0) 4960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.143016+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.146953+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.151189+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.950 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.152698+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.161189+0000 mon.a (mon.0) 4965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.242433+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.245321+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.248480+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.249404+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.256042+0000 mon.a (mon.0) 4970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.337345+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.340019+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.342459+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.343146+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.350295+0000 mon.a (mon.0) 4975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.951 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.428094+0000 mon.a (mon.0) 4976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.431347+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.435111+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.436791+0000 mon.a (mon.0) 4979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.445078+0000 mon.a (mon.0) 4980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.525597+0000 mon.a (mon.0) 4981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.528558+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.532565+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.533936+0000 mon.a (mon.0) 4984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.542419+0000 mon.a (mon.0) 4985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.618518+0000 mon.a (mon.0) 4986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.621411+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.624839+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.625752+0000 mon.a (mon.0) 4989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.632279+0000 mon.a (mon.0) 4990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.952 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.711034+0000 mon.a (mon.0) 4991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.713708+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.717935+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.350295+0000 mon.a (mon.0) 4975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.428094+0000 mon.a (mon.0) 4976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.431347+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.435111+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.436791+0000 mon.a (mon.0) 4979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.445078+0000 mon.a (mon.0) 4980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.525597+0000 mon.a (mon.0) 4981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.528558+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.953 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.532565+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.533936+0000 mon.a (mon.0) 4984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.542419+0000 mon.a (mon.0) 4985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.618518+0000 mon.a (mon.0) 4986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.621411+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.624839+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.625752+0000 mon.a (mon.0) 4989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.632279+0000 mon.a (mon.0) 4990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.711034+0000 mon.a (mon.0) 4991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.713708+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:01.954 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.717935+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:01.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.718764+0000 mon.a (mon.0) 4994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.726688+0000 mon.a (mon.0) 4995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.955 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[81379]: audit 2023-12-05T13:32:01.806002+0000 mon.a (mon.0) 4996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:01.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.718764+0000 mon.a (mon.0) 4994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:01.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.726688+0000 mon.a (mon.0) 4995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:01.955 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:01 smithi045 bash[78714]: audit 2023-12-05T13:32:01.806002+0000 mon.a (mon.0) 4996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.041 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[79239]: debug 2023-12-05T13:32:01.868+0000 7ff94afe7700 1 -- 172.21.15.79:0/2076146855 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ad23e9f1e0 con 0x55ad23f24800 2023-12-05T13:32:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.105067+0000 mgr.y (mgr.34107) 1202 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.206575+0000 mgr.y (mgr.34107) 1203 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.306126+0000 mgr.y (mgr.34107) 1204 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.399526+0000 mgr.y (mgr.34107) 1205 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.490622+0000 mgr.y (mgr.34107) 1206 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.589391+0000 mgr.y (mgr.34107) 1207 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.686792+0000 mgr.y (mgr.34107) 1208 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.783846+0000 mgr.y (mgr.34107) 1209 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cluster 2023-12-05T13:32:00.820674+0000 mgr.y (mgr.34107) 1210 : cluster 0 pgmap v209: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.861540+0000 mon.a (mon.0) 4946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.864035+0000 mon.a (mon.0) 4947 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.866949+0000 mon.a (mon.0) 4948 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.867886+0000 mon.a (mon.0) 4949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.873327+0000 mon.a (mon.0) 4950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.873928+0000 mgr.y (mgr.34107) 1211 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.953932+0000 mon.a (mon.0) 4951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.956279+0000 mon.a (mon.0) 4952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.959042+0000 mon.a (mon.0) 4953 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.959963+0000 mon.a (mon.0) 4954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:00.968498+0000 mon.a (mon.0) 4955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: cephadm 2023-12-05T13:32:00.969068+0000 mgr.y (mgr.34107) 1212 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.046898+0000 mon.a (mon.0) 4956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.050221+0000 mon.a (mon.0) 4957 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.054002+0000 mon.a (mon.0) 4958 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.055447+0000 mon.a (mon.0) 4959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.064600+0000 mon.a (mon.0) 4960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.143016+0000 mon.a (mon.0) 4961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.146953+0000 mon.a (mon.0) 4962 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.151189+0000 mon.a (mon.0) 4963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.152698+0000 mon.a (mon.0) 4964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.161189+0000 mon.a (mon.0) 4965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.242433+0000 mon.a (mon.0) 4966 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.245321+0000 mon.a (mon.0) 4967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.248480+0000 mon.a (mon.0) 4968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.249404+0000 mon.a (mon.0) 4969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.256042+0000 mon.a (mon.0) 4970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.337345+0000 mon.a (mon.0) 4971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.340019+0000 mon.a (mon.0) 4972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.342459+0000 mon.a (mon.0) 4973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.343146+0000 mon.a (mon.0) 4974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.350295+0000 mon.a (mon.0) 4975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.428094+0000 mon.a (mon.0) 4976 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.431347+0000 mon.a (mon.0) 4977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.435111+0000 mon.a (mon.0) 4978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.436791+0000 mon.a (mon.0) 4979 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.445078+0000 mon.a (mon.0) 4980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.525597+0000 mon.a (mon.0) 4981 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.528558+0000 mon.a (mon.0) 4982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.532565+0000 mon.a (mon.0) 4983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.533936+0000 mon.a (mon.0) 4984 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.542419+0000 mon.a (mon.0) 4985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.618518+0000 mon.a (mon.0) 4986 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.621411+0000 mon.a (mon.0) 4987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.624839+0000 mon.a (mon.0) 4988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.625752+0000 mon.a (mon.0) 4989 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.632279+0000 mon.a (mon.0) 4990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.711034+0000 mon.a (mon.0) 4991 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.713708+0000 mon.a (mon.0) 4992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:02.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.717935+0000 mon.a (mon.0) 4993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:02.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.718764+0000 mon.a (mon.0) 4994 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:02.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.726688+0000 mon.a (mon.0) 4995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:02.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:01 smithi079 bash[66795]: audit 2023-12-05T13:32:01.806002+0000 mon.a (mon.0) 4996 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:02.791 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[79239]: debug 2023-12-05T13:32:02.428+0000 7ff95416d640 -1 Falling back to public interface 2023-12-05T13:32:03.193 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.065277+0000 mgr.y (mgr.34107) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.194 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.068406+0000 mgr.y (mgr.34107) 1214 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:03.194 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.162036+0000 mgr.y (mgr.34107) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.194 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.256835+0000 mgr.y (mgr.34107) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.194 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.350832+0000 mgr.y (mgr.34107) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.194 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.445760+0000 mgr.y (mgr.34107) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.194 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.542939+0000 mgr.y (mgr.34107) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.632809+0000 mgr.y (mgr.34107) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.727311+0000 mgr.y (mgr.34107) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.808198+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.812567+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.813869+0000 mon.a (mon.0) 4999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.830115+0000 mon.a (mon.0) 5000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.830884+0000 mgr.y (mgr.34107) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.895735+0000 mon.a (mon.0) 5001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.897785+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.900217+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.901250+0000 mon.a (mon.0) 5004 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.907839+0000 mon.a (mon.0) 5005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.908373+0000 mgr.y (mgr.34107) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.195 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.974942+0000 mon.a (mon.0) 5006 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.065277+0000 mgr.y (mgr.34107) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.068406+0000 mgr.y (mgr.34107) 1214 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:03.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.162036+0000 mgr.y (mgr.34107) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.256835+0000 mgr.y (mgr.34107) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.350832+0000 mgr.y (mgr.34107) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.445760+0000 mgr.y (mgr.34107) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.542939+0000 mgr.y (mgr.34107) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.632809+0000 mgr.y (mgr.34107) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.727311+0000 mgr.y (mgr.34107) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.808198+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.812567+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.813869+0000 mon.a (mon.0) 4999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.830115+0000 mon.a (mon.0) 5000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.830884+0000 mgr.y (mgr.34107) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.895735+0000 mon.a (mon.0) 5001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.897785+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.900217+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.901250+0000 mon.a (mon.0) 5004 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.907839+0000 mon.a (mon.0) 5005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.908373+0000 mgr.y (mgr.34107) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.974942+0000 mon.a (mon.0) 5006 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.065277+0000 mgr.y (mgr.34107) 1213 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.068406+0000 mgr.y (mgr.34107) 1214 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.162036+0000 mgr.y (mgr.34107) 1215 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.256835+0000 mgr.y (mgr.34107) 1216 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.350832+0000 mgr.y (mgr.34107) 1217 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.445760+0000 mgr.y (mgr.34107) 1218 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.542939+0000 mgr.y (mgr.34107) 1219 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.632809+0000 mgr.y (mgr.34107) 1220 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.727311+0000 mgr.y (mgr.34107) 1221 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.808198+0000 mon.a (mon.0) 4997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.812567+0000 mon.a (mon.0) 4998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.813869+0000 mon.a (mon.0) 4999 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.830115+0000 mon.a (mon.0) 5000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.830884+0000 mgr.y (mgr.34107) 1222 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.895735+0000 mon.a (mon.0) 5001 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.897785+0000 mon.a (mon.0) 5002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.900217+0000 mon.a (mon.0) 5003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.901250+0000 mon.a (mon.0) 5004 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.907839+0000 mon.a (mon.0) 5005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.908373+0000 mgr.y (mgr.34107) 1223 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.974942+0000 mon.a (mon.0) 5006 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.199 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.977324+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.979716+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.980767+0000 mon.a (mon.0) 5009 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:01.988542+0000 mon.a (mon.0) 5010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: cephadm 2023-12-05T13:32:01.989155+0000 mgr.y (mgr.34107) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.056350+0000 mon.a (mon.0) 5011 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.060514+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.063641+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.064681+0000 mon.a (mon.0) 5014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.071432+0000 mon.a (mon.0) 5015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.155434+0000 mon.a (mon.0) 5016 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.200 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.160061+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.165281+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.166708+0000 mon.a (mon.0) 5019 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.173806+0000 mon.a (mon.0) 5020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.254708+0000 mon.a (mon.0) 5021 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.257017+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.259572+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.260503+0000 mon.a (mon.0) 5024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.266694+0000 mon.a (mon.0) 5025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.344890+0000 mon.a (mon.0) 5026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.348068+0000 mon.a (mon.0) 5027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.351438+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.352770+0000 mon.a (mon.0) 5029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.361337+0000 mon.a (mon.0) 5030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.439693+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.201 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.442470+0000 mon.a (mon.0) 5032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.445276+0000 mon.a (mon.0) 5033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.446241+0000 mon.a (mon.0) 5034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.455313+0000 mon.a (mon.0) 5035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.537981+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.540731+0000 mon.a (mon.0) 5037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.544013+0000 mon.a (mon.0) 5038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.545273+0000 mon.a (mon.0) 5039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.552430+0000 mon.a (mon.0) 5040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.633535+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.637092+0000 mon.a (mon.0) 5042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.640165+0000 mon.a (mon.0) 5043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.641277+0000 mon.a (mon.0) 5044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.648867+0000 mon.a (mon.0) 5045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.731783+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.734492+0000 mon.a (mon.0) 5047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.738101+0000 mon.a (mon.0) 5048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.739160+0000 mon.a (mon.0) 5049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:02 smithi079 bash[66795]: audit 2023-12-05T13:32:02.745489+0000 mon.a (mon.0) 5050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.977324+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.979716+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.980767+0000 mon.a (mon.0) 5009 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:01.988542+0000 mon.a (mon.0) 5010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: cephadm 2023-12-05T13:32:01.989155+0000 mgr.y (mgr.34107) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.056350+0000 mon.a (mon.0) 5011 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.060514+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.063641+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.064681+0000 mon.a (mon.0) 5014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.071432+0000 mon.a (mon.0) 5015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.155434+0000 mon.a (mon.0) 5016 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.160061+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.165281+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.166708+0000 mon.a (mon.0) 5019 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.173806+0000 mon.a (mon.0) 5020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.254708+0000 mon.a (mon.0) 5021 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.257017+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.259572+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.260503+0000 mon.a (mon.0) 5024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.977324+0000 mon.a (mon.0) 5007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.979716+0000 mon.a (mon.0) 5008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.980767+0000 mon.a (mon.0) 5009 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:01.988542+0000 mon.a (mon.0) 5010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: cephadm 2023-12-05T13:32:01.989155+0000 mgr.y (mgr.34107) 1224 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.056350+0000 mon.a (mon.0) 5011 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.060514+0000 mon.a (mon.0) 5012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.063641+0000 mon.a (mon.0) 5013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.064681+0000 mon.a (mon.0) 5014 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.071432+0000 mon.a (mon.0) 5015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.155434+0000 mon.a (mon.0) 5016 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.160061+0000 mon.a (mon.0) 5017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.165281+0000 mon.a (mon.0) 5018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.166708+0000 mon.a (mon.0) 5019 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.173806+0000 mon.a (mon.0) 5020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.254708+0000 mon.a (mon.0) 5021 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.257017+0000 mon.a (mon.0) 5022 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.259572+0000 mon.a (mon.0) 5023 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.260503+0000 mon.a (mon.0) 5024 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.266694+0000 mon.a (mon.0) 5025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.344890+0000 mon.a (mon.0) 5026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.348068+0000 mon.a (mon.0) 5027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.351438+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.352770+0000 mon.a (mon.0) 5029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.361337+0000 mon.a (mon.0) 5030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.439693+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.442470+0000 mon.a (mon.0) 5032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.445276+0000 mon.a (mon.0) 5033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.446241+0000 mon.a (mon.0) 5034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.455313+0000 mon.a (mon.0) 5035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.537981+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.540731+0000 mon.a (mon.0) 5037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.544013+0000 mon.a (mon.0) 5038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.545273+0000 mon.a (mon.0) 5039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.552430+0000 mon.a (mon.0) 5040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.633535+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.637092+0000 mon.a (mon.0) 5042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.640165+0000 mon.a (mon.0) 5043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.641277+0000 mon.a (mon.0) 5044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.648867+0000 mon.a (mon.0) 5045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.731783+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.734492+0000 mon.a (mon.0) 5047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.738101+0000 mon.a (mon.0) 5048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.739160+0000 mon.a (mon.0) 5049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.208 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[81379]: audit 2023-12-05T13:32:02.745489+0000 mon.a (mon.0) 5050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.266694+0000 mon.a (mon.0) 5025 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.344890+0000 mon.a (mon.0) 5026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.348068+0000 mon.a (mon.0) 5027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.351438+0000 mon.a (mon.0) 5028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.352770+0000 mon.a (mon.0) 5029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.361337+0000 mon.a (mon.0) 5030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.439693+0000 mon.a (mon.0) 5031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.442470+0000 mon.a (mon.0) 5032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.445276+0000 mon.a (mon.0) 5033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.446241+0000 mon.a (mon.0) 5034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.455313+0000 mon.a (mon.0) 5035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.537981+0000 mon.a (mon.0) 5036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.540731+0000 mon.a (mon.0) 5037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.544013+0000 mon.a (mon.0) 5038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.545273+0000 mon.a (mon.0) 5039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.552430+0000 mon.a (mon.0) 5040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.633535+0000 mon.a (mon.0) 5041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.637092+0000 mon.a (mon.0) 5042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.640165+0000 mon.a (mon.0) 5043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.641277+0000 mon.a (mon.0) 5044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.648867+0000 mon.a (mon.0) 5045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.731783+0000 mon.a (mon.0) 5046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.734492+0000 mon.a (mon.0) 5047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.738101+0000 mon.a (mon.0) 5048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.739160+0000 mon.a (mon.0) 5049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:03.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:02 smithi045 bash[78714]: audit 2023-12-05T13:32:02.745489+0000 mon.a (mon.0) 5050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.072069+0000 mgr.y (mgr.34107) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.174435+0000 mgr.y (mgr.34107) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.267192+0000 mgr.y (mgr.34107) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.362018+0000 mgr.y (mgr.34107) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.455920+0000 mgr.y (mgr.34107) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.552980+0000 mgr.y (mgr.34107) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.649456+0000 mgr.y (mgr.34107) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.746035+0000 mgr.y (mgr.34107) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cluster 2023-12-05T13:32:02.822225+0000 mgr.y (mgr.34107) 1233 : cluster 0 pgmap v210: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.828637+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.832651+0000 mon.a (mon.0) 5052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.835312+0000 mon.a (mon.0) 5053 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.836344+0000 mon.a (mon.0) 5054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.843048+0000 mon.a (mon.0) 5055 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.844088+0000 mgr.y (mgr.34107) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.926665+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.928970+0000 mon.a (mon.0) 5057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.931773+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.932658+0000 mon.a (mon.0) 5059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:02.941025+0000 mon.a (mon.0) 5060 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.072069+0000 mgr.y (mgr.34107) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.174435+0000 mgr.y (mgr.34107) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.267192+0000 mgr.y (mgr.34107) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.362018+0000 mgr.y (mgr.34107) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.455920+0000 mgr.y (mgr.34107) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.552980+0000 mgr.y (mgr.34107) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.649456+0000 mgr.y (mgr.34107) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.746035+0000 mgr.y (mgr.34107) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cluster 2023-12-05T13:32:02.822225+0000 mgr.y (mgr.34107) 1233 : cluster 0 pgmap v210: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.828637+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.832651+0000 mon.a (mon.0) 5052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.835312+0000 mon.a (mon.0) 5053 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.836344+0000 mon.a (mon.0) 5054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.843048+0000 mon.a (mon.0) 5055 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.844088+0000 mgr.y (mgr.34107) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.926665+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.928970+0000 mon.a (mon.0) 5057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.931773+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.932658+0000 mon.a (mon.0) 5059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:02.941025+0000 mon.a (mon.0) 5060 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: cephadm 2023-12-05T13:32:02.942025+0000 mgr.y (mgr.34107) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.024989+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.027646+0000 mon.a (mon.0) 5062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.030865+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.032045+0000 mon.a (mon.0) 5064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.038201+0000 mon.a (mon.0) 5065 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.120862+0000 mon.a (mon.0) 5066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.123779+0000 mon.a (mon.0) 5067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.127627+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.128866+0000 mon.a (mon.0) 5069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.136195+0000 mon.a (mon.0) 5070 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.214611+0000 mon.a (mon.0) 5071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.219126+0000 mon.a (mon.0) 5072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.223641+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.225272+0000 mon.a (mon.0) 5074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.234432+0000 mon.a (mon.0) 5075 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.314510+0000 mon.a (mon.0) 5076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.316650+0000 mon.a (mon.0) 5077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.319921+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.320859+0000 mon.a (mon.0) 5079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: cephadm 2023-12-05T13:32:02.942025+0000 mgr.y (mgr.34107) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.024989+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.027646+0000 mon.a (mon.0) 5062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.030865+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.032045+0000 mon.a (mon.0) 5064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.038201+0000 mon.a (mon.0) 5065 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.120862+0000 mon.a (mon.0) 5066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.123779+0000 mon.a (mon.0) 5067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.127627+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.128866+0000 mon.a (mon.0) 5069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.136195+0000 mon.a (mon.0) 5070 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.214611+0000 mon.a (mon.0) 5071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.219126+0000 mon.a (mon.0) 5072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.223641+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.225272+0000 mon.a (mon.0) 5074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.234432+0000 mon.a (mon.0) 5075 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.314510+0000 mon.a (mon.0) 5076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.316650+0000 mon.a (mon.0) 5077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.319921+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.320859+0000 mon.a (mon.0) 5079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.328498+0000 mon.a (mon.0) 5080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.407945+0000 mon.a (mon.0) 5081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.411225+0000 mon.a (mon.0) 5082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.414055+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.415205+0000 mon.a (mon.0) 5084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.423858+0000 mon.a (mon.0) 5085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.504516+0000 mon.a (mon.0) 5086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.506719+0000 mon.a (mon.0) 5087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.510381+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.511622+0000 mon.a (mon.0) 5089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.520787+0000 mon.a (mon.0) 5090 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.600732+0000 mon.a (mon.0) 5091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.603354+0000 mon.a (mon.0) 5092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.606933+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.607805+0000 mon.a (mon.0) 5094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.615682+0000 mon.a (mon.0) 5095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.695607+0000 mon.a (mon.0) 5096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.700138+0000 mon.a (mon.0) 5097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.705802+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.707263+0000 mon.a (mon.0) 5099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.716952+0000 mon.a (mon.0) 5100 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.796167+0000 mon.a (mon.0) 5101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.799735+0000 mon.a (mon.0) 5102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.802535+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.803583+0000 mon.a (mon.0) 5104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[81379]: audit 2023-12-05T13:32:03.813135+0000 mon.a (mon.0) 5105 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.328498+0000 mon.a (mon.0) 5080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.407945+0000 mon.a (mon.0) 5081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.411225+0000 mon.a (mon.0) 5082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.414055+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.415205+0000 mon.a (mon.0) 5084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.423858+0000 mon.a (mon.0) 5085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.504516+0000 mon.a (mon.0) 5086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.506719+0000 mon.a (mon.0) 5087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.510381+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.511622+0000 mon.a (mon.0) 5089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.520787+0000 mon.a (mon.0) 5090 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.600732+0000 mon.a (mon.0) 5091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.603354+0000 mon.a (mon.0) 5092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.606933+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.607805+0000 mon.a (mon.0) 5094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.615682+0000 mon.a (mon.0) 5095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.695607+0000 mon.a (mon.0) 5096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.700138+0000 mon.a (mon.0) 5097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.705802+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.707263+0000 mon.a (mon.0) 5099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.716952+0000 mon.a (mon.0) 5100 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.796167+0000 mon.a (mon.0) 5101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.799735+0000 mon.a (mon.0) 5102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.802535+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.803583+0000 mon.a (mon.0) 5104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:03 smithi045 bash[78714]: audit 2023-12-05T13:32:03.813135+0000 mon.a (mon.0) 5105 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.072069+0000 mgr.y (mgr.34107) 1225 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.174435+0000 mgr.y (mgr.34107) 1226 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.229 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.267192+0000 mgr.y (mgr.34107) 1227 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.362018+0000 mgr.y (mgr.34107) 1228 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.455920+0000 mgr.y (mgr.34107) 1229 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.552980+0000 mgr.y (mgr.34107) 1230 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.649456+0000 mgr.y (mgr.34107) 1231 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.746035+0000 mgr.y (mgr.34107) 1232 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cluster 2023-12-05T13:32:02.822225+0000 mgr.y (mgr.34107) 1233 : cluster 0 pgmap v210: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.828637+0000 mon.a (mon.0) 5051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.832651+0000 mon.a (mon.0) 5052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.835312+0000 mon.a (mon.0) 5053 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.836344+0000 mon.a (mon.0) 5054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.843048+0000 mon.a (mon.0) 5055 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.230 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.844088+0000 mgr.y (mgr.34107) 1234 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.926665+0000 mon.a (mon.0) 5056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.928970+0000 mon.a (mon.0) 5057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.931773+0000 mon.a (mon.0) 5058 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.932658+0000 mon.a (mon.0) 5059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:02.941025+0000 mon.a (mon.0) 5060 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: cephadm 2023-12-05T13:32:02.942025+0000 mgr.y (mgr.34107) 1235 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.024989+0000 mon.a (mon.0) 5061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.027646+0000 mon.a (mon.0) 5062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.030865+0000 mon.a (mon.0) 5063 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.032045+0000 mon.a (mon.0) 5064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.038201+0000 mon.a (mon.0) 5065 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.120862+0000 mon.a (mon.0) 5066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.123779+0000 mon.a (mon.0) 5067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.127627+0000 mon.a (mon.0) 5068 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.128866+0000 mon.a (mon.0) 5069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.231 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.136195+0000 mon.a (mon.0) 5070 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.214611+0000 mon.a (mon.0) 5071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.219126+0000 mon.a (mon.0) 5072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.223641+0000 mon.a (mon.0) 5073 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.225272+0000 mon.a (mon.0) 5074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.234432+0000 mon.a (mon.0) 5075 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.314510+0000 mon.a (mon.0) 5076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.316650+0000 mon.a (mon.0) 5077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.319921+0000 mon.a (mon.0) 5078 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.320859+0000 mon.a (mon.0) 5079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.328498+0000 mon.a (mon.0) 5080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.407945+0000 mon.a (mon.0) 5081 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.411225+0000 mon.a (mon.0) 5082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.414055+0000 mon.a (mon.0) 5083 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.415205+0000 mon.a (mon.0) 5084 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.423858+0000 mon.a (mon.0) 5085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.504516+0000 mon.a (mon.0) 5086 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.506719+0000 mon.a (mon.0) 5087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.510381+0000 mon.a (mon.0) 5088 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.511622+0000 mon.a (mon.0) 5089 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.520787+0000 mon.a (mon.0) 5090 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.600732+0000 mon.a (mon.0) 5091 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.603354+0000 mon.a (mon.0) 5092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.606933+0000 mon.a (mon.0) 5093 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.607805+0000 mon.a (mon.0) 5094 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.615682+0000 mon.a (mon.0) 5095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.695607+0000 mon.a (mon.0) 5096 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.700138+0000 mon.a (mon.0) 5097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.705802+0000 mon.a (mon.0) 5098 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.707263+0000 mon.a (mon.0) 5099 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.716952+0000 mon.a (mon.0) 5100 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.796167+0000 mon.a (mon.0) 5101 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.799735+0000 mon.a (mon.0) 5102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.802535+0000 mon.a (mon.0) 5103 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.803583+0000 mon.a (mon.0) 5104 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:04.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:03 smithi079 bash[66795]: audit 2023-12-05T13:32:03.813135+0000 mon.a (mon.0) 5105 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.038903+0000 mgr.y (mgr.34107) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.136740+0000 mgr.y (mgr.34107) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.235411+0000 mgr.y (mgr.34107) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.329207+0000 mgr.y (mgr.34107) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.424509+0000 mgr.y (mgr.34107) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.522744+0000 mgr.y (mgr.34107) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.616264+0000 mgr.y (mgr.34107) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.717595+0000 mgr.y (mgr.34107) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.813835+0000 mgr.y (mgr.34107) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.877214+0000 mon.a (mon.0) 5106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.880417+0000 mon.a (mon.0) 5107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.884170+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.885489+0000 mon.a (mon.0) 5109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.893842+0000 mon.a (mon.0) 5110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.894366+0000 mgr.y (mgr.34107) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.976315+0000 mon.a (mon.0) 5111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.978811+0000 mon.a (mon.0) 5112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.981235+0000 mon.a (mon.0) 5113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.982326+0000 mon.a (mon.0) 5114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:03.989510+0000 mon.a (mon.0) 5115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cephadm 2023-12-05T13:32:03.990206+0000 mgr.y (mgr.34107) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.068883+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.072781+0000 mon.a (mon.0) 5117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.075891+0000 mon.a (mon.0) 5118 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.077004+0000 mon.a (mon.0) 5119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.084223+0000 mon.a (mon.0) 5120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.164551+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.166800+0000 mon.a (mon.0) 5122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.168997+0000 mon.a (mon.0) 5123 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.169858+0000 mon.a (mon.0) 5124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.176574+0000 mon.a (mon.0) 5125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.260303+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.263280+0000 mon.a (mon.0) 5127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.267039+0000 mon.a (mon.0) 5128 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.268288+0000 mon.a (mon.0) 5129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.276169+0000 mon.a (mon.0) 5130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.354217+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.357492+0000 mon.a (mon.0) 5132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.361106+0000 mon.a (mon.0) 5133 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.362683+0000 mon.a (mon.0) 5134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.038903+0000 mgr.y (mgr.34107) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.136740+0000 mgr.y (mgr.34107) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.235411+0000 mgr.y (mgr.34107) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.329207+0000 mgr.y (mgr.34107) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.424509+0000 mgr.y (mgr.34107) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.522744+0000 mgr.y (mgr.34107) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.616264+0000 mgr.y (mgr.34107) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.717595+0000 mgr.y (mgr.34107) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.813835+0000 mgr.y (mgr.34107) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.877214+0000 mon.a (mon.0) 5106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.880417+0000 mon.a (mon.0) 5107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.884170+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.885489+0000 mon.a (mon.0) 5109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.893842+0000 mon.a (mon.0) 5110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.894366+0000 mgr.y (mgr.34107) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.976315+0000 mon.a (mon.0) 5111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.978811+0000 mon.a (mon.0) 5112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.981235+0000 mon.a (mon.0) 5113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.982326+0000 mon.a (mon.0) 5114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:03.989510+0000 mon.a (mon.0) 5115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cephadm 2023-12-05T13:32:03.990206+0000 mgr.y (mgr.34107) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.371651+0000 mon.a (mon.0) 5135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.455297+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.457920+0000 mon.a (mon.0) 5137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.461304+0000 mon.a (mon.0) 5138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.462294+0000 mon.a (mon.0) 5139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.468096+0000 mon.a (mon.0) 5140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: cluster 2023-12-05T13:32:04.547885+0000 mon.a (mon.0) 5141 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:05.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.554062+0000 mon.a (mon.0) 5142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.556771+0000 mon.a (mon.0) 5143 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.560012+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.561190+0000 mon.a (mon.0) 5145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.567301+0000 mon.a (mon.0) 5146 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.647527+0000 mon.a (mon.0) 5147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.650396+0000 mon.a (mon.0) 5148 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.653725+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.654876+0000 mon.a (mon.0) 5150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.662629+0000 mon.a (mon.0) 5151 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.740653+0000 mon.a (mon.0) 5152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.745182+0000 mon.a (mon.0) 5153 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.749498+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.750994+0000 mon.a (mon.0) 5155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[81379]: audit 2023-12-05T13:32:04.760367+0000 mon.a (mon.0) 5156 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.068883+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.072781+0000 mon.a (mon.0) 5117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.075891+0000 mon.a (mon.0) 5118 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.077004+0000 mon.a (mon.0) 5119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.084223+0000 mon.a (mon.0) 5120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.164551+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.166800+0000 mon.a (mon.0) 5122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.168997+0000 mon.a (mon.0) 5123 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.169858+0000 mon.a (mon.0) 5124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.176574+0000 mon.a (mon.0) 5125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.260303+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.263280+0000 mon.a (mon.0) 5127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.267039+0000 mon.a (mon.0) 5128 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.268288+0000 mon.a (mon.0) 5129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.276169+0000 mon.a (mon.0) 5130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.354217+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.357492+0000 mon.a (mon.0) 5132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.361106+0000 mon.a (mon.0) 5133 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.362683+0000 mon.a (mon.0) 5134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.371651+0000 mon.a (mon.0) 5135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.455297+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.457920+0000 mon.a (mon.0) 5137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.461304+0000 mon.a (mon.0) 5138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.462294+0000 mon.a (mon.0) 5139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.468096+0000 mon.a (mon.0) 5140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: cluster 2023-12-05T13:32:04.547885+0000 mon.a (mon.0) 5141 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.554062+0000 mon.a (mon.0) 5142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.556771+0000 mon.a (mon.0) 5143 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.560012+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.561190+0000 mon.a (mon.0) 5145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.567301+0000 mon.a (mon.0) 5146 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.647527+0000 mon.a (mon.0) 5147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.650396+0000 mon.a (mon.0) 5148 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.653725+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.654876+0000 mon.a (mon.0) 5150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.662629+0000 mon.a (mon.0) 5151 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.740653+0000 mon.a (mon.0) 5152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.745182+0000 mon.a (mon.0) 5153 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.749498+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.750994+0000 mon.a (mon.0) 5155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:04 smithi045 bash[78714]: audit 2023-12-05T13:32:04.760367+0000 mon.a (mon.0) 5156 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.038903+0000 mgr.y (mgr.34107) 1236 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.136740+0000 mgr.y (mgr.34107) 1237 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.235411+0000 mgr.y (mgr.34107) 1238 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.329207+0000 mgr.y (mgr.34107) 1239 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.424509+0000 mgr.y (mgr.34107) 1240 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.522744+0000 mgr.y (mgr.34107) 1241 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.616264+0000 mgr.y (mgr.34107) 1242 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.717595+0000 mgr.y (mgr.34107) 1243 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.813835+0000 mgr.y (mgr.34107) 1244 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.877214+0000 mon.a (mon.0) 5106 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.880417+0000 mon.a (mon.0) 5107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.884170+0000 mon.a (mon.0) 5108 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.885489+0000 mon.a (mon.0) 5109 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.893842+0000 mon.a (mon.0) 5110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.894366+0000 mgr.y (mgr.34107) 1245 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.976315+0000 mon.a (mon.0) 5111 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.978811+0000 mon.a (mon.0) 5112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.981235+0000 mon.a (mon.0) 5113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.982326+0000 mon.a (mon.0) 5114 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:03.989510+0000 mon.a (mon.0) 5115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cephadm 2023-12-05T13:32:03.990206+0000 mgr.y (mgr.34107) 1246 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.068883+0000 mon.a (mon.0) 5116 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.072781+0000 mon.a (mon.0) 5117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.075891+0000 mon.a (mon.0) 5118 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.077004+0000 mon.a (mon.0) 5119 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.084223+0000 mon.a (mon.0) 5120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.164551+0000 mon.a (mon.0) 5121 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.166800+0000 mon.a (mon.0) 5122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.168997+0000 mon.a (mon.0) 5123 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.169858+0000 mon.a (mon.0) 5124 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.176574+0000 mon.a (mon.0) 5125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.260303+0000 mon.a (mon.0) 5126 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.263280+0000 mon.a (mon.0) 5127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.267039+0000 mon.a (mon.0) 5128 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.268288+0000 mon.a (mon.0) 5129 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.276169+0000 mon.a (mon.0) 5130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.354217+0000 mon.a (mon.0) 5131 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.357492+0000 mon.a (mon.0) 5132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.361106+0000 mon.a (mon.0) 5133 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.362683+0000 mon.a (mon.0) 5134 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.371651+0000 mon.a (mon.0) 5135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.455297+0000 mon.a (mon.0) 5136 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.457920+0000 mon.a (mon.0) 5137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.461304+0000 mon.a (mon.0) 5138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.462294+0000 mon.a (mon.0) 5139 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.468096+0000 mon.a (mon.0) 5140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: cluster 2023-12-05T13:32:04.547885+0000 mon.a (mon.0) 5141 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 23 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.554062+0000 mon.a (mon.0) 5142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.556771+0000 mon.a (mon.0) 5143 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.560012+0000 mon.a (mon.0) 5144 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.561190+0000 mon.a (mon.0) 5145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.567301+0000 mon.a (mon.0) 5146 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.647527+0000 mon.a (mon.0) 5147 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.650396+0000 mon.a (mon.0) 5148 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.653725+0000 mon.a (mon.0) 5149 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.654876+0000 mon.a (mon.0) 5150 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.662629+0000 mon.a (mon.0) 5151 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.740653+0000 mon.a (mon.0) 5152 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.745182+0000 mon.a (mon.0) 5153 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.749498+0000 mon.a (mon.0) 5154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.750994+0000 mon.a (mon.0) 5155 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:05.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:04 smithi079 bash[66795]: audit 2023-12-05T13:32:04.760367+0000 mon.a (mon.0) 5156 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:05.846 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[79239]: debug 2023-12-05T13:32:05.540+0000 7ff95416d640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-05T13:32:05.846 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[79239]: debug 2023-12-05T13:32:05.576+0000 7ff95416d640 -1 osd.5 135 log_to_monitors true 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.084726+0000 mgr.y (mgr.34107) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.177243+0000 mgr.y (mgr.34107) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.276708+0000 mgr.y (mgr.34107) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.372324+0000 mgr.y (mgr.34107) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.468811+0000 mgr.y (mgr.34107) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.567973+0000 mgr.y (mgr.34107) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.663301+0000 mgr.y (mgr.34107) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.761180+0000 mgr.y (mgr.34107) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cluster 2023-12-05T13:32:04.823249+0000 mgr.y (mgr.34107) 1255 : cluster 0 pgmap v211: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.845565+0000 mon.a (mon.0) 5157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.847860+0000 mon.a (mon.0) 5158 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.850788+0000 mon.a (mon.0) 5159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.851144+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.851833+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.852180+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.865738+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.869105+0000 mgr.y (mgr.34107) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.968406+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.971070+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.974636+0000 mon.a (mon.0) 5166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.975678+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:04.983739+0000 mon.a (mon.0) 5168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: cephadm 2023-12-05T13:32:04.984470+0000 mgr.y (mgr.34107) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.066145+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.068758+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.071867+0000 mon.a (mon.0) 5171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.073185+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.080930+0000 mon.a (mon.0) 5173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.161032+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.163564+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.166490+0000 mon.a (mon.0) 5176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.167722+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.175953+0000 mon.a (mon.0) 5178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.190989+0000 mon.a (mon.0) 5179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.256453+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.258897+0000 mon.a (mon.0) 5181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.261726+0000 mon.a (mon.0) 5182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.262646+0000 mon.a (mon.0) 5183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.268460+0000 mon.a (mon.0) 5184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.346204+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.348871+0000 mon.a (mon.0) 5186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.351850+0000 mon.a (mon.0) 5187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.352976+0000 mon.a (mon.0) 5188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.360945+0000 mon.a (mon.0) 5189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.438931+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.441216+0000 mon.a (mon.0) 5191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.443959+0000 mon.a (mon.0) 5192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.445237+0000 mon.a (mon.0) 5193 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.452742+0000 mon.a (mon.0) 5194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.530728+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.533605+0000 mon.a (mon.0) 5196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.537656+0000 mon.a (mon.0) 5197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.538768+0000 mon.a (mon.0) 5198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.546262+0000 mon.a (mon.0) 5199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.582236+0000 mon.a (mon.0) 5200 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.584761+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.624418+0000 mon.a (mon.0) 5201 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.627360+0000 mon.a (mon.0) 5202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.630985+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.632218+0000 mon.a (mon.0) 5204 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.641157+0000 mon.a (mon.0) 5205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.718969+0000 mon.a (mon.0) 5206 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.722116+0000 mon.a (mon.0) 5207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.725667+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.726867+0000 mon.a (mon.0) 5209 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.735144+0000 mon.a (mon.0) 5210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.815550+0000 mon.a (mon.0) 5211 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.818099+0000 mon.a (mon.0) 5212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.821178+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.822112+0000 mon.a (mon.0) 5214 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:05 smithi079 bash[66795]: audit 2023-12-05T13:32:05.827759+0000 mon.a (mon.0) 5215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.084726+0000 mgr.y (mgr.34107) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.177243+0000 mgr.y (mgr.34107) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.276708+0000 mgr.y (mgr.34107) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.372324+0000 mgr.y (mgr.34107) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.468811+0000 mgr.y (mgr.34107) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.567973+0000 mgr.y (mgr.34107) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.663301+0000 mgr.y (mgr.34107) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.761180+0000 mgr.y (mgr.34107) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cluster 2023-12-05T13:32:04.823249+0000 mgr.y (mgr.34107) 1255 : cluster 0 pgmap v211: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.845565+0000 mon.a (mon.0) 5157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.847860+0000 mon.a (mon.0) 5158 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.850788+0000 mon.a (mon.0) 5159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.851144+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.851833+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:06.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.852180+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.865738+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.869105+0000 mgr.y (mgr.34107) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.968406+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.971070+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.974636+0000 mon.a (mon.0) 5166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.084726+0000 mgr.y (mgr.34107) 1247 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.177243+0000 mgr.y (mgr.34107) 1248 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.276708+0000 mgr.y (mgr.34107) 1249 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.372324+0000 mgr.y (mgr.34107) 1250 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.468811+0000 mgr.y (mgr.34107) 1251 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.567973+0000 mgr.y (mgr.34107) 1252 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.663301+0000 mgr.y (mgr.34107) 1253 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.761180+0000 mgr.y (mgr.34107) 1254 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cluster 2023-12-05T13:32:04.823249+0000 mgr.y (mgr.34107) 1255 : cluster 0 pgmap v211: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.845565+0000 mon.a (mon.0) 5157 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.847860+0000 mon.a (mon.0) 5158 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.850788+0000 mon.a (mon.0) 5159 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.851144+0000 mon.a (mon.0) 5160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.851833+0000 mon.a (mon.0) 5161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.852180+0000 mon.a (mon.0) 5162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.865738+0000 mon.a (mon.0) 5163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.869105+0000 mgr.y (mgr.34107) 1256 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.968406+0000 mon.a (mon.0) 5164 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.971070+0000 mon.a (mon.0) 5165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.974636+0000 mon.a (mon.0) 5166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.975678+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:04.983739+0000 mon.a (mon.0) 5168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: cephadm 2023-12-05T13:32:04.984470+0000 mgr.y (mgr.34107) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.066145+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.068758+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.071867+0000 mon.a (mon.0) 5171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.073185+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.080930+0000 mon.a (mon.0) 5173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.161032+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.163564+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.166490+0000 mon.a (mon.0) 5176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.167722+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.175953+0000 mon.a (mon.0) 5178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.190989+0000 mon.a (mon.0) 5179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.256453+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.258897+0000 mon.a (mon.0) 5181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.261726+0000 mon.a (mon.0) 5182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.262646+0000 mon.a (mon.0) 5183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.268460+0000 mon.a (mon.0) 5184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.346204+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.975678+0000 mon.a (mon.0) 5167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:04.983739+0000 mon.a (mon.0) 5168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: cephadm 2023-12-05T13:32:04.984470+0000 mgr.y (mgr.34107) 1257 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.066145+0000 mon.a (mon.0) 5169 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.068758+0000 mon.a (mon.0) 5170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.071867+0000 mon.a (mon.0) 5171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.073185+0000 mon.a (mon.0) 5172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.080930+0000 mon.a (mon.0) 5173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.161032+0000 mon.a (mon.0) 5174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.163564+0000 mon.a (mon.0) 5175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.166490+0000 mon.a (mon.0) 5176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.167722+0000 mon.a (mon.0) 5177 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.175953+0000 mon.a (mon.0) 5178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.190989+0000 mon.a (mon.0) 5179 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.256453+0000 mon.a (mon.0) 5180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.258897+0000 mon.a (mon.0) 5181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.261726+0000 mon.a (mon.0) 5182 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.262646+0000 mon.a (mon.0) 5183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.268460+0000 mon.a (mon.0) 5184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.346204+0000 mon.a (mon.0) 5185 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.348871+0000 mon.a (mon.0) 5186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.351850+0000 mon.a (mon.0) 5187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.352976+0000 mon.a (mon.0) 5188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.360945+0000 mon.a (mon.0) 5189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.438931+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.441216+0000 mon.a (mon.0) 5191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.443959+0000 mon.a (mon.0) 5192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.445237+0000 mon.a (mon.0) 5193 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.452742+0000 mon.a (mon.0) 5194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.530728+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.533605+0000 mon.a (mon.0) 5196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.537656+0000 mon.a (mon.0) 5197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.538768+0000 mon.a (mon.0) 5198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.546262+0000 mon.a (mon.0) 5199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.582236+0000 mon.a (mon.0) 5200 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.584761+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.624418+0000 mon.a (mon.0) 5201 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.627360+0000 mon.a (mon.0) 5202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.630985+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.348871+0000 mon.a (mon.0) 5186 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.351850+0000 mon.a (mon.0) 5187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.352976+0000 mon.a (mon.0) 5188 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.360945+0000 mon.a (mon.0) 5189 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.438931+0000 mon.a (mon.0) 5190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.441216+0000 mon.a (mon.0) 5191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.443959+0000 mon.a (mon.0) 5192 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.445237+0000 mon.a (mon.0) 5193 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.452742+0000 mon.a (mon.0) 5194 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.530728+0000 mon.a (mon.0) 5195 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.533605+0000 mon.a (mon.0) 5196 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.537656+0000 mon.a (mon.0) 5197 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.538768+0000 mon.a (mon.0) 5198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.546262+0000 mon.a (mon.0) 5199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.582236+0000 mon.a (mon.0) 5200 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.584761+0000 mon.b (mon.2) 7 : audit 1 from='osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.624418+0000 mon.a (mon.0) 5201 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.627360+0000 mon.a (mon.0) 5202 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.630985+0000 mon.a (mon.0) 5203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.632218+0000 mon.a (mon.0) 5204 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.641157+0000 mon.a (mon.0) 5205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.718969+0000 mon.a (mon.0) 5206 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.722116+0000 mon.a (mon.0) 5207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.725667+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.726867+0000 mon.a (mon.0) 5209 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.735144+0000 mon.a (mon.0) 5210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.815550+0000 mon.a (mon.0) 5211 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.818099+0000 mon.a (mon.0) 5212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.821178+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.822112+0000 mon.a (mon.0) 5214 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[81379]: audit 2023-12-05T13:32:05.827759+0000 mon.a (mon.0) 5215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.632218+0000 mon.a (mon.0) 5204 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.641157+0000 mon.a (mon.0) 5205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.718969+0000 mon.a (mon.0) 5206 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.722116+0000 mon.a (mon.0) 5207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.725667+0000 mon.a (mon.0) 5208 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.726867+0000 mon.a (mon.0) 5209 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.735144+0000 mon.a (mon.0) 5210 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.815550+0000 mon.a (mon.0) 5211 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.818099+0000 mon.a (mon.0) 5212 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.821178+0000 mon.a (mon.0) 5213 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.822112+0000 mon.a (mon.0) 5214 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:06.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:05 smithi045 bash[78714]: audit 2023-12-05T13:32:05.827759+0000 mon.a (mon.0) 5215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:06.843 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[79239]: debug 2023-12-05T13:32:06.600+0000 7ff9455de700 -1 osd.5 135 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:32:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.081561+0000 mgr.y (mgr.34107) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.176516+0000 mgr.y (mgr.34107) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.268994+0000 mgr.y (mgr.34107) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.361672+0000 mgr.y (mgr.34107) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.453446+0000 mgr.y (mgr.34107) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.547017+0000 mgr.y (mgr.34107) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.641799+0000 mgr.y (mgr.34107) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.736031+0000 mgr.y (mgr.34107) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.828285+0000 mgr.y (mgr.34107) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:05.905107+0000 mon.a (mon.0) 5216 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:05.908467+0000 mon.a (mon.0) 5217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:05.912595+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:05.913926+0000 mon.a (mon.0) 5219 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:05.921389+0000 mon.a (mon.0) 5220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:05.922196+0000 mgr.y (mgr.34107) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.005642+0000 mon.a (mon.0) 5221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.007950+0000 mon.a (mon.0) 5222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.010811+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.011871+0000 mon.a (mon.0) 5224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.017808+0000 mon.a (mon.0) 5225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.018400+0000 mgr.y (mgr.34107) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.081561+0000 mgr.y (mgr.34107) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.176516+0000 mgr.y (mgr.34107) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.268994+0000 mgr.y (mgr.34107) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.361672+0000 mgr.y (mgr.34107) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.453446+0000 mgr.y (mgr.34107) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.547017+0000 mgr.y (mgr.34107) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.641799+0000 mgr.y (mgr.34107) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.736031+0000 mgr.y (mgr.34107) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.828285+0000 mgr.y (mgr.34107) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:05.905107+0000 mon.a (mon.0) 5216 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:05.908467+0000 mon.a (mon.0) 5217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:05.912595+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:05.913926+0000 mon.a (mon.0) 5219 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:05.921389+0000 mon.a (mon.0) 5220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:05.922196+0000 mgr.y (mgr.34107) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.005642+0000 mon.a (mon.0) 5221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.007950+0000 mon.a (mon.0) 5222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.010811+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.011871+0000 mon.a (mon.0) 5224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.017808+0000 mon.a (mon.0) 5225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.018400+0000 mgr.y (mgr.34107) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.100485+0000 mon.a (mon.0) 5226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.102704+0000 mon.a (mon.0) 5227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.105838+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.106832+0000 mon.a (mon.0) 5229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.114351+0000 mon.a (mon.0) 5230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.192401+0000 mon.a (mon.0) 5231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.195830+0000 mon.a (mon.0) 5232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.199498+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.200758+0000 mon.a (mon.0) 5234 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.209435+0000 mon.a (mon.0) 5235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.286741+0000 mon.a (mon.0) 5236 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.289954+0000 mon.a (mon.0) 5237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.293200+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.294673+0000 mon.a (mon.0) 5239 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.303038+0000 mon.a (mon.0) 5240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.381287+0000 mon.a (mon.0) 5241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.384271+0000 mon.a (mon.0) 5242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.388930+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.390048+0000 mon.a (mon.0) 5244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.398196+0000 mon.a (mon.0) 5245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.477441+0000 mon.a (mon.0) 5246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.479380+0000 mon.a (mon.0) 5247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.482467+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.483852+0000 mon.a (mon.0) 5249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.490581+0000 mon.a (mon.0) 5250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.545037+0000 mon.a (mon.0) 5251 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:32:07.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cluster 2023-12-05T13:32:06.550065+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: cluster 2023-12-05T13:32:06.551914+0000 mon.a (mon.0) 5252 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.553095+0000 mon.a (mon.0) 5253 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.553877+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.569573+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.571801+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.574180+0000 mon.a (mon.0) 5256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.575258+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.582144+0000 mon.a (mon.0) 5258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.663831+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.665873+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.668511+0000 mon.a (mon.0) 5261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.669361+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.676051+0000 mon.a (mon.0) 5263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.754899+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.757973+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.761152+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.762280+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[81379]: audit 2023-12-05T13:32:06.769669+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.100485+0000 mon.a (mon.0) 5226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.102704+0000 mon.a (mon.0) 5227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.105838+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.106832+0000 mon.a (mon.0) 5229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.114351+0000 mon.a (mon.0) 5230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.192401+0000 mon.a (mon.0) 5231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.195830+0000 mon.a (mon.0) 5232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.199498+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.200758+0000 mon.a (mon.0) 5234 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.209435+0000 mon.a (mon.0) 5235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.286741+0000 mon.a (mon.0) 5236 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.289954+0000 mon.a (mon.0) 5237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.293200+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.294673+0000 mon.a (mon.0) 5239 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.303038+0000 mon.a (mon.0) 5240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.381287+0000 mon.a (mon.0) 5241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.384271+0000 mon.a (mon.0) 5242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.388930+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.390048+0000 mon.a (mon.0) 5244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.398196+0000 mon.a (mon.0) 5245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.477441+0000 mon.a (mon.0) 5246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.479380+0000 mon.a (mon.0) 5247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.482467+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.483852+0000 mon.a (mon.0) 5249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.490581+0000 mon.a (mon.0) 5250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.545037+0000 mon.a (mon.0) 5251 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cluster 2023-12-05T13:32:06.550065+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: cluster 2023-12-05T13:32:06.551914+0000 mon.a (mon.0) 5252 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-05T13:32:07.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.553095+0000 mon.a (mon.0) 5253 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.553877+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.569573+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.571801+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.574180+0000 mon.a (mon.0) 5256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.575258+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.582144+0000 mon.a (mon.0) 5258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.663831+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.665873+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.668511+0000 mon.a (mon.0) 5261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.669361+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.676051+0000 mon.a (mon.0) 5263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.754899+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.757973+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.761152+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.762280+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:06 smithi045 bash[78714]: audit 2023-12-05T13:32:06.769669+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.081561+0000 mgr.y (mgr.34107) 1258 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.176516+0000 mgr.y (mgr.34107) 1259 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.268994+0000 mgr.y (mgr.34107) 1260 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.361672+0000 mgr.y (mgr.34107) 1261 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.453446+0000 mgr.y (mgr.34107) 1262 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.547017+0000 mgr.y (mgr.34107) 1263 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.641799+0000 mgr.y (mgr.34107) 1264 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.736031+0000 mgr.y (mgr.34107) 1265 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.828285+0000 mgr.y (mgr.34107) 1266 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:05.905107+0000 mon.a (mon.0) 5216 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:05.908467+0000 mon.a (mon.0) 5217 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:05.912595+0000 mon.a (mon.0) 5218 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:05.913926+0000 mon.a (mon.0) 5219 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:05.921389+0000 mon.a (mon.0) 5220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:05.922196+0000 mgr.y (mgr.34107) 1267 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.005642+0000 mon.a (mon.0) 5221 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.007950+0000 mon.a (mon.0) 5222 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.010811+0000 mon.a (mon.0) 5223 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.011871+0000 mon.a (mon.0) 5224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.017808+0000 mon.a (mon.0) 5225 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.018400+0000 mgr.y (mgr.34107) 1268 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.100485+0000 mon.a (mon.0) 5226 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.102704+0000 mon.a (mon.0) 5227 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.105838+0000 mon.a (mon.0) 5228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.106832+0000 mon.a (mon.0) 5229 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.114351+0000 mon.a (mon.0) 5230 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.192401+0000 mon.a (mon.0) 5231 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.195830+0000 mon.a (mon.0) 5232 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.199498+0000 mon.a (mon.0) 5233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.200758+0000 mon.a (mon.0) 5234 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.209435+0000 mon.a (mon.0) 5235 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.286741+0000 mon.a (mon.0) 5236 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.289954+0000 mon.a (mon.0) 5237 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.293200+0000 mon.a (mon.0) 5238 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.294673+0000 mon.a (mon.0) 5239 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.303038+0000 mon.a (mon.0) 5240 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.381287+0000 mon.a (mon.0) 5241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.384271+0000 mon.a (mon.0) 5242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.388930+0000 mon.a (mon.0) 5243 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.390048+0000 mon.a (mon.0) 5244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.398196+0000 mon.a (mon.0) 5245 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.477441+0000 mon.a (mon.0) 5246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.479380+0000 mon.a (mon.0) 5247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.482467+0000 mon.a (mon.0) 5248 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.483852+0000 mon.a (mon.0) 5249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.490581+0000 mon.a (mon.0) 5250 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.545037+0000 mon.a (mon.0) 5251 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cluster 2023-12-05T13:32:06.550065+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: cluster 2023-12-05T13:32:06.551914+0000 mon.a (mon.0) 5252 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.553095+0000 mon.a (mon.0) 5253 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.553877+0000 mon.b (mon.2) 8 : audit 1 from='osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.569573+0000 mon.a (mon.0) 5254 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.571801+0000 mon.a (mon.0) 5255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.574180+0000 mon.a (mon.0) 5256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.575258+0000 mon.a (mon.0) 5257 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.582144+0000 mon.a (mon.0) 5258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.663831+0000 mon.a (mon.0) 5259 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.665873+0000 mon.a (mon.0) 5260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.668511+0000 mon.a (mon.0) 5261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.669361+0000 mon.a (mon.0) 5262 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.676051+0000 mon.a (mon.0) 5263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.754899+0000 mon.a (mon.0) 5264 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.757973+0000 mon.a (mon.0) 5265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.761152+0000 mon.a (mon.0) 5266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.762280+0000 mon.a (mon.0) 5267 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:07.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:06 smithi079 bash[66795]: audit 2023-12-05T13:32:06.769669+0000 mon.a (mon.0) 5268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.101 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:32:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.114856+0000 mgr.y (mgr.34107) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.209973+0000 mgr.y (mgr.34107) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.303698+0000 mgr.y (mgr.34107) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.398856+0000 mgr.y (mgr.34107) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.491138+0000 mgr.y (mgr.34107) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.582810+0000 mgr.y (mgr.34107) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.677016+0000 mgr.y (mgr.34107) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.770498+0000 mgr.y (mgr.34107) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:06.824218+0000 mgr.y (mgr.34107) 1277 : cluster 0 pgmap v213: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:06.849083+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.855888+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.857924+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.860440+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.861188+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.866709+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.867289+0000 mgr.y (mgr.34107) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.948766+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.951314+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.953929+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.955210+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.114856+0000 mgr.y (mgr.34107) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.209973+0000 mgr.y (mgr.34107) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.303698+0000 mgr.y (mgr.34107) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.398856+0000 mgr.y (mgr.34107) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.491138+0000 mgr.y (mgr.34107) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.582810+0000 mgr.y (mgr.34107) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.677016+0000 mgr.y (mgr.34107) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.770498+0000 mgr.y (mgr.34107) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:06.824218+0000 mgr.y (mgr.34107) 1277 : cluster 0 pgmap v213: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:06.849083+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.855888+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.857924+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.860440+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.861188+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.866709+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.867289+0000 mgr.y (mgr.34107) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.948766+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.951314+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.953929+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.955210+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:06.965645+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cephadm 2023-12-05T13:32:06.966494+0000 mgr.y (mgr.34107) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.048546+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.050786+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.054152+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.055400+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.062232+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.139093+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.141691+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.144275+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.145067+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.153060+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.265282+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.269421+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.273043+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.274470+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.282225+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.367576+0000 mon.a (mon.0) 5294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.370184+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.373248+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:06.965645+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cephadm 2023-12-05T13:32:06.966494+0000 mgr.y (mgr.34107) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.048546+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.050786+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.054152+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.055400+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.062232+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.139093+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.141691+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.144275+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.145067+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.153060+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.265282+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.269421+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.273043+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.274470+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.282225+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.367576+0000 mon.a (mon.0) 5294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.370184+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.373248+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.374489+0000 mon.a (mon.0) 5297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.381095+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.459589+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.462736+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.467574+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.468943+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.477560+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.563428+0000 mon.a (mon.0) 5304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.567755+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.571737+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.573027+0000 mon.a (mon.0) 5307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.579618+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:07.581046+0000 mon.a (mon.0) 5309 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:07.586414+0000 mon.a (mon.0) 5310 : cluster 1 osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483] boot 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:07.586453+0000 mon.a (mon.0) 5311 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:07.587322+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.588636+0000 mon.a (mon.0) 5312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:07.590566+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: cluster 2023-12-05T13:32:07.604308+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.661713+0000 mon.a (mon.0) 5313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.665584+0000 mon.a (mon.0) 5314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.374489+0000 mon.a (mon.0) 5297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.381095+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.459589+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.462736+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.467574+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.468943+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.477560+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.563428+0000 mon.a (mon.0) 5304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.567755+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.571737+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.573027+0000 mon.a (mon.0) 5307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.579618+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:07.581046+0000 mon.a (mon.0) 5309 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:07.586414+0000 mon.a (mon.0) 5310 : cluster 1 osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483] boot 2023-12-05T13:32:08.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:07.586453+0000 mon.a (mon.0) 5311 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:07.587322+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.588636+0000 mon.a (mon.0) 5312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:07.590566+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: cluster 2023-12-05T13:32:07.604308+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.661713+0000 mon.a (mon.0) 5313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.665584+0000 mon.a (mon.0) 5314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.668829+0000 mon.a (mon.0) 5315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.670007+0000 mon.a (mon.0) 5316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.675706+0000 mon.a (mon.0) 5317 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.754285+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.757321+0000 mon.a (mon.0) 5319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.761062+0000 mon.a (mon.0) 5320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.762577+0000 mon.a (mon.0) 5321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[78714]: audit 2023-12-05T13:32:07.770530+0000 mon.a (mon.0) 5322 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.668829+0000 mon.a (mon.0) 5315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.670007+0000 mon.a (mon.0) 5316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.675706+0000 mon.a (mon.0) 5317 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.754285+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.757321+0000 mon.a (mon.0) 5319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.761062+0000 mon.a (mon.0) 5320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.762577+0000 mon.a (mon.0) 5321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:07 smithi045 bash[81379]: audit 2023-12-05T13:32:07.770530+0000 mon.a (mon.0) 5322 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.114856+0000 mgr.y (mgr.34107) 1269 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.209973+0000 mgr.y (mgr.34107) 1270 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.303698+0000 mgr.y (mgr.34107) 1271 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.398856+0000 mgr.y (mgr.34107) 1272 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.491138+0000 mgr.y (mgr.34107) 1273 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.582810+0000 mgr.y (mgr.34107) 1274 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.677016+0000 mgr.y (mgr.34107) 1275 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.770498+0000 mgr.y (mgr.34107) 1276 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:06.824218+0000 mgr.y (mgr.34107) 1277 : cluster 0 pgmap v213: 161 pgs: 23 active+undersized+degraded, 36 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 74/630 objects degraded (11.746%) 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:06.849083+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.855888+0000 mon.a (mon.0) 5269 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.857924+0000 mon.a (mon.0) 5270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.860440+0000 mon.a (mon.0) 5271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.861188+0000 mon.a (mon.0) 5272 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.866709+0000 mon.a (mon.0) 5273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.867289+0000 mgr.y (mgr.34107) 1278 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.948766+0000 mon.a (mon.0) 5274 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.951314+0000 mon.a (mon.0) 5275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.953929+0000 mon.a (mon.0) 5276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.955210+0000 mon.a (mon.0) 5277 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:06.965645+0000 mon.a (mon.0) 5278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cephadm 2023-12-05T13:32:06.966494+0000 mgr.y (mgr.34107) 1279 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.048546+0000 mon.a (mon.0) 5279 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.050786+0000 mon.a (mon.0) 5280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.054152+0000 mon.a (mon.0) 5281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.055400+0000 mon.a (mon.0) 5282 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.062232+0000 mon.a (mon.0) 5283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.139093+0000 mon.a (mon.0) 5284 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.141691+0000 mon.a (mon.0) 5285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.144275+0000 mon.a (mon.0) 5286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.145067+0000 mon.a (mon.0) 5287 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.153060+0000 mon.a (mon.0) 5288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.265282+0000 mon.a (mon.0) 5289 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.269421+0000 mon.a (mon.0) 5290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.273043+0000 mon.a (mon.0) 5291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.274470+0000 mon.a (mon.0) 5292 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.282225+0000 mon.a (mon.0) 5293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.367576+0000 mon.a (mon.0) 5294 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.370184+0000 mon.a (mon.0) 5295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.373248+0000 mon.a (mon.0) 5296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.374489+0000 mon.a (mon.0) 5297 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.381095+0000 mon.a (mon.0) 5298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.459589+0000 mon.a (mon.0) 5299 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.462736+0000 mon.a (mon.0) 5300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.467574+0000 mon.a (mon.0) 5301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.468943+0000 mon.a (mon.0) 5302 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.477560+0000 mon.a (mon.0) 5303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.563428+0000 mon.a (mon.0) 5304 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.567755+0000 mon.a (mon.0) 5305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.571737+0000 mon.a (mon.0) 5306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.573027+0000 mon.a (mon.0) 5307 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.579618+0000 mon.a (mon.0) 5308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:07.581046+0000 mon.a (mon.0) 5309 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:07.586414+0000 mon.a (mon.0) 5310 : cluster 1 osd.5 [v2:172.21.15.79:6808/4262371483,v1:172.21.15.79:6809/4262371483] boot 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:07.586453+0000 mon.a (mon.0) 5311 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:07.587322+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.588636+0000 mon.a (mon.0) 5312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:07.590566+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: cluster 2023-12-05T13:32:07.604308+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.661713+0000 mon.a (mon.0) 5313 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.665584+0000 mon.a (mon.0) 5314 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.668829+0000 mon.a (mon.0) 5315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.670007+0000 mon.a (mon.0) 5316 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.675706+0000 mon.a (mon.0) 5317 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.754285+0000 mon.a (mon.0) 5318 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.757321+0000 mon.a (mon.0) 5319 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.761062+0000 mon.a (mon.0) 5320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.762577+0000 mon.a (mon.0) 5321 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:08.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:07 smithi079 bash[66795]: audit 2023-12-05T13:32:07.770530+0000 mon.a (mon.0) 5322 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:08.927 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:32:08.927 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 12s ago 21m - - 2023-12-05T13:32:08.927 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 16s ago 21m - - 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (8m) 12s ago 14m 16.9M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (7m) 16s ago 14m 44.8M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (6m) 12s ago 12m 48.7M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (6m) 16s ago 21m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (6m) 12s ago 23m 513M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (6m) 12s ago 23m 68.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (5m) 16s ago 21m 50.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (5m) 12s ago 21m 57.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (8m) 12s ago 15m 12.5M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (7m) 16s ago 15m 12.4M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (3m) 12s ago 20m 56.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (3m) 12s ago 20m 57.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (2m) 12s ago 19m 50.5M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (106s) 12s ago 18m 50.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 3d893b67e219 2023-12-05T13:32:08.928 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (49s) 16s ago 18m 46.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 410ee921009a 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 starting - - - 4096M 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (16m) 16s ago 16m 64.1M 4096M 17.2.0 e1d6a67b021e 6df6e904f689 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (16m) 16s ago 16m 69.2M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (6m) 16s ago 15m 64.9M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (12m) 12s ago 12m 89.7M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (12m) 16s ago 12m 89.4M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (12m) 12s ago 12m 88.7M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:32:08.929 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (12m) 16s ago 12m 89.0M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.062717+0000 mgr.y (mgr.34107) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.153742+0000 mgr.y (mgr.34107) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.283028+0000 mgr.y (mgr.34107) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.382009+0000 mgr.y (mgr.34107) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.478498+0000 mgr.y (mgr.34107) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.580498+0000 mgr.y (mgr.34107) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.676260+0000 mgr.y (mgr.34107) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.771298+0000 mgr.y (mgr.34107) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.853453+0000 mon.a (mon.0) 5323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.856632+0000 mon.a (mon.0) 5324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.858991+0000 mon.a (mon.0) 5325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.859668+0000 mon.a (mon.0) 5326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.864678+0000 mon.a (mon.0) 5327 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.865252+0000 mgr.y (mgr.34107) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.944994+0000 mon.a (mon.0) 5328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.947035+0000 mon.a (mon.0) 5329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.950106+0000 mon.a (mon.0) 5330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.951113+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:07.957622+0000 mon.a (mon.0) 5332 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cephadm 2023-12-05T13:32:07.958483+0000 mgr.y (mgr.34107) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.038320+0000 mon.a (mon.0) 5333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.040594+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.044034+0000 mon.a (mon.0) 5335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.045055+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.051225+0000 mon.a (mon.0) 5337 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.131573+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.134094+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.136422+0000 mon.a (mon.0) 5340 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.137185+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.142659+0000 mon.a (mon.0) 5342 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.219593+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.228110+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.230462+0000 mon.a (mon.0) 5345 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.231321+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.237228+0000 mon.a (mon.0) 5347 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.314552+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.317853+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.320797+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.321815+0000 mon.a (mon.0) 5351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.328380+0000 mon.a (mon.0) 5352 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.405292+0000 mon.a (mon.0) 5353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.409616+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.413639+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.414636+0000 mon.a (mon.0) 5356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.420795+0000 mon.a (mon.0) 5357 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.499137+0000 mon.a (mon.0) 5358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.501501+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.503743+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.504495+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.512013+0000 mon.a (mon.0) 5362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.581564+0000 mon.a (mon.0) 5363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.587980+0000 mon.a (mon.0) 5364 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.588490+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.588744+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.591563+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.048 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.594157+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.595467+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.596832+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.597711+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.600365+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.600550+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.602233+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.603620+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.605970+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.607068+0000 mon.a (mon.0) 5367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.613094+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.694889+0000 mon.a (mon.0) 5369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.698994+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.701746+0000 mon.a (mon.0) 5371 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.702600+0000 mon.a (mon.0) 5372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.710533+0000 mon.a (mon.0) 5373 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.789947+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.792222+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.794792+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.795736+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:08 smithi079 bash[66795]: audit 2023-12-05T13:32:08.804331+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.062717+0000 mgr.y (mgr.34107) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.153742+0000 mgr.y (mgr.34107) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.283028+0000 mgr.y (mgr.34107) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.382009+0000 mgr.y (mgr.34107) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.478498+0000 mgr.y (mgr.34107) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.580498+0000 mgr.y (mgr.34107) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.676260+0000 mgr.y (mgr.34107) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.771298+0000 mgr.y (mgr.34107) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.853453+0000 mon.a (mon.0) 5323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.856632+0000 mon.a (mon.0) 5324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.858991+0000 mon.a (mon.0) 5325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.859668+0000 mon.a (mon.0) 5326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.864678+0000 mon.a (mon.0) 5327 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.865252+0000 mgr.y (mgr.34107) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.944994+0000 mon.a (mon.0) 5328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.947035+0000 mon.a (mon.0) 5329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.950106+0000 mon.a (mon.0) 5330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.951113+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:07.957622+0000 mon.a (mon.0) 5332 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cephadm 2023-12-05T13:32:07.958483+0000 mgr.y (mgr.34107) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.038320+0000 mon.a (mon.0) 5333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.062717+0000 mgr.y (mgr.34107) 1280 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.153742+0000 mgr.y (mgr.34107) 1281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.283028+0000 mgr.y (mgr.34107) 1282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.382009+0000 mgr.y (mgr.34107) 1283 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.478498+0000 mgr.y (mgr.34107) 1284 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.580498+0000 mgr.y (mgr.34107) 1285 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.676260+0000 mgr.y (mgr.34107) 1286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.771298+0000 mgr.y (mgr.34107) 1287 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.853453+0000 mon.a (mon.0) 5323 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.856632+0000 mon.a (mon.0) 5324 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.858991+0000 mon.a (mon.0) 5325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.859668+0000 mon.a (mon.0) 5326 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.864678+0000 mon.a (mon.0) 5327 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.865252+0000 mgr.y (mgr.34107) 1288 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.944994+0000 mon.a (mon.0) 5328 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.947035+0000 mon.a (mon.0) 5329 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.950106+0000 mon.a (mon.0) 5330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.951113+0000 mon.a (mon.0) 5331 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:07.957622+0000 mon.a (mon.0) 5332 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cephadm 2023-12-05T13:32:07.958483+0000 mgr.y (mgr.34107) 1289 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:09.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.038320+0000 mon.a (mon.0) 5333 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.040594+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.044034+0000 mon.a (mon.0) 5335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.045055+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.051225+0000 mon.a (mon.0) 5337 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.131573+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.134094+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.136422+0000 mon.a (mon.0) 5340 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.137185+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.142659+0000 mon.a (mon.0) 5342 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.219593+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.228110+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.230462+0000 mon.a (mon.0) 5345 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.231321+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.237228+0000 mon.a (mon.0) 5347 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.314552+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.317853+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.320797+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.321815+0000 mon.a (mon.0) 5351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.328380+0000 mon.a (mon.0) 5352 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.405292+0000 mon.a (mon.0) 5353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.409616+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.413639+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.414636+0000 mon.a (mon.0) 5356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.420795+0000 mon.a (mon.0) 5357 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.499137+0000 mon.a (mon.0) 5358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.501501+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.503743+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.504495+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.512013+0000 mon.a (mon.0) 5362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.581564+0000 mon.a (mon.0) 5363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.587980+0000 mon.a (mon.0) 5364 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.588490+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.588744+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.591563+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.594157+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.595467+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.596832+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.597711+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.600365+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.600550+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.602233+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.603620+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.040594+0000 mon.a (mon.0) 5334 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.044034+0000 mon.a (mon.0) 5335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.045055+0000 mon.a (mon.0) 5336 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.051225+0000 mon.a (mon.0) 5337 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.131573+0000 mon.a (mon.0) 5338 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.134094+0000 mon.a (mon.0) 5339 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.136422+0000 mon.a (mon.0) 5340 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.137185+0000 mon.a (mon.0) 5341 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.142659+0000 mon.a (mon.0) 5342 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.219593+0000 mon.a (mon.0) 5343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.228110+0000 mon.a (mon.0) 5344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.230462+0000 mon.a (mon.0) 5345 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.231321+0000 mon.a (mon.0) 5346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.237228+0000 mon.a (mon.0) 5347 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.314552+0000 mon.a (mon.0) 5348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.317853+0000 mon.a (mon.0) 5349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.320797+0000 mon.a (mon.0) 5350 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.321815+0000 mon.a (mon.0) 5351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.328380+0000 mon.a (mon.0) 5352 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.605970+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.607068+0000 mon.a (mon.0) 5367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.613094+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.694889+0000 mon.a (mon.0) 5369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.698994+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.701746+0000 mon.a (mon.0) 5371 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.702600+0000 mon.a (mon.0) 5372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.710533+0000 mon.a (mon.0) 5373 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.789947+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.792222+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.794792+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.795736+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[81379]: audit 2023-12-05T13:32:08.804331+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.405292+0000 mon.a (mon.0) 5353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.409616+0000 mon.a (mon.0) 5354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.413639+0000 mon.a (mon.0) 5355 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.414636+0000 mon.a (mon.0) 5356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.420795+0000 mon.a (mon.0) 5357 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.499137+0000 mon.a (mon.0) 5358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.501501+0000 mon.a (mon.0) 5359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.503743+0000 mon.a (mon.0) 5360 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.504495+0000 mon.a (mon.0) 5361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.512013+0000 mon.a (mon.0) 5362 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.581564+0000 mon.a (mon.0) 5363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.587980+0000 mon.a (mon.0) 5364 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.588490+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.588744+0000 mon.a (mon.0) 5365 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.591563+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.594157+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.595467+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.596832+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.597711+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.600365+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.600550+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.602233+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.603620+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.605970+0000 mon.a (mon.0) 5366 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.607068+0000 mon.a (mon.0) 5367 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.613094+0000 mon.a (mon.0) 5368 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.694889+0000 mon.a (mon.0) 5369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.698994+0000 mon.a (mon.0) 5370 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.701746+0000 mon.a (mon.0) 5371 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.702600+0000 mon.a (mon.0) 5372 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.710533+0000 mon.a (mon.0) 5373 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.789947+0000 mon.a (mon.0) 5374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.792222+0000 mon.a (mon.0) 5375 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.794792+0000 mon.a (mon.0) 5376 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.795736+0000 mon.a (mon.0) 5377 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:09.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:08 smithi045 bash[78714]: audit 2023-12-05T13:32:08.804331+0000 mon.a (mon.0) 5378 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:09.392 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:32:09.392 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:32:09.392 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:32:09.392 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 11 2023-12-05T13:32:09.393 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:32:09.394 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:32:09.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:32:09] "GET /metrics HTTP/1.1" 200 38488 "" "Prometheus/2.33.4" 2023-12-05T13:32:09.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[74945]: debug 2023-12-05T13:32:09.441+0000 7f3c5ca31700 -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-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "11/23 daemons upgraded", 2023-12-05T13:32:09.763 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:32:09.764 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:32:09.764 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:32:10.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.051815+0000 mgr.y (mgr.34107) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.082571+0000 mgr.y (mgr.34107) 1291 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.143140+0000 mgr.y (mgr.34107) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.238175+0000 mgr.y (mgr.34107) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.328932+0000 mgr.y (mgr.34107) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.421406+0000 mgr.y (mgr.34107) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.504940+0000 mgr.y (mgr.34107) 1296 : audit 0 from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.512957+0000 mgr.y (mgr.34107) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.614362+0000 mgr.y (mgr.34107) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.711258+0000 mgr.y (mgr.34107) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.804993+0000 mgr.y (mgr.34107) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cluster 2023-12-05T13:32:08.824953+0000 mgr.y (mgr.34107) 1301 : cluster 0 pgmap v216: 161 pgs: 10 peering, 18 active+undersized+degraded, 31 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.866573+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.868741+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.870792+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.871603+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.876675+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.877106+0000 mgr.y (mgr.34107) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.898654+0000 mgr.y (mgr.34107) 1303 : audit 0 from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.970826+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.051815+0000 mgr.y (mgr.34107) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.082571+0000 mgr.y (mgr.34107) 1291 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.143140+0000 mgr.y (mgr.34107) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.238175+0000 mgr.y (mgr.34107) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.328932+0000 mgr.y (mgr.34107) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.421406+0000 mgr.y (mgr.34107) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.504940+0000 mgr.y (mgr.34107) 1296 : audit 0 from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.512957+0000 mgr.y (mgr.34107) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.614362+0000 mgr.y (mgr.34107) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.711258+0000 mgr.y (mgr.34107) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.804993+0000 mgr.y (mgr.34107) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cluster 2023-12-05T13:32:08.824953+0000 mgr.y (mgr.34107) 1301 : cluster 0 pgmap v216: 161 pgs: 10 peering, 18 active+undersized+degraded, 31 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-05T13:32:10.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.866573+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.868741+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.870792+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.871603+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.876675+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.877106+0000 mgr.y (mgr.34107) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.898654+0000 mgr.y (mgr.34107) 1303 : audit 0 from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.970826+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.973164+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.975634+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.976513+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:08.983996+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cephadm 2023-12-05T13:32:08.984679+0000 mgr.y (mgr.34107) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.062589+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.065581+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.068460+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.069510+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.075068+0000 mon.a (mon.0) 5393 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.155565+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.158220+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.160665+0000 mon.a (mon.0) 5396 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.161767+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.167739+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.245728+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.248227+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.251236+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.252089+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.258532+0000 mon.a (mon.0) 5403 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.973164+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.975634+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.976513+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:08.983996+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cephadm 2023-12-05T13:32:08.984679+0000 mgr.y (mgr.34107) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.062589+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.065581+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.068460+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.069510+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.075068+0000 mon.a (mon.0) 5393 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.155565+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.158220+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.160665+0000 mon.a (mon.0) 5396 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.161767+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.167739+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.245728+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.248227+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.251236+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.252089+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.258532+0000 mon.a (mon.0) 5403 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.209 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.340533+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.344269+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.347566+0000 mon.a (mon.0) 5406 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.348737+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.357004+0000 mon.a (mon.0) 5408 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.380245+0000 mon.a (mon.0) 5409 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.210 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.389094+0000 mon.a (mon.0) 5410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.389792+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.45:0/1791997775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.397027+0000 mon.a (mon.0) 5411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.438004+0000 mon.a (mon.0) 5412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.440228+0000 mon.a (mon.0) 5413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.443111+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.444627+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: audit 2023-12-05T13:32:09.446353+0000 mon.a (mon.0) 5416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:10.211 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[81379]: cluster 2023-12-05T13:32:09.800317+0000 mon.a (mon.0) 5417 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:10.212 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.340533+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.212 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.344269+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.212 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.347566+0000 mon.a (mon.0) 5406 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.212 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.348737+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.212 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.357004+0000 mon.a (mon.0) 5408 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.380245+0000 mon.a (mon.0) 5409 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.389094+0000 mon.a (mon.0) 5410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.389792+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.45:0/1791997775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.397027+0000 mon.a (mon.0) 5411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.438004+0000 mon.a (mon.0) 5412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.440228+0000 mon.a (mon.0) 5413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.443111+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.444627+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: audit 2023-12-05T13:32:09.446353+0000 mon.a (mon.0) 5416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:10.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:09 smithi045 bash[78714]: cluster 2023-12-05T13:32:09.800317+0000 mon.a (mon.0) 5417 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.2 is active+undersized+degraded, acting [1,6] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.14 is active+undersized+degraded, acting [6,3] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.15 is active+undersized+degraded, acting [1,0] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-05T13:32:10.214 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-05T13:32:10.215 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-05T13:32:10.215 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-05T13:32:10.215 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-05T13:32:10.215 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-05T13:32:10.215 INFO:teuthology.orchestra.run.smithi045.stdout: pg 5.19 is active+undersized+degraded, acting [1,7] 2023-12-05T13:32:10.215 INFO:teuthology.orchestra.run.smithi045.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-05T13:32:10.215 INFO:teuthology.orchestra.run.smithi045.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-05T13:32:10.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.051815+0000 mgr.y (mgr.34107) 1290 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.082571+0000 mgr.y (mgr.34107) 1291 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.143140+0000 mgr.y (mgr.34107) 1292 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.238175+0000 mgr.y (mgr.34107) 1293 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.328932+0000 mgr.y (mgr.34107) 1294 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.421406+0000 mgr.y (mgr.34107) 1295 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.504940+0000 mgr.y (mgr.34107) 1296 : audit 0 from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.512957+0000 mgr.y (mgr.34107) 1297 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.614362+0000 mgr.y (mgr.34107) 1298 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.711258+0000 mgr.y (mgr.34107) 1299 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.804993+0000 mgr.y (mgr.34107) 1300 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cluster 2023-12-05T13:32:08.824953+0000 mgr.y (mgr.34107) 1301 : cluster 0 pgmap v216: 161 pgs: 10 peering, 18 active+undersized+degraded, 31 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.866573+0000 mon.a (mon.0) 5379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.868741+0000 mon.a (mon.0) 5380 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.870792+0000 mon.a (mon.0) 5381 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.871603+0000 mon.a (mon.0) 5382 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.876675+0000 mon.a (mon.0) 5383 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.877106+0000 mgr.y (mgr.34107) 1302 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.898654+0000 mgr.y (mgr.34107) 1303 : audit 0 from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.970826+0000 mon.a (mon.0) 5384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.973164+0000 mon.a (mon.0) 5385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.975634+0000 mon.a (mon.0) 5386 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.976513+0000 mon.a (mon.0) 5387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:08.983996+0000 mon.a (mon.0) 5388 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cephadm 2023-12-05T13:32:08.984679+0000 mgr.y (mgr.34107) 1304 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.062589+0000 mon.a (mon.0) 5389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.065581+0000 mon.a (mon.0) 5390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.068460+0000 mon.a (mon.0) 5391 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.069510+0000 mon.a (mon.0) 5392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.075068+0000 mon.a (mon.0) 5393 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.155565+0000 mon.a (mon.0) 5394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.158220+0000 mon.a (mon.0) 5395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.160665+0000 mon.a (mon.0) 5396 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.161767+0000 mon.a (mon.0) 5397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.167739+0000 mon.a (mon.0) 5398 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.245728+0000 mon.a (mon.0) 5399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.248227+0000 mon.a (mon.0) 5400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.251236+0000 mon.a (mon.0) 5401 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.252089+0000 mon.a (mon.0) 5402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.258532+0000 mon.a (mon.0) 5403 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.340533+0000 mon.a (mon.0) 5404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.344269+0000 mon.a (mon.0) 5405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.347566+0000 mon.a (mon.0) 5406 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.348737+0000 mon.a (mon.0) 5407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.357004+0000 mon.a (mon.0) 5408 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.380245+0000 mon.a (mon.0) 5409 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.389094+0000 mon.a (mon.0) 5410 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.389792+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.45:0/1791997775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.397027+0000 mon.a (mon.0) 5411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.438004+0000 mon.a (mon.0) 5412 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.440228+0000 mon.a (mon.0) 5413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.443111+0000 mon.a (mon.0) 5414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.444627+0000 mon.a (mon.0) 5415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:10.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: audit 2023-12-05T13:32:09.446353+0000 mon.a (mon.0) 5416 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:10.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:09 smithi079 bash[66795]: cluster 2023-12-05T13:32:09.800317+0000 mon.a (mon.0) 5417 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: cephadm 2023-12-05T13:32:09.075733+0000 mgr.y (mgr.34107) 1305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: cephadm 2023-12-05T13:32:09.168425+0000 mgr.y (mgr.34107) 1306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: cephadm 2023-12-05T13:32:09.259312+0000 mgr.y (mgr.34107) 1307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: cephadm 2023-12-05T13:32:09.357775+0000 mgr.y (mgr.34107) 1308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: audit 2023-12-05T13:32:09.446593+0000 mgr.y (mgr.34107) 1309 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: cephadm 2023-12-05T13:32:09.447604+0000 mgr.y (mgr.34107) 1310 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: audit 2023-12-05T13:32:09.760394+0000 mgr.y (mgr.34107) 1311 : audit 0 from='client.44485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[78714]: audit 2023-12-05T13:32:10.199673+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.45:0/1009172530' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: cephadm 2023-12-05T13:32:09.075733+0000 mgr.y (mgr.34107) 1305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: cephadm 2023-12-05T13:32:09.168425+0000 mgr.y (mgr.34107) 1306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: cephadm 2023-12-05T13:32:09.259312+0000 mgr.y (mgr.34107) 1307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: cephadm 2023-12-05T13:32:09.357775+0000 mgr.y (mgr.34107) 1308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: audit 2023-12-05T13:32:09.446593+0000 mgr.y (mgr.34107) 1309 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: cephadm 2023-12-05T13:32:09.447604+0000 mgr.y (mgr.34107) 1310 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: audit 2023-12-05T13:32:09.760394+0000 mgr.y (mgr.34107) 1311 : audit 0 from='client.44485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:11.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:10 smithi045 bash[81379]: audit 2023-12-05T13:32:10.199673+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.45:0/1009172530' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:32:11.209 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: cephadm 2023-12-05T13:32:09.075733+0000 mgr.y (mgr.34107) 1305 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.209 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: cephadm 2023-12-05T13:32:09.168425+0000 mgr.y (mgr.34107) 1306 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.209 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: cephadm 2023-12-05T13:32:09.259312+0000 mgr.y (mgr.34107) 1307 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.209 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: cephadm 2023-12-05T13:32:09.357775+0000 mgr.y (mgr.34107) 1308 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:11.210 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: audit 2023-12-05T13:32:09.446593+0000 mgr.y (mgr.34107) 1309 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:11.210 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: cephadm 2023-12-05T13:32:09.447604+0000 mgr.y (mgr.34107) 1310 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2023-12-05T13:32:11.210 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: audit 2023-12-05T13:32:09.760394+0000 mgr.y (mgr.34107) 1311 : audit 0 from='client.44485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:11.210 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:10 smithi079 bash[66795]: audit 2023-12-05T13:32:10.199673+0000 mon.c (mon.1) 17 : audit 0 from='client.? 172.21.15.45:0/1009172530' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:32:12.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:11 smithi045 bash[78714]: cluster 2023-12-05T13:32:10.826275+0000 mgr.y (mgr.34107) 1312 : cluster 0 pgmap v217: 161 pgs: 10 peering, 12 active+undersized+degraded, 22 active+undersized, 117 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-05T13:32:12.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:11 smithi045 bash[81379]: cluster 2023-12-05T13:32:10.826275+0000 mgr.y (mgr.34107) 1312 : cluster 0 pgmap v217: 161 pgs: 10 peering, 12 active+undersized+degraded, 22 active+undersized, 117 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-05T13:32:12.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:11 smithi079 bash[66795]: cluster 2023-12-05T13:32:10.826275+0000 mgr.y (mgr.34107) 1312 : cluster 0 pgmap v217: 161 pgs: 10 peering, 12 active+undersized+degraded, 22 active+undersized, 117 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2023-12-05T13:32:13.160 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:12 smithi079 bash[66795]: audit 2023-12-05T13:32:11.077378+0000 mgr.y (mgr.34107) 1313 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:13.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:12 smithi045 bash[78714]: audit 2023-12-05T13:32:11.077378+0000 mgr.y (mgr.34107) 1313 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:13.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:12 smithi045 bash[81379]: audit 2023-12-05T13:32:11.077378+0000 mgr.y (mgr.34107) 1313 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:13 smithi079 bash[66795]: cluster 2023-12-05T13:32:12.827475+0000 mgr.y (mgr.34107) 1314 : cluster 0 pgmap v218: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:32:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:13 smithi079 bash[66795]: cluster 2023-12-05T13:32:12.857820+0000 mon.a (mon.0) 5418 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 12 pgs degraded) 2023-12-05T13:32:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:13 smithi079 bash[66795]: cluster 2023-12-05T13:32:12.857876+0000 mon.a (mon.0) 5419 : cluster 1 Cluster is now healthy 2023-12-05T13:32:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:13 smithi079 bash[66795]: audit 2023-12-05T13:32:12.877485+0000 mon.a (mon.0) 5420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:13 smithi079 bash[66795]: audit 2023-12-05T13:32:12.884408+0000 mon.a (mon.0) 5421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:13 smithi079 bash[66795]: audit 2023-12-05T13:32:12.891969+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[78714]: cluster 2023-12-05T13:32:12.827475+0000 mgr.y (mgr.34107) 1314 : cluster 0 pgmap v218: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:32:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[78714]: cluster 2023-12-05T13:32:12.857820+0000 mon.a (mon.0) 5418 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 12 pgs degraded) 2023-12-05T13:32:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[78714]: cluster 2023-12-05T13:32:12.857876+0000 mon.a (mon.0) 5419 : cluster 1 Cluster is now healthy 2023-12-05T13:32:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[78714]: audit 2023-12-05T13:32:12.877485+0000 mon.a (mon.0) 5420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[78714]: audit 2023-12-05T13:32:12.884408+0000 mon.a (mon.0) 5421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[78714]: audit 2023-12-05T13:32:12.891969+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[81379]: cluster 2023-12-05T13:32:12.827475+0000 mgr.y (mgr.34107) 1314 : cluster 0 pgmap v218: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:32:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[81379]: cluster 2023-12-05T13:32:12.857820+0000 mon.a (mon.0) 5418 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 12 pgs degraded) 2023-12-05T13:32:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[81379]: cluster 2023-12-05T13:32:12.857876+0000 mon.a (mon.0) 5419 : cluster 1 Cluster is now healthy 2023-12-05T13:32:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[81379]: audit 2023-12-05T13:32:12.877485+0000 mon.a (mon.0) 5420 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[81379]: audit 2023-12-05T13:32:12.884408+0000 mon.a (mon.0) 5421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:14.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:13 smithi045 bash[81379]: audit 2023-12-05T13:32:12.891969+0000 mon.a (mon.0) 5422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:15.832 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:15 smithi079 bash[66795]: cluster 2023-12-05T13:32:14.828745+0000 mgr.y (mgr.34107) 1315 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-05T13:32:15.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:15 smithi045 bash[78714]: cluster 2023-12-05T13:32:14.828745+0000 mgr.y (mgr.34107) 1315 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-05T13:32:15.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:15 smithi045 bash[81379]: cluster 2023-12-05T13:32:14.828745+0000 mgr.y (mgr.34107) 1315 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-05T13:32:17.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:17 smithi079 bash[66795]: cluster 2023-12-05T13:32:16.830167+0000 mgr.y (mgr.34107) 1316 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 332 B/s rd, 0 op/s 2023-12-05T13:32:17.891 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:17 smithi079 bash[66795]: audit 2023-12-05T13:32:17.086870+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[78714]: cluster 2023-12-05T13:32:16.830167+0000 mgr.y (mgr.34107) 1316 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 332 B/s rd, 0 op/s 2023-12-05T13:32:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[78714]: audit 2023-12-05T13:32:17.086870+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[78714]: audit 2023-12-05T13:32:17.094579+0000 mon.a (mon.0) 5424 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[78714]: audit 2023-12-05T13:32:17.103529+0000 mon.a (mon.0) 5425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[81379]: cluster 2023-12-05T13:32:16.830167+0000 mgr.y (mgr.34107) 1316 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 332 B/s rd, 0 op/s 2023-12-05T13:32:18.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[81379]: audit 2023-12-05T13:32:17.086870+0000 mon.a (mon.0) 5423 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[81379]: audit 2023-12-05T13:32:17.094579+0000 mon.a (mon.0) 5424 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:17 smithi045 bash[81379]: audit 2023-12-05T13:32:17.103529+0000 mon.a (mon.0) 5425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:17 smithi079 bash[66795]: audit 2023-12-05T13:32:17.094579+0000 mon.a (mon.0) 5424 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:18.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:17 smithi079 bash[66795]: audit 2023-12-05T13:32:17.103529+0000 mon.a (mon.0) 5425 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:19.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:32:19] "GET /metrics HTTP/1.1" 200 38488 "" "Prometheus/2.33.4" 2023-12-05T13:32:20.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:19 smithi045 bash[78714]: cluster 2023-12-05T13:32:18.831571+0000 mgr.y (mgr.34107) 1317 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 299 B/s rd, 0 op/s 2023-12-05T13:32:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:19 smithi045 bash[78714]: audit 2023-12-05T13:32:19.854673+0000 mon.a (mon.0) 5426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:19 smithi045 bash[78714]: audit 2023-12-05T13:32:19.857114+0000 mon.a (mon.0) 5427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:19 smithi045 bash[81379]: cluster 2023-12-05T13:32:18.831571+0000 mgr.y (mgr.34107) 1317 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 299 B/s rd, 0 op/s 2023-12-05T13:32:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:19 smithi045 bash[81379]: audit 2023-12-05T13:32:19.854673+0000 mon.a (mon.0) 5426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:19 smithi045 bash[81379]: audit 2023-12-05T13:32:19.857114+0000 mon.a (mon.0) 5427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:19 smithi079 bash[66795]: cluster 2023-12-05T13:32:18.831571+0000 mgr.y (mgr.34107) 1317 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 299 B/s rd, 0 op/s 2023-12-05T13:32:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:19 smithi079 bash[66795]: audit 2023-12-05T13:32:19.854673+0000 mon.a (mon.0) 5426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:20.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:19 smithi079 bash[66795]: audit 2023-12-05T13:32:19.857114+0000 mon.a (mon.0) 5427 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:21.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:21 smithi045 bash[78714]: audit 2023-12-05T13:32:20.219192+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:21.366 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:21 smithi045 bash[78714]: cluster 2023-12-05T13:32:20.832832+0000 mgr.y (mgr.34107) 1318 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T13:32:21.367 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:21 smithi045 bash[81379]: audit 2023-12-05T13:32:20.219192+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:21.367 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:21 smithi045 bash[81379]: cluster 2023-12-05T13:32:20.832832+0000 mgr.y (mgr.34107) 1318 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T13:32:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:21 smithi079 bash[66795]: audit 2023-12-05T13:32:20.219192+0000 mon.a (mon.0) 5428 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:21.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:21 smithi079 bash[66795]: cluster 2023-12-05T13:32:20.832832+0000 mgr.y (mgr.34107) 1318 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T13:32:22.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:22 smithi079 bash[66795]: audit 2023-12-05T13:32:21.080691+0000 mgr.y (mgr.34107) 1319 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:22.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:22 smithi045 bash[78714]: audit 2023-12-05T13:32:21.080691+0000 mgr.y (mgr.34107) 1319 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:22.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:22 smithi045 bash[81379]: audit 2023-12-05T13:32:21.080691+0000 mgr.y (mgr.34107) 1319 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:23.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:23 smithi079 bash[66795]: cluster 2023-12-05T13:32:22.833922+0000 mgr.y (mgr.34107) 1320 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:23.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:23 smithi045 bash[78714]: cluster 2023-12-05T13:32:22.833922+0000 mgr.y (mgr.34107) 1320 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:23.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:23 smithi045 bash[81379]: cluster 2023-12-05T13:32:22.833922+0000 mgr.y (mgr.34107) 1320 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:24.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:24 smithi079 bash[66795]: audit 2023-12-05T13:32:24.461153+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:24.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:24 smithi045 bash[78714]: audit 2023-12-05T13:32:24.461153+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:24.946 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:24 smithi045 bash[81379]: audit 2023-12-05T13:32:24.461153+0000 mon.a (mon.0) 5429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:25.864 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:25 smithi079 bash[66795]: audit 2023-12-05T13:32:24.461786+0000 mgr.y (mgr.34107) 1321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:25.864 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:25 smithi079 bash[66795]: cephadm 2023-12-05T13:32:24.465005+0000 mgr.y (mgr.34107) 1322 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-05T13:32:25.864 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:25 smithi079 bash[66795]: cluster 2023-12-05T13:32:24.835107+0000 mgr.y (mgr.34107) 1323 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:32:25.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:25 smithi045 bash[78714]: audit 2023-12-05T13:32:24.461786+0000 mgr.y (mgr.34107) 1321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:25.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:25 smithi045 bash[78714]: cephadm 2023-12-05T13:32:24.465005+0000 mgr.y (mgr.34107) 1322 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-05T13:32:25.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:25 smithi045 bash[78714]: cluster 2023-12-05T13:32:24.835107+0000 mgr.y (mgr.34107) 1323 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:32:25.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:25 smithi045 bash[81379]: audit 2023-12-05T13:32:24.461786+0000 mgr.y (mgr.34107) 1321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T13:32:25.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:25 smithi045 bash[81379]: cephadm 2023-12-05T13:32:24.465005+0000 mgr.y (mgr.34107) 1322 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-05T13:32:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:25 smithi045 bash[81379]: cluster 2023-12-05T13:32:24.835107+0000 mgr.y (mgr.34107) 1323 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:32:28.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:27 smithi079 bash[66795]: cluster 2023-12-05T13:32:26.836549+0000 mgr.y (mgr.34107) 1324 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:28.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:27 smithi079 bash[66795]: cephadm 2023-12-05T13:32:26.887462+0000 mgr.y (mgr.34107) 1325 : cephadm 1 Upgrade: Updating osd.6 2023-12-05T13:32:28.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:27 smithi079 bash[66795]: audit 2023-12-05T13:32:26.895033+0000 mon.a (mon.0) 5430 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:28.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:27 smithi079 bash[66795]: audit 2023-12-05T13:32:26.899166+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:32:28.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:27 smithi079 bash[66795]: audit 2023-12-05T13:32:26.905378+0000 mon.a (mon.0) 5432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:28.163 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:27 smithi079 bash[66795]: cephadm 2023-12-05T13:32:26.908852+0000 mgr.y (mgr.34107) 1326 : cephadm 1 Deploying daemon osd.6 on smithi079 2023-12-05T13:32:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[78714]: cluster 2023-12-05T13:32:26.836549+0000 mgr.y (mgr.34107) 1324 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[78714]: cephadm 2023-12-05T13:32:26.887462+0000 mgr.y (mgr.34107) 1325 : cephadm 1 Upgrade: Updating osd.6 2023-12-05T13:32:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[78714]: audit 2023-12-05T13:32:26.895033+0000 mon.a (mon.0) 5430 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[78714]: audit 2023-12-05T13:32:26.899166+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[78714]: audit 2023-12-05T13:32:26.905378+0000 mon.a (mon.0) 5432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[78714]: cephadm 2023-12-05T13:32:26.908852+0000 mgr.y (mgr.34107) 1326 : cephadm 1 Deploying daemon osd.6 on smithi079 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[81379]: cluster 2023-12-05T13:32:26.836549+0000 mgr.y (mgr.34107) 1324 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[81379]: cephadm 2023-12-05T13:32:26.887462+0000 mgr.y (mgr.34107) 1325 : cephadm 1 Upgrade: Updating osd.6 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[81379]: audit 2023-12-05T13:32:26.895033+0000 mon.a (mon.0) 5430 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[81379]: audit 2023-12-05T13:32:26.899166+0000 mon.a (mon.0) 5431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[81379]: audit 2023-12-05T13:32:26.905378+0000 mon.a (mon.0) 5432 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:28.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:27 smithi045 bash[81379]: cephadm 2023-12-05T13:32:26.908852+0000 mgr.y (mgr.34107) 1326 : cephadm 1 Deploying daemon osd.6 on smithi079 2023-12-05T13:32:29.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:32:29] "GET /metrics HTTP/1.1" 200 38488 "" "Prometheus/2.33.4" 2023-12-05T13:32:30.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:29 smithi045 bash[78714]: cluster 2023-12-05T13:32:28.837572+0000 mgr.y (mgr.34107) 1327 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:30.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:29 smithi045 bash[81379]: cluster 2023-12-05T13:32:28.837572+0000 mgr.y (mgr.34107) 1327 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:30.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:29 smithi079 bash[66795]: cluster 2023-12-05T13:32:28.837572+0000 mgr.y (mgr.34107) 1327 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:31.648 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:31 smithi079 systemd[1]: Stopping Ceph osd.6 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:32:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:31 smithi045 bash[78714]: cluster 2023-12-05T13:32:30.838740+0000 mgr.y (mgr.34107) 1328 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:32:32.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:31 smithi045 bash[81379]: cluster 2023-12-05T13:32:30.838740+0000 mgr.y (mgr.34107) 1328 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:32:32.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:31 smithi079 bash[66795]: cluster 2023-12-05T13:32:30.838740+0000 mgr.y (mgr.34107) 1328 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:32:32.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:31 smithi079 bash[37769]: debug 2023-12-05T13:32:31.943+0000 7f323c6b1700 -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-05T13:32:32.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:31 smithi079 bash[37769]: debug 2023-12-05T13:32:31.943+0000 7f323c6b1700 -1 osd.6 140 *** Got signal Terminated *** 2023-12-05T13:32:32.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:31 smithi079 bash[37769]: debug 2023-12-05T13:32:31.943+0000 7f323c6b1700 -1 osd.6 140 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:32:32.946 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:32 smithi079 bash[66795]: audit 2023-12-05T13:32:31.088592+0000 mgr.y (mgr.34107) 1329 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:32.946 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:32 smithi079 bash[66795]: cluster 2023-12-05T13:32:31.943454+0000 mon.a (mon.0) 5433 : cluster 1 osd.6 marked itself down and dead 2023-12-05T13:32:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:32 smithi045 bash[78714]: audit 2023-12-05T13:32:31.088592+0000 mgr.y (mgr.34107) 1329 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:32 smithi045 bash[78714]: cluster 2023-12-05T13:32:31.943454+0000 mon.a (mon.0) 5433 : cluster 1 osd.6 marked itself down and dead 2023-12-05T13:32:33.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:32 smithi045 bash[81379]: audit 2023-12-05T13:32:31.088592+0000 mgr.y (mgr.34107) 1329 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:33.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:32 smithi045 bash[81379]: cluster 2023-12-05T13:32:31.943454+0000 mon.a (mon.0) 5433 : cluster 1 osd.6 marked itself down and dead 2023-12-05T13:32:34.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: cluster 2023-12-05T13:32:32.839932+0000 mgr.y (mgr.34107) 1330 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: cluster 2023-12-05T13:32:32.903661+0000 mon.a (mon.0) 5434 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: cluster 2023-12-05T13:32:32.917155+0000 mon.a (mon.0) 5435 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: cluster 2023-12-05T13:32:32.917535+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: cluster 2023-12-05T13:32:32.921751+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: audit 2023-12-05T13:32:33.013034+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: audit 2023-12-05T13:32:33.024578+0000 mon.a (mon.0) 5437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: cluster 2023-12-05T13:32:33.026552+0000 mgr.y (mgr.34107) 1331 : cluster 0 pgmap v230: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[78714]: audit 2023-12-05T13:32:33.035078+0000 mon.a (mon.0) 5438 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: cluster 2023-12-05T13:32:32.839932+0000 mgr.y (mgr.34107) 1330 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: cluster 2023-12-05T13:32:32.903661+0000 mon.a (mon.0) 5434 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:32:34.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: cluster 2023-12-05T13:32:32.917155+0000 mon.a (mon.0) 5435 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-05T13:32:34.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: cluster 2023-12-05T13:32:32.917535+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T13:32:34.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: cluster 2023-12-05T13:32:32.921751+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T13:32:34.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: audit 2023-12-05T13:32:33.013034+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: audit 2023-12-05T13:32:33.024578+0000 mon.a (mon.0) 5437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: cluster 2023-12-05T13:32:33.026552+0000 mgr.y (mgr.34107) 1331 : cluster 0 pgmap v230: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2023-12-05T13:32:34.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:33 smithi045 bash[81379]: audit 2023-12-05T13:32:33.035078+0000 mon.a (mon.0) 5438 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: cluster 2023-12-05T13:32:32.839932+0000 mgr.y (mgr.34107) 1330 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:32:34.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: cluster 2023-12-05T13:32:32.903661+0000 mon.a (mon.0) 5434 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:32:34.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: cluster 2023-12-05T13:32:32.917155+0000 mon.a (mon.0) 5435 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-05T13:32:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: cluster 2023-12-05T13:32:32.917535+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T13:32:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: cluster 2023-12-05T13:32:32.921751+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T13:32:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: audit 2023-12-05T13:32:33.013034+0000 mon.a (mon.0) 5436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: audit 2023-12-05T13:32:33.024578+0000 mon.a (mon.0) 5437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: cluster 2023-12-05T13:32:33.026552+0000 mgr.y (mgr.34107) 1331 : cluster 0 pgmap v230: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 625 B/s rd, 0 op/s 2023-12-05T13:32:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:33 smithi079 bash[66795]: audit 2023-12-05T13:32:33.035078+0000 mon.a (mon.0) 5438 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:34.573 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[81573]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-6 2023-12-05T13:32:34.574 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[81785]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-6 2023-12-05T13:32:35.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[78714]: cluster 2023-12-05T13:32:33.922882+0000 mon.a (mon.0) 5439 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-05T13:32:35.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[78714]: cluster 2023-12-05T13:32:33.928305+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[78714]: cluster 2023-12-05T13:32:33.930971+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[78714]: cluster 2023-12-05T13:32:33.933057+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[78714]: cluster 2023-12-05T13:32:34.020480+0000 mon.a (mon.0) 5440 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:32:35.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[78714]: audit 2023-12-05T13:32:34.855111+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:35.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[78714]: audit 2023-12-05T13:32:34.856940+0000 mon.a (mon.0) 5442 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:35.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[81379]: cluster 2023-12-05T13:32:33.922882+0000 mon.a (mon.0) 5439 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-05T13:32:35.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[81379]: cluster 2023-12-05T13:32:33.928305+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[81379]: cluster 2023-12-05T13:32:33.930971+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[81379]: cluster 2023-12-05T13:32:33.933057+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[81379]: cluster 2023-12-05T13:32:34.020480+0000 mon.a (mon.0) 5440 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:32:35.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[81379]: audit 2023-12-05T13:32:34.855111+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:35.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:34 smithi045 bash[81379]: audit 2023-12-05T13:32:34.856940+0000 mon.a (mon.0) 5442 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[66795]: cluster 2023-12-05T13:32:33.922882+0000 mon.a (mon.0) 5439 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-05T13:32:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[66795]: cluster 2023-12-05T13:32:33.928305+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[66795]: cluster 2023-12-05T13:32:33.930971+0000 osd.7 (osd.7) 63 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[66795]: cluster 2023-12-05T13:32:33.933057+0000 osd.7 (osd.7) 64 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T13:32:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[66795]: cluster 2023-12-05T13:32:34.020480+0000 mon.a (mon.0) 5440 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:32:35.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[66795]: audit 2023-12-05T13:32:34.855111+0000 mon.a (mon.0) 5441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:35.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:34 smithi079 bash[66795]: audit 2023-12-05T13:32:34.856940+0000 mon.a (mon.0) 5442 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:36.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:35 smithi045 bash[78714]: cluster 2023-12-05T13:32:35.027694+0000 mgr.y (mgr.34107) 1332 : cluster 0 pgmap v232: 161 pgs: 5 active+undersized+degraded, 3 peering, 10 stale+active+clean, 6 active+undersized, 137 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 165 B/s rd, 0 op/s; 13/630 objects degraded (2.063%) 2023-12-05T13:32:36.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:35 smithi045 bash[81379]: cluster 2023-12-05T13:32:35.027694+0000 mgr.y (mgr.34107) 1332 : cluster 0 pgmap v232: 161 pgs: 5 active+undersized+degraded, 3 peering, 10 stale+active+clean, 6 active+undersized, 137 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 165 B/s rd, 0 op/s; 13/630 objects degraded (2.063%) 2023-12-05T13:32:36.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:35 smithi079 bash[66795]: cluster 2023-12-05T13:32:35.027694+0000 mgr.y (mgr.34107) 1332 : cluster 0 pgmap v232: 161 pgs: 5 active+undersized+degraded, 3 peering, 10 stale+active+clean, 6 active+undersized, 137 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 165 B/s rd, 0 op/s; 13/630 objects degraded (2.063%) 2023-12-05T13:32:36.928 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:36 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-05T13:32:36.928 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:36 smithi079 systemd[1]: Stopped Ceph osd.6 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:32:36.928 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:36 smithi079 systemd[1]: Started Ceph osd.6 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:32:37.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[78714]: cluster 2023-12-05T13:32:35.920972+0000 mon.a (mon.0) 5443 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:32:37.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[78714]: cluster 2023-12-05T13:32:35.921047+0000 mon.a (mon.0) 5444 : cluster 3 Health check failed: Degraded data redundancy: 13/630 objects degraded (2.063%), 5 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:37.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[78714]: audit 2023-12-05T13:32:36.912037+0000 mon.a (mon.0) 5445 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:37.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[78714]: audit 2023-12-05T13:32:36.924796+0000 mon.a (mon.0) 5446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:37.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[81379]: cluster 2023-12-05T13:32:35.920972+0000 mon.a (mon.0) 5443 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:32:37.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[81379]: cluster 2023-12-05T13:32:35.921047+0000 mon.a (mon.0) 5444 : cluster 3 Health check failed: Degraded data redundancy: 13/630 objects degraded (2.063%), 5 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:37.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[81379]: audit 2023-12-05T13:32:36.912037+0000 mon.a (mon.0) 5445 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:37.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:36 smithi045 bash[81379]: audit 2023-12-05T13:32:36.924796+0000 mon.a (mon.0) 5446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:37.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:36 smithi079 bash[66795]: cluster 2023-12-05T13:32:35.920972+0000 mon.a (mon.0) 5443 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:32:37.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:36 smithi079 bash[66795]: cluster 2023-12-05T13:32:35.921047+0000 mon.a (mon.0) 5444 : cluster 3 Health check failed: Degraded data redundancy: 13/630 objects degraded (2.063%), 5 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:37.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:36 smithi079 bash[66795]: audit 2023-12-05T13:32:36.912037+0000 mon.a (mon.0) 5445 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:37.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:36 smithi079 bash[66795]: audit 2023-12-05T13:32:36.924796+0000 mon.a (mon.0) 5446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:36.950291+0000 mon.a (mon.0) 5447 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:36.952157+0000 mon.a (mon.0) 5448 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: cluster 2023-12-05T13:32:36.956443+0000 mgr.y (mgr.34107) 1333 : cluster 0 pgmap v233: 161 pgs: 19 active+undersized+degraded, 3 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:36.963048+0000 mon.a (mon.0) 5449 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: cephadm 2023-12-05T13:32:36.964218+0000 mgr.y (mgr.34107) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.045375+0000 mon.a (mon.0) 5450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.049884+0000 mon.a (mon.0) 5451 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.055059+0000 mon.a (mon.0) 5452 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.056500+0000 mon.a (mon.0) 5453 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.065800+0000 mon.a (mon.0) 5454 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.143318+0000 mon.a (mon.0) 5455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.146918+0000 mon.a (mon.0) 5456 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.149905+0000 mon.a (mon.0) 5457 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.150826+0000 mon.a (mon.0) 5458 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.158351+0000 mon.a (mon.0) 5459 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.242397+0000 mon.a (mon.0) 5460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.244822+0000 mon.a (mon.0) 5461 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.247721+0000 mon.a (mon.0) 5462 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.248840+0000 mon.a (mon.0) 5463 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:36.950291+0000 mon.a (mon.0) 5447 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:36.952157+0000 mon.a (mon.0) 5448 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: cluster 2023-12-05T13:32:36.956443+0000 mgr.y (mgr.34107) 1333 : cluster 0 pgmap v233: 161 pgs: 19 active+undersized+degraded, 3 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:36.963048+0000 mon.a (mon.0) 5449 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: cephadm 2023-12-05T13:32:36.964218+0000 mgr.y (mgr.34107) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.045375+0000 mon.a (mon.0) 5450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.049884+0000 mon.a (mon.0) 5451 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.055059+0000 mon.a (mon.0) 5452 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.056500+0000 mon.a (mon.0) 5453 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.065800+0000 mon.a (mon.0) 5454 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.143318+0000 mon.a (mon.0) 5455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.146918+0000 mon.a (mon.0) 5456 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.149905+0000 mon.a (mon.0) 5457 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.150826+0000 mon.a (mon.0) 5458 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.158351+0000 mon.a (mon.0) 5459 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.242397+0000 mon.a (mon.0) 5460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.244822+0000 mon.a (mon.0) 5461 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.247721+0000 mon.a (mon.0) 5462 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.248840+0000 mon.a (mon.0) 5463 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.255428+0000 mon.a (mon.0) 5464 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.280068+0000 mon.a (mon.0) 5465 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.287915+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.295634+0000 mon.a (mon.0) 5467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.336225+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.339618+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.343290+0000 mon.a (mon.0) 5470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.344659+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.352781+0000 mon.a (mon.0) 5472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.430357+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.433694+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.437669+0000 mon.a (mon.0) 5475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.439107+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.448969+0000 mon.a (mon.0) 5477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.527114+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.530523+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.534472+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.535969+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.543684+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.624875+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.255428+0000 mon.a (mon.0) 5464 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.280068+0000 mon.a (mon.0) 5465 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.287915+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.295634+0000 mon.a (mon.0) 5467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.336225+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.339618+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.343290+0000 mon.a (mon.0) 5470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.344659+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.352781+0000 mon.a (mon.0) 5472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.430357+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.433694+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.437669+0000 mon.a (mon.0) 5475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.439107+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.448969+0000 mon.a (mon.0) 5477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.527114+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.530523+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.534472+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.535969+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.543684+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.624875+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.629227+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.632817+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.634341+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.642899+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.706378+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.710348+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.714151+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.715649+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.724252+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.801714+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.806067+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.809864+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.811328+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.820359+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.901673+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.903849+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.907102+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.908521+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[78714]: audit 2023-12-05T13:32:37.917261+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.629227+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.632817+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.634341+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.642899+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.706378+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.710348+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.714151+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.715649+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.724252+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.801714+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.806067+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.809864+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.811328+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.820359+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.901673+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.903849+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.907102+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.908521+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:37 smithi045 bash[81379]: audit 2023-12-05T13:32:37.917261+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:36.950291+0000 mon.a (mon.0) 5447 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:36.952157+0000 mon.a (mon.0) 5448 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: cluster 2023-12-05T13:32:36.956443+0000 mgr.y (mgr.34107) 1333 : cluster 0 pgmap v233: 161 pgs: 19 active+undersized+degraded, 3 peering, 31 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:36.963048+0000 mon.a (mon.0) 5449 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: cephadm 2023-12-05T13:32:36.964218+0000 mgr.y (mgr.34107) 1334 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.045375+0000 mon.a (mon.0) 5450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.049884+0000 mon.a (mon.0) 5451 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.055059+0000 mon.a (mon.0) 5452 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.056500+0000 mon.a (mon.0) 5453 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.065800+0000 mon.a (mon.0) 5454 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.143318+0000 mon.a (mon.0) 5455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.271 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.146918+0000 mon.a (mon.0) 5456 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.149905+0000 mon.a (mon.0) 5457 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.150826+0000 mon.a (mon.0) 5458 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.158351+0000 mon.a (mon.0) 5459 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.242397+0000 mon.a (mon.0) 5460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.244822+0000 mon.a (mon.0) 5461 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.247721+0000 mon.a (mon.0) 5462 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.248840+0000 mon.a (mon.0) 5463 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.272 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.255428+0000 mon.a (mon.0) 5464 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.280068+0000 mon.a (mon.0) 5465 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.287915+0000 mon.a (mon.0) 5466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.295634+0000 mon.a (mon.0) 5467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.336225+0000 mon.a (mon.0) 5468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.339618+0000 mon.a (mon.0) 5469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.343290+0000 mon.a (mon.0) 5470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.344659+0000 mon.a (mon.0) 5471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.352781+0000 mon.a (mon.0) 5472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.430357+0000 mon.a (mon.0) 5473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.433694+0000 mon.a (mon.0) 5474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.437669+0000 mon.a (mon.0) 5475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.439107+0000 mon.a (mon.0) 5476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.448969+0000 mon.a (mon.0) 5477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.273 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.527114+0000 mon.a (mon.0) 5478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.530523+0000 mon.a (mon.0) 5479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.534472+0000 mon.a (mon.0) 5480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.535969+0000 mon.a (mon.0) 5481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.543684+0000 mon.a (mon.0) 5482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.624875+0000 mon.a (mon.0) 5483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.629227+0000 mon.a (mon.0) 5484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.632817+0000 mon.a (mon.0) 5485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.634341+0000 mon.a (mon.0) 5486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.642899+0000 mon.a (mon.0) 5487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.706378+0000 mon.a (mon.0) 5488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.710348+0000 mon.a (mon.0) 5489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.714151+0000 mon.a (mon.0) 5490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.715649+0000 mon.a (mon.0) 5491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.724252+0000 mon.a (mon.0) 5492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.274 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.801714+0000 mon.a (mon.0) 5493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.806067+0000 mon.a (mon.0) 5494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.809864+0000 mon.a (mon.0) 5495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.811328+0000 mon.a (mon.0) 5496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.820359+0000 mon.a (mon.0) 5497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.901673+0000 mon.a (mon.0) 5498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.903849+0000 mon.a (mon.0) 5499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.907102+0000 mon.a (mon.0) 5500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.908521+0000 mon.a (mon.0) 5501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:38.275 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:37 smithi079 bash[66795]: audit 2023-12-05T13:32:37.917261+0000 mon.a (mon.0) 5502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[81967]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-05T13:32:39.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[81967]: 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-05T13:32:39.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[81967]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-05T13:32:39.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[81967]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-05T13:32:39.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[81967]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-05T13:32:39.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[81967]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-05T13:32:39.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[81967]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.066579+0000 mgr.y (mgr.34107) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.159150+0000 mgr.y (mgr.34107) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.256085+0000 mgr.y (mgr.34107) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.353443+0000 mgr.y (mgr.34107) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.449881+0000 mgr.y (mgr.34107) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.544413+0000 mgr.y (mgr.34107) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.643516+0000 mgr.y (mgr.34107) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.724860+0000 mgr.y (mgr.34107) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.820884+0000 mgr.y (mgr.34107) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:37.917820+0000 mgr.y (mgr.34107) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cluster 2023-12-05T13:32:37.931825+0000 mon.a (mon.0) 5503 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:37.998021+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.000683+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.005061+0000 mon.a (mon.0) 5506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.006679+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.015022+0000 mon.a (mon.0) 5508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.015690+0000 mgr.y (mgr.34107) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.095838+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.098795+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.102290+0000 mon.a (mon.0) 5511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.103663+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.112449+0000 mon.a (mon.0) 5513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.190819+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.193086+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.195660+0000 mon.a (mon.0) 5516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.196591+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.203375+0000 mon.a (mon.0) 5518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.284605+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.288068+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.291101+0000 mon.a (mon.0) 5521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.292050+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.297992+0000 mon.a (mon.0) 5523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.380627+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.382937+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.385968+0000 mon.a (mon.0) 5526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.386793+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.393310+0000 mon.a (mon.0) 5528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.473185+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.475219+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.477837+0000 mon.a (mon.0) 5531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.478684+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.484630+0000 mon.a (mon.0) 5533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.573342+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.575675+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.577722+0000 mon.a (mon.0) 5536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.578476+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.584732+0000 mon.a (mon.0) 5538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.667828+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.671246+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.675000+0000 mon.a (mon.0) 5541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.676553+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.685419+0000 mon.a (mon.0) 5543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.765872+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.768287+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.771169+0000 mon.a (mon.0) 5546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.772327+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.779924+0000 mon.a (mon.0) 5548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.841825+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.846440+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.850757+0000 mon.a (mon.0) 5551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.851632+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:38 smithi079 bash[66795]: audit 2023-12-05T13:32:38.858192+0000 mon.a (mon.0) 5553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.066579+0000 mgr.y (mgr.34107) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.159150+0000 mgr.y (mgr.34107) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.256085+0000 mgr.y (mgr.34107) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.353443+0000 mgr.y (mgr.34107) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.449881+0000 mgr.y (mgr.34107) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.544413+0000 mgr.y (mgr.34107) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.643516+0000 mgr.y (mgr.34107) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.724860+0000 mgr.y (mgr.34107) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.820884+0000 mgr.y (mgr.34107) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:37.917820+0000 mgr.y (mgr.34107) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cluster 2023-12-05T13:32:37.931825+0000 mon.a (mon.0) 5503 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:37.998021+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.000683+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.005061+0000 mon.a (mon.0) 5506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.006679+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.015022+0000 mon.a (mon.0) 5508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.015690+0000 mgr.y (mgr.34107) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.095838+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.098795+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.102290+0000 mon.a (mon.0) 5511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.103663+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.112449+0000 mon.a (mon.0) 5513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.190819+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.193086+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.195660+0000 mon.a (mon.0) 5516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.196591+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.203375+0000 mon.a (mon.0) 5518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.284605+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.288068+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.291101+0000 mon.a (mon.0) 5521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.292050+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.297992+0000 mon.a (mon.0) 5523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.380627+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.382937+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.385968+0000 mon.a (mon.0) 5526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.386793+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.393310+0000 mon.a (mon.0) 5528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.473185+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.475219+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.477837+0000 mon.a (mon.0) 5531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.066579+0000 mgr.y (mgr.34107) 1335 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.159150+0000 mgr.y (mgr.34107) 1336 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.256085+0000 mgr.y (mgr.34107) 1337 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.353443+0000 mgr.y (mgr.34107) 1338 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.449881+0000 mgr.y (mgr.34107) 1339 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.544413+0000 mgr.y (mgr.34107) 1340 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.643516+0000 mgr.y (mgr.34107) 1341 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.724860+0000 mgr.y (mgr.34107) 1342 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.820884+0000 mgr.y (mgr.34107) 1343 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:37.917820+0000 mgr.y (mgr.34107) 1344 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cluster 2023-12-05T13:32:37.931825+0000 mon.a (mon.0) 5503 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:37.998021+0000 mon.a (mon.0) 5504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.000683+0000 mon.a (mon.0) 5505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.005061+0000 mon.a (mon.0) 5506 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.006679+0000 mon.a (mon.0) 5507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.015022+0000 mon.a (mon.0) 5508 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.015690+0000 mgr.y (mgr.34107) 1345 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.095838+0000 mon.a (mon.0) 5509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.098795+0000 mon.a (mon.0) 5510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.102290+0000 mon.a (mon.0) 5511 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.103663+0000 mon.a (mon.0) 5512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.478684+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.484630+0000 mon.a (mon.0) 5533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.573342+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.575675+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.577722+0000 mon.a (mon.0) 5536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.578476+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.584732+0000 mon.a (mon.0) 5538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.667828+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.671246+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.675000+0000 mon.a (mon.0) 5541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.676553+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.685419+0000 mon.a (mon.0) 5543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.765872+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.768287+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.771169+0000 mon.a (mon.0) 5546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.772327+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.779924+0000 mon.a (mon.0) 5548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.841825+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.846440+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.850757+0000 mon.a (mon.0) 5551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.112449+0000 mon.a (mon.0) 5513 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.190819+0000 mon.a (mon.0) 5514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.193086+0000 mon.a (mon.0) 5515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.195660+0000 mon.a (mon.0) 5516 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.196591+0000 mon.a (mon.0) 5517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.203375+0000 mon.a (mon.0) 5518 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.284605+0000 mon.a (mon.0) 5519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.288068+0000 mon.a (mon.0) 5520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.291101+0000 mon.a (mon.0) 5521 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.292050+0000 mon.a (mon.0) 5522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.297992+0000 mon.a (mon.0) 5523 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.380627+0000 mon.a (mon.0) 5524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.382937+0000 mon.a (mon.0) 5525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.385968+0000 mon.a (mon.0) 5526 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.386793+0000 mon.a (mon.0) 5527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.393310+0000 mon.a (mon.0) 5528 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.473185+0000 mon.a (mon.0) 5529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.475219+0000 mon.a (mon.0) 5530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.477837+0000 mon.a (mon.0) 5531 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.851632+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[78714]: audit 2023-12-05T13:32:38.858192+0000 mon.a (mon.0) 5553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.478684+0000 mon.a (mon.0) 5532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.484630+0000 mon.a (mon.0) 5533 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.573342+0000 mon.a (mon.0) 5534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.575675+0000 mon.a (mon.0) 5535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.577722+0000 mon.a (mon.0) 5536 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.578476+0000 mon.a (mon.0) 5537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.584732+0000 mon.a (mon.0) 5538 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.667828+0000 mon.a (mon.0) 5539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.671246+0000 mon.a (mon.0) 5540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.675000+0000 mon.a (mon.0) 5541 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.676553+0000 mon.a (mon.0) 5542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.685419+0000 mon.a (mon.0) 5543 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.765872+0000 mon.a (mon.0) 5544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.388 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.768287+0000 mon.a (mon.0) 5545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.771169+0000 mon.a (mon.0) 5546 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.772327+0000 mon.a (mon.0) 5547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.779924+0000 mon.a (mon.0) 5548 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.841825+0000 mon.a (mon.0) 5549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.846440+0000 mon.a (mon.0) 5550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.850757+0000 mon.a (mon.0) 5551 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.851632+0000 mon.a (mon.0) 5552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:39.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:38 smithi045 bash[81379]: audit 2023-12-05T13:32:38.858192+0000 mon.a (mon.0) 5553 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:39.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:32:39] "GET /metrics HTTP/1.1" 200 38490 "" "Prometheus/2.33.4" 2023-12-05T13:32:40.076 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.113091+0000 mgr.y (mgr.34107) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.204126+0000 mgr.y (mgr.34107) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.298648+0000 mgr.y (mgr.34107) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.393983+0000 mgr.y (mgr.34107) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.485188+0000 mgr.y (mgr.34107) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.585335+0000 mgr.y (mgr.34107) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.686187+0000 mgr.y (mgr.34107) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.780412+0000 mgr.y (mgr.34107) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.859158+0000 mgr.y (mgr.34107) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:38.941146+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:38.953357+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:38.955420+0000 mon.a (mon.0) 5556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:38.956071+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.077 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cluster 2023-12-05T13:32:38.957097+0000 mgr.y (mgr.34107) 1355 : cluster 0 pgmap v234: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:38.960901+0000 mon.a (mon.0) 5558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: cephadm 2023-12-05T13:32:38.961393+0000 mgr.y (mgr.34107) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.041073+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.044850+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.047989+0000 mon.a (mon.0) 5561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.049540+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.057104+0000 mon.a (mon.0) 5563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.137145+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.139897+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.142840+0000 mon.a (mon.0) 5566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.143697+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.149265+0000 mon.a (mon.0) 5568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.229908+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.232347+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.078 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.235423+0000 mon.a (mon.0) 5571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.236634+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.243343+0000 mon.a (mon.0) 5573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.322363+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.324880+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.327768+0000 mon.a (mon.0) 5576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.329259+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.337356+0000 mon.a (mon.0) 5578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.420308+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.422715+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.425589+0000 mon.a (mon.0) 5581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.426550+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.434299+0000 mon.a (mon.0) 5583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.079 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.512421+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.515596+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.518530+0000 mon.a (mon.0) 5586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.519695+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.526824+0000 mon.a (mon.0) 5588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.590226+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.593291+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.597050+0000 mon.a (mon.0) 5591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.599098+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.607308+0000 mon.a (mon.0) 5593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.688011+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.691340+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.695148+0000 mon.a (mon.0) 5596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.696081+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.706364+0000 mon.a (mon.0) 5598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.770251+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.080 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.772624+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.775762+0000 mon.a (mon.0) 5601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.777186+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.784155+0000 mon.a (mon.0) 5603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.868488+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.870938+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.873969+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.874899+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.081 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:39 smithi045 bash[81379]: audit 2023-12-05T13:32:39.881886+0000 mon.a (mon.0) 5608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.113091+0000 mgr.y (mgr.34107) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.204126+0000 mgr.y (mgr.34107) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.298648+0000 mgr.y (mgr.34107) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.393983+0000 mgr.y (mgr.34107) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.485188+0000 mgr.y (mgr.34107) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.585335+0000 mgr.y (mgr.34107) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.686187+0000 mgr.y (mgr.34107) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.780412+0000 mgr.y (mgr.34107) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.859158+0000 mgr.y (mgr.34107) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:38.941146+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:38.953357+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:38.955420+0000 mon.a (mon.0) 5556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:38.956071+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cluster 2023-12-05T13:32:38.957097+0000 mgr.y (mgr.34107) 1355 : cluster 0 pgmap v234: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:38.960901+0000 mon.a (mon.0) 5558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: cephadm 2023-12-05T13:32:38.961393+0000 mgr.y (mgr.34107) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.041073+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.044850+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.047989+0000 mon.a (mon.0) 5561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.049540+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.057104+0000 mon.a (mon.0) 5563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.137145+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.139897+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.142840+0000 mon.a (mon.0) 5566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.143697+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.149265+0000 mon.a (mon.0) 5568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.229908+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.232347+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.235423+0000 mon.a (mon.0) 5571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.236634+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.243343+0000 mon.a (mon.0) 5573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.322363+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.324880+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.327768+0000 mon.a (mon.0) 5576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.329259+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.337356+0000 mon.a (mon.0) 5578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.420308+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.422715+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.425589+0000 mon.a (mon.0) 5581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.426550+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.434299+0000 mon.a (mon.0) 5583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.512421+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.515596+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.518530+0000 mon.a (mon.0) 5586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.519695+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.526824+0000 mon.a (mon.0) 5588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.590226+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.593291+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.597050+0000 mon.a (mon.0) 5591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.599098+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.607308+0000 mon.a (mon.0) 5593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.688011+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.691340+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.695148+0000 mon.a (mon.0) 5596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.696081+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.706364+0000 mon.a (mon.0) 5598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.770251+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.772624+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.775762+0000 mon.a (mon.0) 5601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.777186+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.784155+0000 mon.a (mon.0) 5603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.868488+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.870938+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.873969+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.874899+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:39 smithi079 bash[66795]: audit 2023-12-05T13:32:39.881886+0000 mon.a (mon.0) 5608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.113091+0000 mgr.y (mgr.34107) 1346 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.204126+0000 mgr.y (mgr.34107) 1347 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.298648+0000 mgr.y (mgr.34107) 1348 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.393983+0000 mgr.y (mgr.34107) 1349 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.485188+0000 mgr.y (mgr.34107) 1350 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.585335+0000 mgr.y (mgr.34107) 1351 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.686187+0000 mgr.y (mgr.34107) 1352 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.780412+0000 mgr.y (mgr.34107) 1353 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.859158+0000 mgr.y (mgr.34107) 1354 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:38.941146+0000 mon.a (mon.0) 5554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:38.953357+0000 mon.a (mon.0) 5555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:38.955420+0000 mon.a (mon.0) 5556 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:38.956071+0000 mon.a (mon.0) 5557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cluster 2023-12-05T13:32:38.957097+0000 mgr.y (mgr.34107) 1355 : cluster 0 pgmap v234: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:40.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:38.960901+0000 mon.a (mon.0) 5558 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:38.961393+0000 mgr.y (mgr.34107) 1356 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:40.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.041073+0000 mon.a (mon.0) 5559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.044850+0000 mon.a (mon.0) 5560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.047989+0000 mon.a (mon.0) 5561 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.049540+0000 mon.a (mon.0) 5562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.057104+0000 mon.a (mon.0) 5563 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.137145+0000 mon.a (mon.0) 5564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.139897+0000 mon.a (mon.0) 5565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.142840+0000 mon.a (mon.0) 5566 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.143697+0000 mon.a (mon.0) 5567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.149265+0000 mon.a (mon.0) 5568 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.229908+0000 mon.a (mon.0) 5569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.232347+0000 mon.a (mon.0) 5570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.235423+0000 mon.a (mon.0) 5571 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.236634+0000 mon.a (mon.0) 5572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.243343+0000 mon.a (mon.0) 5573 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.322363+0000 mon.a (mon.0) 5574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.324880+0000 mon.a (mon.0) 5575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.327768+0000 mon.a (mon.0) 5576 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.329259+0000 mon.a (mon.0) 5577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.337356+0000 mon.a (mon.0) 5578 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.420308+0000 mon.a (mon.0) 5579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.422715+0000 mon.a (mon.0) 5580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.425589+0000 mon.a (mon.0) 5581 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.426550+0000 mon.a (mon.0) 5582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.434299+0000 mon.a (mon.0) 5583 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.512421+0000 mon.a (mon.0) 5584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.515596+0000 mon.a (mon.0) 5585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.518530+0000 mon.a (mon.0) 5586 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.519695+0000 mon.a (mon.0) 5587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.526824+0000 mon.a (mon.0) 5588 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.590226+0000 mon.a (mon.0) 5589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.593291+0000 mon.a (mon.0) 5590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.597050+0000 mon.a (mon.0) 5591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.599098+0000 mon.a (mon.0) 5592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.607308+0000 mon.a (mon.0) 5593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.688011+0000 mon.a (mon.0) 5594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.691340+0000 mon.a (mon.0) 5595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.695148+0000 mon.a (mon.0) 5596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.696081+0000 mon.a (mon.0) 5597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.706364+0000 mon.a (mon.0) 5598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.770251+0000 mon.a (mon.0) 5599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.772624+0000 mon.a (mon.0) 5600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.775762+0000 mon.a (mon.0) 5601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.777186+0000 mon.a (mon.0) 5602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.784155+0000 mon.a (mon.0) 5603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.868488+0000 mon.a (mon.0) 5604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.870938+0000 mon.a (mon.0) 5605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.873969+0000 mon.a (mon.0) 5606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:40.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.874899+0000 mon.a (mon.0) 5607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:40.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:39.881886+0000 mon.a (mon.0) 5608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:40.620 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:32:41.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.057799+0000 mgr.y (mgr.34107) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.149700+0000 mgr.y (mgr.34107) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.244011+0000 mgr.y (mgr.34107) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.338066+0000 mgr.y (mgr.34107) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.434831+0000 mgr.y (mgr.34107) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.528613+0000 mgr.y (mgr.34107) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.607912+0000 mgr.y (mgr.34107) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.707100+0000 mgr.y (mgr.34107) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.784968+0000 mgr.y (mgr.34107) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cephadm 2023-12-05T13:32:39.883154+0000 mgr.y (mgr.34107) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: cluster 2023-12-05T13:32:39.942686+0000 mon.a (mon.0) 5609 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.080590+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.083462+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.086103+0000 mon.a (mon.0) 5612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.086821+0000 mon.a (mon.0) 5613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.092697+0000 mon.a (mon.0) 5614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.173214+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.175657+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.178671+0000 mon.a (mon.0) 5617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.179959+0000 mon.a (mon.0) 5618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.187010+0000 mon.a (mon.0) 5619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.057799+0000 mgr.y (mgr.34107) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.149700+0000 mgr.y (mgr.34107) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.244011+0000 mgr.y (mgr.34107) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.338066+0000 mgr.y (mgr.34107) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.434831+0000 mgr.y (mgr.34107) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.528613+0000 mgr.y (mgr.34107) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.607912+0000 mgr.y (mgr.34107) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.707100+0000 mgr.y (mgr.34107) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.784968+0000 mgr.y (mgr.34107) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cephadm 2023-12-05T13:32:39.883154+0000 mgr.y (mgr.34107) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: cluster 2023-12-05T13:32:39.942686+0000 mon.a (mon.0) 5609 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:32:41.266 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.080590+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.083462+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.086103+0000 mon.a (mon.0) 5612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.086821+0000 mon.a (mon.0) 5613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.092697+0000 mon.a (mon.0) 5614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.173214+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.175657+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.178671+0000 mon.a (mon.0) 5617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.179959+0000 mon.a (mon.0) 5618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.187010+0000 mon.a (mon.0) 5619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.267 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.262987+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.265360+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.267697+0000 mon.a (mon.0) 5622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.268473+0000 mon.a (mon.0) 5623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.275416+0000 mon.a (mon.0) 5624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.340454+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.342561+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.345128+0000 mon.a (mon.0) 5627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.346098+0000 mon.a (mon.0) 5628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.268 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.353478+0000 mon.a (mon.0) 5629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.433807+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.436944+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.440940+0000 mon.a (mon.0) 5632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.441882+0000 mon.a (mon.0) 5633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.449189+0000 mon.a (mon.0) 5634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.528765+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.531726+0000 mon.a (mon.0) 5636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.534884+0000 mon.a (mon.0) 5637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.536168+0000 mon.a (mon.0) 5638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.547183+0000 mon.a (mon.0) 5639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.629013+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.631959+0000 mon.a (mon.0) 5641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.635200+0000 mon.a (mon.0) 5642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.636046+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.643160+0000 mon.a (mon.0) 5644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.269 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.724685+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.727343+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.730498+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.731507+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.739711+0000 mon.a (mon.0) 5649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.820969+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.824846+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.828113+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.829291+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.835547+0000 mon.a (mon.0) 5654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.916915+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.919538+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.922540+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.923685+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.270 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[81379]: audit 2023-12-05T13:32:40.931204+0000 mon.a (mon.0) 5659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.262987+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.265360+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.267697+0000 mon.a (mon.0) 5622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.268473+0000 mon.a (mon.0) 5623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.275416+0000 mon.a (mon.0) 5624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.340454+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.342561+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.345128+0000 mon.a (mon.0) 5627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.346098+0000 mon.a (mon.0) 5628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.353478+0000 mon.a (mon.0) 5629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.433807+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.436944+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.440940+0000 mon.a (mon.0) 5632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.441882+0000 mon.a (mon.0) 5633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.449189+0000 mon.a (mon.0) 5634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.528765+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.531726+0000 mon.a (mon.0) 5636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.534884+0000 mon.a (mon.0) 5637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.536168+0000 mon.a (mon.0) 5638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.547183+0000 mon.a (mon.0) 5639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.629013+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.631959+0000 mon.a (mon.0) 5641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.635200+0000 mon.a (mon.0) 5642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.636046+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.643160+0000 mon.a (mon.0) 5644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.724685+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.727343+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.730498+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.731507+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.739711+0000 mon.a (mon.0) 5649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.820969+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.824846+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.828113+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.829291+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.835547+0000 mon.a (mon.0) 5654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.916915+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.919538+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.922540+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.923685+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:40 smithi045 bash[78714]: audit 2023-12-05T13:32:40.931204+0000 mon.a (mon.0) 5659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.057799+0000 mgr.y (mgr.34107) 1357 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.149700+0000 mgr.y (mgr.34107) 1358 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.244011+0000 mgr.y (mgr.34107) 1359 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.338066+0000 mgr.y (mgr.34107) 1360 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.434831+0000 mgr.y (mgr.34107) 1361 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.528613+0000 mgr.y (mgr.34107) 1362 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.607912+0000 mgr.y (mgr.34107) 1363 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.707100+0000 mgr.y (mgr.34107) 1364 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.784968+0000 mgr.y (mgr.34107) 1365 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cephadm 2023-12-05T13:32:39.883154+0000 mgr.y (mgr.34107) 1366 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: cluster 2023-12-05T13:32:39.942686+0000 mon.a (mon.0) 5609 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.080590+0000 mon.a (mon.0) 5610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.083462+0000 mon.a (mon.0) 5611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.086103+0000 mon.a (mon.0) 5612 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.086821+0000 mon.a (mon.0) 5613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.092697+0000 mon.a (mon.0) 5614 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.173214+0000 mon.a (mon.0) 5615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.175657+0000 mon.a (mon.0) 5616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.178671+0000 mon.a (mon.0) 5617 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.179959+0000 mon.a (mon.0) 5618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.187010+0000 mon.a (mon.0) 5619 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.262987+0000 mon.a (mon.0) 5620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.265360+0000 mon.a (mon.0) 5621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.267697+0000 mon.a (mon.0) 5622 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.268473+0000 mon.a (mon.0) 5623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.275416+0000 mon.a (mon.0) 5624 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.340454+0000 mon.a (mon.0) 5625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.342561+0000 mon.a (mon.0) 5626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.345128+0000 mon.a (mon.0) 5627 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.346098+0000 mon.a (mon.0) 5628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.353478+0000 mon.a (mon.0) 5629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.433807+0000 mon.a (mon.0) 5630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.436944+0000 mon.a (mon.0) 5631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.440940+0000 mon.a (mon.0) 5632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.441882+0000 mon.a (mon.0) 5633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.449189+0000 mon.a (mon.0) 5634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.528765+0000 mon.a (mon.0) 5635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.531726+0000 mon.a (mon.0) 5636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.534884+0000 mon.a (mon.0) 5637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.536168+0000 mon.a (mon.0) 5638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.547183+0000 mon.a (mon.0) 5639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.629013+0000 mon.a (mon.0) 5640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.631959+0000 mon.a (mon.0) 5641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.635200+0000 mon.a (mon.0) 5642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.636046+0000 mon.a (mon.0) 5643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.643160+0000 mon.a (mon.0) 5644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.724685+0000 mon.a (mon.0) 5645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.727343+0000 mon.a (mon.0) 5646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.730498+0000 mon.a (mon.0) 5647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.731507+0000 mon.a (mon.0) 5648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.739711+0000 mon.a (mon.0) 5649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.820969+0000 mon.a (mon.0) 5650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.824846+0000 mon.a (mon.0) 5651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.828113+0000 mon.a (mon.0) 5652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.829291+0000 mon.a (mon.0) 5653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.835547+0000 mon.a (mon.0) 5654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.916915+0000 mon.a (mon.0) 5655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.919538+0000 mon.a (mon.0) 5656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.922540+0000 mon.a (mon.0) 5657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.923685+0000 mon.a (mon.0) 5658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:41.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:40 smithi079 bash[66795]: audit 2023-12-05T13:32:40.931204+0000 mon.a (mon.0) 5659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 4s ago 22m - - 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 8s ago 22m - - 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (8m) 4s ago 15m 17.1M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (7m) 8s ago 15m 44.9M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (7m) 4s ago 12m 48.9M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (6m) 8s ago 21m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (7m) 4s ago 23m 515M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (6m) 4s ago 23m 71.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (5m) 8s ago 21m 53.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (6m) 4s ago 22m 59.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (8m) 4s ago 15m 12.2M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:32:41.475 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (8m) 8s ago 15m 12.5M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (4m) 4s ago 21m 57.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (3m) 4s ago 20m 58.3M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (3m) 4s ago 19m 51.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (2m) 4s ago 19m 52.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 3d893b67e219 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (81s) 8s ago 18m 48.3M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 410ee921009a 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (41s) 8s ago 18m 48.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e39ec01ce266 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 starting - - - 4096M 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (16m) 8s ago 16m 69.8M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (7m) 8s ago 15m 64.9M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (13m) 4s ago 13m 89.9M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (13m) 8s ago 13m 89.5M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (13m) 4s ago 13m 88.9M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:32:41.476 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (13m) 8s ago 13m 89.3M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:32:41.970 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:32:41.970 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:32:41.970 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:32:41.970 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:41.970 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:32:41.970 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:32:41.970 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 11 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:32:41.971 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:32:42.176 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[82421]: debug 2023-12-05T13:32:41.899+0000 7f8cbaded700 1 -- 172.21.15.79:0/1273844471 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a7342331e0 con 0x55a7342b9000 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.093206+0000 mgr.y (mgr.34107) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.187661+0000 mgr.y (mgr.34107) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.276072+0000 mgr.y (mgr.34107) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.354029+0000 mgr.y (mgr.34107) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.449787+0000 mgr.y (mgr.34107) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.547870+0000 mgr.y (mgr.34107) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:40.601564+0000 mgr.y (mgr.34107) 1373 : audit 0 from='client.44497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:42.177 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.644076+0000 mgr.y (mgr.34107) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.740463+0000 mgr.y (mgr.34107) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.836172+0000 mgr.y (mgr.34107) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:40.932005+0000 mgr.y (mgr.34107) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cluster 2023-12-05T13:32:40.958421+0000 mgr.y (mgr.34107) 1378 : cluster 0 pgmap v235: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.010624+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.012878+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.015739+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.016595+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.018568+0000 mgr.y (mgr.34107) 1379 : audit 0 from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.023769+0000 mon.a (mon.0) 5664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.024498+0000 mgr.y (mgr.34107) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.086233+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.089773+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.092904+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.178 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.093844+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.100979+0000 mon.a (mon.0) 5669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.181770+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.186536+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.189134+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.190052+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.197242+0000 mon.a (mon.0) 5674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.276328+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.278822+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.281369+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.282298+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.288199+0000 mon.a (mon.0) 5679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.365993+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.368636+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.371516+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.372510+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.179 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.379828+0000 mon.a (mon.0) 5684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.479055+0000 mon.a (mon.0) 5685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.482797+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.486299+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.487254+0000 mon.a (mon.0) 5688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.493953+0000 mon.a (mon.0) 5689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.575665+0000 mon.a (mon.0) 5690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.578098+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.581421+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.582855+0000 mon.a (mon.0) 5693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.591959+0000 mon.a (mon.0) 5694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.672554+0000 mon.a (mon.0) 5695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.675648+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.679303+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.680966+0000 mon.a (mon.0) 5698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.180 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.690932+0000 mon.a (mon.0) 5699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.181 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.755157+0000 mon.a (mon.0) 5700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.181 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.759190+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.181 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.763083+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.181 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.764364+0000 mon.a (mon.0) 5703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.181 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.770812+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.849156+0000 mon.a (mon.0) 5705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.852079+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.855395+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.856592+0000 mon.a (mon.0) 5708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.864173+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.943434+0000 mon.a (mon.0) 5710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.946543+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.948904+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.182 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:41 smithi079 bash[66795]: audit 2023-12-05T13:32:41.949727+0000 mon.a (mon.0) 5713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.093206+0000 mgr.y (mgr.34107) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.187661+0000 mgr.y (mgr.34107) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.276072+0000 mgr.y (mgr.34107) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.354029+0000 mgr.y (mgr.34107) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.449787+0000 mgr.y (mgr.34107) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.547870+0000 mgr.y (mgr.34107) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:40.601564+0000 mgr.y (mgr.34107) 1373 : audit 0 from='client.44497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.644076+0000 mgr.y (mgr.34107) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.740463+0000 mgr.y (mgr.34107) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.836172+0000 mgr.y (mgr.34107) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:40.932005+0000 mgr.y (mgr.34107) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cluster 2023-12-05T13:32:40.958421+0000 mgr.y (mgr.34107) 1378 : cluster 0 pgmap v235: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.010624+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.012878+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.015739+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.016595+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.018568+0000 mgr.y (mgr.34107) 1379 : audit 0 from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.023769+0000 mon.a (mon.0) 5664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.024498+0000 mgr.y (mgr.34107) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.086233+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.089773+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.092904+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.093844+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.100979+0000 mon.a (mon.0) 5669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.181770+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.186536+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.189134+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.190052+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.197242+0000 mon.a (mon.0) 5674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.276328+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.278822+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.281369+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.282298+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.288199+0000 mon.a (mon.0) 5679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.365993+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.368636+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.371516+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.372510+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.379828+0000 mon.a (mon.0) 5684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.479055+0000 mon.a (mon.0) 5685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.482797+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.486299+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.487254+0000 mon.a (mon.0) 5688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.493953+0000 mon.a (mon.0) 5689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.575665+0000 mon.a (mon.0) 5690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.578098+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.581421+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.582855+0000 mon.a (mon.0) 5693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.591959+0000 mon.a (mon.0) 5694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.672554+0000 mon.a (mon.0) 5695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.675648+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.679303+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.680966+0000 mon.a (mon.0) 5698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.690932+0000 mon.a (mon.0) 5699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.755157+0000 mon.a (mon.0) 5700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.759190+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.763083+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.764364+0000 mon.a (mon.0) 5703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.770812+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.849156+0000 mon.a (mon.0) 5705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.852079+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.260 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.855395+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.856592+0000 mon.a (mon.0) 5708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.864173+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.943434+0000 mon.a (mon.0) 5710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.946543+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.948904+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[78714]: audit 2023-12-05T13:32:41.949727+0000 mon.a (mon.0) 5713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.093206+0000 mgr.y (mgr.34107) 1367 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.187661+0000 mgr.y (mgr.34107) 1368 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.276072+0000 mgr.y (mgr.34107) 1369 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.354029+0000 mgr.y (mgr.34107) 1370 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.449787+0000 mgr.y (mgr.34107) 1371 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.261 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.547870+0000 mgr.y (mgr.34107) 1372 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:40.601564+0000 mgr.y (mgr.34107) 1373 : audit 0 from='client.44497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.644076+0000 mgr.y (mgr.34107) 1374 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.740463+0000 mgr.y (mgr.34107) 1375 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.836172+0000 mgr.y (mgr.34107) 1376 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:40.932005+0000 mgr.y (mgr.34107) 1377 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cluster 2023-12-05T13:32:40.958421+0000 mgr.y (mgr.34107) 1378 : cluster 0 pgmap v235: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.010624+0000 mon.a (mon.0) 5660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.012878+0000 mon.a (mon.0) 5661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.015739+0000 mon.a (mon.0) 5662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.016595+0000 mon.a (mon.0) 5663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.018568+0000 mgr.y (mgr.34107) 1379 : audit 0 from='client.44503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.023769+0000 mon.a (mon.0) 5664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.024498+0000 mgr.y (mgr.34107) 1380 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.086233+0000 mon.a (mon.0) 5665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.262 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.089773+0000 mon.a (mon.0) 5666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.092904+0000 mon.a (mon.0) 5667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.093844+0000 mon.a (mon.0) 5668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.100979+0000 mon.a (mon.0) 5669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.181770+0000 mon.a (mon.0) 5670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.186536+0000 mon.a (mon.0) 5671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.189134+0000 mon.a (mon.0) 5672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.190052+0000 mon.a (mon.0) 5673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.197242+0000 mon.a (mon.0) 5674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.276328+0000 mon.a (mon.0) 5675 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.278822+0000 mon.a (mon.0) 5676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.281369+0000 mon.a (mon.0) 5677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.282298+0000 mon.a (mon.0) 5678 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.288199+0000 mon.a (mon.0) 5679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.365993+0000 mon.a (mon.0) 5680 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.368636+0000 mon.a (mon.0) 5681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.263 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.371516+0000 mon.a (mon.0) 5682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.372510+0000 mon.a (mon.0) 5683 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.379828+0000 mon.a (mon.0) 5684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.479055+0000 mon.a (mon.0) 5685 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.482797+0000 mon.a (mon.0) 5686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.486299+0000 mon.a (mon.0) 5687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.487254+0000 mon.a (mon.0) 5688 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.493953+0000 mon.a (mon.0) 5689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.575665+0000 mon.a (mon.0) 5690 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.578098+0000 mon.a (mon.0) 5691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.581421+0000 mon.a (mon.0) 5692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.582855+0000 mon.a (mon.0) 5693 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.591959+0000 mon.a (mon.0) 5694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.672554+0000 mon.a (mon.0) 5695 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.675648+0000 mon.a (mon.0) 5696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.264 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.679303+0000 mon.a (mon.0) 5697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.680966+0000 mon.a (mon.0) 5698 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.690932+0000 mon.a (mon.0) 5699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.755157+0000 mon.a (mon.0) 5700 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.759190+0000 mon.a (mon.0) 5701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.763083+0000 mon.a (mon.0) 5702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.764364+0000 mon.a (mon.0) 5703 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.770812+0000 mon.a (mon.0) 5704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.849156+0000 mon.a (mon.0) 5705 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.852079+0000 mon.a (mon.0) 5706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.855395+0000 mon.a (mon.0) 5707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.856592+0000 mon.a (mon.0) 5708 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.864173+0000 mon.a (mon.0) 5709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.943434+0000 mon.a (mon.0) 5710 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.946543+0000 mon.a (mon.0) 5711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.948904+0000 mon.a (mon.0) 5712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:42.265 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:41 smithi045 bash[81379]: audit 2023-12-05T13:32:41.949727+0000 mon.a (mon.0) 5713 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:42.366 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:32:42.366 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "11/23 daemons upgraded", 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:32:42.367 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:32:42.796 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[82421]: debug 2023-12-05T13:32:42.471+0000 7f8cc3f73640 -1 Falling back to public interface 2023-12-05T13:32:42.815 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 76/630 objects degraded (12.063%), 20 pgs degraded 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: osd.6 (root=default,host=smithi079) is down 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 76/630 objects degraded (12.063%), 20 pgs degraded 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.2 is active+undersized+degraded, acting [5,1] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.6 is active+undersized+degraded, acting [1,4] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.14 is active+undersized+degraded, acting [3,5] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1b is active+undersized+degraded, acting [3,7] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1d is active+undersized+degraded, acting [7,0] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2023-12-05T13:32:42.816 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2023-12-05T13:32:42.817 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2023-12-05T13:32:42.817 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2023-12-05T13:32:42.817 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2023-12-05T13:32:42.817 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2023-12-05T13:32:42.817 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.e is active+undersized+degraded, acting [4,1] 2023-12-05T13:32:42.817 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.1f is active+undersized+degraded, acting [5,1] 2023-12-05T13:32:42.817 INFO:teuthology.orchestra.run.smithi045.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2023-12-05T13:32:43.243 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:41.096435+0000 mgr.y (mgr.34107) 1381 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:43.243 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.101692+0000 mgr.y (mgr.34107) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.243 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.198360+0000 mgr.y (mgr.34107) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.243 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.288733+0000 mgr.y (mgr.34107) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.243 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.380692+0000 mgr.y (mgr.34107) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.243 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:41.453545+0000 mgr.y (mgr.34107) 1386 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.494501+0000 mgr.y (mgr.34107) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.592845+0000 mgr.y (mgr.34107) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.691637+0000 mgr.y (mgr.34107) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.771467+0000 mgr.y (mgr.34107) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.864920+0000 mgr.y (mgr.34107) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:41.964129+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.45:0/636820107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:41.964648+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: cephadm 2023-12-05T13:32:41.966517+0000 mgr.y (mgr.34107) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.044396+0000 mon.a (mon.0) 5715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.048687+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.052853+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.054338+0000 mon.a (mon.0) 5718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.063279+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.244 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.143805+0000 mon.a (mon.0) 5720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.146538+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.149165+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.150213+0000 mon.a (mon.0) 5723 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.156601+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.240427+0000 mon.a (mon.0) 5725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.243194+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.246067+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.246909+0000 mon.a (mon.0) 5728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.258177+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.319646+0000 mon.a (mon.0) 5730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.323199+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.327542+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.245 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.329045+0000 mon.a (mon.0) 5733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.337051+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.415962+0000 mon.a (mon.0) 5735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.418310+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.421090+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.422081+0000 mon.a (mon.0) 5738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.428126+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.493010+0000 mon.a (mon.0) 5740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.495357+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.503572+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.504611+0000 mon.a (mon.0) 5743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.511154+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.592685+0000 mon.a (mon.0) 5745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.594839+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.597000+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.597817+0000 mon.a (mon.0) 5748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.604090+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.685178+0000 mon.a (mon.0) 5750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.687454+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.696667+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.700387+0000 mon.a (mon.0) 5753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.706787+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.773065+0000 mon.a (mon.0) 5755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.775279+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.777764+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.778520+0000 mon.a (mon.0) 5758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.786439+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.813641+0000 mon.a (mon.0) 5760 : audit 0 from='client.? 172.21.15.45:0/1988415261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.864846+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.247 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.867843+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.871447+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.872751+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.248 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:42 smithi079 bash[66795]: audit 2023-12-05T13:32:42.880930+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.438 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:41.096435+0000 mgr.y (mgr.34107) 1381 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.101692+0000 mgr.y (mgr.34107) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.198360+0000 mgr.y (mgr.34107) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.288733+0000 mgr.y (mgr.34107) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.380692+0000 mgr.y (mgr.34107) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:41.453545+0000 mgr.y (mgr.34107) 1386 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.494501+0000 mgr.y (mgr.34107) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.592845+0000 mgr.y (mgr.34107) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.691637+0000 mgr.y (mgr.34107) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.771467+0000 mgr.y (mgr.34107) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.864920+0000 mgr.y (mgr.34107) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:41.964129+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.45:0/636820107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:41.964648+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: cephadm 2023-12-05T13:32:41.966517+0000 mgr.y (mgr.34107) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.439 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.044396+0000 mon.a (mon.0) 5715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.048687+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.052853+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.054338+0000 mon.a (mon.0) 5718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.063279+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.143805+0000 mon.a (mon.0) 5720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.146538+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:41.096435+0000 mgr.y (mgr.34107) 1381 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.101692+0000 mgr.y (mgr.34107) 1382 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.198360+0000 mgr.y (mgr.34107) 1383 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.288733+0000 mgr.y (mgr.34107) 1384 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.440 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.380692+0000 mgr.y (mgr.34107) 1385 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:41.453545+0000 mgr.y (mgr.34107) 1386 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.494501+0000 mgr.y (mgr.34107) 1387 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.592845+0000 mgr.y (mgr.34107) 1388 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.691637+0000 mgr.y (mgr.34107) 1389 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.771467+0000 mgr.y (mgr.34107) 1390 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.864920+0000 mgr.y (mgr.34107) 1391 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:41.964129+0000 mon.c (mon.1) 18 : audit 0 from='client.? 172.21.15.45:0/636820107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:41.964648+0000 mon.a (mon.0) 5714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: cephadm 2023-12-05T13:32:41.966517+0000 mgr.y (mgr.34107) 1392 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.044396+0000 mon.a (mon.0) 5715 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.048687+0000 mon.a (mon.0) 5716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.052853+0000 mon.a (mon.0) 5717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.054338+0000 mon.a (mon.0) 5718 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.063279+0000 mon.a (mon.0) 5719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.441 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.143805+0000 mon.a (mon.0) 5720 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.442 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.146538+0000 mon.a (mon.0) 5721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.149165+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.150213+0000 mon.a (mon.0) 5723 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.156601+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.442 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.240427+0000 mon.a (mon.0) 5725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.243194+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.246067+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.246909+0000 mon.a (mon.0) 5728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.258177+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.319646+0000 mon.a (mon.0) 5730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.323199+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.327542+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.443 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.329045+0000 mon.a (mon.0) 5733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.337051+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.415962+0000 mon.a (mon.0) 5735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.418310+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.421090+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.422081+0000 mon.a (mon.0) 5738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.428126+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.493010+0000 mon.a (mon.0) 5740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.149165+0000 mon.a (mon.0) 5722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.150213+0000 mon.a (mon.0) 5723 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.156601+0000 mon.a (mon.0) 5724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.240427+0000 mon.a (mon.0) 5725 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.243194+0000 mon.a (mon.0) 5726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.246067+0000 mon.a (mon.0) 5727 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.246909+0000 mon.a (mon.0) 5728 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.258177+0000 mon.a (mon.0) 5729 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.319646+0000 mon.a (mon.0) 5730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.323199+0000 mon.a (mon.0) 5731 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.327542+0000 mon.a (mon.0) 5732 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.329045+0000 mon.a (mon.0) 5733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.337051+0000 mon.a (mon.0) 5734 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.415962+0000 mon.a (mon.0) 5735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.418310+0000 mon.a (mon.0) 5736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.421090+0000 mon.a (mon.0) 5737 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.422081+0000 mon.a (mon.0) 5738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.428126+0000 mon.a (mon.0) 5739 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.493010+0000 mon.a (mon.0) 5740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.495357+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.503572+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.504611+0000 mon.a (mon.0) 5743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.511154+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.592685+0000 mon.a (mon.0) 5745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.594839+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.597000+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.597817+0000 mon.a (mon.0) 5748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.604090+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.685178+0000 mon.a (mon.0) 5750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.687454+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.696667+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.700387+0000 mon.a (mon.0) 5753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.706787+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.773065+0000 mon.a (mon.0) 5755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.775279+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.777764+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.778520+0000 mon.a (mon.0) 5758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.786439+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.813641+0000 mon.a (mon.0) 5760 : audit 0 from='client.? 172.21.15.45:0/1988415261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.495357+0000 mon.a (mon.0) 5741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.503572+0000 mon.a (mon.0) 5742 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.504611+0000 mon.a (mon.0) 5743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.511154+0000 mon.a (mon.0) 5744 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.592685+0000 mon.a (mon.0) 5745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.594839+0000 mon.a (mon.0) 5746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.597000+0000 mon.a (mon.0) 5747 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.597817+0000 mon.a (mon.0) 5748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.604090+0000 mon.a (mon.0) 5749 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.685178+0000 mon.a (mon.0) 5750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.687454+0000 mon.a (mon.0) 5751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.696667+0000 mon.a (mon.0) 5752 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.700387+0000 mon.a (mon.0) 5753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.706787+0000 mon.a (mon.0) 5754 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.773065+0000 mon.a (mon.0) 5755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.775279+0000 mon.a (mon.0) 5756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.777764+0000 mon.a (mon.0) 5757 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.778520+0000 mon.a (mon.0) 5758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.786439+0000 mon.a (mon.0) 5759 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.813641+0000 mon.a (mon.0) 5760 : audit 0 from='client.? 172.21.15.45:0/1988415261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.864846+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.867843+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.871447+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.872751+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[78714]: audit 2023-12-05T13:32:42.880930+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:43.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.864846+0000 mon.a (mon.0) 5761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:43.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.867843+0000 mon.a (mon.0) 5762 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:43.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.871447+0000 mon.a (mon.0) 5763 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:43.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.872751+0000 mon.a (mon.0) 5764 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:43.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:42 smithi045 bash[81379]: audit 2023-12-05T13:32:42.880930+0000 mon.a (mon.0) 5765 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.064299+0000 mgr.y (mgr.34107) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.157145+0000 mgr.y (mgr.34107) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.258762+0000 mgr.y (mgr.34107) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.337884+0000 mgr.y (mgr.34107) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:42.363812+0000 mgr.y (mgr.34107) 1397 : audit 0 from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.428764+0000 mgr.y (mgr.34107) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.511873+0000 mgr.y (mgr.34107) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.604676+0000 mgr.y (mgr.34107) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.707327+0000 mgr.y (mgr.34107) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.787029+0000 mgr.y (mgr.34107) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.881493+0000 mgr.y (mgr.34107) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cluster 2023-12-05T13:32:42.959277+0000 mgr.y (mgr.34107) 1404 : cluster 0 pgmap v236: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:42.959824+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:42.972309+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:42.974815+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:42.975514+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:42.980494+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: cephadm 2023-12-05T13:32:42.980974+0000 mgr.y (mgr.34107) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.047438+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.049908+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.053122+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.054387+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.062777+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.145001+0000 mon.a (mon.0) 5776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.147773+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.150428+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.151489+0000 mon.a (mon.0) 5779 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.157329+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.241091+0000 mon.a (mon.0) 5781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.243018+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.246159+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.247036+0000 mon.a (mon.0) 5784 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.252148+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.335403+0000 mon.a (mon.0) 5786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.337546+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.340562+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.341671+0000 mon.a (mon.0) 5789 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.348513+0000 mon.a (mon.0) 5790 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.436282+0000 mon.a (mon.0) 5791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.439149+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.442171+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.443248+0000 mon.a (mon.0) 5794 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.449621+0000 mon.a (mon.0) 5795 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.528078+0000 mon.a (mon.0) 5796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.530358+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.532978+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.534013+0000 mon.a (mon.0) 5799 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.540024+0000 mon.a (mon.0) 5800 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.603585+0000 mon.a (mon.0) 5801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.606573+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.609965+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.611348+0000 mon.a (mon.0) 5804 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.619945+0000 mon.a (mon.0) 5805 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.698386+0000 mon.a (mon.0) 5806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.700715+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.702957+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.703977+0000 mon.a (mon.0) 5809 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.713738+0000 mon.a (mon.0) 5810 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.776189+0000 mon.a (mon.0) 5811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.778450+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.780719+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.781599+0000 mon.a (mon.0) 5814 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.787399+0000 mon.a (mon.0) 5815 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.853835+0000 mon.a (mon.0) 5816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.858137+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.862318+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.863256+0000 mon.a (mon.0) 5819 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.870930+0000 mon.a (mon.0) 5820 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.957468+0000 mon.a (mon.0) 5821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:43 smithi079 bash[66795]: audit 2023-12-05T13:32:43.960973+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.064299+0000 mgr.y (mgr.34107) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.157145+0000 mgr.y (mgr.34107) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.258762+0000 mgr.y (mgr.34107) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.337884+0000 mgr.y (mgr.34107) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:42.363812+0000 mgr.y (mgr.34107) 1397 : audit 0 from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.428764+0000 mgr.y (mgr.34107) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.511873+0000 mgr.y (mgr.34107) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.604676+0000 mgr.y (mgr.34107) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.707327+0000 mgr.y (mgr.34107) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.787029+0000 mgr.y (mgr.34107) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.881493+0000 mgr.y (mgr.34107) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cluster 2023-12-05T13:32:42.959277+0000 mgr.y (mgr.34107) 1404 : cluster 0 pgmap v236: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:42.959824+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:42.972309+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:42.974815+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:42.975514+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:42.980494+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: cephadm 2023-12-05T13:32:42.980974+0000 mgr.y (mgr.34107) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.047438+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.049908+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.064299+0000 mgr.y (mgr.34107) 1393 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.157145+0000 mgr.y (mgr.34107) 1394 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.258762+0000 mgr.y (mgr.34107) 1395 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.337884+0000 mgr.y (mgr.34107) 1396 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:42.363812+0000 mgr.y (mgr.34107) 1397 : audit 0 from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.428764+0000 mgr.y (mgr.34107) 1398 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.511873+0000 mgr.y (mgr.34107) 1399 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.604676+0000 mgr.y (mgr.34107) 1400 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.707327+0000 mgr.y (mgr.34107) 1401 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.787029+0000 mgr.y (mgr.34107) 1402 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.881493+0000 mgr.y (mgr.34107) 1403 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cluster 2023-12-05T13:32:42.959277+0000 mgr.y (mgr.34107) 1404 : cluster 0 pgmap v236: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 76/630 objects degraded (12.063%) 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:42.959824+0000 mon.a (mon.0) 5766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:42.972309+0000 mon.a (mon.0) 5767 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:42.974815+0000 mon.a (mon.0) 5768 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:42.975514+0000 mon.a (mon.0) 5769 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:42.980494+0000 mon.a (mon.0) 5770 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: cephadm 2023-12-05T13:32:42.980974+0000 mgr.y (mgr.34107) 1405 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.047438+0000 mon.a (mon.0) 5771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.049908+0000 mon.a (mon.0) 5772 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.053122+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.054387+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.062777+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.145001+0000 mon.a (mon.0) 5776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.147773+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.150428+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.151489+0000 mon.a (mon.0) 5779 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.157329+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.241091+0000 mon.a (mon.0) 5781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.243018+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.246159+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.247036+0000 mon.a (mon.0) 5784 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.252148+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.335403+0000 mon.a (mon.0) 5786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.337546+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.340562+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.341671+0000 mon.a (mon.0) 5789 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.348513+0000 mon.a (mon.0) 5790 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.436282+0000 mon.a (mon.0) 5791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.439149+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.053122+0000 mon.a (mon.0) 5773 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.054387+0000 mon.a (mon.0) 5774 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.062777+0000 mon.a (mon.0) 5775 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.145001+0000 mon.a (mon.0) 5776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.147773+0000 mon.a (mon.0) 5777 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.150428+0000 mon.a (mon.0) 5778 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.151489+0000 mon.a (mon.0) 5779 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.157329+0000 mon.a (mon.0) 5780 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.241091+0000 mon.a (mon.0) 5781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.243018+0000 mon.a (mon.0) 5782 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.246159+0000 mon.a (mon.0) 5783 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.247036+0000 mon.a (mon.0) 5784 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.252148+0000 mon.a (mon.0) 5785 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.335403+0000 mon.a (mon.0) 5786 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.337546+0000 mon.a (mon.0) 5787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.340562+0000 mon.a (mon.0) 5788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.341671+0000 mon.a (mon.0) 5789 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.348513+0000 mon.a (mon.0) 5790 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.436282+0000 mon.a (mon.0) 5791 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.439149+0000 mon.a (mon.0) 5792 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.442171+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.443248+0000 mon.a (mon.0) 5794 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.449621+0000 mon.a (mon.0) 5795 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.528078+0000 mon.a (mon.0) 5796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.530358+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.532978+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.534013+0000 mon.a (mon.0) 5799 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.540024+0000 mon.a (mon.0) 5800 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.603585+0000 mon.a (mon.0) 5801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.606573+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.609965+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.611348+0000 mon.a (mon.0) 5804 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.619945+0000 mon.a (mon.0) 5805 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.698386+0000 mon.a (mon.0) 5806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.700715+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.702957+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.703977+0000 mon.a (mon.0) 5809 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.713738+0000 mon.a (mon.0) 5810 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.776189+0000 mon.a (mon.0) 5811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.778450+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.780719+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.781599+0000 mon.a (mon.0) 5814 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.787399+0000 mon.a (mon.0) 5815 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.853835+0000 mon.a (mon.0) 5816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.858137+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.862318+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.863256+0000 mon.a (mon.0) 5819 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.870930+0000 mon.a (mon.0) 5820 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.957468+0000 mon.a (mon.0) 5821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[78714]: audit 2023-12-05T13:32:43.960973+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.442171+0000 mon.a (mon.0) 5793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.443248+0000 mon.a (mon.0) 5794 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.449621+0000 mon.a (mon.0) 5795 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.528078+0000 mon.a (mon.0) 5796 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.530358+0000 mon.a (mon.0) 5797 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.532978+0000 mon.a (mon.0) 5798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.534013+0000 mon.a (mon.0) 5799 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.540024+0000 mon.a (mon.0) 5800 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.603585+0000 mon.a (mon.0) 5801 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.606573+0000 mon.a (mon.0) 5802 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.609965+0000 mon.a (mon.0) 5803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.611348+0000 mon.a (mon.0) 5804 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.619945+0000 mon.a (mon.0) 5805 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.698386+0000 mon.a (mon.0) 5806 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.700715+0000 mon.a (mon.0) 5807 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.702957+0000 mon.a (mon.0) 5808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.703977+0000 mon.a (mon.0) 5809 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.713738+0000 mon.a (mon.0) 5810 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.776189+0000 mon.a (mon.0) 5811 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.778450+0000 mon.a (mon.0) 5812 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.780719+0000 mon.a (mon.0) 5813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.781599+0000 mon.a (mon.0) 5814 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.787399+0000 mon.a (mon.0) 5815 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.853835+0000 mon.a (mon.0) 5816 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.858137+0000 mon.a (mon.0) 5817 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.862318+0000 mon.a (mon.0) 5818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.863256+0000 mon.a (mon.0) 5819 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.870930+0000 mon.a (mon.0) 5820 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.957468+0000 mon.a (mon.0) 5821 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:44.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:43 smithi045 bash[81379]: audit 2023-12-05T13:32:43.960973+0000 mon.a (mon.0) 5822 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.063452+0000 mgr.y (mgr.34107) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.157973+0000 mgr.y (mgr.34107) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.252706+0000 mgr.y (mgr.34107) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.349347+0000 mgr.y (mgr.34107) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.450113+0000 mgr.y (mgr.34107) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.540724+0000 mgr.y (mgr.34107) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.620724+0000 mgr.y (mgr.34107) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.714595+0000 mgr.y (mgr.34107) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.788094+0000 mgr.y (mgr.34107) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.871732+0000 mgr.y (mgr.34107) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:43.970814+0000 mon.a (mon.0) 5823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:43.973052+0000 mon.a (mon.0) 5824 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:43.977967+0000 mon.a (mon.0) 5825 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cephadm 2023-12-05T13:32:43.978446+0000 mgr.y (mgr.34107) 1416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.059086+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.061445+0000 mon.a (mon.0) 5827 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.064530+0000 mon.a (mon.0) 5828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.065682+0000 mon.a (mon.0) 5829 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.072141+0000 mon.a (mon.0) 5830 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.153646+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.158551+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.163467+0000 mon.a (mon.0) 5833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.165219+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.172120+0000 mon.a (mon.0) 5835 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.257427+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.259705+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.262222+0000 mon.a (mon.0) 5838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.263011+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.268957+0000 mon.a (mon.0) 5840 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.335746+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.338685+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.342519+0000 mon.a (mon.0) 5843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.343625+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.349105+0000 mon.a (mon.0) 5845 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.430748+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.434532+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.437845+0000 mon.a (mon.0) 5848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.438756+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.447387+0000 mon.a (mon.0) 5850 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.528871+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.531157+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.534201+0000 mon.a (mon.0) 5853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.535174+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.541358+0000 mon.a (mon.0) 5855 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: cluster 2023-12-05T13:32:44.559863+0000 mon.a (mon.0) 5856 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.607943+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.610584+0000 mon.a (mon.0) 5858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.612850+0000 mon.a (mon.0) 5859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.614051+0000 mon.a (mon.0) 5860 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.620414+0000 mon.a (mon.0) 5861 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.701379+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.706271+0000 mon.a (mon.0) 5863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.709209+0000 mon.a (mon.0) 5864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.710306+0000 mon.a (mon.0) 5865 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.717711+0000 mon.a (mon.0) 5866 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.800796+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.803805+0000 mon.a (mon.0) 5868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.807831+0000 mon.a (mon.0) 5869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.809019+0000 mon.a (mon.0) 5870 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.817857+0000 mon.a (mon.0) 5871 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.063452+0000 mgr.y (mgr.34107) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.157973+0000 mgr.y (mgr.34107) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.252706+0000 mgr.y (mgr.34107) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.349347+0000 mgr.y (mgr.34107) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.450113+0000 mgr.y (mgr.34107) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.540724+0000 mgr.y (mgr.34107) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.620724+0000 mgr.y (mgr.34107) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.714595+0000 mgr.y (mgr.34107) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.788094+0000 mgr.y (mgr.34107) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.871732+0000 mgr.y (mgr.34107) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:43.970814+0000 mon.a (mon.0) 5823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:43.973052+0000 mon.a (mon.0) 5824 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:43.977967+0000 mon.a (mon.0) 5825 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cephadm 2023-12-05T13:32:43.978446+0000 mgr.y (mgr.34107) 1416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.059086+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.061445+0000 mon.a (mon.0) 5827 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.064530+0000 mon.a (mon.0) 5828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.065682+0000 mon.a (mon.0) 5829 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.072141+0000 mon.a (mon.0) 5830 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.153646+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.158551+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.899533+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.902389+0000 mon.a (mon.0) 5873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.905925+0000 mon.a (mon.0) 5874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.906888+0000 mon.a (mon.0) 5875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[81379]: audit 2023-12-05T13:32:44.912431+0000 mon.a (mon.0) 5876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.163467+0000 mon.a (mon.0) 5833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.165219+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.172120+0000 mon.a (mon.0) 5835 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.257427+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.259705+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.262222+0000 mon.a (mon.0) 5838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.263011+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.268957+0000 mon.a (mon.0) 5840 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.335746+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.338685+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.342519+0000 mon.a (mon.0) 5843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.343625+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.349105+0000 mon.a (mon.0) 5845 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.430748+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.434532+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.437845+0000 mon.a (mon.0) 5848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.438756+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.447387+0000 mon.a (mon.0) 5850 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.528871+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.531157+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.534201+0000 mon.a (mon.0) 5853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.535174+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.541358+0000 mon.a (mon.0) 5855 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: cluster 2023-12-05T13:32:44.559863+0000 mon.a (mon.0) 5856 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.607943+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.610584+0000 mon.a (mon.0) 5858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.612850+0000 mon.a (mon.0) 5859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.614051+0000 mon.a (mon.0) 5860 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.620414+0000 mon.a (mon.0) 5861 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.701379+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.706271+0000 mon.a (mon.0) 5863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.709209+0000 mon.a (mon.0) 5864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.710306+0000 mon.a (mon.0) 5865 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.717711+0000 mon.a (mon.0) 5866 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.800796+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.803805+0000 mon.a (mon.0) 5868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.807831+0000 mon.a (mon.0) 5869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.809019+0000 mon.a (mon.0) 5870 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.817857+0000 mon.a (mon.0) 5871 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.899533+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.902389+0000 mon.a (mon.0) 5873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.905925+0000 mon.a (mon.0) 5874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.906888+0000 mon.a (mon.0) 5875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:44 smithi045 bash[78714]: audit 2023-12-05T13:32:44.912431+0000 mon.a (mon.0) 5876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.063452+0000 mgr.y (mgr.34107) 1406 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.157973+0000 mgr.y (mgr.34107) 1407 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.252706+0000 mgr.y (mgr.34107) 1408 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.349347+0000 mgr.y (mgr.34107) 1409 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.450113+0000 mgr.y (mgr.34107) 1410 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.540724+0000 mgr.y (mgr.34107) 1411 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.620724+0000 mgr.y (mgr.34107) 1412 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.714595+0000 mgr.y (mgr.34107) 1413 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.788094+0000 mgr.y (mgr.34107) 1414 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.871732+0000 mgr.y (mgr.34107) 1415 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:43.970814+0000 mon.a (mon.0) 5823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:43.973052+0000 mon.a (mon.0) 5824 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:43.977967+0000 mon.a (mon.0) 5825 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cephadm 2023-12-05T13:32:43.978446+0000 mgr.y (mgr.34107) 1416 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.059086+0000 mon.a (mon.0) 5826 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.061445+0000 mon.a (mon.0) 5827 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.064530+0000 mon.a (mon.0) 5828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.065682+0000 mon.a (mon.0) 5829 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.072141+0000 mon.a (mon.0) 5830 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.153646+0000 mon.a (mon.0) 5831 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.158551+0000 mon.a (mon.0) 5832 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.163467+0000 mon.a (mon.0) 5833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.165219+0000 mon.a (mon.0) 5834 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.172120+0000 mon.a (mon.0) 5835 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.257427+0000 mon.a (mon.0) 5836 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.259705+0000 mon.a (mon.0) 5837 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.262222+0000 mon.a (mon.0) 5838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.263011+0000 mon.a (mon.0) 5839 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.268957+0000 mon.a (mon.0) 5840 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.335746+0000 mon.a (mon.0) 5841 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.338685+0000 mon.a (mon.0) 5842 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.342519+0000 mon.a (mon.0) 5843 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.343625+0000 mon.a (mon.0) 5844 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.349105+0000 mon.a (mon.0) 5845 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.430748+0000 mon.a (mon.0) 5846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.434532+0000 mon.a (mon.0) 5847 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.437845+0000 mon.a (mon.0) 5848 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.438756+0000 mon.a (mon.0) 5849 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.447387+0000 mon.a (mon.0) 5850 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.528871+0000 mon.a (mon.0) 5851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.531157+0000 mon.a (mon.0) 5852 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.534201+0000 mon.a (mon.0) 5853 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.535174+0000 mon.a (mon.0) 5854 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.541358+0000 mon.a (mon.0) 5855 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: cluster 2023-12-05T13:32:44.559863+0000 mon.a (mon.0) 5856 : cluster 3 Health check update: Degraded data redundancy: 76/630 objects degraded (12.063%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.607943+0000 mon.a (mon.0) 5857 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.610584+0000 mon.a (mon.0) 5858 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.612850+0000 mon.a (mon.0) 5859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.614051+0000 mon.a (mon.0) 5860 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.620414+0000 mon.a (mon.0) 5861 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.701379+0000 mon.a (mon.0) 5862 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.706271+0000 mon.a (mon.0) 5863 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.709209+0000 mon.a (mon.0) 5864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.710306+0000 mon.a (mon.0) 5865 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.717711+0000 mon.a (mon.0) 5866 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.800796+0000 mon.a (mon.0) 5867 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.803805+0000 mon.a (mon.0) 5868 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.807831+0000 mon.a (mon.0) 5869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.809019+0000 mon.a (mon.0) 5870 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.817857+0000 mon.a (mon.0) 5871 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.899533+0000 mon.a (mon.0) 5872 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:45.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.902389+0000 mon.a (mon.0) 5873 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:45.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.905925+0000 mon.a (mon.0) 5874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:45.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.906888+0000 mon.a (mon.0) 5875 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:45.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:44 smithi079 bash[66795]: audit 2023-12-05T13:32:44.912431+0000 mon.a (mon.0) 5876 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:45.791 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[82421]: debug 2023-12-05T13:32:45.547+0000 7f8cc3f73640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-05T13:32:45.791 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[82421]: debug 2023-12-05T13:32:45.595+0000 7f8cc3f73640 -1 osd.6 140 log_to_monitors true 2023-12-05T13:32:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.072738+0000 mgr.y (mgr.34107) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.174315+0000 mgr.y (mgr.34107) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.269759+0000 mgr.y (mgr.34107) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.351273+0000 mgr.y (mgr.34107) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.448007+0000 mgr.y (mgr.34107) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.541873+0000 mgr.y (mgr.34107) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.620882+0000 mgr.y (mgr.34107) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.718376+0000 mgr.y (mgr.34107) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.818789+0000 mgr.y (mgr.34107) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:44.912935+0000 mgr.y (mgr.34107) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cluster 2023-12-05T13:32:44.960038+0000 mgr.y (mgr.34107) 1427 : cluster 0 pgmap v237: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 556 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:44.987246+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:44.989353+0000 mon.a (mon.0) 5878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:44.991697+0000 mon.a (mon.0) 5879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:44.992554+0000 mon.a (mon.0) 5880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:44.999817+0000 mon.a (mon.0) 5881 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.000519+0000 mgr.y (mgr.34107) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.083128+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.085307+0000 mon.a (mon.0) 5883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.087561+0000 mon.a (mon.0) 5884 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.088401+0000 mon.a (mon.0) 5885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.095694+0000 mon.a (mon.0) 5886 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.177017+0000 mon.a (mon.0) 5887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.180795+0000 mon.a (mon.0) 5888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.184235+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.185339+0000 mon.a (mon.0) 5890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.191416+0000 mon.a (mon.0) 5891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.255732+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.273753+0000 mon.a (mon.0) 5893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.276907+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.281071+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.282667+0000 mon.a (mon.0) 5896 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.291044+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.371017+0000 mon.a (mon.0) 5898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.373411+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.376732+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.377856+0000 mon.a (mon.0) 5901 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.385670+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.465540+0000 mon.a (mon.0) 5903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.468497+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.471896+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.473461+0000 mon.a (mon.0) 5906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.480224+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.563364+0000 mon.a (mon.0) 5908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.567110+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.570051+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.570840+0000 mon.a (mon.0) 5911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.576906+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.600790+0000 mon.c (mon.1) 19 : audit 1 from='osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.601190+0000 mon.a (mon.0) 5913 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.657558+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.660081+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.663185+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.664124+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.669797+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.749336+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.751516+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.754686+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.755860+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.762673+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.840409+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.843450+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.846797+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.848026+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.855310+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.937416+0000 mon.a (mon.0) 5929 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.939793+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.942954+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.944077+0000 mon.a (mon.0) 5932 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:45 smithi079 bash[66795]: audit 2023-12-05T13:32:45.951793+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.072738+0000 mgr.y (mgr.34107) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.174315+0000 mgr.y (mgr.34107) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.269759+0000 mgr.y (mgr.34107) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.351273+0000 mgr.y (mgr.34107) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.448007+0000 mgr.y (mgr.34107) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.541873+0000 mgr.y (mgr.34107) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.620882+0000 mgr.y (mgr.34107) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.718376+0000 mgr.y (mgr.34107) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.818789+0000 mgr.y (mgr.34107) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:44.912935+0000 mgr.y (mgr.34107) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cluster 2023-12-05T13:32:44.960038+0000 mgr.y (mgr.34107) 1427 : cluster 0 pgmap v237: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 556 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:44.987246+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:44.989353+0000 mon.a (mon.0) 5878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:44.991697+0000 mon.a (mon.0) 5879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:44.992554+0000 mon.a (mon.0) 5880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:44.999817+0000 mon.a (mon.0) 5881 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.000519+0000 mgr.y (mgr.34107) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.083128+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.085307+0000 mon.a (mon.0) 5883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.087561+0000 mon.a (mon.0) 5884 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.072738+0000 mgr.y (mgr.34107) 1417 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.174315+0000 mgr.y (mgr.34107) 1418 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.269759+0000 mgr.y (mgr.34107) 1419 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.351273+0000 mgr.y (mgr.34107) 1420 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.448007+0000 mgr.y (mgr.34107) 1421 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.541873+0000 mgr.y (mgr.34107) 1422 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.620882+0000 mgr.y (mgr.34107) 1423 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.718376+0000 mgr.y (mgr.34107) 1424 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.818789+0000 mgr.y (mgr.34107) 1425 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:44.912935+0000 mgr.y (mgr.34107) 1426 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cluster 2023-12-05T13:32:44.960038+0000 mgr.y (mgr.34107) 1427 : cluster 0 pgmap v237: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 556 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:44.987246+0000 mon.a (mon.0) 5877 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:44.989353+0000 mon.a (mon.0) 5878 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:44.991697+0000 mon.a (mon.0) 5879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:44.992554+0000 mon.a (mon.0) 5880 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:44.999817+0000 mon.a (mon.0) 5881 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.000519+0000 mgr.y (mgr.34107) 1428 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.083128+0000 mon.a (mon.0) 5882 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.085307+0000 mon.a (mon.0) 5883 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.087561+0000 mon.a (mon.0) 5884 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.088401+0000 mon.a (mon.0) 5885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.095694+0000 mon.a (mon.0) 5886 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.177017+0000 mon.a (mon.0) 5887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.180795+0000 mon.a (mon.0) 5888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.184235+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.185339+0000 mon.a (mon.0) 5890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.191416+0000 mon.a (mon.0) 5891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.255732+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.273753+0000 mon.a (mon.0) 5893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.276907+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.281071+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.282667+0000 mon.a (mon.0) 5896 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.291044+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.371017+0000 mon.a (mon.0) 5898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.373411+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.376732+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.377856+0000 mon.a (mon.0) 5901 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.385670+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.465540+0000 mon.a (mon.0) 5903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.468497+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.471896+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.473461+0000 mon.a (mon.0) 5906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.480224+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.563364+0000 mon.a (mon.0) 5908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.567110+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.570051+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.570840+0000 mon.a (mon.0) 5911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.576906+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.600790+0000 mon.c (mon.1) 19 : audit 1 from='osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.601190+0000 mon.a (mon.0) 5913 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.657558+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.660081+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.663185+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.664124+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.669797+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.749336+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.751516+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.754686+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.755860+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.088401+0000 mon.a (mon.0) 5885 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.095694+0000 mon.a (mon.0) 5886 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.177017+0000 mon.a (mon.0) 5887 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.180795+0000 mon.a (mon.0) 5888 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.184235+0000 mon.a (mon.0) 5889 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.185339+0000 mon.a (mon.0) 5890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.191416+0000 mon.a (mon.0) 5891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.255732+0000 mon.a (mon.0) 5892 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.273753+0000 mon.a (mon.0) 5893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.276907+0000 mon.a (mon.0) 5894 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.281071+0000 mon.a (mon.0) 5895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.282667+0000 mon.a (mon.0) 5896 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.291044+0000 mon.a (mon.0) 5897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.371017+0000 mon.a (mon.0) 5898 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.373411+0000 mon.a (mon.0) 5899 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.376732+0000 mon.a (mon.0) 5900 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.377856+0000 mon.a (mon.0) 5901 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.385670+0000 mon.a (mon.0) 5902 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.465540+0000 mon.a (mon.0) 5903 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.468497+0000 mon.a (mon.0) 5904 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.762673+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.840409+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.843450+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.846797+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.848026+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.855310+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.937416+0000 mon.a (mon.0) 5929 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.939793+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.942954+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.944077+0000 mon.a (mon.0) 5932 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[78714]: audit 2023-12-05T13:32:45.951793+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.471896+0000 mon.a (mon.0) 5905 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.473461+0000 mon.a (mon.0) 5906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.480224+0000 mon.a (mon.0) 5907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.563364+0000 mon.a (mon.0) 5908 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.567110+0000 mon.a (mon.0) 5909 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.570051+0000 mon.a (mon.0) 5910 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.570840+0000 mon.a (mon.0) 5911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.576906+0000 mon.a (mon.0) 5912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.600790+0000 mon.c (mon.1) 19 : audit 1 from='osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.601190+0000 mon.a (mon.0) 5913 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.657558+0000 mon.a (mon.0) 5914 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.660081+0000 mon.a (mon.0) 5915 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.663185+0000 mon.a (mon.0) 5916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.664124+0000 mon.a (mon.0) 5917 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.669797+0000 mon.a (mon.0) 5918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.749336+0000 mon.a (mon.0) 5919 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.751516+0000 mon.a (mon.0) 5920 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.754686+0000 mon.a (mon.0) 5921 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.755860+0000 mon.a (mon.0) 5922 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.762673+0000 mon.a (mon.0) 5923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.840409+0000 mon.a (mon.0) 5924 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.843450+0000 mon.a (mon.0) 5925 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.846797+0000 mon.a (mon.0) 5926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.848026+0000 mon.a (mon.0) 5927 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.855310+0000 mon.a (mon.0) 5928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.937416+0000 mon.a (mon.0) 5929 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.939793+0000 mon.a (mon.0) 5930 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.942954+0000 mon.a (mon.0) 5931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.944077+0000 mon.a (mon.0) 5932 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:46.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:45 smithi045 bash[81379]: audit 2023-12-05T13:32:45.951793+0000 mon.a (mon.0) 5933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:46.975 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[82421]: debug 2023-12-05T13:32:46.627+0000 7f8cb13dc700 -1 osd.6 140 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:32:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.096180+0000 mgr.y (mgr.34107) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.191977+0000 mgr.y (mgr.34107) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.291792+0000 mgr.y (mgr.34107) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.386368+0000 mgr.y (mgr.34107) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.480811+0000 mgr.y (mgr.34107) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.577550+0000 mgr.y (mgr.34107) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.670373+0000 mgr.y (mgr.34107) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.763356+0000 mgr.y (mgr.34107) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.855938+0000 mgr.y (mgr.34107) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:45.952849+0000 mgr.y (mgr.34107) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.030785+0000 mon.a (mon.0) 5934 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.033200+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.035450+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.036303+0000 mon.a (mon.0) 5937 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.041446+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.042122+0000 mgr.y (mgr.34107) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.124552+0000 mon.a (mon.0) 5939 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.127045+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.130393+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.131504+0000 mon.a (mon.0) 5942 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.137897+0000 mon.a (mon.0) 5943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.217079+0000 mon.a (mon.0) 5944 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.219880+0000 mon.a (mon.0) 5945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.222830+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.223827+0000 mon.a (mon.0) 5947 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.232584+0000 mon.a (mon.0) 5948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.312425+0000 mon.a (mon.0) 5949 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.315213+0000 mon.a (mon.0) 5950 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.318660+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.319843+0000 mon.a (mon.0) 5952 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.329329+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.410532+0000 mon.a (mon.0) 5954 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.413327+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.416251+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.417419+0000 mon.a (mon.0) 5957 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.424359+0000 mon.a (mon.0) 5958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.504628+0000 mon.a (mon.0) 5959 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.509273+0000 mon.a (mon.0) 5960 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.512366+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.513386+0000 mon.a (mon.0) 5962 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.520209+0000 mon.a (mon.0) 5963 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.576847+0000 mon.a (mon.0) 5964 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: cluster 2023-12-05T13:32:46.580321+0000 mon.a (mon.0) 5965 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.581996+0000 mon.c (mon.1) 20 : audit 1 from='osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.583434+0000 mon.a (mon.0) 5966 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.597180+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.599424+0000 mon.a (mon.0) 5968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.601762+0000 mon.a (mon.0) 5969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.602591+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.608255+0000 mon.a (mon.0) 5971 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.689372+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.692083+0000 mon.a (mon.0) 5973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.695068+0000 mon.a (mon.0) 5974 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.696426+0000 mon.a (mon.0) 5975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.704343+0000 mon.a (mon.0) 5976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.787242+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.789594+0000 mon.a (mon.0) 5978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.793327+0000 mon.a (mon.0) 5979 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.794478+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.802245+0000 mon.a (mon.0) 5981 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.882832+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.885524+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.888089+0000 mon.a (mon.0) 5984 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.299 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.889365+0000 mon.a (mon.0) 5985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.302 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:46 smithi079 bash[66795]: audit 2023-12-05T13:32:46.897498+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.096180+0000 mgr.y (mgr.34107) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.191977+0000 mgr.y (mgr.34107) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.291792+0000 mgr.y (mgr.34107) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.386368+0000 mgr.y (mgr.34107) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.480811+0000 mgr.y (mgr.34107) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.577550+0000 mgr.y (mgr.34107) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.670373+0000 mgr.y (mgr.34107) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.763356+0000 mgr.y (mgr.34107) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.855938+0000 mgr.y (mgr.34107) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:45.952849+0000 mgr.y (mgr.34107) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.030785+0000 mon.a (mon.0) 5934 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.033200+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.035450+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.036303+0000 mon.a (mon.0) 5937 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.041446+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.042122+0000 mgr.y (mgr.34107) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.124552+0000 mon.a (mon.0) 5939 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.127045+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.130393+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.131504+0000 mon.a (mon.0) 5942 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.137897+0000 mon.a (mon.0) 5943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.096180+0000 mgr.y (mgr.34107) 1429 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.191977+0000 mgr.y (mgr.34107) 1430 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.291792+0000 mgr.y (mgr.34107) 1431 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.386368+0000 mgr.y (mgr.34107) 1432 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.480811+0000 mgr.y (mgr.34107) 1433 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.577550+0000 mgr.y (mgr.34107) 1434 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.670373+0000 mgr.y (mgr.34107) 1435 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.763356+0000 mgr.y (mgr.34107) 1436 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.855938+0000 mgr.y (mgr.34107) 1437 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:45.952849+0000 mgr.y (mgr.34107) 1438 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.030785+0000 mon.a (mon.0) 5934 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.033200+0000 mon.a (mon.0) 5935 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.035450+0000 mon.a (mon.0) 5936 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.036303+0000 mon.a (mon.0) 5937 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.041446+0000 mon.a (mon.0) 5938 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.042122+0000 mgr.y (mgr.34107) 1439 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.124552+0000 mon.a (mon.0) 5939 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.127045+0000 mon.a (mon.0) 5940 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.130393+0000 mon.a (mon.0) 5941 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.131504+0000 mon.a (mon.0) 5942 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.447 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.137897+0000 mon.a (mon.0) 5943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.217079+0000 mon.a (mon.0) 5944 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.219880+0000 mon.a (mon.0) 5945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.222830+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.449 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.223827+0000 mon.a (mon.0) 5947 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.232584+0000 mon.a (mon.0) 5948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.312425+0000 mon.a (mon.0) 5949 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.315213+0000 mon.a (mon.0) 5950 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.318660+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.319843+0000 mon.a (mon.0) 5952 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.329329+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.410532+0000 mon.a (mon.0) 5954 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.413327+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.416251+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.417419+0000 mon.a (mon.0) 5957 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.424359+0000 mon.a (mon.0) 5958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.504628+0000 mon.a (mon.0) 5959 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.509273+0000 mon.a (mon.0) 5960 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.512366+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.513386+0000 mon.a (mon.0) 5962 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.217079+0000 mon.a (mon.0) 5944 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.219880+0000 mon.a (mon.0) 5945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.222830+0000 mon.a (mon.0) 5946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.223827+0000 mon.a (mon.0) 5947 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.232584+0000 mon.a (mon.0) 5948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.312425+0000 mon.a (mon.0) 5949 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.315213+0000 mon.a (mon.0) 5950 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.318660+0000 mon.a (mon.0) 5951 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.319843+0000 mon.a (mon.0) 5952 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.329329+0000 mon.a (mon.0) 5953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.410532+0000 mon.a (mon.0) 5954 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.413327+0000 mon.a (mon.0) 5955 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.416251+0000 mon.a (mon.0) 5956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.417419+0000 mon.a (mon.0) 5957 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.424359+0000 mon.a (mon.0) 5958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.504628+0000 mon.a (mon.0) 5959 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.509273+0000 mon.a (mon.0) 5960 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.512366+0000 mon.a (mon.0) 5961 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.513386+0000 mon.a (mon.0) 5962 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.520209+0000 mon.a (mon.0) 5963 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.576847+0000 mon.a (mon.0) 5964 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:32:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: cluster 2023-12-05T13:32:46.580321+0000 mon.a (mon.0) 5965 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-05T13:32:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.581996+0000 mon.c (mon.1) 20 : audit 1 from='osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:47.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.583434+0000 mon.a (mon.0) 5966 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.597180+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.599424+0000 mon.a (mon.0) 5968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.601762+0000 mon.a (mon.0) 5969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.602591+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.608255+0000 mon.a (mon.0) 5971 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.689372+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.692083+0000 mon.a (mon.0) 5973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.695068+0000 mon.a (mon.0) 5974 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.696426+0000 mon.a (mon.0) 5975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.704343+0000 mon.a (mon.0) 5976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.787242+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.789594+0000 mon.a (mon.0) 5978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.793327+0000 mon.a (mon.0) 5979 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.794478+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.802245+0000 mon.a (mon.0) 5981 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.882832+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.885524+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.888089+0000 mon.a (mon.0) 5984 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.889365+0000 mon.a (mon.0) 5985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[81379]: audit 2023-12-05T13:32:46.897498+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.520209+0000 mon.a (mon.0) 5963 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.576847+0000 mon.a (mon.0) 5964 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:32:47.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: cluster 2023-12-05T13:32:46.580321+0000 mon.a (mon.0) 5965 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-05T13:32:47.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.581996+0000 mon.c (mon.1) 20 : audit 1 from='osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:47.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.583434+0000 mon.a (mon.0) 5966 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:32:47.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.597180+0000 mon.a (mon.0) 5967 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.599424+0000 mon.a (mon.0) 5968 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.601762+0000 mon.a (mon.0) 5969 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.602591+0000 mon.a (mon.0) 5970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.608255+0000 mon.a (mon.0) 5971 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.689372+0000 mon.a (mon.0) 5972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.692083+0000 mon.a (mon.0) 5973 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.695068+0000 mon.a (mon.0) 5974 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.696426+0000 mon.a (mon.0) 5975 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.704343+0000 mon.a (mon.0) 5976 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.787242+0000 mon.a (mon.0) 5977 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.789594+0000 mon.a (mon.0) 5978 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.793327+0000 mon.a (mon.0) 5979 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.794478+0000 mon.a (mon.0) 5980 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.802245+0000 mon.a (mon.0) 5981 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.882832+0000 mon.a (mon.0) 5982 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.885524+0000 mon.a (mon.0) 5983 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.888089+0000 mon.a (mon.0) 5984 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.889365+0000 mon.a (mon.0) 5985 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:47.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:46 smithi045 bash[78714]: audit 2023-12-05T13:32:46.897498+0000 mon.a (mon.0) 5986 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.138490+0000 mgr.y (mgr.34107) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.233327+0000 mgr.y (mgr.34107) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.329953+0000 mgr.y (mgr.34107) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.424913+0000 mgr.y (mgr.34107) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.521067+0000 mgr.y (mgr.34107) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.608784+0000 mgr.y (mgr.34107) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.704964+0000 mgr.y (mgr.34107) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.802845+0000 mgr.y (mgr.34107) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.898288+0000 mgr.y (mgr.34107) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:46.961106+0000 mgr.y (mgr.34107) 1449 : cluster 0 pgmap v239: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:46.983295+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:46.985302+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:46.987187+0000 mon.a (mon.0) 5989 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:46.987854+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:46.992449+0000 mon.a (mon.0) 5991 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cephadm 2023-12-05T13:32:46.992996+0000 mgr.y (mgr.34107) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.056949+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.059072+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.061734+0000 mon.a (mon.0) 5994 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.062643+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.068205+0000 mon.a (mon.0) 5996 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.149898+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.152595+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.155145+0000 mon.a (mon.0) 5999 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.156280+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.165708+0000 mon.a (mon.0) 6001 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.245416+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.249181+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.251778+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.252747+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.259331+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.343801+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.347971+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.351724+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.353031+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.360653+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.444267+0000 mon.a (mon.0) 6012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.446530+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.449221+0000 mon.a (mon.0) 6014 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.450192+0000 mon.a (mon.0) 6015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.455806+0000 mon.a (mon.0) 6016 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.534625+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.537785+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.541061+0000 mon.a (mon.0) 6019 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.542406+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.550781+0000 mon.a (mon.0) 6021 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.596500+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.599367+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.607077+0000 mon.a (mon.0) 6022 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.613625+0000 mon.a (mon.0) 6023 : cluster 1 osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393] boot 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.613681+0000 mon.a (mon.0) 6024 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.615779+0000 mon.a (mon.0) 6025 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.616690+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.623445+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: cluster 2023-12-05T13:32:47.625222+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.630416+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.632417+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.635156+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.635874+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.641209+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.724308+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.727137+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.730425+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.731541+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.739789+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.820892+0000 mon.a (mon.0) 6036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.824122+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.826922+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.828194+0000 mon.a (mon.0) 6039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.834798+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.916798+0000 mon.a (mon.0) 6041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.919373+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.922431+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.923369+0000 mon.a (mon.0) 6044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:47 smithi079 bash[66795]: audit 2023-12-05T13:32:47.929464+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.138490+0000 mgr.y (mgr.34107) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.233327+0000 mgr.y (mgr.34107) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.329953+0000 mgr.y (mgr.34107) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.424913+0000 mgr.y (mgr.34107) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.521067+0000 mgr.y (mgr.34107) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.608784+0000 mgr.y (mgr.34107) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.704964+0000 mgr.y (mgr.34107) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.802845+0000 mgr.y (mgr.34107) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.898288+0000 mgr.y (mgr.34107) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:46.961106+0000 mgr.y (mgr.34107) 1449 : cluster 0 pgmap v239: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:46.983295+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:46.985302+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:46.987187+0000 mon.a (mon.0) 5989 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:46.987854+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:46.992449+0000 mon.a (mon.0) 5991 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cephadm 2023-12-05T13:32:46.992996+0000 mgr.y (mgr.34107) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.056949+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.059072+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.061734+0000 mon.a (mon.0) 5994 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.062643+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.068205+0000 mon.a (mon.0) 5996 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.149898+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.152595+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.155145+0000 mon.a (mon.0) 5999 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.156280+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.165708+0000 mon.a (mon.0) 6001 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.245416+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.249181+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.251778+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.252747+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.259331+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.343801+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.347971+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.351724+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.353031+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.360653+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.444267+0000 mon.a (mon.0) 6012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.446530+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.449221+0000 mon.a (mon.0) 6014 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.450192+0000 mon.a (mon.0) 6015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.138490+0000 mgr.y (mgr.34107) 1440 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.233327+0000 mgr.y (mgr.34107) 1441 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.329953+0000 mgr.y (mgr.34107) 1442 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.424913+0000 mgr.y (mgr.34107) 1443 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.521067+0000 mgr.y (mgr.34107) 1444 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.608784+0000 mgr.y (mgr.34107) 1445 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.704964+0000 mgr.y (mgr.34107) 1446 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.802845+0000 mgr.y (mgr.34107) 1447 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.898288+0000 mgr.y (mgr.34107) 1448 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:46.961106+0000 mgr.y (mgr.34107) 1449 : cluster 0 pgmap v239: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:46.983295+0000 mon.a (mon.0) 5987 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:46.985302+0000 mon.a (mon.0) 5988 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:46.987187+0000 mon.a (mon.0) 5989 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:46.987854+0000 mon.a (mon.0) 5990 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:46.992449+0000 mon.a (mon.0) 5991 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cephadm 2023-12-05T13:32:46.992996+0000 mgr.y (mgr.34107) 1450 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.056949+0000 mon.a (mon.0) 5992 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.059072+0000 mon.a (mon.0) 5993 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.061734+0000 mon.a (mon.0) 5994 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.062643+0000 mon.a (mon.0) 5995 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.455806+0000 mon.a (mon.0) 6016 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.534625+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.537785+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.541061+0000 mon.a (mon.0) 6019 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.542406+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.550781+0000 mon.a (mon.0) 6021 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.596500+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.599367+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.607077+0000 mon.a (mon.0) 6022 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.613625+0000 mon.a (mon.0) 6023 : cluster 1 osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393] boot 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.613681+0000 mon.a (mon.0) 6024 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.615779+0000 mon.a (mon.0) 6025 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.616690+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.623445+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: cluster 2023-12-05T13:32:47.625222+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.630416+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.632417+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.635156+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.635874+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.641209+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.724308+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.727137+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.730425+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.731541+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.739789+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.820892+0000 mon.a (mon.0) 6036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.824122+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.826922+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.828194+0000 mon.a (mon.0) 6039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.834798+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.916798+0000 mon.a (mon.0) 6041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.919373+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.922431+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.923369+0000 mon.a (mon.0) 6044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.454 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[81379]: audit 2023-12-05T13:32:47.929464+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.068205+0000 mon.a (mon.0) 5996 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.149898+0000 mon.a (mon.0) 5997 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.152595+0000 mon.a (mon.0) 5998 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.155145+0000 mon.a (mon.0) 5999 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.156280+0000 mon.a (mon.0) 6000 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.165708+0000 mon.a (mon.0) 6001 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.245416+0000 mon.a (mon.0) 6002 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.249181+0000 mon.a (mon.0) 6003 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.251778+0000 mon.a (mon.0) 6004 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.252747+0000 mon.a (mon.0) 6005 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.259331+0000 mon.a (mon.0) 6006 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.343801+0000 mon.a (mon.0) 6007 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.347971+0000 mon.a (mon.0) 6008 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.351724+0000 mon.a (mon.0) 6009 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.353031+0000 mon.a (mon.0) 6010 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.360653+0000 mon.a (mon.0) 6011 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.444267+0000 mon.a (mon.0) 6012 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.446530+0000 mon.a (mon.0) 6013 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.449221+0000 mon.a (mon.0) 6014 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.450192+0000 mon.a (mon.0) 6015 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.455806+0000 mon.a (mon.0) 6016 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.534625+0000 mon.a (mon.0) 6017 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.537785+0000 mon.a (mon.0) 6018 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.541061+0000 mon.a (mon.0) 6019 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.542406+0000 mon.a (mon.0) 6020 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.550781+0000 mon.a (mon.0) 6021 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.596500+0000 osd.7 (osd.7) 65 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.599367+0000 osd.7 (osd.7) 66 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.607077+0000 mon.a (mon.0) 6022 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.613625+0000 mon.a (mon.0) 6023 : cluster 1 osd.6 [v2:172.21.15.79:6816/3440777393,v1:172.21.15.79:6817/3440777393] boot 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.613681+0000 mon.a (mon.0) 6024 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.615779+0000 mon.a (mon.0) 6025 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.616690+0000 osd.7 (osd.7) 67 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.623445+0000 osd.7 (osd.7) 68 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: cluster 2023-12-05T13:32:47.625222+0000 osd.7 (osd.7) 69 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.630416+0000 mon.a (mon.0) 6026 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.632417+0000 mon.a (mon.0) 6027 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.635156+0000 mon.a (mon.0) 6028 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.635874+0000 mon.a (mon.0) 6029 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.641209+0000 mon.a (mon.0) 6030 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.724308+0000 mon.a (mon.0) 6031 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.727137+0000 mon.a (mon.0) 6032 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.730425+0000 mon.a (mon.0) 6033 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.731541+0000 mon.a (mon.0) 6034 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.739789+0000 mon.a (mon.0) 6035 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.820892+0000 mon.a (mon.0) 6036 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.824122+0000 mon.a (mon.0) 6037 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.826922+0000 mon.a (mon.0) 6038 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.828194+0000 mon.a (mon.0) 6039 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.834798+0000 mon.a (mon.0) 6040 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:48.458 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.916798+0000 mon.a (mon.0) 6041 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:48.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.919373+0000 mon.a (mon.0) 6042 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:48.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.922431+0000 mon.a (mon.0) 6043 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:48.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.923369+0000 mon.a (mon.0) 6044 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:48.459 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:47 smithi045 bash[78714]: audit 2023-12-05T13:32:47.929464+0000 mon.a (mon.0) 6045 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.068897+0000 mgr.y (mgr.34107) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.166651+0000 mgr.y (mgr.34107) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.259907+0000 mgr.y (mgr.34107) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.361534+0000 mgr.y (mgr.34107) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.456298+0000 mgr.y (mgr.34107) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.551453+0000 mgr.y (mgr.34107) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.641915+0000 mgr.y (mgr.34107) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.740385+0000 mgr.y (mgr.34107) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.835375+0000 mgr.y (mgr.34107) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:47.930080+0000 mgr.y (mgr.34107) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.005179+0000 mon.a (mon.0) 6046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.008318+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.011246+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.012244+0000 mon.a (mon.0) 6049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.019557+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.020311+0000 mgr.y (mgr.34107) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.084831+0000 mon.a (mon.0) 6051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.087576+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.091653+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.092669+0000 mon.a (mon.0) 6054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.101757+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.184346+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.186486+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.189214+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.190017+0000 mon.a (mon.0) 6059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.197811+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.279987+0000 mon.a (mon.0) 6061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.282547+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.285565+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.286862+0000 mon.a (mon.0) 6064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.294042+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.376184+0000 mon.a (mon.0) 6066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.378472+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.381944+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.383034+0000 mon.a (mon.0) 6069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.391172+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.457607+0000 mon.a (mon.0) 6071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.460059+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.462966+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.464237+0000 mon.a (mon.0) 6074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.471601+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.553603+0000 mon.a (mon.0) 6076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.555817+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.558930+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.559898+0000 mon.a (mon.0) 6079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.570723+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.614857+0000 mon.a (mon.0) 6081 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.618081+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.623642+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.626232+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.629699+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.631899+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.633269+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.634549+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.638094+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.643142+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.643905+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.650828+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.698701+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.701167+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.704449+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.297 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.705770+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.714286+0000 mon.a (mon.0) 6091 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.796319+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.798430+0000 mon.a (mon.0) 6093 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.801132+0000 mon.a (mon.0) 6094 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.801947+0000 mon.a (mon.0) 6095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.808861+0000 mon.a (mon.0) 6096 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.886994+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.890259+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.893911+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.895238+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.298 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:48 smithi079 bash[66795]: audit 2023-12-05T13:32:48.902546+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.068897+0000 mgr.y (mgr.34107) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.166651+0000 mgr.y (mgr.34107) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.259907+0000 mgr.y (mgr.34107) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.361534+0000 mgr.y (mgr.34107) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.456298+0000 mgr.y (mgr.34107) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.551453+0000 mgr.y (mgr.34107) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.641915+0000 mgr.y (mgr.34107) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.740385+0000 mgr.y (mgr.34107) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.835375+0000 mgr.y (mgr.34107) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:47.930080+0000 mgr.y (mgr.34107) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.005179+0000 mon.a (mon.0) 6046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.008318+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.011246+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.012244+0000 mon.a (mon.0) 6049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.380 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.019557+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.020311+0000 mgr.y (mgr.34107) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.084831+0000 mon.a (mon.0) 6051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.087576+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.091653+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.092669+0000 mon.a (mon.0) 6054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.101757+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.068897+0000 mgr.y (mgr.34107) 1451 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.166651+0000 mgr.y (mgr.34107) 1452 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.259907+0000 mgr.y (mgr.34107) 1453 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.361534+0000 mgr.y (mgr.34107) 1454 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.381 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.456298+0000 mgr.y (mgr.34107) 1455 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.551453+0000 mgr.y (mgr.34107) 1456 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.641915+0000 mgr.y (mgr.34107) 1457 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.740385+0000 mgr.y (mgr.34107) 1458 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.835375+0000 mgr.y (mgr.34107) 1459 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:47.930080+0000 mgr.y (mgr.34107) 1460 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.005179+0000 mon.a (mon.0) 6046 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.008318+0000 mon.a (mon.0) 6047 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.011246+0000 mon.a (mon.0) 6048 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.012244+0000 mon.a (mon.0) 6049 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.019557+0000 mon.a (mon.0) 6050 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.020311+0000 mgr.y (mgr.34107) 1461 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.084831+0000 mon.a (mon.0) 6051 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.087576+0000 mon.a (mon.0) 6052 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.091653+0000 mon.a (mon.0) 6053 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.382 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.092669+0000 mon.a (mon.0) 6054 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.101757+0000 mon.a (mon.0) 6055 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.184346+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.186486+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.189214+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.190017+0000 mon.a (mon.0) 6059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.197811+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.279987+0000 mon.a (mon.0) 6061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.282547+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.285565+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.286862+0000 mon.a (mon.0) 6064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.383 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.294042+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.376184+0000 mon.a (mon.0) 6066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.378472+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.381944+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.383034+0000 mon.a (mon.0) 6069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.391172+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.457607+0000 mon.a (mon.0) 6071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.460059+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.462966+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.464237+0000 mon.a (mon.0) 6074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.385 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.184346+0000 mon.a (mon.0) 6056 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.186486+0000 mon.a (mon.0) 6057 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.189214+0000 mon.a (mon.0) 6058 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.190017+0000 mon.a (mon.0) 6059 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.197811+0000 mon.a (mon.0) 6060 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.279987+0000 mon.a (mon.0) 6061 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.282547+0000 mon.a (mon.0) 6062 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.285565+0000 mon.a (mon.0) 6063 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.286862+0000 mon.a (mon.0) 6064 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.294042+0000 mon.a (mon.0) 6065 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.376184+0000 mon.a (mon.0) 6066 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.378472+0000 mon.a (mon.0) 6067 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.381944+0000 mon.a (mon.0) 6068 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.383034+0000 mon.a (mon.0) 6069 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.391172+0000 mon.a (mon.0) 6070 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.386 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.457607+0000 mon.a (mon.0) 6071 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.460059+0000 mon.a (mon.0) 6072 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.462966+0000 mon.a (mon.0) 6073 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.464237+0000 mon.a (mon.0) 6074 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.471601+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.553603+0000 mon.a (mon.0) 6076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.555817+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.558930+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.559898+0000 mon.a (mon.0) 6079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.570723+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.614857+0000 mon.a (mon.0) 6081 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.618081+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.387 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.623642+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.626232+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.629699+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.631899+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.633269+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.634549+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.638094+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.643142+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.643905+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.650828+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.698701+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.701167+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.704449+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.388 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.705770+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.471601+0000 mon.a (mon.0) 6075 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.553603+0000 mon.a (mon.0) 6076 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.555817+0000 mon.a (mon.0) 6077 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.558930+0000 mon.a (mon.0) 6078 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.559898+0000 mon.a (mon.0) 6079 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.570723+0000 mon.a (mon.0) 6080 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.614857+0000 mon.a (mon.0) 6081 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.618081+0000 osd.7 (osd.7) 70 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.623642+0000 osd.7 (osd.7) 71 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.626232+0000 osd.7 (osd.7) 72 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.629699+0000 osd.7 (osd.7) 73 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.389 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.631899+0000 osd.7 (osd.7) 74 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.633269+0000 osd.7 (osd.7) 75 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.634549+0000 mon.a (mon.0) 6082 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.638094+0000 mon.a (mon.0) 6083 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.643142+0000 mon.a (mon.0) 6084 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.643905+0000 mon.a (mon.0) 6085 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.650828+0000 mon.a (mon.0) 6086 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.698701+0000 mon.a (mon.0) 6087 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.701167+0000 mon.a (mon.0) 6088 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.704449+0000 mon.a (mon.0) 6089 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.705770+0000 mon.a (mon.0) 6090 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.714286+0000 mon.a (mon.0) 6091 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.796319+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.798430+0000 mon.a (mon.0) 6093 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.390 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.801132+0000 mon.a (mon.0) 6094 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.801947+0000 mon.a (mon.0) 6095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.808861+0000 mon.a (mon.0) 6096 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.886994+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.890259+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.893911+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.895238+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[81379]: audit 2023-12-05T13:32:48.902546+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.714286+0000 mon.a (mon.0) 6091 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.796319+0000 mon.a (mon.0) 6092 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.798430+0000 mon.a (mon.0) 6093 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.801132+0000 mon.a (mon.0) 6094 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.801947+0000 mon.a (mon.0) 6095 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.391 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.808861+0000 mon.a (mon.0) 6096 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.886994+0000 mon.a (mon.0) 6097 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:49.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.890259+0000 mon.a (mon.0) 6098 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:49.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.893911+0000 mon.a (mon.0) 6099 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:49.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.895238+0000 mon.a (mon.0) 6100 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:49.392 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:48 smithi045 bash[78714]: audit 2023-12-05T13:32:48.902546+0000 mon.a (mon.0) 6101 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:49.693 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:32:49] "GET /metrics HTTP/1.1" 200 38490 "" "Prometheus/2.33.4" 2023-12-05T13:32:50.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.102308+0000 mgr.y (mgr.34107) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.198413+0000 mgr.y (mgr.34107) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.294783+0000 mgr.y (mgr.34107) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.392162+0000 mgr.y (mgr.34107) 1465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.473522+0000 mgr.y (mgr.34107) 1466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.571417+0000 mgr.y (mgr.34107) 1467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.651561+0000 mgr.y (mgr.34107) 1468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.714879+0000 mgr.y (mgr.34107) 1469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.809400+0000 mgr.y (mgr.34107) 1470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.903185+0000 mgr.y (mgr.34107) 1471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cluster 2023-12-05T13:32:48.962245+0000 mgr.y (mgr.34107) 1472 : cluster 0 pgmap v242: 161 pgs: 1 peering, 20 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:48.988599+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:48.990821+0000 mon.a (mon.0) 6103 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:48.992898+0000 mon.a (mon.0) 6104 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:48.993608+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:48.998280+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: cephadm 2023-12-05T13:32:48.998749+0000 mgr.y (mgr.34107) 1473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.078654+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.081283+0000 mon.a (mon.0) 6108 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.084369+0000 mon.a (mon.0) 6109 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.085664+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.093156+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.173914+0000 mon.a (mon.0) 6112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.176815+0000 mon.a (mon.0) 6113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.180211+0000 mon.a (mon.0) 6114 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.181138+0000 mon.a (mon.0) 6115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.187203+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.267823+0000 mon.a (mon.0) 6117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.270190+0000 mon.a (mon.0) 6118 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.272911+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.273828+0000 mon.a (mon.0) 6120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.285176+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.363066+0000 mon.a (mon.0) 6122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.365841+0000 mon.a (mon.0) 6123 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.370541+0000 mon.a (mon.0) 6124 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.372164+0000 mon.a (mon.0) 6125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.385447+0000 mon.a (mon.0) 6126 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.452391+0000 mon.a (mon.0) 6127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.456518+0000 mon.a (mon.0) 6128 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.459514+0000 mon.a (mon.0) 6129 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.460578+0000 mon.a (mon.0) 6130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.467907+0000 mon.a (mon.0) 6131 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.551280+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.553715+0000 mon.a (mon.0) 6133 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.557406+0000 mon.a (mon.0) 6134 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.558732+0000 mon.a (mon.0) 6135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.567915+0000 mon.a (mon.0) 6136 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.649119+0000 mon.a (mon.0) 6137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.653328+0000 mon.a (mon.0) 6138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.656549+0000 mon.a (mon.0) 6139 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.657889+0000 mon.a (mon.0) 6140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.665747+0000 mon.a (mon.0) 6141 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.746358+0000 mon.a (mon.0) 6142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.750377+0000 mon.a (mon.0) 6143 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.753699+0000 mon.a (mon.0) 6144 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.755117+0000 mon.a (mon.0) 6145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.763875+0000 mon.a (mon.0) 6146 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.854486+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.856506+0000 mon.a (mon.0) 6148 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.904269+0000 mon.a (mon.0) 6149 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.906646+0000 mon.a (mon.0) 6150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.909585+0000 mon.a (mon.0) 6151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.910488+0000 mon.a (mon.0) 6152 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:49 smithi079 bash[66795]: audit 2023-12-05T13:32:49.916262+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.102308+0000 mgr.y (mgr.34107) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.198413+0000 mgr.y (mgr.34107) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.294783+0000 mgr.y (mgr.34107) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.392162+0000 mgr.y (mgr.34107) 1465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.473522+0000 mgr.y (mgr.34107) 1466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.571417+0000 mgr.y (mgr.34107) 1467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.651561+0000 mgr.y (mgr.34107) 1468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.714879+0000 mgr.y (mgr.34107) 1469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.809400+0000 mgr.y (mgr.34107) 1470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.903185+0000 mgr.y (mgr.34107) 1471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cluster 2023-12-05T13:32:48.962245+0000 mgr.y (mgr.34107) 1472 : cluster 0 pgmap v242: 161 pgs: 1 peering, 20 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:48.988599+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:48.990821+0000 mon.a (mon.0) 6103 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:48.992898+0000 mon.a (mon.0) 6104 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:48.993608+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:48.998280+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: cephadm 2023-12-05T13:32:48.998749+0000 mgr.y (mgr.34107) 1473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.078654+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.081283+0000 mon.a (mon.0) 6108 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.084369+0000 mon.a (mon.0) 6109 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.102308+0000 mgr.y (mgr.34107) 1462 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.198413+0000 mgr.y (mgr.34107) 1463 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.294783+0000 mgr.y (mgr.34107) 1464 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.392162+0000 mgr.y (mgr.34107) 1465 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.473522+0000 mgr.y (mgr.34107) 1466 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.571417+0000 mgr.y (mgr.34107) 1467 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.651561+0000 mgr.y (mgr.34107) 1468 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.714879+0000 mgr.y (mgr.34107) 1469 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.809400+0000 mgr.y (mgr.34107) 1470 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.903185+0000 mgr.y (mgr.34107) 1471 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cluster 2023-12-05T13:32:48.962245+0000 mgr.y (mgr.34107) 1472 : cluster 0 pgmap v242: 161 pgs: 1 peering, 20 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/630 objects degraded (12.063%) 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:48.988599+0000 mon.a (mon.0) 6102 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:48.990821+0000 mon.a (mon.0) 6103 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:48.992898+0000 mon.a (mon.0) 6104 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:48.993608+0000 mon.a (mon.0) 6105 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:48.998280+0000 mon.a (mon.0) 6106 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: cephadm 2023-12-05T13:32:48.998749+0000 mgr.y (mgr.34107) 1473 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.078654+0000 mon.a (mon.0) 6107 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.081283+0000 mon.a (mon.0) 6108 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.448 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.084369+0000 mon.a (mon.0) 6109 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.085664+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.448 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.093156+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.173914+0000 mon.a (mon.0) 6112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.176815+0000 mon.a (mon.0) 6113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.180211+0000 mon.a (mon.0) 6114 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.181138+0000 mon.a (mon.0) 6115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.187203+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.267823+0000 mon.a (mon.0) 6117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.270190+0000 mon.a (mon.0) 6118 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.272911+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.273828+0000 mon.a (mon.0) 6120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.285176+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.450 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.363066+0000 mon.a (mon.0) 6122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.365841+0000 mon.a (mon.0) 6123 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.370541+0000 mon.a (mon.0) 6124 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.372164+0000 mon.a (mon.0) 6125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.385447+0000 mon.a (mon.0) 6126 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.452391+0000 mon.a (mon.0) 6127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.456518+0000 mon.a (mon.0) 6128 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.459514+0000 mon.a (mon.0) 6129 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.085664+0000 mon.a (mon.0) 6110 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.093156+0000 mon.a (mon.0) 6111 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.173914+0000 mon.a (mon.0) 6112 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.176815+0000 mon.a (mon.0) 6113 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.180211+0000 mon.a (mon.0) 6114 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.181138+0000 mon.a (mon.0) 6115 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.187203+0000 mon.a (mon.0) 6116 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.267823+0000 mon.a (mon.0) 6117 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.270190+0000 mon.a (mon.0) 6118 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.272911+0000 mon.a (mon.0) 6119 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.273828+0000 mon.a (mon.0) 6120 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.285176+0000 mon.a (mon.0) 6121 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.363066+0000 mon.a (mon.0) 6122 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.365841+0000 mon.a (mon.0) 6123 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.370541+0000 mon.a (mon.0) 6124 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.372164+0000 mon.a (mon.0) 6125 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.385447+0000 mon.a (mon.0) 6126 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.452391+0000 mon.a (mon.0) 6127 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.456518+0000 mon.a (mon.0) 6128 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.459514+0000 mon.a (mon.0) 6129 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.460578+0000 mon.a (mon.0) 6130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.467907+0000 mon.a (mon.0) 6131 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.551280+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.553715+0000 mon.a (mon.0) 6133 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.557406+0000 mon.a (mon.0) 6134 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.558732+0000 mon.a (mon.0) 6135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.567915+0000 mon.a (mon.0) 6136 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.649119+0000 mon.a (mon.0) 6137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.653328+0000 mon.a (mon.0) 6138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.656549+0000 mon.a (mon.0) 6139 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.657889+0000 mon.a (mon.0) 6140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.665747+0000 mon.a (mon.0) 6141 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.746358+0000 mon.a (mon.0) 6142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.750377+0000 mon.a (mon.0) 6143 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.753699+0000 mon.a (mon.0) 6144 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.755117+0000 mon.a (mon.0) 6145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.763875+0000 mon.a (mon.0) 6146 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.854486+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.856506+0000 mon.a (mon.0) 6148 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.904269+0000 mon.a (mon.0) 6149 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.460578+0000 mon.a (mon.0) 6130 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.467907+0000 mon.a (mon.0) 6131 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.551280+0000 mon.a (mon.0) 6132 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.553715+0000 mon.a (mon.0) 6133 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.557406+0000 mon.a (mon.0) 6134 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.558732+0000 mon.a (mon.0) 6135 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.455 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.567915+0000 mon.a (mon.0) 6136 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.649119+0000 mon.a (mon.0) 6137 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.653328+0000 mon.a (mon.0) 6138 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.656549+0000 mon.a (mon.0) 6139 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.657889+0000 mon.a (mon.0) 6140 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.665747+0000 mon.a (mon.0) 6141 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.746358+0000 mon.a (mon.0) 6142 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.750377+0000 mon.a (mon.0) 6143 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.753699+0000 mon.a (mon.0) 6144 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.755117+0000 mon.a (mon.0) 6145 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.763875+0000 mon.a (mon.0) 6146 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.854486+0000 mon.a (mon.0) 6147 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.856506+0000 mon.a (mon.0) 6148 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:32:50.456 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.904269+0000 mon.a (mon.0) 6149 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.906646+0000 mon.a (mon.0) 6150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.909585+0000 mon.a (mon.0) 6151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.910488+0000 mon.a (mon.0) 6152 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[78714]: audit 2023-12-05T13:32:49.916262+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.906646+0000 mon.a (mon.0) 6150 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.909585+0000 mon.a (mon.0) 6151 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.910488+0000 mon.a (mon.0) 6152 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:50.457 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:49 smithi045 bash[81379]: audit 2023-12-05T13:32:49.916262+0000 mon.a (mon.0) 6153 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:50.944 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[74945]: debug 2023-12-05T13:32:50.553+0000 7f3c5ca31700 -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-05T13:32:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.093961+0000 mgr.y (mgr.34107) 1474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.187715+0000 mgr.y (mgr.34107) 1475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.285828+0000 mgr.y (mgr.34107) 1476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.386206+0000 mgr.y (mgr.34107) 1477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.469592+0000 mgr.y (mgr.34107) 1478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.568605+0000 mgr.y (mgr.34107) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.666296+0000 mgr.y (mgr.34107) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.764433+0000 mgr.y (mgr.34107) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:49.916887+0000 mgr.y (mgr.34107) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:49.997624+0000 mon.a (mon.0) 6154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:49.999608+0000 mon.a (mon.0) 6155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.001727+0000 mon.a (mon.0) 6156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.002563+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.008515+0000 mon.a (mon.0) 6158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: cephadm 2023-12-05T13:32:50.009240+0000 mgr.y (mgr.34107) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.086337+0000 mon.a (mon.0) 6159 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.089328+0000 mon.a (mon.0) 6160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.092561+0000 mon.a (mon.0) 6161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.093621+0000 mon.a (mon.0) 6162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.101653+0000 mon.a (mon.0) 6163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.178977+0000 mon.a (mon.0) 6164 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.181119+0000 mon.a (mon.0) 6165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.184999+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.185889+0000 mon.a (mon.0) 6167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.194032+0000 mon.a (mon.0) 6168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.278803+0000 mon.a (mon.0) 6169 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.282442+0000 mon.a (mon.0) 6170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.285635+0000 mon.a (mon.0) 6171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.286693+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.293445+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.360423+0000 mon.a (mon.0) 6174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.362622+0000 mon.a (mon.0) 6175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.294 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.365921+0000 mon.a (mon.0) 6176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.366885+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.372798+0000 mon.a (mon.0) 6178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.450266+0000 mon.a (mon.0) 6179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.453257+0000 mon.a (mon.0) 6180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.456806+0000 mon.a (mon.0) 6181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.457967+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.465393+0000 mon.a (mon.0) 6183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.495796+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.503085+0000 mon.a (mon.0) 6185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.509741+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.547703+0000 mon.a (mon.0) 6187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.550415+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.552464+0000 mon.a (mon.0) 6189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.553925+0000 mon.a (mon.0) 6190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:50 smithi079 bash[66795]: audit 2023-12-05T13:32:50.555945+0000 mon.a (mon.0) 6191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:32:51.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.093961+0000 mgr.y (mgr.34107) 1474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.187715+0000 mgr.y (mgr.34107) 1475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.285828+0000 mgr.y (mgr.34107) 1476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.386206+0000 mgr.y (mgr.34107) 1477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.469592+0000 mgr.y (mgr.34107) 1478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.568605+0000 mgr.y (mgr.34107) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.666296+0000 mgr.y (mgr.34107) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.764433+0000 mgr.y (mgr.34107) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:49.916887+0000 mgr.y (mgr.34107) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:49.997624+0000 mon.a (mon.0) 6154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:49.999608+0000 mon.a (mon.0) 6155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.001727+0000 mon.a (mon.0) 6156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.002563+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.008515+0000 mon.a (mon.0) 6158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.446 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: cephadm 2023-12-05T13:32:50.009240+0000 mgr.y (mgr.34107) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.086337+0000 mon.a (mon.0) 6159 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.089328+0000 mon.a (mon.0) 6160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.092561+0000 mon.a (mon.0) 6161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.093621+0000 mon.a (mon.0) 6162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.101653+0000 mon.a (mon.0) 6163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.449 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.178977+0000 mon.a (mon.0) 6164 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.093961+0000 mgr.y (mgr.34107) 1474 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.187715+0000 mgr.y (mgr.34107) 1475 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.285828+0000 mgr.y (mgr.34107) 1476 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.386206+0000 mgr.y (mgr.34107) 1477 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.469592+0000 mgr.y (mgr.34107) 1478 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.568605+0000 mgr.y (mgr.34107) 1479 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.666296+0000 mgr.y (mgr.34107) 1480 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.764433+0000 mgr.y (mgr.34107) 1481 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.450 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:49.916887+0000 mgr.y (mgr.34107) 1482 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:49.997624+0000 mon.a (mon.0) 6154 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:49.999608+0000 mon.a (mon.0) 6155 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.001727+0000 mon.a (mon.0) 6156 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.002563+0000 mon.a (mon.0) 6157 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.008515+0000 mon.a (mon.0) 6158 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: cephadm 2023-12-05T13:32:50.009240+0000 mgr.y (mgr.34107) 1483 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.086337+0000 mon.a (mon.0) 6159 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.089328+0000 mon.a (mon.0) 6160 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.092561+0000 mon.a (mon.0) 6161 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.093621+0000 mon.a (mon.0) 6162 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.101653+0000 mon.a (mon.0) 6163 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.178977+0000 mon.a (mon.0) 6164 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.181119+0000 mon.a (mon.0) 6165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.184999+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.451 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.185889+0000 mon.a (mon.0) 6167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.194032+0000 mon.a (mon.0) 6168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.278803+0000 mon.a (mon.0) 6169 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.282442+0000 mon.a (mon.0) 6170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.285635+0000 mon.a (mon.0) 6171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.286693+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.293445+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.360423+0000 mon.a (mon.0) 6174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.362622+0000 mon.a (mon.0) 6175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.365921+0000 mon.a (mon.0) 6176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.366885+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.372798+0000 mon.a (mon.0) 6178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.450266+0000 mon.a (mon.0) 6179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.453257+0000 mon.a (mon.0) 6180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.456806+0000 mon.a (mon.0) 6181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.457967+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.452 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.465393+0000 mon.a (mon.0) 6183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.495796+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.503085+0000 mon.a (mon.0) 6185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.509741+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.547703+0000 mon.a (mon.0) 6187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.550415+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.552464+0000 mon.a (mon.0) 6189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.553925+0000 mon.a (mon.0) 6190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[81379]: audit 2023-12-05T13:32:50.555945+0000 mon.a (mon.0) 6191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.181119+0000 mon.a (mon.0) 6165 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.184999+0000 mon.a (mon.0) 6166 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.453 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.185889+0000 mon.a (mon.0) 6167 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.194032+0000 mon.a (mon.0) 6168 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.278803+0000 mon.a (mon.0) 6169 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.282442+0000 mon.a (mon.0) 6170 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.285635+0000 mon.a (mon.0) 6171 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.286693+0000 mon.a (mon.0) 6172 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.293445+0000 mon.a (mon.0) 6173 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.360423+0000 mon.a (mon.0) 6174 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.362622+0000 mon.a (mon.0) 6175 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.365921+0000 mon.a (mon.0) 6176 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.366885+0000 mon.a (mon.0) 6177 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.372798+0000 mon.a (mon.0) 6178 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.450266+0000 mon.a (mon.0) 6179 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.454 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.453257+0000 mon.a (mon.0) 6180 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.456806+0000 mon.a (mon.0) 6181 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.457967+0000 mon.a (mon.0) 6182 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.465393+0000 mon.a (mon.0) 6183 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.495796+0000 mon.a (mon.0) 6184 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.503085+0000 mon.a (mon.0) 6185 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.509741+0000 mon.a (mon.0) 6186 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.547703+0000 mon.a (mon.0) 6187 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.550415+0000 mon.a (mon.0) 6188 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.552464+0000 mon.a (mon.0) 6189 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.553925+0000 mon.a (mon.0) 6190 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:32:51.456 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:50 smithi045 bash[78714]: audit 2023-12-05T13:32:50.555945+0000 mon.a (mon.0) 6191 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:32:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cephadm 2023-12-05T13:32:50.102259+0000 mgr.y (mgr.34107) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cephadm 2023-12-05T13:32:50.194644+0000 mgr.y (mgr.34107) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cephadm 2023-12-05T13:32:50.294226+0000 mgr.y (mgr.34107) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cephadm 2023-12-05T13:32:50.373264+0000 mgr.y (mgr.34107) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cephadm 2023-12-05T13:32:50.465980+0000 mgr.y (mgr.34107) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: audit 2023-12-05T13:32:50.556184+0000 mgr.y (mgr.34107) 1489 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:32:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cephadm 2023-12-05T13:32:50.557389+0000 mgr.y (mgr.34107) 1490 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:32:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cluster 2023-12-05T13:32:50.962985+0000 mgr.y (mgr.34107) 1491 : cluster 0 pgmap v243: 161 pgs: 1 peering, 12 active+undersized+degraded, 21 active+undersized, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 48/630 objects degraded (7.619%) 2023-12-05T13:32:52.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:51 smithi079 bash[66795]: cluster 2023-12-05T13:32:51.507623+0000 mon.a (mon.0) 6192 : cluster 3 Health check update: Degraded data redundancy: 48/630 objects degraded (7.619%), 12 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:52.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cephadm 2023-12-05T13:32:50.102259+0000 mgr.y (mgr.34107) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cephadm 2023-12-05T13:32:50.194644+0000 mgr.y (mgr.34107) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cephadm 2023-12-05T13:32:50.294226+0000 mgr.y (mgr.34107) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cephadm 2023-12-05T13:32:50.373264+0000 mgr.y (mgr.34107) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cephadm 2023-12-05T13:32:50.465980+0000 mgr.y (mgr.34107) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: audit 2023-12-05T13:32:50.556184+0000 mgr.y (mgr.34107) 1489 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cephadm 2023-12-05T13:32:50.557389+0000 mgr.y (mgr.34107) 1490 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cluster 2023-12-05T13:32:50.962985+0000 mgr.y (mgr.34107) 1491 : cluster 0 pgmap v243: 161 pgs: 1 peering, 12 active+undersized+degraded, 21 active+undersized, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 48/630 objects degraded (7.619%) 2023-12-05T13:32:52.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[78714]: cluster 2023-12-05T13:32:51.507623+0000 mon.a (mon.0) 6192 : cluster 3 Health check update: Degraded data redundancy: 48/630 objects degraded (7.619%), 12 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cephadm 2023-12-05T13:32:50.102259+0000 mgr.y (mgr.34107) 1484 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cephadm 2023-12-05T13:32:50.194644+0000 mgr.y (mgr.34107) 1485 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cephadm 2023-12-05T13:32:50.294226+0000 mgr.y (mgr.34107) 1486 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cephadm 2023-12-05T13:32:50.373264+0000 mgr.y (mgr.34107) 1487 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cephadm 2023-12-05T13:32:50.465980+0000 mgr.y (mgr.34107) 1488 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:32:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: audit 2023-12-05T13:32:50.556184+0000 mgr.y (mgr.34107) 1489 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:32:52.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cephadm 2023-12-05T13:32:50.557389+0000 mgr.y (mgr.34107) 1490 : cephadm 1 Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2023-12-05T13:32:52.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cluster 2023-12-05T13:32:50.962985+0000 mgr.y (mgr.34107) 1491 : cluster 0 pgmap v243: 161 pgs: 1 peering, 12 active+undersized+degraded, 21 active+undersized, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 48/630 objects degraded (7.619%) 2023-12-05T13:32:52.447 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:51 smithi045 bash[81379]: cluster 2023-12-05T13:32:51.507623+0000 mon.a (mon.0) 6192 : cluster 3 Health check update: Degraded data redundancy: 48/630 objects degraded (7.619%), 12 pgs degraded (PG_DEGRADED) 2023-12-05T13:32:53.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:52 smithi079 bash[66795]: audit 2023-12-05T13:32:51.100658+0000 mgr.y (mgr.34107) 1492 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:53.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:52 smithi045 bash[78714]: audit 2023-12-05T13:32:51.100658+0000 mgr.y (mgr.34107) 1492 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:53.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:52 smithi045 bash[81379]: audit 2023-12-05T13:32:51.100658+0000 mgr.y (mgr.34107) 1492 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:32:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:53 smithi079 bash[66795]: cluster 2023-12-05T13:32:52.964345+0000 mgr.y (mgr.34107) 1493 : cluster 0 pgmap v244: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 481 B/s rd, 0 op/s 2023-12-05T13:32:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:53 smithi079 bash[66795]: cluster 2023-12-05T13:32:52.983440+0000 mon.a (mon.0) 6193 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/630 objects degraded (7.619%), 12 pgs degraded) 2023-12-05T13:32:54.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:53 smithi079 bash[66795]: cluster 2023-12-05T13:32:52.983514+0000 mon.a (mon.0) 6194 : cluster 1 Cluster is now healthy 2023-12-05T13:32:54.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:53 smithi045 bash[78714]: cluster 2023-12-05T13:32:52.964345+0000 mgr.y (mgr.34107) 1493 : cluster 0 pgmap v244: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 481 B/s rd, 0 op/s 2023-12-05T13:32:54.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:53 smithi045 bash[78714]: cluster 2023-12-05T13:32:52.983440+0000 mon.a (mon.0) 6193 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/630 objects degraded (7.619%), 12 pgs degraded) 2023-12-05T13:32:54.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:53 smithi045 bash[78714]: cluster 2023-12-05T13:32:52.983514+0000 mon.a (mon.0) 6194 : cluster 1 Cluster is now healthy 2023-12-05T13:32:54.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:53 smithi045 bash[81379]: cluster 2023-12-05T13:32:52.964345+0000 mgr.y (mgr.34107) 1493 : cluster 0 pgmap v244: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 481 B/s rd, 0 op/s 2023-12-05T13:32:54.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:53 smithi045 bash[81379]: cluster 2023-12-05T13:32:52.983440+0000 mon.a (mon.0) 6193 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/630 objects degraded (7.619%), 12 pgs degraded) 2023-12-05T13:32:54.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:53 smithi045 bash[81379]: cluster 2023-12-05T13:32:52.983514+0000 mon.a (mon.0) 6194 : cluster 1 Cluster is now healthy 2023-12-05T13:32:55.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[78714]: audit 2023-12-05T13:32:54.360707+0000 mon.a (mon.0) 6195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[78714]: audit 2023-12-05T13:32:54.368878+0000 mon.a (mon.0) 6196 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[78714]: audit 2023-12-05T13:32:54.376662+0000 mon.a (mon.0) 6197 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[78714]: cluster 2023-12-05T13:32:54.965455+0000 mgr.y (mgr.34107) 1494 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:32:55.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[81379]: audit 2023-12-05T13:32:54.360707+0000 mon.a (mon.0) 6195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[81379]: audit 2023-12-05T13:32:54.368878+0000 mon.a (mon.0) 6196 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[81379]: audit 2023-12-05T13:32:54.376662+0000 mon.a (mon.0) 6197 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:55 smithi045 bash[81379]: cluster 2023-12-05T13:32:54.965455+0000 mgr.y (mgr.34107) 1494 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:32:55.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:55 smithi079 bash[66795]: audit 2023-12-05T13:32:54.360707+0000 mon.a (mon.0) 6195 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:55 smithi079 bash[66795]: audit 2023-12-05T13:32:54.368878+0000 mon.a (mon.0) 6196 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:55 smithi079 bash[66795]: audit 2023-12-05T13:32:54.376662+0000 mon.a (mon.0) 6197 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:55.731 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:55 smithi079 bash[66795]: cluster 2023-12-05T13:32:54.965455+0000 mgr.y (mgr.34107) 1494 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T13:32:58.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:58 smithi079 bash[66795]: cluster 2023-12-05T13:32:56.966890+0000 mgr.y (mgr.34107) 1495 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 0 op/s 2023-12-05T13:32:58.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:58 smithi079 bash[66795]: audit 2023-12-05T13:32:57.493258+0000 mon.a (mon.0) 6198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:58 smithi079 bash[66795]: audit 2023-12-05T13:32:57.504270+0000 mon.a (mon.0) 6199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:32:58 smithi079 bash[66795]: audit 2023-12-05T13:32:57.512795+0000 mon.a (mon.0) 6200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[78714]: cluster 2023-12-05T13:32:56.966890+0000 mgr.y (mgr.34107) 1495 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 0 op/s 2023-12-05T13:32:58.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[78714]: audit 2023-12-05T13:32:57.493258+0000 mon.a (mon.0) 6198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[78714]: audit 2023-12-05T13:32:57.504270+0000 mon.a (mon.0) 6199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[78714]: audit 2023-12-05T13:32:57.512795+0000 mon.a (mon.0) 6200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[81379]: cluster 2023-12-05T13:32:56.966890+0000 mgr.y (mgr.34107) 1495 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 0 op/s 2023-12-05T13:32:58.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[81379]: audit 2023-12-05T13:32:57.493258+0000 mon.a (mon.0) 6198 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[81379]: audit 2023-12-05T13:32:57.504270+0000 mon.a (mon.0) 6199 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:58.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:32:58 smithi045 bash[81379]: audit 2023-12-05T13:32:57.512795+0000 mon.a (mon.0) 6200 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:32:59.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:32:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:32:59] "GET /metrics HTTP/1.1" 200 38357 "" "Prometheus/2.33.4" 2023-12-05T13:33:00.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:00 smithi079 bash[66795]: cluster 2023-12-05T13:32:58.968056+0000 mgr.y (mgr.34107) 1496 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 0 op/s 2023-12-05T13:33:00.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:00 smithi045 bash[78714]: cluster 2023-12-05T13:32:58.968056+0000 mgr.y (mgr.34107) 1496 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 0 op/s 2023-12-05T13:33:00.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:00 smithi045 bash[81379]: cluster 2023-12-05T13:32:58.968056+0000 mgr.y (mgr.34107) 1496 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 0 op/s 2023-12-05T13:33:01.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:01 smithi045 bash[78714]: audit 2023-12-05T13:33:00.279736+0000 mon.a (mon.0) 6201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:01.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:01 smithi045 bash[78714]: cluster 2023-12-05T13:33:00.969172+0000 mgr.y (mgr.34107) 1497 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:33:01.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:01 smithi045 bash[81379]: audit 2023-12-05T13:33:00.279736+0000 mon.a (mon.0) 6201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:01.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:01 smithi045 bash[81379]: cluster 2023-12-05T13:33:00.969172+0000 mgr.y (mgr.34107) 1497 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:33:01.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:01 smithi079 bash[66795]: audit 2023-12-05T13:33:00.279736+0000 mon.a (mon.0) 6201 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:01.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:01 smithi079 bash[66795]: cluster 2023-12-05T13:33:00.969172+0000 mgr.y (mgr.34107) 1497 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:33:02.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:02 smithi079 bash[66795]: audit 2023-12-05T13:33:01.108681+0000 mgr.y (mgr.34107) 1498 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:02.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:02 smithi045 bash[78714]: audit 2023-12-05T13:33:01.108681+0000 mgr.y (mgr.34107) 1498 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:02.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:02 smithi045 bash[81379]: audit 2023-12-05T13:33:01.108681+0000 mgr.y (mgr.34107) 1498 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:03.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:03 smithi045 bash[78714]: cluster 2023-12-05T13:33:02.970467+0000 mgr.y (mgr.34107) 1499 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:03.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:03 smithi045 bash[81379]: cluster 2023-12-05T13:33:02.970467+0000 mgr.y (mgr.34107) 1499 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:03.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:03 smithi079 bash[66795]: cluster 2023-12-05T13:33:02.970467+0000 mgr.y (mgr.34107) 1499 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[78714]: audit 2023-12-05T13:33:04.856054+0000 mon.a (mon.0) 6202 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[78714]: audit 2023-12-05T13:33:04.858045+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[78714]: cluster 2023-12-05T13:33:04.971531+0000 mgr.y (mgr.34107) 1500 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:06.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[78714]: audit 2023-12-05T13:33:05.573363+0000 mon.a (mon.0) 6204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:33:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[81379]: audit 2023-12-05T13:33:04.856054+0000 mon.a (mon.0) 6202 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[81379]: audit 2023-12-05T13:33:04.858045+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[81379]: cluster 2023-12-05T13:33:04.971531+0000 mgr.y (mgr.34107) 1500 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:06.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:05 smithi045 bash[81379]: audit 2023-12-05T13:33:05.573363+0000 mon.a (mon.0) 6204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:33:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:05 smithi079 bash[66795]: audit 2023-12-05T13:33:04.856054+0000 mon.a (mon.0) 6202 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:05 smithi079 bash[66795]: audit 2023-12-05T13:33:04.858045+0000 mon.a (mon.0) 6203 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:05 smithi079 bash[66795]: cluster 2023-12-05T13:33:04.971531+0000 mgr.y (mgr.34107) 1500 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:06.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:05 smithi079 bash[66795]: audit 2023-12-05T13:33:05.573363+0000 mon.a (mon.0) 6204 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:33:07.066 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:06 smithi079 bash[66795]: audit 2023-12-05T13:33:05.573876+0000 mgr.y (mgr.34107) 1501 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:33:07.066 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:06 smithi079 bash[66795]: cephadm 2023-12-05T13:33:05.576765+0000 mgr.y (mgr.34107) 1502 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-05T13:33:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:06 smithi045 bash[78714]: audit 2023-12-05T13:33:05.573876+0000 mgr.y (mgr.34107) 1501 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:33:07.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:06 smithi045 bash[78714]: cephadm 2023-12-05T13:33:05.576765+0000 mgr.y (mgr.34107) 1502 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-05T13:33:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:06 smithi045 bash[81379]: audit 2023-12-05T13:33:05.573876+0000 mgr.y (mgr.34107) 1501 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T13:33:07.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:06 smithi045 bash[81379]: cephadm 2023-12-05T13:33:05.576765+0000 mgr.y (mgr.34107) 1502 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-05T13:33:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[78714]: cluster 2023-12-05T13:33:06.973030+0000 mgr.y (mgr.34107) 1503 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[78714]: audit 2023-12-05T13:33:07.855292+0000 mon.a (mon.0) 6205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[78714]: audit 2023-12-05T13:33:07.859795+0000 mon.a (mon.0) 6206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:33:08.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[78714]: audit 2023-12-05T13:33:07.861302+0000 mon.a (mon.0) 6207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[81379]: cluster 2023-12-05T13:33:06.973030+0000 mgr.y (mgr.34107) 1503 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[81379]: audit 2023-12-05T13:33:07.855292+0000 mon.a (mon.0) 6205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[81379]: audit 2023-12-05T13:33:07.859795+0000 mon.a (mon.0) 6206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:33:08.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:07 smithi045 bash[81379]: audit 2023-12-05T13:33:07.861302+0000 mon.a (mon.0) 6207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:08.282 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:07 smithi079 bash[66795]: cluster 2023-12-05T13:33:06.973030+0000 mgr.y (mgr.34107) 1503 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:08.282 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:07 smithi079 bash[66795]: audit 2023-12-05T13:33:07.855292+0000 mon.a (mon.0) 6205 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:08.282 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:07 smithi079 bash[66795]: audit 2023-12-05T13:33:07.859795+0000 mon.a (mon.0) 6206 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:33:08.282 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:07 smithi079 bash[66795]: audit 2023-12-05T13:33:07.861302+0000 mon.a (mon.0) 6207 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:09.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:08 smithi045 bash[78714]: cephadm 2023-12-05T13:33:07.847857+0000 mgr.y (mgr.34107) 1504 : cephadm 1 Upgrade: Updating osd.7 2023-12-05T13:33:09.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:08 smithi045 bash[78714]: cephadm 2023-12-05T13:33:07.864752+0000 mgr.y (mgr.34107) 1505 : cephadm 1 Deploying daemon osd.7 on smithi079 2023-12-05T13:33:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:08 smithi045 bash[81379]: cephadm 2023-12-05T13:33:07.847857+0000 mgr.y (mgr.34107) 1504 : cephadm 1 Upgrade: Updating osd.7 2023-12-05T13:33:09.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:08 smithi045 bash[81379]: cephadm 2023-12-05T13:33:07.864752+0000 mgr.y (mgr.34107) 1505 : cephadm 1 Deploying daemon osd.7 on smithi079 2023-12-05T13:33:09.204 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:08 smithi079 bash[66795]: cephadm 2023-12-05T13:33:07.847857+0000 mgr.y (mgr.34107) 1504 : cephadm 1 Upgrade: Updating osd.7 2023-12-05T13:33:09.204 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:08 smithi079 bash[66795]: cephadm 2023-12-05T13:33:07.864752+0000 mgr.y (mgr.34107) 1505 : cephadm 1 Deploying daemon osd.7 on smithi079 2023-12-05T13:33:09.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:33:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:33:09] "GET /metrics HTTP/1.1" 200 38496 "" "Prometheus/2.33.4" 2023-12-05T13:33:10.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:09 smithi045 bash[78714]: cluster 2023-12-05T13:33:08.974046+0000 mgr.y (mgr.34107) 1506 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:10.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:09 smithi045 bash[81379]: cluster 2023-12-05T13:33:08.974046+0000 mgr.y (mgr.34107) 1506 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:10.196 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:09 smithi079 bash[66795]: cluster 2023-12-05T13:33:08.974046+0000 mgr.y (mgr.34107) 1506 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:12.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:12 smithi079 bash[66795]: cluster 2023-12-05T13:33:10.975123+0000 mgr.y (mgr.34107) 1507 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:12.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:12 smithi045 bash[78714]: cluster 2023-12-05T13:33:10.975123+0000 mgr.y (mgr.34107) 1507 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:12.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:12 smithi045 bash[81379]: cluster 2023-12-05T13:33:10.975123+0000 mgr.y (mgr.34107) 1507 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:12.991 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:12 smithi079 systemd[1]: Stopping Ceph osd.7 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:33:13.227 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:33:13.246 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:13 smithi079 bash[66795]: audit 2023-12-05T13:33:11.119049+0000 mgr.y (mgr.34107) 1508 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:13.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:13 smithi045 bash[78714]: audit 2023-12-05T13:33:11.119049+0000 mgr.y (mgr.34107) 1508 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:13.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:13 smithi045 bash[81379]: audit 2023-12-05T13:33:11.119049+0000 mgr.y (mgr.34107) 1508 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:13.541 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:13 smithi079 bash[41227]: debug 2023-12-05T13:33:13.242+0000 7f3178a30700 -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-05T13:33:13.541 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:13 smithi079 bash[41227]: debug 2023-12-05T13:33:13.242+0000 7f3178a30700 -1 osd.7 145 *** Got signal Terminated *** 2023-12-05T13:33:13.541 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:13 smithi079 bash[41227]: debug 2023-12-05T13:33:13.242+0000 7f3178a30700 -1 osd.7 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:33:14.000 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 16s ago 23m - - 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 19s ago 22m - - 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (9m) 16s ago 15m 17.3M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (8m) 19s ago 15m 44.8M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (7m) 16s ago 13m 49.0M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (7m) 19s ago 22m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (7m) 16s ago 24m 516M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (7m) 16s ago 24m 73.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (6m) 19s ago 22m 53.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:33:14.001 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (6m) 16s ago 22m 60.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (9m) 16s ago 16m 13.5M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (8m) 19s ago 16m 12.0M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (4m) 16s ago 21m 58.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (4m) 16s ago 21m 59.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (3m) 16s ago 20m 51.5M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (2m) 16s ago 19m 52.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 3d893b67e219 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (114s) 19s ago 19m 48.5M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 410ee921009a 2023-12-05T13:33:14.002 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (73s) 19s ago 18m 50.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e39ec01ce266 2023-12-05T13:33:14.003 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (34s) 19s ago 17m 48.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 0a0652f2becf 2023-12-05T13:33:14.003 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (17m) 19s ago 17m 72.2M 4096M 17.2.0 e1d6a67b021e 27437544f2ed 2023-12-05T13:33:14.003 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (7m) 19s ago 16m 65.8M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:33:14.003 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (13m) 16s ago 13m 90.0M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:33:14.003 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (13m) 19s ago 13m 89.6M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:33:14.003 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (13m) 16s ago 13m 89.0M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:33:14.003 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (13m) 19s ago 13m 89.4M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:33:14.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:14 smithi045 bash[78714]: cluster 2023-12-05T13:33:12.976234+0000 mgr.y (mgr.34107) 1509 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:14.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:14 smithi045 bash[78714]: cluster 2023-12-05T13:33:13.245269+0000 mon.a (mon.0) 6208 : cluster 1 osd.7 marked itself down and dead 2023-12-05T13:33:14.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:14 smithi045 bash[81379]: cluster 2023-12-05T13:33:12.976234+0000 mgr.y (mgr.34107) 1509 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:14.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:14 smithi045 bash[81379]: cluster 2023-12-05T13:33:13.245269+0000 mon.a (mon.0) 6208 : cluster 1 osd.7 marked itself down and dead 2023-12-05T13:33:14.469 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 7 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:14.470 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:33:14.471 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T13:33:14.471 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 12 2023-12-05T13:33:14.471 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:33:14.471 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:33:14.502 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:14 smithi079 bash[66795]: cluster 2023-12-05T13:33:12.976234+0000 mgr.y (mgr.34107) 1509 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:14.502 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:14 smithi079 bash[66795]: cluster 2023-12-05T13:33:13.245269+0000 mon.a (mon.0) 6208 : cluster 1 osd.7 marked itself down and dead 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:33:14.847 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:33:14.848 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "12/23 daemons upgraded", 2023-12-05T13:33:14.848 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T13:33:14.848 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-12-05T13:33:14.848 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:33:15.232 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[84867]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-7 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: audit 2023-12-05T13:33:13.208376+0000 mgr.y (mgr.34107) 1510 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: audit 2023-12-05T13:33:13.597233+0000 mgr.y (mgr.34107) 1511 : audit 0 from='client.44545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: audit 2023-12-05T13:33:13.972595+0000 mgr.y (mgr.34107) 1512 : audit 0 from='client.44551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: cluster 2023-12-05T13:33:14.042166+0000 mon.a (mon.0) 6209 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: cluster 2023-12-05T13:33:14.055848+0000 mon.a (mon.0) 6210 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: audit 2023-12-05T13:33:14.467128+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.45:0/3409516575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: audit 2023-12-05T13:33:14.573634+0000 mon.a (mon.0) 6211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: audit 2023-12-05T13:33:14.581886+0000 mon.a (mon.0) 6212 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.233 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[66795]: audit 2023-12-05T13:33:14.593307+0000 mon.a (mon.0) 6213 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.331 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 osds down 2023-12-05T13:33:15.331 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T13:33:15.331 INFO:teuthology.orchestra.run.smithi045.stdout: osd.7 (root=default,host=smithi079) is down 2023-12-05T13:33:15.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: audit 2023-12-05T13:33:13.208376+0000 mgr.y (mgr.34107) 1510 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: audit 2023-12-05T13:33:13.597233+0000 mgr.y (mgr.34107) 1511 : audit 0 from='client.44545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: audit 2023-12-05T13:33:13.972595+0000 mgr.y (mgr.34107) 1512 : audit 0 from='client.44551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: cluster 2023-12-05T13:33:14.042166+0000 mon.a (mon.0) 6209 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:33:15.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: cluster 2023-12-05T13:33:14.055848+0000 mon.a (mon.0) 6210 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-05T13:33:15.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: audit 2023-12-05T13:33:14.467128+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.45:0/3409516575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: audit 2023-12-05T13:33:14.573634+0000 mon.a (mon.0) 6211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: audit 2023-12-05T13:33:14.581886+0000 mon.a (mon.0) 6212 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[78714]: audit 2023-12-05T13:33:14.593307+0000 mon.a (mon.0) 6213 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: audit 2023-12-05T13:33:13.208376+0000 mgr.y (mgr.34107) 1510 : audit 0 from='client.44539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: audit 2023-12-05T13:33:13.597233+0000 mgr.y (mgr.34107) 1511 : audit 0 from='client.44545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: audit 2023-12-05T13:33:13.972595+0000 mgr.y (mgr.34107) 1512 : audit 0 from='client.44551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: cluster 2023-12-05T13:33:14.042166+0000 mon.a (mon.0) 6209 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: cluster 2023-12-05T13:33:14.055848+0000 mon.a (mon.0) 6210 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: audit 2023-12-05T13:33:14.467128+0000 mon.c (mon.1) 21 : audit 0 from='client.? 172.21.15.45:0/3409516575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: audit 2023-12-05T13:33:14.573634+0000 mon.a (mon.0) 6211 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: audit 2023-12-05T13:33:14.581886+0000 mon.a (mon.0) 6212 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:15 smithi045 bash[81379]: audit 2023-12-05T13:33:14.593307+0000 mon.a (mon.0) 6213 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:15.541 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:15 smithi079 bash[85013]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-7 2023-12-05T13:33:16.350 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: audit 2023-12-05T13:33:14.843829+0000 mgr.y (mgr.34107) 1513 : audit 0 from='client.34641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:16.350 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: cluster 2023-12-05T13:33:14.976920+0000 mgr.y (mgr.34107) 1514 : cluster 0 pgmap v256: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:33:16.350 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: cluster 2023-12-05T13:33:15.058647+0000 mon.a (mon.0) 6214 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-05T13:33:16.351 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: audit 2023-12-05T13:33:15.211313+0000 mon.a (mon.0) 6215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.351 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: audit 2023-12-05T13:33:15.220218+0000 mon.a (mon.0) 6216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.351 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: audit 2023-12-05T13:33:15.228748+0000 mon.a (mon.0) 6217 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.351 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: audit 2023-12-05T13:33:15.328162+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.45:0/3591417370' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:33:16.351 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: cluster 2023-12-05T13:33:15.591448+0000 mon.a (mon.0) 6218 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:33:16.351 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:16 smithi079 bash[66795]: cluster 2023-12-05T13:33:15.591512+0000 mon.a (mon.0) 6219 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:33:16.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: audit 2023-12-05T13:33:14.843829+0000 mgr.y (mgr.34107) 1513 : audit 0 from='client.34641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:16.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: cluster 2023-12-05T13:33:14.976920+0000 mgr.y (mgr.34107) 1514 : cluster 0 pgmap v256: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:33:16.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: cluster 2023-12-05T13:33:15.058647+0000 mon.a (mon.0) 6214 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-05T13:33:16.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: audit 2023-12-05T13:33:15.211313+0000 mon.a (mon.0) 6215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: audit 2023-12-05T13:33:15.220218+0000 mon.a (mon.0) 6216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: audit 2023-12-05T13:33:15.228748+0000 mon.a (mon.0) 6217 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: audit 2023-12-05T13:33:15.328162+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.45:0/3591417370' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: cluster 2023-12-05T13:33:15.591448+0000 mon.a (mon.0) 6218 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[78714]: cluster 2023-12-05T13:33:15.591512+0000 mon.a (mon.0) 6219 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: audit 2023-12-05T13:33:14.843829+0000 mgr.y (mgr.34107) 1513 : audit 0 from='client.34641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: cluster 2023-12-05T13:33:14.976920+0000 mgr.y (mgr.34107) 1514 : cluster 0 pgmap v256: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: cluster 2023-12-05T13:33:15.058647+0000 mon.a (mon.0) 6214 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: audit 2023-12-05T13:33:15.211313+0000 mon.a (mon.0) 6215 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: audit 2023-12-05T13:33:15.220218+0000 mon.a (mon.0) 6216 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: audit 2023-12-05T13:33:15.228748+0000 mon.a (mon.0) 6217 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:16.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: audit 2023-12-05T13:33:15.328162+0000 mon.c (mon.1) 22 : audit 0 from='client.? 172.21.15.45:0/3591417370' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:33:16.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: cluster 2023-12-05T13:33:15.591448+0000 mon.a (mon.0) 6218 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-05T13:33:16.446 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:16 smithi045 bash[81379]: cluster 2023-12-05T13:33:15.591512+0000 mon.a (mon.0) 6219 : cluster 3 Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-05T13:33:17.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:17 smithi079 bash[66795]: cluster 2023-12-05T13:33:15.222072+0000 mgr.y (mgr.34107) 1515 : cluster 0 pgmap v258: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-05T13:33:17.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:17 smithi045 bash[78714]: cluster 2023-12-05T13:33:15.222072+0000 mgr.y (mgr.34107) 1515 : cluster 0 pgmap v258: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-05T13:33:17.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:17 smithi045 bash[81379]: cluster 2023-12-05T13:33:15.222072+0000 mgr.y (mgr.34107) 1515 : cluster 0 pgmap v258: 161 pgs: 13 peering, 21 stale+active+clean, 127 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-05T13:33:17.737 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:17 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-05T13:33:17.737 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:17 smithi079 systemd[1]: Stopped Ceph osd.7 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:33:17.737 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:17 smithi079 systemd[1]: Started Ceph osd.7 for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cluster 2023-12-05T13:33:17.223678+0000 mgr.y (mgr.34107) 1516 : cluster 0 pgmap v259: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.701466+0000 mon.a (mon.0) 6220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.711533+0000 mon.a (mon.0) 6221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cluster 2023-12-05T13:33:17.713916+0000 mgr.y (mgr.34107) 1517 : cluster 0 pgmap v260: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cluster 2023-12-05T13:33:17.714436+0000 mgr.y (mgr.34107) 1518 : cluster 0 pgmap v261: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.724455+0000 mon.a (mon.0) 6222 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.730219+0000 mon.a (mon.0) 6223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.737944+0000 mon.a (mon.0) 6224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.766682+0000 mon.a (mon.0) 6225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.769024+0000 mon.a (mon.0) 6226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cluster 2023-12-05T13:33:17.772887+0000 mgr.y (mgr.34107) 1519 : cluster 0 pgmap v262: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.780333+0000 mon.a (mon.0) 6227 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cephadm 2023-12-05T13:33:17.781459+0000 mgr.y (mgr.34107) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.865649+0000 mon.a (mon.0) 6228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.870778+0000 mon.a (mon.0) 6229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.877082+0000 mon.a (mon.0) 6230 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.878649+0000 mon.a (mon.0) 6231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.888467+0000 mon.a (mon.0) 6232 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cephadm 2023-12-05T13:33:17.889494+0000 mgr.y (mgr.34107) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.968794+0000 mon.a (mon.0) 6233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.971367+0000 mon.a (mon.0) 6234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.975626+0000 mon.a (mon.0) 6235 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.977071+0000 mon.a (mon.0) 6236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:17.986102+0000 mon.a (mon.0) 6237 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cephadm 2023-12-05T13:33:17.986756+0000 mgr.y (mgr.34107) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cluster 2023-12-05T13:33:18.059150+0000 mon.a (mon.0) 6238 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 15 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: cluster 2023-12-05T13:33:18.059215+0000 mon.a (mon.0) 6239 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:33:19.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.071184+0000 mon.a (mon.0) 6240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.073835+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.076523+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.077632+0000 mon.a (mon.0) 6243 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.085231+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.164423+0000 mon.a (mon.0) 6245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.167359+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.169826+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.170862+0000 mon.a (mon.0) 6248 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.176842+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.256797+0000 mon.a (mon.0) 6250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.259917+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.263492+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.264870+0000 mon.a (mon.0) 6253 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.272913+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.355802+0000 mon.a (mon.0) 6255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.358667+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.362438+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.363479+0000 mon.a (mon.0) 6258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.370341+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.452560+0000 mon.a (mon.0) 6260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.455089+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.458915+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.460034+0000 mon.a (mon.0) 6263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.467383+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.548908+0000 mon.a (mon.0) 6265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.551497+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.554389+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.555549+0000 mon.a (mon.0) 6268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.566215+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.631944+0000 mon.a (mon.0) 6270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.634668+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.638182+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.639454+0000 mon.a (mon.0) 6273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:18 smithi079 bash[66795]: audit 2023-12-05T13:33:18.647470+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cluster 2023-12-05T13:33:17.223678+0000 mgr.y (mgr.34107) 1516 : cluster 0 pgmap v259: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.701466+0000 mon.a (mon.0) 6220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.711533+0000 mon.a (mon.0) 6221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cluster 2023-12-05T13:33:17.713916+0000 mgr.y (mgr.34107) 1517 : cluster 0 pgmap v260: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cluster 2023-12-05T13:33:17.714436+0000 mgr.y (mgr.34107) 1518 : cluster 0 pgmap v261: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.724455+0000 mon.a (mon.0) 6222 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.730219+0000 mon.a (mon.0) 6223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.737944+0000 mon.a (mon.0) 6224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.766682+0000 mon.a (mon.0) 6225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.769024+0000 mon.a (mon.0) 6226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cluster 2023-12-05T13:33:17.772887+0000 mgr.y (mgr.34107) 1519 : cluster 0 pgmap v262: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.780333+0000 mon.a (mon.0) 6227 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cephadm 2023-12-05T13:33:17.781459+0000 mgr.y (mgr.34107) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.865649+0000 mon.a (mon.0) 6228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.870778+0000 mon.a (mon.0) 6229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.877082+0000 mon.a (mon.0) 6230 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.878649+0000 mon.a (mon.0) 6231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.888467+0000 mon.a (mon.0) 6232 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cluster 2023-12-05T13:33:17.223678+0000 mgr.y (mgr.34107) 1516 : cluster 0 pgmap v259: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.701466+0000 mon.a (mon.0) 6220 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.711533+0000 mon.a (mon.0) 6221 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cluster 2023-12-05T13:33:17.713916+0000 mgr.y (mgr.34107) 1517 : cluster 0 pgmap v260: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cluster 2023-12-05T13:33:17.714436+0000 mgr.y (mgr.34107) 1518 : cluster 0 pgmap v261: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.724455+0000 mon.a (mon.0) 6222 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.730219+0000 mon.a (mon.0) 6223 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.737944+0000 mon.a (mon.0) 6224 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.766682+0000 mon.a (mon.0) 6225 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.769024+0000 mon.a (mon.0) 6226 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cluster 2023-12-05T13:33:17.772887+0000 mgr.y (mgr.34107) 1519 : cluster 0 pgmap v262: 161 pgs: 15 active+undersized+degraded, 13 peering, 6 stale+active+clean, 21 active+undersized, 106 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.780333+0000 mon.a (mon.0) 6227 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cephadm 2023-12-05T13:33:17.781459+0000 mgr.y (mgr.34107) 1520 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.865649+0000 mon.a (mon.0) 6228 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.870778+0000 mon.a (mon.0) 6229 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.877082+0000 mon.a (mon.0) 6230 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.878649+0000 mon.a (mon.0) 6231 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.888467+0000 mon.a (mon.0) 6232 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cephadm 2023-12-05T13:33:17.889494+0000 mgr.y (mgr.34107) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.968794+0000 mon.a (mon.0) 6233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.971367+0000 mon.a (mon.0) 6234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.975626+0000 mon.a (mon.0) 6235 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.977071+0000 mon.a (mon.0) 6236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:17.986102+0000 mon.a (mon.0) 6237 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cephadm 2023-12-05T13:33:17.986756+0000 mgr.y (mgr.34107) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cluster 2023-12-05T13:33:18.059150+0000 mon.a (mon.0) 6238 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 15 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: cluster 2023-12-05T13:33:18.059215+0000 mon.a (mon.0) 6239 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.071184+0000 mon.a (mon.0) 6240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.073835+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.076523+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.077632+0000 mon.a (mon.0) 6243 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.085231+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.164423+0000 mon.a (mon.0) 6245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.167359+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.169826+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.170862+0000 mon.a (mon.0) 6248 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.176842+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.256797+0000 mon.a (mon.0) 6250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cephadm 2023-12-05T13:33:17.889494+0000 mgr.y (mgr.34107) 1521 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.968794+0000 mon.a (mon.0) 6233 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.971367+0000 mon.a (mon.0) 6234 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.975626+0000 mon.a (mon.0) 6235 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.977071+0000 mon.a (mon.0) 6236 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:17.986102+0000 mon.a (mon.0) 6237 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cephadm 2023-12-05T13:33:17.986756+0000 mgr.y (mgr.34107) 1522 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cluster 2023-12-05T13:33:18.059150+0000 mon.a (mon.0) 6238 : cluster 3 Health check failed: Degraded data redundancy: 51/630 objects degraded (8.095%), 15 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: cluster 2023-12-05T13:33:18.059215+0000 mon.a (mon.0) 6239 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.071184+0000 mon.a (mon.0) 6240 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.073835+0000 mon.a (mon.0) 6241 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.076523+0000 mon.a (mon.0) 6242 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.077632+0000 mon.a (mon.0) 6243 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.085231+0000 mon.a (mon.0) 6244 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.164423+0000 mon.a (mon.0) 6245 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.167359+0000 mon.a (mon.0) 6246 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.169826+0000 mon.a (mon.0) 6247 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.170862+0000 mon.a (mon.0) 6248 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.176842+0000 mon.a (mon.0) 6249 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.256797+0000 mon.a (mon.0) 6250 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.259917+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.263492+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.264870+0000 mon.a (mon.0) 6253 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.272913+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.355802+0000 mon.a (mon.0) 6255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.358667+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.362438+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.363479+0000 mon.a (mon.0) 6258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.370341+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.452560+0000 mon.a (mon.0) 6260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.455089+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.458915+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.460034+0000 mon.a (mon.0) 6263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.467383+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.548908+0000 mon.a (mon.0) 6265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.551497+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.554389+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.555549+0000 mon.a (mon.0) 6268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.566215+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.631944+0000 mon.a (mon.0) 6270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.634668+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.638182+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.639454+0000 mon.a (mon.0) 6273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[81379]: audit 2023-12-05T13:33:18.647470+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.259917+0000 mon.a (mon.0) 6251 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.263492+0000 mon.a (mon.0) 6252 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.264870+0000 mon.a (mon.0) 6253 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.272913+0000 mon.a (mon.0) 6254 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.355802+0000 mon.a (mon.0) 6255 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.358667+0000 mon.a (mon.0) 6256 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.362438+0000 mon.a (mon.0) 6257 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.363479+0000 mon.a (mon.0) 6258 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.370341+0000 mon.a (mon.0) 6259 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.452560+0000 mon.a (mon.0) 6260 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.455089+0000 mon.a (mon.0) 6261 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.458915+0000 mon.a (mon.0) 6262 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.460034+0000 mon.a (mon.0) 6263 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.467383+0000 mon.a (mon.0) 6264 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.548908+0000 mon.a (mon.0) 6265 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.551497+0000 mon.a (mon.0) 6266 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.554389+0000 mon.a (mon.0) 6267 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.555549+0000 mon.a (mon.0) 6268 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.566215+0000 mon.a (mon.0) 6269 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.631944+0000 mon.a (mon.0) 6270 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.634668+0000 mon.a (mon.0) 6271 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.638182+0000 mon.a (mon.0) 6272 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.639454+0000 mon.a (mon.0) 6273 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:19.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:18 smithi045 bash[78714]: audit 2023-12-05T13:33:18.647470+0000 mon.a (mon.0) 6274 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:19.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:33:19] "GET /metrics HTTP/1.1" 200 38496 "" "Prometheus/2.33.4" 2023-12-05T13:33:20.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[85187]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-05T13:33:20.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[85187]: 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-05T13:33:20.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[85187]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-05T13:33:20.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[85187]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-05T13:33:20.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[85187]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-05T13:33:20.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[85187]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-05T13:33:20.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[85187]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.086206+0000 mgr.y (mgr.34107) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.177563+0000 mgr.y (mgr.34107) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.273576+0000 mgr.y (mgr.34107) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.370901+0000 mgr.y (mgr.34107) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.468148+0000 mgr.y (mgr.34107) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.567117+0000 mgr.y (mgr.34107) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.647974+0000 mgr.y (mgr.34107) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.722637+0000 mon.a (mon.0) 6275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.724542+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.726601+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.727374+0000 mon.a (mon.0) 6278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.733233+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.733830+0000 mgr.y (mgr.34107) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.812072+0000 mon.a (mon.0) 6280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.815383+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.818030+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.819032+0000 mon.a (mon.0) 6283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.825831+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.826386+0000 mgr.y (mgr.34107) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.903154+0000 mon.a (mon.0) 6285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.907961+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.912053+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.913674+0000 mon.a (mon.0) 6288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:18.924025+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:18.924745+0000 mgr.y (mgr.34107) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.004743+0000 mon.a (mon.0) 6290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.008218+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.011392+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.012656+0000 mon.a (mon.0) 6293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.019929+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.020713+0000 mgr.y (mgr.34107) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.101836+0000 mon.a (mon.0) 6295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.104332+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.107432+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.108351+0000 mon.a (mon.0) 6298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.116362+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.197239+0000 mon.a (mon.0) 6300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.200407+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.204417+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.205640+0000 mon.a (mon.0) 6303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.214769+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.296794+0000 mon.a (mon.0) 6305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.299507+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.302329+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.303154+0000 mon.a (mon.0) 6308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.308624+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.390219+0000 mon.a (mon.0) 6310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.394268+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.397906+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.399107+0000 mon.a (mon.0) 6313 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.407428+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.455979+0000 mon.a (mon.0) 6315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.458938+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.462191+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.463298+0000 mon.a (mon.0) 6318 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.470648+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.551248+0000 mon.a (mon.0) 6320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.554267+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.557348+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.558475+0000 mon.a (mon.0) 6323 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.565888+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.647726+0000 mon.a (mon.0) 6325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.650193+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.653521+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.654574+0000 mon.a (mon.0) 6328 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:19 smithi079 bash[66795]: audit 2023-12-05T13:33:19.661542+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.086206+0000 mgr.y (mgr.34107) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.177563+0000 mgr.y (mgr.34107) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.273576+0000 mgr.y (mgr.34107) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.370901+0000 mgr.y (mgr.34107) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.468148+0000 mgr.y (mgr.34107) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.567117+0000 mgr.y (mgr.34107) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.647974+0000 mgr.y (mgr.34107) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.722637+0000 mon.a (mon.0) 6275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.724542+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.726601+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.727374+0000 mon.a (mon.0) 6278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.733233+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.733830+0000 mgr.y (mgr.34107) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.812072+0000 mon.a (mon.0) 6280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.815383+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.818030+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.819032+0000 mon.a (mon.0) 6283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.825831+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.826386+0000 mgr.y (mgr.34107) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.903154+0000 mon.a (mon.0) 6285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.086206+0000 mgr.y (mgr.34107) 1523 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.177563+0000 mgr.y (mgr.34107) 1524 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.273576+0000 mgr.y (mgr.34107) 1525 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.370901+0000 mgr.y (mgr.34107) 1526 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.468148+0000 mgr.y (mgr.34107) 1527 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.567117+0000 mgr.y (mgr.34107) 1528 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.647974+0000 mgr.y (mgr.34107) 1529 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.722637+0000 mon.a (mon.0) 6275 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.724542+0000 mon.a (mon.0) 6276 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.726601+0000 mon.a (mon.0) 6277 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.727374+0000 mon.a (mon.0) 6278 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.733233+0000 mon.a (mon.0) 6279 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.733830+0000 mgr.y (mgr.34107) 1530 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.812072+0000 mon.a (mon.0) 6280 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.815383+0000 mon.a (mon.0) 6281 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.818030+0000 mon.a (mon.0) 6282 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.819032+0000 mon.a (mon.0) 6283 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.825831+0000 mon.a (mon.0) 6284 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.826386+0000 mgr.y (mgr.34107) 1531 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.903154+0000 mon.a (mon.0) 6285 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.907961+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.912053+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.913674+0000 mon.a (mon.0) 6288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:18.924025+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:18.924745+0000 mgr.y (mgr.34107) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.004743+0000 mon.a (mon.0) 6290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.008218+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.011392+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.012656+0000 mon.a (mon.0) 6293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.019929+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.020713+0000 mgr.y (mgr.34107) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.101836+0000 mon.a (mon.0) 6295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.104332+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.107432+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.108351+0000 mon.a (mon.0) 6298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.116362+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.197239+0000 mon.a (mon.0) 6300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.200407+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.204417+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.205640+0000 mon.a (mon.0) 6303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.907961+0000 mon.a (mon.0) 6286 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.912053+0000 mon.a (mon.0) 6287 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.913674+0000 mon.a (mon.0) 6288 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:18.924025+0000 mon.a (mon.0) 6289 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:18.924745+0000 mgr.y (mgr.34107) 1532 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.004743+0000 mon.a (mon.0) 6290 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.008218+0000 mon.a (mon.0) 6291 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.011392+0000 mon.a (mon.0) 6292 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.012656+0000 mon.a (mon.0) 6293 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.019929+0000 mon.a (mon.0) 6294 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.020713+0000 mgr.y (mgr.34107) 1533 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.101836+0000 mon.a (mon.0) 6295 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.104332+0000 mon.a (mon.0) 6296 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.107432+0000 mon.a (mon.0) 6297 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.108351+0000 mon.a (mon.0) 6298 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.116362+0000 mon.a (mon.0) 6299 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.197239+0000 mon.a (mon.0) 6300 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.200407+0000 mon.a (mon.0) 6301 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.204417+0000 mon.a (mon.0) 6302 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.205640+0000 mon.a (mon.0) 6303 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.214769+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.296794+0000 mon.a (mon.0) 6305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.299507+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.302329+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.303154+0000 mon.a (mon.0) 6308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.308624+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.390219+0000 mon.a (mon.0) 6310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.394268+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.397906+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.399107+0000 mon.a (mon.0) 6313 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.407428+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.455979+0000 mon.a (mon.0) 6315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.458938+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.462191+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.463298+0000 mon.a (mon.0) 6318 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.470648+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.551248+0000 mon.a (mon.0) 6320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.554267+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.557348+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.558475+0000 mon.a (mon.0) 6323 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.214769+0000 mon.a (mon.0) 6304 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.296794+0000 mon.a (mon.0) 6305 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.299507+0000 mon.a (mon.0) 6306 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.302329+0000 mon.a (mon.0) 6307 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.303154+0000 mon.a (mon.0) 6308 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.308624+0000 mon.a (mon.0) 6309 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.390219+0000 mon.a (mon.0) 6310 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.394268+0000 mon.a (mon.0) 6311 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.397906+0000 mon.a (mon.0) 6312 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.399107+0000 mon.a (mon.0) 6313 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.407428+0000 mon.a (mon.0) 6314 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.455979+0000 mon.a (mon.0) 6315 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.458938+0000 mon.a (mon.0) 6316 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.462191+0000 mon.a (mon.0) 6317 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.463298+0000 mon.a (mon.0) 6318 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.470648+0000 mon.a (mon.0) 6319 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.551248+0000 mon.a (mon.0) 6320 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.554267+0000 mon.a (mon.0) 6321 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.557348+0000 mon.a (mon.0) 6322 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.558475+0000 mon.a (mon.0) 6323 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.565888+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.647726+0000 mon.a (mon.0) 6325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.650193+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.653521+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.654574+0000 mon.a (mon.0) 6328 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[78714]: audit 2023-12-05T13:33:19.661542+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.565888+0000 mon.a (mon.0) 6324 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.647726+0000 mon.a (mon.0) 6325 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.650193+0000 mon.a (mon.0) 6326 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.653521+0000 mon.a (mon.0) 6327 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.654574+0000 mon.a (mon.0) 6328 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:20.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:19 smithi045 bash[81379]: audit 2023-12-05T13:33:19.661542+0000 mon.a (mon.0) 6329 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.117098+0000 mgr.y (mgr.34107) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.215539+0000 mgr.y (mgr.34107) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.309132+0000 mgr.y (mgr.34107) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.408186+0000 mgr.y (mgr.34107) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.471410+0000 mgr.y (mgr.34107) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.566518+0000 mgr.y (mgr.34107) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.662129+0000 mgr.y (mgr.34107) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.742021+0000 mon.a (mon.0) 6330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.745278+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.748258+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.749124+0000 mon.a (mon.0) 6333 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.755877+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.756551+0000 mgr.y (mgr.34107) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cluster 2023-12-05T13:33:19.773993+0000 mgr.y (mgr.34107) 1542 : cluster 0 pgmap v263: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.835131+0000 mon.a (mon.0) 6335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.837684+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.840916+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.842069+0000 mon.a (mon.0) 6338 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.850258+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.850965+0000 mgr.y (mgr.34107) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.855948+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.857962+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.971919+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.974083+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.977115+0000 mon.a (mon.0) 6344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.978002+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:19.983933+0000 mon.a (mon.0) 6346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: cephadm 2023-12-05T13:33:19.984746+0000 mgr.y (mgr.34107) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.102982+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.106812+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.111175+0000 mon.a (mon.0) 6349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.112530+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.119618+0000 mon.a (mon.0) 6351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.198065+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.201099+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.204580+0000 mon.a (mon.0) 6354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.205850+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.214792+0000 mon.a (mon.0) 6356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.296306+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.307303+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.310818+0000 mon.a (mon.0) 6359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.311985+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.319309+0000 mon.a (mon.0) 6361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.384658+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.387097+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.389463+0000 mon.a (mon.0) 6364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.390374+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.397161+0000 mon.a (mon.0) 6366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.482871+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.485698+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.488307+0000 mon.a (mon.0) 6369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.489036+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.494058+0000 mon.a (mon.0) 6371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.572897+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.575573+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.578705+0000 mon.a (mon.0) 6374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.579773+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.586045+0000 mon.a (mon.0) 6376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.666867+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.669076+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.671432+0000 mon.a (mon.0) 6379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.672293+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:20 smithi079 bash[66795]: audit 2023-12-05T13:33:20.678696+0000 mon.a (mon.0) 6381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.117098+0000 mgr.y (mgr.34107) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.215539+0000 mgr.y (mgr.34107) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.309132+0000 mgr.y (mgr.34107) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.408186+0000 mgr.y (mgr.34107) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.471410+0000 mgr.y (mgr.34107) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.566518+0000 mgr.y (mgr.34107) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.662129+0000 mgr.y (mgr.34107) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.742021+0000 mon.a (mon.0) 6330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.745278+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.748258+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.749124+0000 mon.a (mon.0) 6333 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.755877+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.756551+0000 mgr.y (mgr.34107) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cluster 2023-12-05T13:33:19.773993+0000 mgr.y (mgr.34107) 1542 : cluster 0 pgmap v263: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:21.132 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.835131+0000 mon.a (mon.0) 6335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.837684+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.840916+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.842069+0000 mon.a (mon.0) 6338 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.850258+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.850965+0000 mgr.y (mgr.34107) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.855948+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.857962+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.971919+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.974083+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.977115+0000 mon.a (mon.0) 6344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.978002+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:19.983933+0000 mon.a (mon.0) 6346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: cephadm 2023-12-05T13:33:19.984746+0000 mgr.y (mgr.34107) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.102982+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.133 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.106812+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.111175+0000 mon.a (mon.0) 6349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.112530+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.119618+0000 mon.a (mon.0) 6351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.198065+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.201099+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.204580+0000 mon.a (mon.0) 6354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.205850+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.214792+0000 mon.a (mon.0) 6356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.296306+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.134 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.307303+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.310818+0000 mon.a (mon.0) 6359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.311985+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.319309+0000 mon.a (mon.0) 6361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.384658+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.387097+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.389463+0000 mon.a (mon.0) 6364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.390374+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.397161+0000 mon.a (mon.0) 6366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.482871+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.485698+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.135 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.488307+0000 mon.a (mon.0) 6369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.489036+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.494058+0000 mon.a (mon.0) 6371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.572897+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.575573+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.578705+0000 mon.a (mon.0) 6374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.579773+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.586045+0000 mon.a (mon.0) 6376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.666867+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.669076+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.671432+0000 mon.a (mon.0) 6379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.672293+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[78714]: audit 2023-12-05T13:33:20.678696+0000 mon.a (mon.0) 6381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.117098+0000 mgr.y (mgr.34107) 1534 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.215539+0000 mgr.y (mgr.34107) 1535 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.309132+0000 mgr.y (mgr.34107) 1536 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.408186+0000 mgr.y (mgr.34107) 1537 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.471410+0000 mgr.y (mgr.34107) 1538 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.566518+0000 mgr.y (mgr.34107) 1539 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.662129+0000 mgr.y (mgr.34107) 1540 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.742021+0000 mon.a (mon.0) 6330 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.745278+0000 mon.a (mon.0) 6331 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.748258+0000 mon.a (mon.0) 6332 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.137 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.749124+0000 mon.a (mon.0) 6333 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.755877+0000 mon.a (mon.0) 6334 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.756551+0000 mgr.y (mgr.34107) 1541 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cluster 2023-12-05T13:33:19.773993+0000 mgr.y (mgr.34107) 1542 : cluster 0 pgmap v263: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.835131+0000 mon.a (mon.0) 6335 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.837684+0000 mon.a (mon.0) 6336 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.840916+0000 mon.a (mon.0) 6337 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.842069+0000 mon.a (mon.0) 6338 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.850258+0000 mon.a (mon.0) 6339 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.850965+0000 mgr.y (mgr.34107) 1543 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.855948+0000 mon.a (mon.0) 6340 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.857962+0000 mon.a (mon.0) 6341 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.971919+0000 mon.a (mon.0) 6342 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.974083+0000 mon.a (mon.0) 6343 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.977115+0000 mon.a (mon.0) 6344 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.138 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.978002+0000 mon.a (mon.0) 6345 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:19.983933+0000 mon.a (mon.0) 6346 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: cephadm 2023-12-05T13:33:19.984746+0000 mgr.y (mgr.34107) 1544 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.102982+0000 mon.a (mon.0) 6347 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.106812+0000 mon.a (mon.0) 6348 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.111175+0000 mon.a (mon.0) 6349 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.112530+0000 mon.a (mon.0) 6350 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.119618+0000 mon.a (mon.0) 6351 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.198065+0000 mon.a (mon.0) 6352 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.201099+0000 mon.a (mon.0) 6353 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.204580+0000 mon.a (mon.0) 6354 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.205850+0000 mon.a (mon.0) 6355 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.214792+0000 mon.a (mon.0) 6356 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.296306+0000 mon.a (mon.0) 6357 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.307303+0000 mon.a (mon.0) 6358 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.139 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.310818+0000 mon.a (mon.0) 6359 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.311985+0000 mon.a (mon.0) 6360 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.319309+0000 mon.a (mon.0) 6361 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.384658+0000 mon.a (mon.0) 6362 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.387097+0000 mon.a (mon.0) 6363 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.389463+0000 mon.a (mon.0) 6364 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.390374+0000 mon.a (mon.0) 6365 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.397161+0000 mon.a (mon.0) 6366 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.482871+0000 mon.a (mon.0) 6367 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.485698+0000 mon.a (mon.0) 6368 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.488307+0000 mon.a (mon.0) 6369 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.489036+0000 mon.a (mon.0) 6370 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.494058+0000 mon.a (mon.0) 6371 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.572897+0000 mon.a (mon.0) 6372 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.575573+0000 mon.a (mon.0) 6373 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.578705+0000 mon.a (mon.0) 6374 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.140 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.579773+0000 mon.a (mon.0) 6375 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.586045+0000 mon.a (mon.0) 6376 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:21.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.666867+0000 mon.a (mon.0) 6377 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:21.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.669076+0000 mon.a (mon.0) 6378 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:21.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.671432+0000 mon.a (mon.0) 6379 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:21.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.672293+0000 mon.a (mon.0) 6380 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:21.141 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:20 smithi045 bash[81379]: audit 2023-12-05T13:33:20.678696+0000 mon.a (mon.0) 6381 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.120230+0000 mgr.y (mgr.34107) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.215777+0000 mgr.y (mgr.34107) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.320345+0000 mgr.y (mgr.34107) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.040 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.397662+0000 mgr.y (mgr.34107) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.494568+0000 mgr.y (mgr.34107) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.586715+0000 mgr.y (mgr.34107) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.679477+0000 mgr.y (mgr.34107) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cluster 2023-12-05T13:33:20.752550+0000 mon.a (mon.0) 6382 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.762409+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.766237+0000 mon.a (mon.0) 6384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.769460+0000 mon.a (mon.0) 6385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.770625+0000 mon.a (mon.0) 6386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.777037+0000 mon.a (mon.0) 6387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.777803+0000 mgr.y (mgr.34107) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.857392+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.860133+0000 mon.a (mon.0) 6389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.862637+0000 mon.a (mon.0) 6390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.863463+0000 mon.a (mon.0) 6391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.870718+0000 mon.a (mon.0) 6392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.871288+0000 mgr.y (mgr.34107) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.950077+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.952727+0000 mon.a (mon.0) 6394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.955676+0000 mon.a (mon.0) 6395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.956983+0000 mon.a (mon.0) 6396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:20.965748+0000 mon.a (mon.0) 6397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: cephadm 2023-12-05T13:33:20.966450+0000 mgr.y (mgr.34107) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.045512+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.049993+0000 mon.a (mon.0) 6399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.053896+0000 mon.a (mon.0) 6400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.054999+0000 mon.a (mon.0) 6401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.064192+0000 mon.a (mon.0) 6402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.147627+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.150411+0000 mon.a (mon.0) 6404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.154274+0000 mon.a (mon.0) 6405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.155753+0000 mon.a (mon.0) 6406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.163456+0000 mon.a (mon.0) 6407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.245512+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.250165+0000 mon.a (mon.0) 6409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.253789+0000 mon.a (mon.0) 6410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.043 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.254921+0000 mon.a (mon.0) 6411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.046 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.261351+0000 mon.a (mon.0) 6412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.342557+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.345801+0000 mon.a (mon.0) 6414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.349208+0000 mon.a (mon.0) 6415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.350179+0000 mon.a (mon.0) 6416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.358629+0000 mon.a (mon.0) 6417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.440331+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.442493+0000 mon.a (mon.0) 6419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.445228+0000 mon.a (mon.0) 6420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.446231+0000 mon.a (mon.0) 6421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.452156+0000 mon.a (mon.0) 6422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.536516+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.539214+0000 mon.a (mon.0) 6424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.047 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.542151+0000 mon.a (mon.0) 6425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.543211+0000 mon.a (mon.0) 6426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.549808+0000 mon.a (mon.0) 6427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.612132+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.614728+0000 mon.a (mon.0) 6429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.617474+0000 mon.a (mon.0) 6430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.618400+0000 mon.a (mon.0) 6431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.625060+0000 mon.a (mon.0) 6432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[78714]: audit 2023-12-05T13:33:21.705943+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.120230+0000 mgr.y (mgr.34107) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.215777+0000 mgr.y (mgr.34107) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.320345+0000 mgr.y (mgr.34107) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.397662+0000 mgr.y (mgr.34107) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.494568+0000 mgr.y (mgr.34107) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.586715+0000 mgr.y (mgr.34107) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.679477+0000 mgr.y (mgr.34107) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cluster 2023-12-05T13:33:20.752550+0000 mon.a (mon.0) 6382 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.762409+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.766237+0000 mon.a (mon.0) 6384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.769460+0000 mon.a (mon.0) 6385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.770625+0000 mon.a (mon.0) 6386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.049 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.777037+0000 mon.a (mon.0) 6387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.777803+0000 mgr.y (mgr.34107) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.857392+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.860133+0000 mon.a (mon.0) 6389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.862637+0000 mon.a (mon.0) 6390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.863463+0000 mon.a (mon.0) 6391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.870718+0000 mon.a (mon.0) 6392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.871288+0000 mgr.y (mgr.34107) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.950077+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.952727+0000 mon.a (mon.0) 6394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.955676+0000 mon.a (mon.0) 6395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.956983+0000 mon.a (mon.0) 6396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:20.965748+0000 mon.a (mon.0) 6397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: cephadm 2023-12-05T13:33:20.966450+0000 mgr.y (mgr.34107) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.050 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.045512+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.049993+0000 mon.a (mon.0) 6399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.053896+0000 mon.a (mon.0) 6400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.054999+0000 mon.a (mon.0) 6401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.064192+0000 mon.a (mon.0) 6402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.147627+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.150411+0000 mon.a (mon.0) 6404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.154274+0000 mon.a (mon.0) 6405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.155753+0000 mon.a (mon.0) 6406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.163456+0000 mon.a (mon.0) 6407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.245512+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.250165+0000 mon.a (mon.0) 6409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.253789+0000 mon.a (mon.0) 6410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.254921+0000 mon.a (mon.0) 6411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.261351+0000 mon.a (mon.0) 6412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.051 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.342557+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.345801+0000 mon.a (mon.0) 6414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.349208+0000 mon.a (mon.0) 6415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.350179+0000 mon.a (mon.0) 6416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.358629+0000 mon.a (mon.0) 6417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.440331+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.442493+0000 mon.a (mon.0) 6419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.445228+0000 mon.a (mon.0) 6420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.446231+0000 mon.a (mon.0) 6421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.452156+0000 mon.a (mon.0) 6422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.536516+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.539214+0000 mon.a (mon.0) 6424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.542151+0000 mon.a (mon.0) 6425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.543211+0000 mon.a (mon.0) 6426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.052 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.549808+0000 mon.a (mon.0) 6427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.612132+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.614728+0000 mon.a (mon.0) 6429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.617474+0000 mon.a (mon.0) 6430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.618400+0000 mon.a (mon.0) 6431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.625060+0000 mon.a (mon.0) 6432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:21 smithi079 bash[66795]: audit 2023-12-05T13:33:21.705943+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.120230+0000 mgr.y (mgr.34107) 1545 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.215777+0000 mgr.y (mgr.34107) 1546 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.053 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.320345+0000 mgr.y (mgr.34107) 1547 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.397662+0000 mgr.y (mgr.34107) 1548 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.494568+0000 mgr.y (mgr.34107) 1549 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.586715+0000 mgr.y (mgr.34107) 1550 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.679477+0000 mgr.y (mgr.34107) 1551 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cluster 2023-12-05T13:33:20.752550+0000 mon.a (mon.0) 6382 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.762409+0000 mon.a (mon.0) 6383 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.766237+0000 mon.a (mon.0) 6384 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.769460+0000 mon.a (mon.0) 6385 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.770625+0000 mon.a (mon.0) 6386 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.777037+0000 mon.a (mon.0) 6387 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.777803+0000 mgr.y (mgr.34107) 1552 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.857392+0000 mon.a (mon.0) 6388 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.860133+0000 mon.a (mon.0) 6389 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.862637+0000 mon.a (mon.0) 6390 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.863463+0000 mon.a (mon.0) 6391 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.870718+0000 mon.a (mon.0) 6392 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.871288+0000 mgr.y (mgr.34107) 1553 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.950077+0000 mon.a (mon.0) 6393 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.952727+0000 mon.a (mon.0) 6394 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.955676+0000 mon.a (mon.0) 6395 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.956983+0000 mon.a (mon.0) 6396 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:20.965748+0000 mon.a (mon.0) 6397 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: cephadm 2023-12-05T13:33:20.966450+0000 mgr.y (mgr.34107) 1554 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.045512+0000 mon.a (mon.0) 6398 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.049993+0000 mon.a (mon.0) 6399 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.053896+0000 mon.a (mon.0) 6400 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.054999+0000 mon.a (mon.0) 6401 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.064192+0000 mon.a (mon.0) 6402 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.147627+0000 mon.a (mon.0) 6403 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.150411+0000 mon.a (mon.0) 6404 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.154274+0000 mon.a (mon.0) 6405 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.155753+0000 mon.a (mon.0) 6406 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.163456+0000 mon.a (mon.0) 6407 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.056 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.245512+0000 mon.a (mon.0) 6408 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.250165+0000 mon.a (mon.0) 6409 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.253789+0000 mon.a (mon.0) 6410 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.254921+0000 mon.a (mon.0) 6411 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.261351+0000 mon.a (mon.0) 6412 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.342557+0000 mon.a (mon.0) 6413 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.345801+0000 mon.a (mon.0) 6414 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.349208+0000 mon.a (mon.0) 6415 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.350179+0000 mon.a (mon.0) 6416 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.358629+0000 mon.a (mon.0) 6417 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.440331+0000 mon.a (mon.0) 6418 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.442493+0000 mon.a (mon.0) 6419 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.445228+0000 mon.a (mon.0) 6420 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.446231+0000 mon.a (mon.0) 6421 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.057 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.452156+0000 mon.a (mon.0) 6422 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.536516+0000 mon.a (mon.0) 6423 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.539214+0000 mon.a (mon.0) 6424 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.542151+0000 mon.a (mon.0) 6425 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.543211+0000 mon.a (mon.0) 6426 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.549808+0000 mon.a (mon.0) 6427 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.612132+0000 mon.a (mon.0) 6428 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.614728+0000 mon.a (mon.0) 6429 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.617474+0000 mon.a (mon.0) 6430 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.618400+0000 mon.a (mon.0) 6431 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.625060+0000 mon.a (mon.0) 6432 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.058 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:21 smithi045 bash[81379]: audit 2023-12-05T13:33:21.705943+0000 mon.a (mon.0) 6433 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.868 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[85654]: debug 2023-12-05T13:33:22.694+0000 7fb0c9efd700 1 -- 172.21.15.79:0/903670523 <== mon.1 v2:172.21.15.45:3301/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x562c186b1600 con 0x562c186f0800 2023-12-05T13:33:22.868 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[85654]: debug 2023-12-05T13:33:22.694+0000 7fb0c9efd700 1 -- 172.21.15.79:0/903670523 <== mon.1 v2:172.21.15.45:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562c1866b1e0 con 0x562c186f0800 2023-12-05T13:33:22.868 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.064826+0000 mgr.y (mgr.34107) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.128565+0000 mgr.y (mgr.34107) 1556 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.164158+0000 mgr.y (mgr.34107) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.261906+0000 mgr.y (mgr.34107) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.359256+0000 mgr.y (mgr.34107) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.452847+0000 mgr.y (mgr.34107) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.550556+0000 mgr.y (mgr.34107) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.625687+0000 mgr.y (mgr.34107) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.708235+0000 mon.a (mon.0) 6434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.721578+0000 mon.a (mon.0) 6435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.727256+0000 mon.a (mon.0) 6436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.741336+0000 mon.a (mon.0) 6437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.742039+0000 mgr.y (mgr.34107) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cluster 2023-12-05T13:33:21.775218+0000 mgr.y (mgr.34107) 1564 : cluster 0 pgmap v264: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:22.869 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.819393+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.822307+0000 mon.a (mon.0) 6439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.826194+0000 mon.a (mon.0) 6440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.827485+0000 mon.a (mon.0) 6441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.836221+0000 mon.a (mon.0) 6442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.837025+0000 mgr.y (mgr.34107) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.921594+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.923510+0000 mon.a (mon.0) 6444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.925414+0000 mon.a (mon.0) 6445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.926059+0000 mon.a (mon.0) 6446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.932045+0000 mon.a (mon.0) 6447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:21.932657+0000 mgr.y (mgr.34107) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.995944+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.870 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:21.998617+0000 mon.a (mon.0) 6449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.001658+0000 mon.a (mon.0) 6450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.002730+0000 mon.a (mon.0) 6451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.008840+0000 mon.a (mon.0) 6452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.009315+0000 mgr.y (mgr.34107) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.073698+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.076522+0000 mon.a (mon.0) 6454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.080615+0000 mon.a (mon.0) 6455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.082069+0000 mon.a (mon.0) 6456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.089988+0000 mon.a (mon.0) 6457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.169369+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.173756+0000 mon.a (mon.0) 6459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.871 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.176872+0000 mon.a (mon.0) 6460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.178087+0000 mon.a (mon.0) 6461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.186846+0000 mon.a (mon.0) 6462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.268451+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.270706+0000 mon.a (mon.0) 6464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.273282+0000 mon.a (mon.0) 6465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.274166+0000 mon.a (mon.0) 6466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.280967+0000 mon.a (mon.0) 6467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.872 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.364188+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.366305+0000 mon.a (mon.0) 6469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.369271+0000 mon.a (mon.0) 6470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.370454+0000 mon.a (mon.0) 6471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.380284+0000 mon.a (mon.0) 6472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.461286+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.464173+0000 mon.a (mon.0) 6474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.467013+0000 mon.a (mon.0) 6475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.468186+0000 mon.a (mon.0) 6476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.476044+0000 mon.a (mon.0) 6477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.559299+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.562919+0000 mon.a (mon.0) 6479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.873 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.566066+0000 mon.a (mon.0) 6480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.874 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.567429+0000 mon.a (mon.0) 6481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.874 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.575356+0000 mon.a (mon.0) 6482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.874 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.657463+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.874 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.660343+0000 mon.a (mon.0) 6484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.874 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.663721+0000 mon.a (mon.0) 6485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.874 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.665070+0000 mon.a (mon.0) 6486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.874 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:22 smithi079 bash[66795]: audit 2023-12-05T13:33:22.675048+0000 mon.a (mon.0) 6487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.064826+0000 mgr.y (mgr.34107) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.128565+0000 mgr.y (mgr.34107) 1556 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.164158+0000 mgr.y (mgr.34107) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.261906+0000 mgr.y (mgr.34107) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.359256+0000 mgr.y (mgr.34107) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.452847+0000 mgr.y (mgr.34107) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.550556+0000 mgr.y (mgr.34107) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.625687+0000 mgr.y (mgr.34107) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.708235+0000 mon.a (mon.0) 6434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.721578+0000 mon.a (mon.0) 6435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.727256+0000 mon.a (mon.0) 6436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.971 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.741336+0000 mon.a (mon.0) 6437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.742039+0000 mgr.y (mgr.34107) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cluster 2023-12-05T13:33:21.775218+0000 mgr.y (mgr.34107) 1564 : cluster 0 pgmap v264: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.819393+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.822307+0000 mon.a (mon.0) 6439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.826194+0000 mon.a (mon.0) 6440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.827485+0000 mon.a (mon.0) 6441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.836221+0000 mon.a (mon.0) 6442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.837025+0000 mgr.y (mgr.34107) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.921594+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.923510+0000 mon.a (mon.0) 6444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.925414+0000 mon.a (mon.0) 6445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.926059+0000 mon.a (mon.0) 6446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.932045+0000 mon.a (mon.0) 6447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:21.932657+0000 mgr.y (mgr.34107) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.972 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.995944+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:21.998617+0000 mon.a (mon.0) 6449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.001658+0000 mon.a (mon.0) 6450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.002730+0000 mon.a (mon.0) 6451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.008840+0000 mon.a (mon.0) 6452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.009315+0000 mgr.y (mgr.34107) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.073698+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.076522+0000 mon.a (mon.0) 6454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.080615+0000 mon.a (mon.0) 6455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.082069+0000 mon.a (mon.0) 6456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.089988+0000 mon.a (mon.0) 6457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.169369+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.173756+0000 mon.a (mon.0) 6459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.176872+0000 mon.a (mon.0) 6460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.178087+0000 mon.a (mon.0) 6461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.186846+0000 mon.a (mon.0) 6462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.268451+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.270706+0000 mon.a (mon.0) 6464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.273282+0000 mon.a (mon.0) 6465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.274166+0000 mon.a (mon.0) 6466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.280967+0000 mon.a (mon.0) 6467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.364188+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.366305+0000 mon.a (mon.0) 6469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.369271+0000 mon.a (mon.0) 6470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.370454+0000 mon.a (mon.0) 6471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.380284+0000 mon.a (mon.0) 6472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.461286+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.464173+0000 mon.a (mon.0) 6474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.467013+0000 mon.a (mon.0) 6475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.468186+0000 mon.a (mon.0) 6476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.476044+0000 mon.a (mon.0) 6477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.559299+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.562919+0000 mon.a (mon.0) 6479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.064826+0000 mgr.y (mgr.34107) 1555 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.128565+0000 mgr.y (mgr.34107) 1556 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.164158+0000 mgr.y (mgr.34107) 1557 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.261906+0000 mgr.y (mgr.34107) 1558 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.359256+0000 mgr.y (mgr.34107) 1559 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.452847+0000 mgr.y (mgr.34107) 1560 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.550556+0000 mgr.y (mgr.34107) 1561 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.625687+0000 mgr.y (mgr.34107) 1562 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.975 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.708235+0000 mon.a (mon.0) 6434 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.721578+0000 mon.a (mon.0) 6435 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.727256+0000 mon.a (mon.0) 6436 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.741336+0000 mon.a (mon.0) 6437 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.742039+0000 mgr.y (mgr.34107) 1563 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cluster 2023-12-05T13:33:21.775218+0000 mgr.y (mgr.34107) 1564 : cluster 0 pgmap v264: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.819393+0000 mon.a (mon.0) 6438 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.822307+0000 mon.a (mon.0) 6439 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.826194+0000 mon.a (mon.0) 6440 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.827485+0000 mon.a (mon.0) 6441 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.836221+0000 mon.a (mon.0) 6442 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.837025+0000 mgr.y (mgr.34107) 1565 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.976 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.566066+0000 mon.a (mon.0) 6480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.567429+0000 mon.a (mon.0) 6481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.575356+0000 mon.a (mon.0) 6482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.657463+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.660343+0000 mon.a (mon.0) 6484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.663721+0000 mon.a (mon.0) 6485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.665070+0000 mon.a (mon.0) 6486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[78714]: audit 2023-12-05T13:33:22.675048+0000 mon.a (mon.0) 6487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.977 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.921594+0000 mon.a (mon.0) 6443 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.923510+0000 mon.a (mon.0) 6444 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.925414+0000 mon.a (mon.0) 6445 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.926059+0000 mon.a (mon.0) 6446 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.932045+0000 mon.a (mon.0) 6447 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:21.932657+0000 mgr.y (mgr.34107) 1566 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.995944+0000 mon.a (mon.0) 6448 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:21.998617+0000 mon.a (mon.0) 6449 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.978 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.001658+0000 mon.a (mon.0) 6450 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.002730+0000 mon.a (mon.0) 6451 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.008840+0000 mon.a (mon.0) 6452 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.009315+0000 mgr.y (mgr.34107) 1567 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.073698+0000 mon.a (mon.0) 6453 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.076522+0000 mon.a (mon.0) 6454 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.080615+0000 mon.a (mon.0) 6455 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.082069+0000 mon.a (mon.0) 6456 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.089988+0000 mon.a (mon.0) 6457 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.169369+0000 mon.a (mon.0) 6458 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.173756+0000 mon.a (mon.0) 6459 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.176872+0000 mon.a (mon.0) 6460 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.178087+0000 mon.a (mon.0) 6461 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.186846+0000 mon.a (mon.0) 6462 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.268451+0000 mon.a (mon.0) 6463 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.979 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.270706+0000 mon.a (mon.0) 6464 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.273282+0000 mon.a (mon.0) 6465 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.274166+0000 mon.a (mon.0) 6466 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.280967+0000 mon.a (mon.0) 6467 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.364188+0000 mon.a (mon.0) 6468 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.366305+0000 mon.a (mon.0) 6469 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.369271+0000 mon.a (mon.0) 6470 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.370454+0000 mon.a (mon.0) 6471 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.380284+0000 mon.a (mon.0) 6472 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.461286+0000 mon.a (mon.0) 6473 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.464173+0000 mon.a (mon.0) 6474 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.467013+0000 mon.a (mon.0) 6475 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.468186+0000 mon.a (mon.0) 6476 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.476044+0000 mon.a (mon.0) 6477 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.980 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.559299+0000 mon.a (mon.0) 6478 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.562919+0000 mon.a (mon.0) 6479 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.566066+0000 mon.a (mon.0) 6480 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.567429+0000 mon.a (mon.0) 6481 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.575356+0000 mon.a (mon.0) 6482 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.657463+0000 mon.a (mon.0) 6483 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.660343+0000 mon.a (mon.0) 6484 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.663721+0000 mon.a (mon.0) 6485 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.665070+0000 mon.a (mon.0) 6486 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:22.981 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:22 smithi045 bash[81379]: audit 2023-12-05T13:33:22.675048+0000 mon.a (mon.0) 6487 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:23.541 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[85654]: debug 2023-12-05T13:33:23.254+0000 7fb0d3083640 -1 Falling back to public interface 2023-12-05T13:33:24.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.090974+0000 mgr.y (mgr.34107) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.187438+0000 mgr.y (mgr.34107) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.281507+0000 mgr.y (mgr.34107) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.380944+0000 mgr.y (mgr.34107) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.476628+0000 mgr.y (mgr.34107) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.576205+0000 mgr.y (mgr.34107) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.676059+0000 mgr.y (mgr.34107) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.754775+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.757267+0000 mon.a (mon.0) 6489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.759685+0000 mon.a (mon.0) 6490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.760868+0000 mon.a (mon.0) 6491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.769219+0000 mon.a (mon.0) 6492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.769808+0000 mgr.y (mgr.34107) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.846977+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.850164+0000 mon.a (mon.0) 6494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.854036+0000 mon.a (mon.0) 6495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.855422+0000 mon.a (mon.0) 6496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.862868+0000 mon.a (mon.0) 6497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.863529+0000 mgr.y (mgr.34107) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.945367+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.947818+0000 mon.a (mon.0) 6499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.951058+0000 mon.a (mon.0) 6500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.951904+0000 mon.a (mon.0) 6501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:22.957261+0000 mon.a (mon.0) 6502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:22.957827+0000 mgr.y (mgr.34107) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.038103+0000 mon.a (mon.0) 6503 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.041047+0000 mon.a (mon.0) 6504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.045673+0000 mon.a (mon.0) 6505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.046815+0000 mon.a (mon.0) 6506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.054204+0000 mon.a (mon.0) 6507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.055037+0000 mgr.y (mgr.34107) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.136567+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.138753+0000 mon.a (mon.0) 6509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.141960+0000 mon.a (mon.0) 6510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.143167+0000 mon.a (mon.0) 6511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.150923+0000 mon.a (mon.0) 6512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.231738+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.235946+0000 mon.a (mon.0) 6514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.239562+0000 mon.a (mon.0) 6515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.240854+0000 mon.a (mon.0) 6516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.248918+0000 mon.a (mon.0) 6517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.326791+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.330116+0000 mon.a (mon.0) 6519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.334503+0000 mon.a (mon.0) 6520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.336221+0000 mon.a (mon.0) 6521 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.346477+0000 mon.a (mon.0) 6522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.427172+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.429862+0000 mon.a (mon.0) 6524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.433327+0000 mon.a (mon.0) 6525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.434296+0000 mon.a (mon.0) 6526 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.440119+0000 mon.a (mon.0) 6527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.522657+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.525068+0000 mon.a (mon.0) 6529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.527682+0000 mon.a (mon.0) 6530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.528767+0000 mon.a (mon.0) 6531 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.536656+0000 mon.a (mon.0) 6532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.616469+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.619007+0000 mon.a (mon.0) 6534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.621865+0000 mon.a (mon.0) 6535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.623101+0000 mon.a (mon.0) 6536 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.631440+0000 mon.a (mon.0) 6537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.714699+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.717798+0000 mon.a (mon.0) 6539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.722153+0000 mon.a (mon.0) 6540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.723668+0000 mon.a (mon.0) 6541 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:23 smithi079 bash[66795]: audit 2023-12-05T13:33:23.734245+0000 mon.a (mon.0) 6542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.090974+0000 mgr.y (mgr.34107) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.187438+0000 mgr.y (mgr.34107) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.281507+0000 mgr.y (mgr.34107) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.380944+0000 mgr.y (mgr.34107) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.476628+0000 mgr.y (mgr.34107) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.576205+0000 mgr.y (mgr.34107) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.676059+0000 mgr.y (mgr.34107) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.754775+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.757267+0000 mon.a (mon.0) 6489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.759685+0000 mon.a (mon.0) 6490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.760868+0000 mon.a (mon.0) 6491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.047 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.769219+0000 mon.a (mon.0) 6492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.769808+0000 mgr.y (mgr.34107) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.846977+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.850164+0000 mon.a (mon.0) 6494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.854036+0000 mon.a (mon.0) 6495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.855422+0000 mon.a (mon.0) 6496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.862868+0000 mon.a (mon.0) 6497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.863529+0000 mgr.y (mgr.34107) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.945367+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.090974+0000 mgr.y (mgr.34107) 1568 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.187438+0000 mgr.y (mgr.34107) 1569 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.281507+0000 mgr.y (mgr.34107) 1570 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.048 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.380944+0000 mgr.y (mgr.34107) 1571 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.476628+0000 mgr.y (mgr.34107) 1572 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.576205+0000 mgr.y (mgr.34107) 1573 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.676059+0000 mgr.y (mgr.34107) 1574 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.754775+0000 mon.a (mon.0) 6488 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.757267+0000 mon.a (mon.0) 6489 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.759685+0000 mon.a (mon.0) 6490 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.760868+0000 mon.a (mon.0) 6491 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.769219+0000 mon.a (mon.0) 6492 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.769808+0000 mgr.y (mgr.34107) 1575 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.846977+0000 mon.a (mon.0) 6493 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.850164+0000 mon.a (mon.0) 6494 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.854036+0000 mon.a (mon.0) 6495 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.855422+0000 mon.a (mon.0) 6496 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.862868+0000 mon.a (mon.0) 6497 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.863529+0000 mgr.y (mgr.34107) 1576 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.049 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.945367+0000 mon.a (mon.0) 6498 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.947818+0000 mon.a (mon.0) 6499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.951058+0000 mon.a (mon.0) 6500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.951904+0000 mon.a (mon.0) 6501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:22.957261+0000 mon.a (mon.0) 6502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:22.957827+0000 mgr.y (mgr.34107) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.038103+0000 mon.a (mon.0) 6503 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.041047+0000 mon.a (mon.0) 6504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.045673+0000 mon.a (mon.0) 6505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.050 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.046815+0000 mon.a (mon.0) 6506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.054204+0000 mon.a (mon.0) 6507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.055037+0000 mgr.y (mgr.34107) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.136567+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.138753+0000 mon.a (mon.0) 6509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.141960+0000 mon.a (mon.0) 6510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.143167+0000 mon.a (mon.0) 6511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.150923+0000 mon.a (mon.0) 6512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.231738+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.235946+0000 mon.a (mon.0) 6514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.239562+0000 mon.a (mon.0) 6515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.240854+0000 mon.a (mon.0) 6516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.248918+0000 mon.a (mon.0) 6517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.326791+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.330116+0000 mon.a (mon.0) 6519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.334503+0000 mon.a (mon.0) 6520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.051 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.336221+0000 mon.a (mon.0) 6521 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.346477+0000 mon.a (mon.0) 6522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.427172+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.429862+0000 mon.a (mon.0) 6524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.433327+0000 mon.a (mon.0) 6525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.434296+0000 mon.a (mon.0) 6526 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.440119+0000 mon.a (mon.0) 6527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.522657+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.525068+0000 mon.a (mon.0) 6529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.527682+0000 mon.a (mon.0) 6530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.528767+0000 mon.a (mon.0) 6531 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.536656+0000 mon.a (mon.0) 6532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.616469+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.619007+0000 mon.a (mon.0) 6534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.621865+0000 mon.a (mon.0) 6535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.052 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.623101+0000 mon.a (mon.0) 6536 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.947818+0000 mon.a (mon.0) 6499 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.951058+0000 mon.a (mon.0) 6500 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.951904+0000 mon.a (mon.0) 6501 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:22.957261+0000 mon.a (mon.0) 6502 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:22.957827+0000 mgr.y (mgr.34107) 1577 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.038103+0000 mon.a (mon.0) 6503 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.041047+0000 mon.a (mon.0) 6504 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.045673+0000 mon.a (mon.0) 6505 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.046815+0000 mon.a (mon.0) 6506 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.054204+0000 mon.a (mon.0) 6507 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.055037+0000 mgr.y (mgr.34107) 1578 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:24.053 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.136567+0000 mon.a (mon.0) 6508 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.138753+0000 mon.a (mon.0) 6509 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.141960+0000 mon.a (mon.0) 6510 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.143167+0000 mon.a (mon.0) 6511 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.150923+0000 mon.a (mon.0) 6512 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.231738+0000 mon.a (mon.0) 6513 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.235946+0000 mon.a (mon.0) 6514 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.239562+0000 mon.a (mon.0) 6515 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.240854+0000 mon.a (mon.0) 6516 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.631440+0000 mon.a (mon.0) 6537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.714699+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.717798+0000 mon.a (mon.0) 6539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.054 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.722153+0000 mon.a (mon.0) 6540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.723668+0000 mon.a (mon.0) 6541 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[81379]: audit 2023-12-05T13:33:23.734245+0000 mon.a (mon.0) 6542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.248918+0000 mon.a (mon.0) 6517 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.326791+0000 mon.a (mon.0) 6518 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.330116+0000 mon.a (mon.0) 6519 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.334503+0000 mon.a (mon.0) 6520 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.336221+0000 mon.a (mon.0) 6521 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.346477+0000 mon.a (mon.0) 6522 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.427172+0000 mon.a (mon.0) 6523 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.429862+0000 mon.a (mon.0) 6524 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.433327+0000 mon.a (mon.0) 6525 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.434296+0000 mon.a (mon.0) 6526 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.440119+0000 mon.a (mon.0) 6527 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.522657+0000 mon.a (mon.0) 6528 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.525068+0000 mon.a (mon.0) 6529 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.527682+0000 mon.a (mon.0) 6530 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.528767+0000 mon.a (mon.0) 6531 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.536656+0000 mon.a (mon.0) 6532 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.616469+0000 mon.a (mon.0) 6533 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.619007+0000 mon.a (mon.0) 6534 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.621865+0000 mon.a (mon.0) 6535 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.623101+0000 mon.a (mon.0) 6536 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.631440+0000 mon.a (mon.0) 6537 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:24.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.714699+0000 mon.a (mon.0) 6538 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:24.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.717798+0000 mon.a (mon.0) 6539 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:24.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.722153+0000 mon.a (mon.0) 6540 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:24.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.723668+0000 mon.a (mon.0) 6541 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:24.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:23 smithi045 bash[78714]: audit 2023-12-05T13:33:23.734245+0000 mon.a (mon.0) 6542 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.151673+0000 mgr.y (mgr.34107) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.249448+0000 mgr.y (mgr.34107) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.347362+0000 mgr.y (mgr.34107) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.440617+0000 mgr.y (mgr.34107) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.537438+0000 mgr.y (mgr.34107) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.632160+0000 mgr.y (mgr.34107) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.734889+0000 mgr.y (mgr.34107) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cluster 2023-12-05T13:33:23.776050+0000 mgr.y (mgr.34107) 1586 : cluster 0 pgmap v265: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.816885+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.819782+0000 mon.a (mon.0) 6544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.822912+0000 mon.a (mon.0) 6545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.824474+0000 mon.a (mon.0) 6546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.832250+0000 mon.a (mon.0) 6547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.832945+0000 mgr.y (mgr.34107) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.913069+0000 mon.a (mon.0) 6548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.915524+0000 mon.a (mon.0) 6549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.917842+0000 mon.a (mon.0) 6550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.918664+0000 mon.a (mon.0) 6551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:23.925223+0000 mon.a (mon.0) 6552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:23.925683+0000 mgr.y (mgr.34107) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.003707+0000 mon.a (mon.0) 6553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.007677+0000 mon.a (mon.0) 6554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.010677+0000 mon.a (mon.0) 6555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.011966+0000 mon.a (mon.0) 6556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.020978+0000 mon.a (mon.0) 6557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.021721+0000 mgr.y (mgr.34107) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.099451+0000 mon.a (mon.0) 6558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.101691+0000 mon.a (mon.0) 6559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.104229+0000 mon.a (mon.0) 6560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.105179+0000 mon.a (mon.0) 6561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.112234+0000 mon.a (mon.0) 6562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.191568+0000 mon.a (mon.0) 6563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.194084+0000 mon.a (mon.0) 6564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.196912+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.197684+0000 mon.a (mon.0) 6566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.205199+0000 mon.a (mon.0) 6567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.286231+0000 mon.a (mon.0) 6568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.288471+0000 mon.a (mon.0) 6569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.291942+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.292840+0000 mon.a (mon.0) 6571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.300420+0000 mon.a (mon.0) 6572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.376760+0000 mon.a (mon.0) 6573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.379194+0000 mon.a (mon.0) 6574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.381710+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.382487+0000 mon.a (mon.0) 6576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.387765+0000 mon.a (mon.0) 6577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.450587+0000 mon.a (mon.0) 6578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.452840+0000 mon.a (mon.0) 6579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.455223+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.456161+0000 mon.a (mon.0) 6581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.464818+0000 mon.a (mon.0) 6582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.542680+0000 mon.a (mon.0) 6583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.545568+0000 mon.a (mon.0) 6584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.548538+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.549589+0000 mon.a (mon.0) 6586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.557534+0000 mon.a (mon.0) 6587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: cluster 2023-12-05T13:33:24.579989+0000 mon.a (mon.0) 6588 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 28 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.629674+0000 mon.a (mon.0) 6589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.631900+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.634799+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.635753+0000 mon.a (mon.0) 6592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.641965+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.707027+0000 mon.a (mon.0) 6594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.709049+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.711125+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.711873+0000 mon.a (mon.0) 6597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:24 smithi079 bash[66795]: audit 2023-12-05T13:33:24.718372+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.151673+0000 mgr.y (mgr.34107) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.249448+0000 mgr.y (mgr.34107) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.347362+0000 mgr.y (mgr.34107) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.440617+0000 mgr.y (mgr.34107) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.537438+0000 mgr.y (mgr.34107) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.632160+0000 mgr.y (mgr.34107) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.734889+0000 mgr.y (mgr.34107) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cluster 2023-12-05T13:33:23.776050+0000 mgr.y (mgr.34107) 1586 : cluster 0 pgmap v265: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.816885+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.819782+0000 mon.a (mon.0) 6544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.822912+0000 mon.a (mon.0) 6545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.824474+0000 mon.a (mon.0) 6546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.832250+0000 mon.a (mon.0) 6547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.832945+0000 mgr.y (mgr.34107) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.913069+0000 mon.a (mon.0) 6548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.915524+0000 mon.a (mon.0) 6549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.917842+0000 mon.a (mon.0) 6550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.918664+0000 mon.a (mon.0) 6551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:23.925223+0000 mon.a (mon.0) 6552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:23.925683+0000 mgr.y (mgr.34107) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.151673+0000 mgr.y (mgr.34107) 1579 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.249448+0000 mgr.y (mgr.34107) 1580 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.347362+0000 mgr.y (mgr.34107) 1581 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.440617+0000 mgr.y (mgr.34107) 1582 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.537438+0000 mgr.y (mgr.34107) 1583 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.632160+0000 mgr.y (mgr.34107) 1584 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.734889+0000 mgr.y (mgr.34107) 1585 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cluster 2023-12-05T13:33:23.776050+0000 mgr.y (mgr.34107) 1586 : cluster 0 pgmap v265: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.816885+0000 mon.a (mon.0) 6543 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.819782+0000 mon.a (mon.0) 6544 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.822912+0000 mon.a (mon.0) 6545 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.824474+0000 mon.a (mon.0) 6546 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.832250+0000 mon.a (mon.0) 6547 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.832945+0000 mgr.y (mgr.34107) 1587 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.913069+0000 mon.a (mon.0) 6548 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.915524+0000 mon.a (mon.0) 6549 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.917842+0000 mon.a (mon.0) 6550 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.918664+0000 mon.a (mon.0) 6551 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:23.925223+0000 mon.a (mon.0) 6552 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:23.925683+0000 mgr.y (mgr.34107) 1588 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.003707+0000 mon.a (mon.0) 6553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.007677+0000 mon.a (mon.0) 6554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.010677+0000 mon.a (mon.0) 6555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.011966+0000 mon.a (mon.0) 6556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.020978+0000 mon.a (mon.0) 6557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.021721+0000 mgr.y (mgr.34107) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.099451+0000 mon.a (mon.0) 6558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.101691+0000 mon.a (mon.0) 6559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.104229+0000 mon.a (mon.0) 6560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.105179+0000 mon.a (mon.0) 6561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.112234+0000 mon.a (mon.0) 6562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.191568+0000 mon.a (mon.0) 6563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.194084+0000 mon.a (mon.0) 6564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.196912+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.197684+0000 mon.a (mon.0) 6566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.205199+0000 mon.a (mon.0) 6567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.286231+0000 mon.a (mon.0) 6568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.288471+0000 mon.a (mon.0) 6569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.291942+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.292840+0000 mon.a (mon.0) 6571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.300420+0000 mon.a (mon.0) 6572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.376760+0000 mon.a (mon.0) 6573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.379194+0000 mon.a (mon.0) 6574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.381710+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.382487+0000 mon.a (mon.0) 6576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.387765+0000 mon.a (mon.0) 6577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.450587+0000 mon.a (mon.0) 6578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.452840+0000 mon.a (mon.0) 6579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.455223+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.456161+0000 mon.a (mon.0) 6581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.464818+0000 mon.a (mon.0) 6582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.542680+0000 mon.a (mon.0) 6583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.545568+0000 mon.a (mon.0) 6584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.548538+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.549589+0000 mon.a (mon.0) 6586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.557534+0000 mon.a (mon.0) 6587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: cluster 2023-12-05T13:33:24.579989+0000 mon.a (mon.0) 6588 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 28 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.629674+0000 mon.a (mon.0) 6589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.631900+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.634799+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.635753+0000 mon.a (mon.0) 6592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.641965+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.707027+0000 mon.a (mon.0) 6594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.709049+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.711125+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.711873+0000 mon.a (mon.0) 6597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[81379]: audit 2023-12-05T13:33:24.718372+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.003707+0000 mon.a (mon.0) 6553 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.007677+0000 mon.a (mon.0) 6554 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.010677+0000 mon.a (mon.0) 6555 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.011966+0000 mon.a (mon.0) 6556 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.020978+0000 mon.a (mon.0) 6557 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.021721+0000 mgr.y (mgr.34107) 1589 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.099451+0000 mon.a (mon.0) 6558 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.101691+0000 mon.a (mon.0) 6559 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.104229+0000 mon.a (mon.0) 6560 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.105179+0000 mon.a (mon.0) 6561 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.112234+0000 mon.a (mon.0) 6562 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.191568+0000 mon.a (mon.0) 6563 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.194084+0000 mon.a (mon.0) 6564 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.196912+0000 mon.a (mon.0) 6565 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.197684+0000 mon.a (mon.0) 6566 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.205199+0000 mon.a (mon.0) 6567 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.286231+0000 mon.a (mon.0) 6568 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.288471+0000 mon.a (mon.0) 6569 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.291942+0000 mon.a (mon.0) 6570 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.292840+0000 mon.a (mon.0) 6571 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.300420+0000 mon.a (mon.0) 6572 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.376760+0000 mon.a (mon.0) 6573 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.379194+0000 mon.a (mon.0) 6574 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.381710+0000 mon.a (mon.0) 6575 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.382487+0000 mon.a (mon.0) 6576 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.387765+0000 mon.a (mon.0) 6577 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.450587+0000 mon.a (mon.0) 6578 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.452840+0000 mon.a (mon.0) 6579 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.455223+0000 mon.a (mon.0) 6580 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.456161+0000 mon.a (mon.0) 6581 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.464818+0000 mon.a (mon.0) 6582 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.542680+0000 mon.a (mon.0) 6583 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.545568+0000 mon.a (mon.0) 6584 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.548538+0000 mon.a (mon.0) 6585 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.549589+0000 mon.a (mon.0) 6586 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.557534+0000 mon.a (mon.0) 6587 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: cluster 2023-12-05T13:33:24.579989+0000 mon.a (mon.0) 6588 : cluster 3 Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 28 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.629674+0000 mon.a (mon.0) 6589 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.631900+0000 mon.a (mon.0) 6590 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.634799+0000 mon.a (mon.0) 6591 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.635753+0000 mon.a (mon.0) 6592 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.641965+0000 mon.a (mon.0) 6593 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.707027+0000 mon.a (mon.0) 6594 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.709049+0000 mon.a (mon.0) 6595 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.711125+0000 mon.a (mon.0) 6596 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.711873+0000 mon.a (mon.0) 6597 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:25.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:24 smithi045 bash[78714]: audit 2023-12-05T13:33:24.718372+0000 mon.a (mon.0) 6598 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.112976+0000 mgr.y (mgr.34107) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.206195+0000 mgr.y (mgr.34107) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.301204+0000 mgr.y (mgr.34107) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.388404+0000 mgr.y (mgr.34107) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.465360+0000 mgr.y (mgr.34107) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.558344+0000 mgr.y (mgr.34107) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.642655+0000 mgr.y (mgr.34107) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.719036+0000 mgr.y (mgr.34107) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.797436+0000 mon.a (mon.0) 6599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.799947+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.802983+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.803951+0000 mon.a (mon.0) 6602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.811791+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.812604+0000 mgr.y (mgr.34107) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.894598+0000 mon.a (mon.0) 6604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.897386+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.900347+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.901427+0000 mon.a (mon.0) 6607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.907243+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:24.907817+0000 mgr.y (mgr.34107) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.985082+0000 mon.a (mon.0) 6609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.988801+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.991979+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:24.993324+0000 mon.a (mon.0) 6612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.001330+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.002201+0000 mgr.y (mgr.34107) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.084943+0000 mon.a (mon.0) 6614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.087626+0000 mon.a (mon.0) 6615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.091059+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.092256+0000 mon.a (mon.0) 6617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.098880+0000 mon.a (mon.0) 6618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.146200+0000 mon.a (mon.0) 6619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.148903+0000 mon.a (mon.0) 6620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.151532+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.152418+0000 mon.a (mon.0) 6622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.158541+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.240814+0000 mon.a (mon.0) 6624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.242897+0000 mon.a (mon.0) 6625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.245294+0000 mon.a (mon.0) 6626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.246413+0000 mon.a (mon.0) 6627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.254155+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.314319+0000 mon.a (mon.0) 6629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.335087+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.337574+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.340318+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.341394+0000 mon.a (mon.0) 6633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.348523+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.429084+0000 mon.a (mon.0) 6635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.431884+0000 mon.a (mon.0) 6636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.434977+0000 mon.a (mon.0) 6637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.435883+0000 mon.a (mon.0) 6638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.442872+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.525807+0000 mon.a (mon.0) 6640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.528278+0000 mon.a (mon.0) 6641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.530911+0000 mon.a (mon.0) 6642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.531838+0000 mon.a (mon.0) 6643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.537668+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.615126+0000 mon.a (mon.0) 6645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.619371+0000 mon.a (mon.0) 6646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.623049+0000 mon.a (mon.0) 6647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.624411+0000 mon.a (mon.0) 6648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.631543+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.712034+0000 mon.a (mon.0) 6650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.714711+0000 mon.a (mon.0) 6651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.717762+0000 mon.a (mon.0) 6652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.718846+0000 mon.a (mon.0) 6653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:25 smithi079 bash[66795]: audit 2023-12-05T13:33:25.725499+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.112976+0000 mgr.y (mgr.34107) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.206195+0000 mgr.y (mgr.34107) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.301204+0000 mgr.y (mgr.34107) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.388404+0000 mgr.y (mgr.34107) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.465360+0000 mgr.y (mgr.34107) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.558344+0000 mgr.y (mgr.34107) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.642655+0000 mgr.y (mgr.34107) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.719036+0000 mgr.y (mgr.34107) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.797436+0000 mon.a (mon.0) 6599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.799947+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.802983+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.803951+0000 mon.a (mon.0) 6602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.811791+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.812604+0000 mgr.y (mgr.34107) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.894598+0000 mon.a (mon.0) 6604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.897386+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.900347+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.901427+0000 mon.a (mon.0) 6607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.907243+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:24.907817+0000 mgr.y (mgr.34107) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.985082+0000 mon.a (mon.0) 6609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.988801+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.991979+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:24.993324+0000 mon.a (mon.0) 6612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.001330+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.002201+0000 mgr.y (mgr.34107) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.084943+0000 mon.a (mon.0) 6614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.087626+0000 mon.a (mon.0) 6615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.091059+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.092256+0000 mon.a (mon.0) 6617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.098880+0000 mon.a (mon.0) 6618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.146200+0000 mon.a (mon.0) 6619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.148903+0000 mon.a (mon.0) 6620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.151532+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.152418+0000 mon.a (mon.0) 6622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.158541+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.240814+0000 mon.a (mon.0) 6624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.242897+0000 mon.a (mon.0) 6625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.245294+0000 mon.a (mon.0) 6626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.246413+0000 mon.a (mon.0) 6627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.112976+0000 mgr.y (mgr.34107) 1590 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.206195+0000 mgr.y (mgr.34107) 1591 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.301204+0000 mgr.y (mgr.34107) 1592 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.388404+0000 mgr.y (mgr.34107) 1593 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.465360+0000 mgr.y (mgr.34107) 1594 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.558344+0000 mgr.y (mgr.34107) 1595 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.642655+0000 mgr.y (mgr.34107) 1596 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.719036+0000 mgr.y (mgr.34107) 1597 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.797436+0000 mon.a (mon.0) 6599 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.799947+0000 mon.a (mon.0) 6600 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.802983+0000 mon.a (mon.0) 6601 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.803951+0000 mon.a (mon.0) 6602 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.811791+0000 mon.a (mon.0) 6603 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.812604+0000 mgr.y (mgr.34107) 1598 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.894598+0000 mon.a (mon.0) 6604 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.897386+0000 mon.a (mon.0) 6605 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.900347+0000 mon.a (mon.0) 6606 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.901427+0000 mon.a (mon.0) 6607 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.907243+0000 mon.a (mon.0) 6608 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:24.907817+0000 mgr.y (mgr.34107) 1599 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.985082+0000 mon.a (mon.0) 6609 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.254155+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.314319+0000 mon.a (mon.0) 6629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.335087+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.337574+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.340318+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.341394+0000 mon.a (mon.0) 6633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.348523+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.429084+0000 mon.a (mon.0) 6635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.431884+0000 mon.a (mon.0) 6636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.434977+0000 mon.a (mon.0) 6637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.435883+0000 mon.a (mon.0) 6638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.442872+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.525807+0000 mon.a (mon.0) 6640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.528278+0000 mon.a (mon.0) 6641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.530911+0000 mon.a (mon.0) 6642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.531838+0000 mon.a (mon.0) 6643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.537668+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.615126+0000 mon.a (mon.0) 6645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.619371+0000 mon.a (mon.0) 6646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.623049+0000 mon.a (mon.0) 6647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.988801+0000 mon.a (mon.0) 6610 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.991979+0000 mon.a (mon.0) 6611 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:24.993324+0000 mon.a (mon.0) 6612 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.001330+0000 mon.a (mon.0) 6613 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.002201+0000 mgr.y (mgr.34107) 1600 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.084943+0000 mon.a (mon.0) 6614 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.087626+0000 mon.a (mon.0) 6615 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.091059+0000 mon.a (mon.0) 6616 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.092256+0000 mon.a (mon.0) 6617 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.098880+0000 mon.a (mon.0) 6618 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.146200+0000 mon.a (mon.0) 6619 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.148903+0000 mon.a (mon.0) 6620 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.151532+0000 mon.a (mon.0) 6621 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.152418+0000 mon.a (mon.0) 6622 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.158541+0000 mon.a (mon.0) 6623 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.240814+0000 mon.a (mon.0) 6624 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.242897+0000 mon.a (mon.0) 6625 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.245294+0000 mon.a (mon.0) 6626 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.246413+0000 mon.a (mon.0) 6627 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.624411+0000 mon.a (mon.0) 6648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.631543+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.712034+0000 mon.a (mon.0) 6650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.714711+0000 mon.a (mon.0) 6651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.717762+0000 mon.a (mon.0) 6652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.718846+0000 mon.a (mon.0) 6653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[78714]: audit 2023-12-05T13:33:25.725499+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.254155+0000 mon.a (mon.0) 6628 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.314319+0000 mon.a (mon.0) 6629 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.335087+0000 mon.a (mon.0) 6630 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.337574+0000 mon.a (mon.0) 6631 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.340318+0000 mon.a (mon.0) 6632 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.341394+0000 mon.a (mon.0) 6633 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.348523+0000 mon.a (mon.0) 6634 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.429084+0000 mon.a (mon.0) 6635 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.431884+0000 mon.a (mon.0) 6636 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.434977+0000 mon.a (mon.0) 6637 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.435883+0000 mon.a (mon.0) 6638 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.442872+0000 mon.a (mon.0) 6639 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.525807+0000 mon.a (mon.0) 6640 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.528278+0000 mon.a (mon.0) 6641 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.530911+0000 mon.a (mon.0) 6642 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.531838+0000 mon.a (mon.0) 6643 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.537668+0000 mon.a (mon.0) 6644 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.615126+0000 mon.a (mon.0) 6645 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.619371+0000 mon.a (mon.0) 6646 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.623049+0000 mon.a (mon.0) 6647 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.624411+0000 mon.a (mon.0) 6648 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.631543+0000 mon.a (mon.0) 6649 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.712034+0000 mon.a (mon.0) 6650 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.714711+0000 mon.a (mon.0) 6651 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.717762+0000 mon.a (mon.0) 6652 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.718846+0000 mon.a (mon.0) 6653 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:26.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:25 smithi045 bash[81379]: audit 2023-12-05T13:33:25.725499+0000 mon.a (mon.0) 6654 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:26.380 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[85654]: debug 2023-12-05T13:33:26.058+0000 7fb0d3083640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-05T13:33:26.380 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[85654]: debug 2023-12-05T13:33:26.110+0000 7fb0d3083640 -1 osd.7 145 log_to_monitors true 2023-12-05T13:33:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.099390+0000 mgr.y (mgr.34107) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.159440+0000 mgr.y (mgr.34107) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.254925+0000 mgr.y (mgr.34107) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.349100+0000 mgr.y (mgr.34107) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.443470+0000 mgr.y (mgr.34107) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.538196+0000 mgr.y (mgr.34107) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.632531+0000 mgr.y (mgr.34107) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.726053+0000 mgr.y (mgr.34107) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cluster 2023-12-05T13:33:25.776781+0000 mgr.y (mgr.34107) 1609 : cluster 0 pgmap v266: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.804949+0000 mon.a (mon.0) 6655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.806856+0000 mon.a (mon.0) 6656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.809150+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.809842+0000 mon.a (mon.0) 6658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.817295+0000 mon.a (mon.0) 6659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.817903+0000 mgr.y (mgr.34107) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.897571+0000 mon.a (mon.0) 6660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.900246+0000 mon.a (mon.0) 6661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.902860+0000 mon.a (mon.0) 6662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.904066+0000 mon.a (mon.0) 6663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.912131+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:25.912732+0000 mgr.y (mgr.34107) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.995896+0000 mon.a (mon.0) 6665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:25.998331+0000 mon.a (mon.0) 6666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.002836+0000 mon.a (mon.0) 6667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.004409+0000 mon.a (mon.0) 6668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.012666+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.013557+0000 mgr.y (mgr.34107) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.096622+0000 mon.a (mon.0) 6670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.099238+0000 mon.a (mon.0) 6671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.102315+0000 mon.a (mon.0) 6672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.103308+0000 mon.a (mon.0) 6673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.109267+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.118756+0000 mon.a (mon.0) 6675 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.121065+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.190625+0000 mon.a (mon.0) 6676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.193775+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.196468+0000 mon.a (mon.0) 6678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.197356+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.204021+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.284546+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.287902+0000 mon.a (mon.0) 6682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.291086+0000 mon.a (mon.0) 6683 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.292000+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.297729+0000 mon.a (mon.0) 6685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.378449+0000 mon.a (mon.0) 6686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.382950+0000 mon.a (mon.0) 6687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.386844+0000 mon.a (mon.0) 6688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.388077+0000 mon.a (mon.0) 6689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.395079+0000 mon.a (mon.0) 6690 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.474847+0000 mon.a (mon.0) 6691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.477845+0000 mon.a (mon.0) 6692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.480511+0000 mon.a (mon.0) 6693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.481502+0000 mon.a (mon.0) 6694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.488079+0000 mon.a (mon.0) 6695 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.565125+0000 mon.a (mon.0) 6696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.568168+0000 mon.a (mon.0) 6697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.572130+0000 mon.a (mon.0) 6698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.573499+0000 mon.a (mon.0) 6699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.582448+0000 mon.a (mon.0) 6700 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.666292+0000 mon.a (mon.0) 6701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.670413+0000 mon.a (mon.0) 6702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.673248+0000 mon.a (mon.0) 6703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.674464+0000 mon.a (mon.0) 6704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.047 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:26 smithi079 bash[66795]: audit 2023-12-05T13:33:26.681873+0000 mon.a (mon.0) 6705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.099390+0000 mgr.y (mgr.34107) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.159440+0000 mgr.y (mgr.34107) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.254925+0000 mgr.y (mgr.34107) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.349100+0000 mgr.y (mgr.34107) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.443470+0000 mgr.y (mgr.34107) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.538196+0000 mgr.y (mgr.34107) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.632531+0000 mgr.y (mgr.34107) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.726053+0000 mgr.y (mgr.34107) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cluster 2023-12-05T13:33:25.776781+0000 mgr.y (mgr.34107) 1609 : cluster 0 pgmap v266: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.804949+0000 mon.a (mon.0) 6655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.806856+0000 mon.a (mon.0) 6656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.809150+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.809842+0000 mon.a (mon.0) 6658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.817295+0000 mon.a (mon.0) 6659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.817903+0000 mgr.y (mgr.34107) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.897571+0000 mon.a (mon.0) 6660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.900246+0000 mon.a (mon.0) 6661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.902860+0000 mon.a (mon.0) 6662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.904066+0000 mon.a (mon.0) 6663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.912131+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.099390+0000 mgr.y (mgr.34107) 1601 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.159440+0000 mgr.y (mgr.34107) 1602 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.254925+0000 mgr.y (mgr.34107) 1603 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.349100+0000 mgr.y (mgr.34107) 1604 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.443470+0000 mgr.y (mgr.34107) 1605 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.538196+0000 mgr.y (mgr.34107) 1606 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.632531+0000 mgr.y (mgr.34107) 1607 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.726053+0000 mgr.y (mgr.34107) 1608 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cluster 2023-12-05T13:33:25.776781+0000 mgr.y (mgr.34107) 1609 : cluster 0 pgmap v266: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.804949+0000 mon.a (mon.0) 6655 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.806856+0000 mon.a (mon.0) 6656 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.809150+0000 mon.a (mon.0) 6657 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.809842+0000 mon.a (mon.0) 6658 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.817295+0000 mon.a (mon.0) 6659 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.817903+0000 mgr.y (mgr.34107) 1610 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.897571+0000 mon.a (mon.0) 6660 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.900246+0000 mon.a (mon.0) 6661 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.902860+0000 mon.a (mon.0) 6662 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.904066+0000 mon.a (mon.0) 6663 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.912131+0000 mon.a (mon.0) 6664 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:25.912732+0000 mgr.y (mgr.34107) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.995896+0000 mon.a (mon.0) 6665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:25.998331+0000 mon.a (mon.0) 6666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.002836+0000 mon.a (mon.0) 6667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.004409+0000 mon.a (mon.0) 6668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.012666+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.013557+0000 mgr.y (mgr.34107) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.096622+0000 mon.a (mon.0) 6670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.099238+0000 mon.a (mon.0) 6671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.102315+0000 mon.a (mon.0) 6672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.103308+0000 mon.a (mon.0) 6673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.109267+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.118756+0000 mon.a (mon.0) 6675 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.121065+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.190625+0000 mon.a (mon.0) 6676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.193775+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.196468+0000 mon.a (mon.0) 6678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.197356+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.204021+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.284546+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.287902+0000 mon.a (mon.0) 6682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.291086+0000 mon.a (mon.0) 6683 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.292000+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.297729+0000 mon.a (mon.0) 6685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.378449+0000 mon.a (mon.0) 6686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.382950+0000 mon.a (mon.0) 6687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.386844+0000 mon.a (mon.0) 6688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.388077+0000 mon.a (mon.0) 6689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.395079+0000 mon.a (mon.0) 6690 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.474847+0000 mon.a (mon.0) 6691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.477845+0000 mon.a (mon.0) 6692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.480511+0000 mon.a (mon.0) 6693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.481502+0000 mon.a (mon.0) 6694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.488079+0000 mon.a (mon.0) 6695 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.565125+0000 mon.a (mon.0) 6696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.568168+0000 mon.a (mon.0) 6697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.572130+0000 mon.a (mon.0) 6698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.573499+0000 mon.a (mon.0) 6699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.582448+0000 mon.a (mon.0) 6700 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:25.912732+0000 mgr.y (mgr.34107) 1611 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.995896+0000 mon.a (mon.0) 6665 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:25.998331+0000 mon.a (mon.0) 6666 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.002836+0000 mon.a (mon.0) 6667 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.004409+0000 mon.a (mon.0) 6668 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.012666+0000 mon.a (mon.0) 6669 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.013557+0000 mgr.y (mgr.34107) 1612 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.096622+0000 mon.a (mon.0) 6670 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.099238+0000 mon.a (mon.0) 6671 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.102315+0000 mon.a (mon.0) 6672 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.103308+0000 mon.a (mon.0) 6673 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.109267+0000 mon.a (mon.0) 6674 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.118756+0000 mon.a (mon.0) 6675 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.121065+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.190625+0000 mon.a (mon.0) 6676 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.193775+0000 mon.a (mon.0) 6677 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.196468+0000 mon.a (mon.0) 6678 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.197356+0000 mon.a (mon.0) 6679 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.204021+0000 mon.a (mon.0) 6680 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.284546+0000 mon.a (mon.0) 6681 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.666292+0000 mon.a (mon.0) 6701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.670413+0000 mon.a (mon.0) 6702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.206 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.673248+0000 mon.a (mon.0) 6703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.674464+0000 mon.a (mon.0) 6704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[81379]: audit 2023-12-05T13:33:26.681873+0000 mon.a (mon.0) 6705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.287902+0000 mon.a (mon.0) 6682 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.291086+0000 mon.a (mon.0) 6683 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.292000+0000 mon.a (mon.0) 6684 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.297729+0000 mon.a (mon.0) 6685 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.378449+0000 mon.a (mon.0) 6686 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.207 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.382950+0000 mon.a (mon.0) 6687 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.386844+0000 mon.a (mon.0) 6688 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.388077+0000 mon.a (mon.0) 6689 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.208 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.395079+0000 mon.a (mon.0) 6690 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.474847+0000 mon.a (mon.0) 6691 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.477845+0000 mon.a (mon.0) 6692 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.480511+0000 mon.a (mon.0) 6693 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.481502+0000 mon.a (mon.0) 6694 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.488079+0000 mon.a (mon.0) 6695 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.565125+0000 mon.a (mon.0) 6696 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.209 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.568168+0000 mon.a (mon.0) 6697 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.572130+0000 mon.a (mon.0) 6698 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.573499+0000 mon.a (mon.0) 6699 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.582448+0000 mon.a (mon.0) 6700 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.666292+0000 mon.a (mon.0) 6701 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.670413+0000 mon.a (mon.0) 6702 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.673248+0000 mon.a (mon.0) 6703 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.674464+0000 mon.a (mon.0) 6704 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:27.210 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:26 smithi045 bash[78714]: audit 2023-12-05T13:33:26.681873+0000 mon.a (mon.0) 6705 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:27.541 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[85654]: debug 2023-12-05T13:33:27.162+0000 7fb0c2cf1700 -1 osd.7 145 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:33:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.109718+0000 mgr.y (mgr.34107) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.204709+0000 mgr.y (mgr.34107) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.298364+0000 mgr.y (mgr.34107) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.395741+0000 mgr.y (mgr.34107) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.488710+0000 mgr.y (mgr.34107) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.583271+0000 mgr.y (mgr.34107) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.682465+0000 mgr.y (mgr.34107) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.770912+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.772865+0000 mon.a (mon.0) 6707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.774807+0000 mon.a (mon.0) 6708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.775476+0000 mon.a (mon.0) 6709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.780454+0000 mon.a (mon.0) 6710 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.781014+0000 mgr.y (mgr.34107) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.844189+0000 mon.a (mon.0) 6711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.847012+0000 mon.a (mon.0) 6712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.850639+0000 mon.a (mon.0) 6713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.851792+0000 mon.a (mon.0) 6714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.860217+0000 mon.a (mon.0) 6715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.860781+0000 mgr.y (mgr.34107) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.921745+0000 mon.a (mon.0) 6716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.924707+0000 mon.a (mon.0) 6717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.927990+0000 mon.a (mon.0) 6718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.929165+0000 mon.a (mon.0) 6719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:26.937117+0000 mon.a (mon.0) 6720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:26.937994+0000 mgr.y (mgr.34107) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.014830+0000 mon.a (mon.0) 6721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.017994+0000 mon.a (mon.0) 6722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.021923+0000 mon.a (mon.0) 6723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.023209+0000 mon.a (mon.0) 6724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.031413+0000 mon.a (mon.0) 6725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.032038+0000 mgr.y (mgr.34107) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.109275+0000 mon.a (mon.0) 6726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.110835+0000 mon.a (mon.0) 6727 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:33:28.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: cluster 2023-12-05T13:33:27.116237+0000 mon.a (mon.0) 6728 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.120319+0000 mon.a (mon.0) 6729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.122721+0000 mon.a (mon.0) 6730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.123424+0000 mon.a (mon.0) 6731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.124033+0000 mon.a (mon.0) 6732 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.126340+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.128639+0000 mon.a (mon.0) 6733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.207658+0000 mon.a (mon.0) 6734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.210360+0000 mon.a (mon.0) 6735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.212908+0000 mon.a (mon.0) 6736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.213959+0000 mon.a (mon.0) 6737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.221862+0000 mon.a (mon.0) 6738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.300725+0000 mon.a (mon.0) 6739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.305061+0000 mon.a (mon.0) 6740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.308091+0000 mon.a (mon.0) 6741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.309121+0000 mon.a (mon.0) 6742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.315027+0000 mon.a (mon.0) 6743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.393935+0000 mon.a (mon.0) 6744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.396675+0000 mon.a (mon.0) 6745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.400048+0000 mon.a (mon.0) 6746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.401059+0000 mon.a (mon.0) 6747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.408605+0000 mon.a (mon.0) 6748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.486332+0000 mon.a (mon.0) 6749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.489437+0000 mon.a (mon.0) 6750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.493011+0000 mon.a (mon.0) 6751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.494187+0000 mon.a (mon.0) 6752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.501888+0000 mon.a (mon.0) 6753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.580873+0000 mon.a (mon.0) 6754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.584124+0000 mon.a (mon.0) 6755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.587336+0000 mon.a (mon.0) 6756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.588506+0000 mon.a (mon.0) 6757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.595733+0000 mon.a (mon.0) 6758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.678065+0000 mon.a (mon.0) 6759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.681275+0000 mon.a (mon.0) 6760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.685621+0000 mon.a (mon.0) 6761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.686748+0000 mon.a (mon.0) 6762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:27 smithi079 bash[66795]: audit 2023-12-05T13:33:27.694550+0000 mon.a (mon.0) 6763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.109718+0000 mgr.y (mgr.34107) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.204709+0000 mgr.y (mgr.34107) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.298364+0000 mgr.y (mgr.34107) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.395741+0000 mgr.y (mgr.34107) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.488710+0000 mgr.y (mgr.34107) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.583271+0000 mgr.y (mgr.34107) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.682465+0000 mgr.y (mgr.34107) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.770912+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.772865+0000 mon.a (mon.0) 6707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.774807+0000 mon.a (mon.0) 6708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.775476+0000 mon.a (mon.0) 6709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.780454+0000 mon.a (mon.0) 6710 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.781014+0000 mgr.y (mgr.34107) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.844189+0000 mon.a (mon.0) 6711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.847012+0000 mon.a (mon.0) 6712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.850639+0000 mon.a (mon.0) 6713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.851792+0000 mon.a (mon.0) 6714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.860217+0000 mon.a (mon.0) 6715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.860781+0000 mgr.y (mgr.34107) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.921745+0000 mon.a (mon.0) 6716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.109718+0000 mgr.y (mgr.34107) 1613 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.204709+0000 mgr.y (mgr.34107) 1614 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.298364+0000 mgr.y (mgr.34107) 1615 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.395741+0000 mgr.y (mgr.34107) 1616 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.488710+0000 mgr.y (mgr.34107) 1617 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.583271+0000 mgr.y (mgr.34107) 1618 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.682465+0000 mgr.y (mgr.34107) 1619 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.770912+0000 mon.a (mon.0) 6706 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.772865+0000 mon.a (mon.0) 6707 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.774807+0000 mon.a (mon.0) 6708 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.775476+0000 mon.a (mon.0) 6709 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.780454+0000 mon.a (mon.0) 6710 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.781014+0000 mgr.y (mgr.34107) 1620 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.844189+0000 mon.a (mon.0) 6711 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.847012+0000 mon.a (mon.0) 6712 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.850639+0000 mon.a (mon.0) 6713 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.851792+0000 mon.a (mon.0) 6714 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.860217+0000 mon.a (mon.0) 6715 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.860781+0000 mgr.y (mgr.34107) 1621 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.921745+0000 mon.a (mon.0) 6716 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.924707+0000 mon.a (mon.0) 6717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.927990+0000 mon.a (mon.0) 6718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.929165+0000 mon.a (mon.0) 6719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:26.937117+0000 mon.a (mon.0) 6720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:26.937994+0000 mgr.y (mgr.34107) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.014830+0000 mon.a (mon.0) 6721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.017994+0000 mon.a (mon.0) 6722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.021923+0000 mon.a (mon.0) 6723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.023209+0000 mon.a (mon.0) 6724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.031413+0000 mon.a (mon.0) 6725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.032038+0000 mgr.y (mgr.34107) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.109275+0000 mon.a (mon.0) 6726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.110835+0000 mon.a (mon.0) 6727 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: cluster 2023-12-05T13:33:27.116237+0000 mon.a (mon.0) 6728 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.120319+0000 mon.a (mon.0) 6729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.122721+0000 mon.a (mon.0) 6730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.123424+0000 mon.a (mon.0) 6731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.124033+0000 mon.a (mon.0) 6732 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:33:28.198 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.126340+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.128639+0000 mon.a (mon.0) 6733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.924707+0000 mon.a (mon.0) 6717 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.927990+0000 mon.a (mon.0) 6718 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.929165+0000 mon.a (mon.0) 6719 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:26.937117+0000 mon.a (mon.0) 6720 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:26.937994+0000 mgr.y (mgr.34107) 1622 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.014830+0000 mon.a (mon.0) 6721 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.017994+0000 mon.a (mon.0) 6722 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.021923+0000 mon.a (mon.0) 6723 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.023209+0000 mon.a (mon.0) 6724 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.031413+0000 mon.a (mon.0) 6725 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.032038+0000 mgr.y (mgr.34107) 1623 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.109275+0000 mon.a (mon.0) 6726 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.110835+0000 mon.a (mon.0) 6727 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: cluster 2023-12-05T13:33:27.116237+0000 mon.a (mon.0) 6728 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.120319+0000 mon.a (mon.0) 6729 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.122721+0000 mon.a (mon.0) 6730 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.123424+0000 mon.a (mon.0) 6731 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.124033+0000 mon.a (mon.0) 6732 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.126340+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.128639+0000 mon.a (mon.0) 6733 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.207658+0000 mon.a (mon.0) 6734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.210360+0000 mon.a (mon.0) 6735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.212908+0000 mon.a (mon.0) 6736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.213959+0000 mon.a (mon.0) 6737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.221862+0000 mon.a (mon.0) 6738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.300725+0000 mon.a (mon.0) 6739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.305061+0000 mon.a (mon.0) 6740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.308091+0000 mon.a (mon.0) 6741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.309121+0000 mon.a (mon.0) 6742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.315027+0000 mon.a (mon.0) 6743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.393935+0000 mon.a (mon.0) 6744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.396675+0000 mon.a (mon.0) 6745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.400048+0000 mon.a (mon.0) 6746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.401059+0000 mon.a (mon.0) 6747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.408605+0000 mon.a (mon.0) 6748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.486332+0000 mon.a (mon.0) 6749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.489437+0000 mon.a (mon.0) 6750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.493011+0000 mon.a (mon.0) 6751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.494187+0000 mon.a (mon.0) 6752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.501888+0000 mon.a (mon.0) 6753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.580873+0000 mon.a (mon.0) 6754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.584124+0000 mon.a (mon.0) 6755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.587336+0000 mon.a (mon.0) 6756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.588506+0000 mon.a (mon.0) 6757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.595733+0000 mon.a (mon.0) 6758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.678065+0000 mon.a (mon.0) 6759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.681275+0000 mon.a (mon.0) 6760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.685621+0000 mon.a (mon.0) 6761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.686748+0000 mon.a (mon.0) 6762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.202 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[78714]: audit 2023-12-05T13:33:27.694550+0000 mon.a (mon.0) 6763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.207658+0000 mon.a (mon.0) 6734 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.210360+0000 mon.a (mon.0) 6735 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.212908+0000 mon.a (mon.0) 6736 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.213959+0000 mon.a (mon.0) 6737 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.221862+0000 mon.a (mon.0) 6738 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.300725+0000 mon.a (mon.0) 6739 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.305061+0000 mon.a (mon.0) 6740 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.308091+0000 mon.a (mon.0) 6741 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.309121+0000 mon.a (mon.0) 6742 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.315027+0000 mon.a (mon.0) 6743 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.393935+0000 mon.a (mon.0) 6744 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.396675+0000 mon.a (mon.0) 6745 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.400048+0000 mon.a (mon.0) 6746 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.401059+0000 mon.a (mon.0) 6747 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.408605+0000 mon.a (mon.0) 6748 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.486332+0000 mon.a (mon.0) 6749 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.489437+0000 mon.a (mon.0) 6750 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.493011+0000 mon.a (mon.0) 6751 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.494187+0000 mon.a (mon.0) 6752 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.501888+0000 mon.a (mon.0) 6753 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.580873+0000 mon.a (mon.0) 6754 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.584124+0000 mon.a (mon.0) 6755 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.587336+0000 mon.a (mon.0) 6756 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.588506+0000 mon.a (mon.0) 6757 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.595733+0000 mon.a (mon.0) 6758 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.204 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.678065+0000 mon.a (mon.0) 6759 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.681275+0000 mon.a (mon.0) 6760 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.685621+0000 mon.a (mon.0) 6761 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.686748+0000 mon.a (mon.0) 6762 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.205 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:27 smithi045 bash[81379]: audit 2023-12-05T13:33:27.694550+0000 mon.a (mon.0) 6763 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.783 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.129138+0000 mgr.y (mgr.34107) 1624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.783 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.222439+0000 mgr.y (mgr.34107) 1625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.783 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.315921+0000 mgr.y (mgr.34107) 1626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.783 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.409160+0000 mgr.y (mgr.34107) 1627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.502823+0000 mgr.y (mgr.34107) 1628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.596313+0000 mgr.y (mgr.34107) 1629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.695585+0000 mgr.y (mgr.34107) 1630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cluster 2023-12-05T13:33:27.777305+0000 mgr.y (mgr.34107) 1631 : cluster 0 pgmap v268: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.777465+0000 mon.a (mon.0) 6764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.780267+0000 mon.a (mon.0) 6765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.782151+0000 mon.a (mon.0) 6766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.782770+0000 mon.a (mon.0) 6767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.787284+0000 mon.a (mon.0) 6768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.787890+0000 mgr.y (mgr.34107) 1632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.868391+0000 mon.a (mon.0) 6769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.871062+0000 mon.a (mon.0) 6770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.874078+0000 mon.a (mon.0) 6771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.875111+0000 mon.a (mon.0) 6772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.784 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.881141+0000 mon.a (mon.0) 6773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:27.881690+0000 mgr.y (mgr.34107) 1633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.992920+0000 mon.a (mon.0) 6774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.995115+0000 mon.a (mon.0) 6775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.998498+0000 mon.a (mon.0) 6776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:27.999994+0000 mon.a (mon.0) 6777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.008945+0000 mon.a (mon.0) 6778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.009481+0000 mgr.y (mgr.34107) 1634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.086107+0000 mon.a (mon.0) 6779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.089904+0000 mon.a (mon.0) 6780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.093923+0000 mon.a (mon.0) 6781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.095331+0000 mon.a (mon.0) 6782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.102543+0000 mon.a (mon.0) 6783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:28.785 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cluster 2023-12-05T13:33:28.127255+0000 mon.a (mon.0) 6784 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:33:29.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cluster 2023-12-05T13:33:28.141792+0000 mon.a (mon.0) 6785 : cluster 1 osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656] boot 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: cluster 2023-12-05T13:33:28.141854+0000 mon.a (mon.0) 6786 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.142392+0000 mon.a (mon.0) 6787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.172170+0000 mon.a (mon.0) 6788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.175609+0000 mon.a (mon.0) 6789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.177647+0000 mon.a (mon.0) 6790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.178295+0000 mon.a (mon.0) 6791 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.183500+0000 mon.a (mon.0) 6792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.245022+0000 mon.a (mon.0) 6793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.248076+0000 mon.a (mon.0) 6794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.251712+0000 mon.a (mon.0) 6795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.253108+0000 mon.a (mon.0) 6796 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.262673+0000 mon.a (mon.0) 6797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.342163+0000 mon.a (mon.0) 6798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.344152+0000 mon.a (mon.0) 6799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.347422+0000 mon.a (mon.0) 6800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.348453+0000 mon.a (mon.0) 6801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.354880+0000 mon.a (mon.0) 6802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.434317+0000 mon.a (mon.0) 6803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.436933+0000 mon.a (mon.0) 6804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.439840+0000 mon.a (mon.0) 6805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.441119+0000 mon.a (mon.0) 6806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.447203+0000 mon.a (mon.0) 6807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.528751+0000 mon.a (mon.0) 6808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.531761+0000 mon.a (mon.0) 6809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.536180+0000 mon.a (mon.0) 6810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.537752+0000 mon.a (mon.0) 6811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.544985+0000 mon.a (mon.0) 6812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.624981+0000 mon.a (mon.0) 6813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.629855+0000 mon.a (mon.0) 6814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.635165+0000 mon.a (mon.0) 6815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.637520+0000 mon.a (mon.0) 6816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.646180+0000 mon.a (mon.0) 6817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.708408+0000 mon.a (mon.0) 6818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.711569+0000 mon.a (mon.0) 6819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.715597+0000 mon.a (mon.0) 6820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.716993+0000 mon.a (mon.0) 6821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:28 smithi079 bash[66795]: audit 2023-12-05T13:33:28.725711+0000 mon.a (mon.0) 6822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.129138+0000 mgr.y (mgr.34107) 1624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.222439+0000 mgr.y (mgr.34107) 1625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.315921+0000 mgr.y (mgr.34107) 1626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.409160+0000 mgr.y (mgr.34107) 1627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.502823+0000 mgr.y (mgr.34107) 1628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.596313+0000 mgr.y (mgr.34107) 1629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.695585+0000 mgr.y (mgr.34107) 1630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cluster 2023-12-05T13:33:27.777305+0000 mgr.y (mgr.34107) 1631 : cluster 0 pgmap v268: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.777465+0000 mon.a (mon.0) 6764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.780267+0000 mon.a (mon.0) 6765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.782151+0000 mon.a (mon.0) 6766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.782770+0000 mon.a (mon.0) 6767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.787284+0000 mon.a (mon.0) 6768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.787890+0000 mgr.y (mgr.34107) 1632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.868391+0000 mon.a (mon.0) 6769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.871062+0000 mon.a (mon.0) 6770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.874078+0000 mon.a (mon.0) 6771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.875111+0000 mon.a (mon.0) 6772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.881141+0000 mon.a (mon.0) 6773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:27.881690+0000 mgr.y (mgr.34107) 1633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.129138+0000 mgr.y (mgr.34107) 1624 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.222439+0000 mgr.y (mgr.34107) 1625 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.315921+0000 mgr.y (mgr.34107) 1626 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.409160+0000 mgr.y (mgr.34107) 1627 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.502823+0000 mgr.y (mgr.34107) 1628 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.596313+0000 mgr.y (mgr.34107) 1629 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.695585+0000 mgr.y (mgr.34107) 1630 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cluster 2023-12-05T13:33:27.777305+0000 mgr.y (mgr.34107) 1631 : cluster 0 pgmap v268: 161 pgs: 28 active+undersized+degraded, 41 active+undersized, 92 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.777465+0000 mon.a (mon.0) 6764 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.780267+0000 mon.a (mon.0) 6765 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.782151+0000 mon.a (mon.0) 6766 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.782770+0000 mon.a (mon.0) 6767 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.196 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.787284+0000 mon.a (mon.0) 6768 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.787890+0000 mgr.y (mgr.34107) 1632 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.868391+0000 mon.a (mon.0) 6769 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.871062+0000 mon.a (mon.0) 6770 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.874078+0000 mon.a (mon.0) 6771 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.875111+0000 mon.a (mon.0) 6772 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.881141+0000 mon.a (mon.0) 6773 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:27.881690+0000 mgr.y (mgr.34107) 1633 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.992920+0000 mon.a (mon.0) 6774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.995115+0000 mon.a (mon.0) 6775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.998498+0000 mon.a (mon.0) 6776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.197 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:27.999994+0000 mon.a (mon.0) 6777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.008945+0000 mon.a (mon.0) 6778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.009481+0000 mgr.y (mgr.34107) 1634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.086107+0000 mon.a (mon.0) 6779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.089904+0000 mon.a (mon.0) 6780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.093923+0000 mon.a (mon.0) 6781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.095331+0000 mon.a (mon.0) 6782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.102543+0000 mon.a (mon.0) 6783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cluster 2023-12-05T13:33:28.127255+0000 mon.a (mon.0) 6784 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cluster 2023-12-05T13:33:28.141792+0000 mon.a (mon.0) 6785 : cluster 1 osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656] boot 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: cluster 2023-12-05T13:33:28.141854+0000 mon.a (mon.0) 6786 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.142392+0000 mon.a (mon.0) 6787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.172170+0000 mon.a (mon.0) 6788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.175609+0000 mon.a (mon.0) 6789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.177647+0000 mon.a (mon.0) 6790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.178295+0000 mon.a (mon.0) 6791 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.199 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.183500+0000 mon.a (mon.0) 6792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.992920+0000 mon.a (mon.0) 6774 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.995115+0000 mon.a (mon.0) 6775 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.998498+0000 mon.a (mon.0) 6776 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:27.999994+0000 mon.a (mon.0) 6777 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.008945+0000 mon.a (mon.0) 6778 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.009481+0000 mgr.y (mgr.34107) 1634 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.086107+0000 mon.a (mon.0) 6779 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.089904+0000 mon.a (mon.0) 6780 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.093923+0000 mon.a (mon.0) 6781 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.095331+0000 mon.a (mon.0) 6782 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.102543+0000 mon.a (mon.0) 6783 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cluster 2023-12-05T13:33:28.127255+0000 mon.a (mon.0) 6784 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cluster 2023-12-05T13:33:28.141792+0000 mon.a (mon.0) 6785 : cluster 1 osd.7 [v2:172.21.15.79:6824/2386057656,v1:172.21.15.79:6825/2386057656] boot 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: cluster 2023-12-05T13:33:28.141854+0000 mon.a (mon.0) 6786 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.142392+0000 mon.a (mon.0) 6787 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.172170+0000 mon.a (mon.0) 6788 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.175609+0000 mon.a (mon.0) 6789 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.177647+0000 mon.a (mon.0) 6790 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.178295+0000 mon.a (mon.0) 6791 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.200 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.183500+0000 mon.a (mon.0) 6792 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.245022+0000 mon.a (mon.0) 6793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.248076+0000 mon.a (mon.0) 6794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.251712+0000 mon.a (mon.0) 6795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.253108+0000 mon.a (mon.0) 6796 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.262673+0000 mon.a (mon.0) 6797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.342163+0000 mon.a (mon.0) 6798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.344152+0000 mon.a (mon.0) 6799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.347422+0000 mon.a (mon.0) 6800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.201 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.348453+0000 mon.a (mon.0) 6801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.354880+0000 mon.a (mon.0) 6802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.434317+0000 mon.a (mon.0) 6803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.436933+0000 mon.a (mon.0) 6804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.439840+0000 mon.a (mon.0) 6805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.441119+0000 mon.a (mon.0) 6806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.447203+0000 mon.a (mon.0) 6807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.528751+0000 mon.a (mon.0) 6808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.531761+0000 mon.a (mon.0) 6809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.536180+0000 mon.a (mon.0) 6810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.537752+0000 mon.a (mon.0) 6811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.544985+0000 mon.a (mon.0) 6812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.624981+0000 mon.a (mon.0) 6813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.629855+0000 mon.a (mon.0) 6814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.635165+0000 mon.a (mon.0) 6815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.202 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.637520+0000 mon.a (mon.0) 6816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.646180+0000 mon.a (mon.0) 6817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.708408+0000 mon.a (mon.0) 6818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.711569+0000 mon.a (mon.0) 6819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.715597+0000 mon.a (mon.0) 6820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.716993+0000 mon.a (mon.0) 6821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[81379]: audit 2023-12-05T13:33:28.725711+0000 mon.a (mon.0) 6822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.245022+0000 mon.a (mon.0) 6793 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.248076+0000 mon.a (mon.0) 6794 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.251712+0000 mon.a (mon.0) 6795 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.203 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.253108+0000 mon.a (mon.0) 6796 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.262673+0000 mon.a (mon.0) 6797 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.342163+0000 mon.a (mon.0) 6798 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.344152+0000 mon.a (mon.0) 6799 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.347422+0000 mon.a (mon.0) 6800 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.348453+0000 mon.a (mon.0) 6801 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.354880+0000 mon.a (mon.0) 6802 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.434317+0000 mon.a (mon.0) 6803 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.436933+0000 mon.a (mon.0) 6804 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.439840+0000 mon.a (mon.0) 6805 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.204 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.441119+0000 mon.a (mon.0) 6806 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.447203+0000 mon.a (mon.0) 6807 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.528751+0000 mon.a (mon.0) 6808 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.531761+0000 mon.a (mon.0) 6809 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.536180+0000 mon.a (mon.0) 6810 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.537752+0000 mon.a (mon.0) 6811 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.544985+0000 mon.a (mon.0) 6812 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.624981+0000 mon.a (mon.0) 6813 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.629855+0000 mon.a (mon.0) 6814 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.635165+0000 mon.a (mon.0) 6815 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.637520+0000 mon.a (mon.0) 6816 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.646180+0000 mon.a (mon.0) 6817 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.708408+0000 mon.a (mon.0) 6818 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.711569+0000 mon.a (mon.0) 6819 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.715597+0000 mon.a (mon.0) 6820 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:29.205 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.716993+0000 mon.a (mon.0) 6821 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:29.206 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:28 smithi045 bash[78714]: audit 2023-12-05T13:33:28.725711+0000 mon.a (mon.0) 6822 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:29.695 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:33:29] "GET /metrics HTTP/1.1" 200 38572 "" "Prometheus/2.33.4" 2023-12-05T13:33:30.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.103142+0000 mgr.y (mgr.34107) 1635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.184017+0000 mgr.y (mgr.34107) 1636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.263585+0000 mgr.y (mgr.34107) 1637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.027 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.355305+0000 mgr.y (mgr.34107) 1638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.447742+0000 mgr.y (mgr.34107) 1639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.545507+0000 mgr.y (mgr.34107) 1640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.646973+0000 mgr.y (mgr.34107) 1641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.726352+0000 mgr.y (mgr.34107) 1642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.804440+0000 mon.a (mon.0) 6823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.807140+0000 mon.a (mon.0) 6824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.809669+0000 mon.a (mon.0) 6825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.810563+0000 mon.a (mon.0) 6826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.817563+0000 mon.a (mon.0) 6827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.818227+0000 mgr.y (mgr.34107) 1643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.896056+0000 mon.a (mon.0) 6828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.899406+0000 mon.a (mon.0) 6829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.903410+0000 mon.a (mon.0) 6830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.028 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.905014+0000 mon.a (mon.0) 6831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.913392+0000 mon.a (mon.0) 6832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:28.914187+0000 mgr.y (mgr.34107) 1644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.991643+0000 mon.a (mon.0) 6833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.994991+0000 mon.a (mon.0) 6834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:28.999217+0000 mon.a (mon.0) 6835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.000745+0000 mon.a (mon.0) 6836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.029 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.009689+0000 mon.a (mon.0) 6837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.010633+0000 mgr.y (mgr.34107) 1645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.087107+0000 mon.a (mon.0) 6838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.091210+0000 mon.a (mon.0) 6839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.094504+0000 mon.a (mon.0) 6840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.095713+0000 mon.a (mon.0) 6841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.102584+0000 mon.a (mon.0) 6842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: cluster 2023-12-05T13:33:29.140341+0000 mon.a (mon.0) 6843 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.187224+0000 mon.a (mon.0) 6844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.190105+0000 mon.a (mon.0) 6845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.192346+0000 mon.a (mon.0) 6846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.193326+0000 mon.a (mon.0) 6847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.199656+0000 mon.a (mon.0) 6848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.030 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.283815+0000 mon.a (mon.0) 6849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.286003+0000 mon.a (mon.0) 6850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.289100+0000 mon.a (mon.0) 6851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.290038+0000 mon.a (mon.0) 6852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.296979+0000 mon.a (mon.0) 6853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.380240+0000 mon.a (mon.0) 6854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.382336+0000 mon.a (mon.0) 6855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.385416+0000 mon.a (mon.0) 6856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.386319+0000 mon.a (mon.0) 6857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.393449+0000 mon.a (mon.0) 6858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.476491+0000 mon.a (mon.0) 6859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.479316+0000 mon.a (mon.0) 6860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.482307+0000 mon.a (mon.0) 6861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.031 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.483511+0000 mon.a (mon.0) 6862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.491038+0000 mon.a (mon.0) 6863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.573739+0000 mon.a (mon.0) 6864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.578127+0000 mon.a (mon.0) 6865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.582235+0000 mon.a (mon.0) 6866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.583856+0000 mon.a (mon.0) 6867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.591613+0000 mon.a (mon.0) 6868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.705336+0000 mon.a (mon.0) 6869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.708194+0000 mon.a (mon.0) 6870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.711555+0000 mon.a (mon.0) 6871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.712421+0000 mon.a (mon.0) 6872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.032 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:29 smithi079 bash[66795]: audit 2023-12-05T13:33:29.720769+0000 mon.a (mon.0) 6873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.103142+0000 mgr.y (mgr.34107) 1635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.184017+0000 mgr.y (mgr.34107) 1636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.263585+0000 mgr.y (mgr.34107) 1637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.355305+0000 mgr.y (mgr.34107) 1638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.447742+0000 mgr.y (mgr.34107) 1639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.545507+0000 mgr.y (mgr.34107) 1640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.646973+0000 mgr.y (mgr.34107) 1641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.726352+0000 mgr.y (mgr.34107) 1642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.804440+0000 mon.a (mon.0) 6823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.807140+0000 mon.a (mon.0) 6824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.809669+0000 mon.a (mon.0) 6825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.810563+0000 mon.a (mon.0) 6826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.817563+0000 mon.a (mon.0) 6827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.818227+0000 mgr.y (mgr.34107) 1643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.896056+0000 mon.a (mon.0) 6828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.899406+0000 mon.a (mon.0) 6829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.903410+0000 mon.a (mon.0) 6830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.905014+0000 mon.a (mon.0) 6831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.913392+0000 mon.a (mon.0) 6832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:28.914187+0000 mgr.y (mgr.34107) 1644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.991643+0000 mon.a (mon.0) 6833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.169 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.103142+0000 mgr.y (mgr.34107) 1635 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.184017+0000 mgr.y (mgr.34107) 1636 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.263585+0000 mgr.y (mgr.34107) 1637 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.355305+0000 mgr.y (mgr.34107) 1638 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.447742+0000 mgr.y (mgr.34107) 1639 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.545507+0000 mgr.y (mgr.34107) 1640 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.646973+0000 mgr.y (mgr.34107) 1641 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.726352+0000 mgr.y (mgr.34107) 1642 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.804440+0000 mon.a (mon.0) 6823 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.807140+0000 mon.a (mon.0) 6824 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.809669+0000 mon.a (mon.0) 6825 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.810563+0000 mon.a (mon.0) 6826 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.817563+0000 mon.a (mon.0) 6827 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.170 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.818227+0000 mgr.y (mgr.34107) 1643 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.896056+0000 mon.a (mon.0) 6828 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.899406+0000 mon.a (mon.0) 6829 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.903410+0000 mon.a (mon.0) 6830 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.905014+0000 mon.a (mon.0) 6831 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.913392+0000 mon.a (mon.0) 6832 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:28.914187+0000 mgr.y (mgr.34107) 1644 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.991643+0000 mon.a (mon.0) 6833 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.994991+0000 mon.a (mon.0) 6834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:28.999217+0000 mon.a (mon.0) 6835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.000745+0000 mon.a (mon.0) 6836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.009689+0000 mon.a (mon.0) 6837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.010633+0000 mgr.y (mgr.34107) 1645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.087107+0000 mon.a (mon.0) 6838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.171 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.091210+0000 mon.a (mon.0) 6839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.094504+0000 mon.a (mon.0) 6840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.095713+0000 mon.a (mon.0) 6841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.102584+0000 mon.a (mon.0) 6842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: cluster 2023-12-05T13:33:29.140341+0000 mon.a (mon.0) 6843 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.187224+0000 mon.a (mon.0) 6844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.190105+0000 mon.a (mon.0) 6845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.192346+0000 mon.a (mon.0) 6846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.193326+0000 mon.a (mon.0) 6847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.199656+0000 mon.a (mon.0) 6848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.283815+0000 mon.a (mon.0) 6849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.286003+0000 mon.a (mon.0) 6850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.289100+0000 mon.a (mon.0) 6851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.172 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.290038+0000 mon.a (mon.0) 6852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.994991+0000 mon.a (mon.0) 6834 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:28.999217+0000 mon.a (mon.0) 6835 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.000745+0000 mon.a (mon.0) 6836 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.009689+0000 mon.a (mon.0) 6837 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.010633+0000 mgr.y (mgr.34107) 1645 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.087107+0000 mon.a (mon.0) 6838 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.091210+0000 mon.a (mon.0) 6839 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.094504+0000 mon.a (mon.0) 6840 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.095713+0000 mon.a (mon.0) 6841 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.102584+0000 mon.a (mon.0) 6842 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: cluster 2023-12-05T13:33:29.140341+0000 mon.a (mon.0) 6843 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.187224+0000 mon.a (mon.0) 6844 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.173 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.190105+0000 mon.a (mon.0) 6845 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.192346+0000 mon.a (mon.0) 6846 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.193326+0000 mon.a (mon.0) 6847 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.199656+0000 mon.a (mon.0) 6848 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.283815+0000 mon.a (mon.0) 6849 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.286003+0000 mon.a (mon.0) 6850 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.289100+0000 mon.a (mon.0) 6851 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.290038+0000 mon.a (mon.0) 6852 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.174 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.296979+0000 mon.a (mon.0) 6853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.380240+0000 mon.a (mon.0) 6854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.382336+0000 mon.a (mon.0) 6855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.385416+0000 mon.a (mon.0) 6856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.386319+0000 mon.a (mon.0) 6857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.393449+0000 mon.a (mon.0) 6858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.476491+0000 mon.a (mon.0) 6859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.479316+0000 mon.a (mon.0) 6860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.482307+0000 mon.a (mon.0) 6861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.483511+0000 mon.a (mon.0) 6862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.491038+0000 mon.a (mon.0) 6863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.573739+0000 mon.a (mon.0) 6864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.578127+0000 mon.a (mon.0) 6865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.582235+0000 mon.a (mon.0) 6866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.583856+0000 mon.a (mon.0) 6867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.591613+0000 mon.a (mon.0) 6868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.175 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.705336+0000 mon.a (mon.0) 6869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.708194+0000 mon.a (mon.0) 6870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.711555+0000 mon.a (mon.0) 6871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.712421+0000 mon.a (mon.0) 6872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[81379]: audit 2023-12-05T13:33:29.720769+0000 mon.a (mon.0) 6873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.296979+0000 mon.a (mon.0) 6853 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.380240+0000 mon.a (mon.0) 6854 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.382336+0000 mon.a (mon.0) 6855 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.385416+0000 mon.a (mon.0) 6856 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.386319+0000 mon.a (mon.0) 6857 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.393449+0000 mon.a (mon.0) 6858 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.476491+0000 mon.a (mon.0) 6859 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.479316+0000 mon.a (mon.0) 6860 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.482307+0000 mon.a (mon.0) 6861 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.483511+0000 mon.a (mon.0) 6862 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.491038+0000 mon.a (mon.0) 6863 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.573739+0000 mon.a (mon.0) 6864 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.578127+0000 mon.a (mon.0) 6865 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.582235+0000 mon.a (mon.0) 6866 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.583856+0000 mon.a (mon.0) 6867 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.591613+0000 mon.a (mon.0) 6868 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.705336+0000 mon.a (mon.0) 6869 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:30.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.708194+0000 mon.a (mon.0) 6870 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:30.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.711555+0000 mon.a (mon.0) 6871 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:30.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.712421+0000 mon.a (mon.0) 6872 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:30.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:29 smithi045 bash[78714]: audit 2023-12-05T13:33:29.720769+0000 mon.a (mon.0) 6873 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:30.449 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[74945]: debug 2023-12-05T13:33:30.160+0000 7f3c23b44700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T13:33:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.105209+0000 mgr.y (mgr.34107) 1646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.200254+0000 mgr.y (mgr.34107) 1647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.297599+0000 mgr.y (mgr.34107) 1648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.394188+0000 mgr.y (mgr.34107) 1649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.491779+0000 mgr.y (mgr.34107) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.592227+0000 mgr.y (mgr.34107) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.721578+0000 mgr.y (mgr.34107) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cluster 2023-12-05T13:33:29.778780+0000 mgr.y (mgr.34107) 1653 : cluster 0 pgmap v271: 161 pgs: 10 peering, 20 active+undersized+degraded, 27 active+undersized, 104 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 60/630 objects degraded (9.524%) 2023-12-05T13:33:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.795460+0000 mon.a (mon.0) 6874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.798404+0000 mon.a (mon.0) 6875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.801209+0000 mon.a (mon.0) 6876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.802112+0000 mon.a (mon.0) 6877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.043 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.807496+0000 mon.a (mon.0) 6878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.807976+0000 mgr.y (mgr.34107) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.884427+0000 mon.a (mon.0) 6879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.888909+0000 mon.a (mon.0) 6880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.892942+0000 mon.a (mon.0) 6881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.894621+0000 mon.a (mon.0) 6882 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.044 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.903058+0000 mon.a (mon.0) 6883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.045 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:29.903746+0000 mgr.y (mgr.34107) 1655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.046 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.985707+0000 mon.a (mon.0) 6884 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.054 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.987764+0000 mon.a (mon.0) 6885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.054 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.990320+0000 mon.a (mon.0) 6886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.054 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:29.991387+0000 mon.a (mon.0) 6887 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.054 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.003568+0000 mon.a (mon.0) 6888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.009725+0000 mon.a (mon.0) 6889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: cephadm 2023-12-05T13:33:30.010245+0000 mgr.y (mgr.34107) 1656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.015286+0000 mon.a (mon.0) 6890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.022702+0000 mon.a (mon.0) 6891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.091623+0000 mon.a (mon.0) 6892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.093883+0000 mon.a (mon.0) 6893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.095842+0000 mon.a (mon.0) 6894 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.097396+0000 mon.a (mon.0) 6895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.099774+0000 mon.a (mon.0) 6896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.106749+0000 mon.a (mon.0) 6897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.110011+0000 mon.a (mon.0) 6898 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-05T13:33:31.055 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.113443+0000 mon.a (mon.0) 6899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.115792+0000 mon.a (mon.0) 6900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.120323+0000 mon.a (mon.0) 6901 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.122293+0000 mon.a (mon.0) 6902 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.127445+0000 mon.a (mon.0) 6903 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.130196+0000 mon.a (mon.0) 6904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.133911+0000 mon.a (mon.0) 6905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.137008+0000 mon.a (mon.0) 6906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.140846+0000 mon.a (mon.0) 6907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.143603+0000 mon.a (mon.0) 6908 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.147031+0000 mon.a (mon.0) 6909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.149447+0000 mon.a (mon.0) 6910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-05T13:33:31.056 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.153847+0000 mon.a (mon.0) 6911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-05T13:33:31.057 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.155999+0000 mon.a (mon.0) 6912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-05T13:33:31.057 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.160499+0000 mon.a (mon.0) 6913 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-05T13:33:31.057 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.164572+0000 mon.a (mon.0) 6914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-05T13:33:31.057 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.170531+0000 mon.a (mon.0) 6915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.057 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.173108+0000 mon.a (mon.0) 6916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.057 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.174049+0000 mon.a (mon.0) 6917 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.057 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:30 smithi079 bash[66795]: audit 2023-12-05T13:33:30.179734+0000 mon.a (mon.0) 6918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: debug 2023-12-05T13:33:30.772+0000 7f9b610e8700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.105209+0000 mgr.y (mgr.34107) 1646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.200254+0000 mgr.y (mgr.34107) 1647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.297599+0000 mgr.y (mgr.34107) 1648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.394188+0000 mgr.y (mgr.34107) 1649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.491779+0000 mgr.y (mgr.34107) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.592227+0000 mgr.y (mgr.34107) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.721578+0000 mgr.y (mgr.34107) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.141 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cluster 2023-12-05T13:33:29.778780+0000 mgr.y (mgr.34107) 1653 : cluster 0 pgmap v271: 161 pgs: 10 peering, 20 active+undersized+degraded, 27 active+undersized, 104 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 60/630 objects degraded (9.524%) 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.795460+0000 mon.a (mon.0) 6874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.798404+0000 mon.a (mon.0) 6875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.801209+0000 mon.a (mon.0) 6876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.802112+0000 mon.a (mon.0) 6877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.807496+0000 mon.a (mon.0) 6878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.807976+0000 mgr.y (mgr.34107) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.884427+0000 mon.a (mon.0) 6879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.888909+0000 mon.a (mon.0) 6880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.892942+0000 mon.a (mon.0) 6881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.894621+0000 mon.a (mon.0) 6882 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.142 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.903058+0000 mon.a (mon.0) 6883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.105209+0000 mgr.y (mgr.34107) 1646 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.200254+0000 mgr.y (mgr.34107) 1647 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.297599+0000 mgr.y (mgr.34107) 1648 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.394188+0000 mgr.y (mgr.34107) 1649 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.491779+0000 mgr.y (mgr.34107) 1650 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.592227+0000 mgr.y (mgr.34107) 1651 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.721578+0000 mgr.y (mgr.34107) 1652 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cluster 2023-12-05T13:33:29.778780+0000 mgr.y (mgr.34107) 1653 : cluster 0 pgmap v271: 161 pgs: 10 peering, 20 active+undersized+degraded, 27 active+undersized, 104 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 60/630 objects degraded (9.524%) 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.795460+0000 mon.a (mon.0) 6874 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.798404+0000 mon.a (mon.0) 6875 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.801209+0000 mon.a (mon.0) 6876 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.802112+0000 mon.a (mon.0) 6877 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.143 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.807496+0000 mon.a (mon.0) 6878 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.807976+0000 mgr.y (mgr.34107) 1654 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.884427+0000 mon.a (mon.0) 6879 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.888909+0000 mon.a (mon.0) 6880 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.892942+0000 mon.a (mon.0) 6881 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.894621+0000 mon.a (mon.0) 6882 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.903058+0000 mon.a (mon.0) 6883 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:29.903746+0000 mgr.y (mgr.34107) 1655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:29.903746+0000 mgr.y (mgr.34107) 1655 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.985707+0000 mon.a (mon.0) 6884 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.987764+0000 mon.a (mon.0) 6885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.990320+0000 mon.a (mon.0) 6886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:29.991387+0000 mon.a (mon.0) 6887 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.003568+0000 mon.a (mon.0) 6888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.009725+0000 mon.a (mon.0) 6889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: cephadm 2023-12-05T13:33:30.010245+0000 mgr.y (mgr.34107) 1656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.015286+0000 mon.a (mon.0) 6890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.022702+0000 mon.a (mon.0) 6891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.091623+0000 mon.a (mon.0) 6892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.093883+0000 mon.a (mon.0) 6893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.095842+0000 mon.a (mon.0) 6894 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.097396+0000 mon.a (mon.0) 6895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.099774+0000 mon.a (mon.0) 6896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.106749+0000 mon.a (mon.0) 6897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.110011+0000 mon.a (mon.0) 6898 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.113443+0000 mon.a (mon.0) 6899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.115792+0000 mon.a (mon.0) 6900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-05T13:33:31.145 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.120323+0000 mon.a (mon.0) 6901 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.985707+0000 mon.a (mon.0) 6884 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.987764+0000 mon.a (mon.0) 6885 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.990320+0000 mon.a (mon.0) 6886 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:29.991387+0000 mon.a (mon.0) 6887 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.003568+0000 mon.a (mon.0) 6888 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.009725+0000 mon.a (mon.0) 6889 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: cephadm 2023-12-05T13:33:30.010245+0000 mgr.y (mgr.34107) 1656 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.015286+0000 mon.a (mon.0) 6890 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.022702+0000 mon.a (mon.0) 6891 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.146 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.091623+0000 mon.a (mon.0) 6892 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.093883+0000 mon.a (mon.0) 6893 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.095842+0000 mon.a (mon.0) 6894 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.097396+0000 mon.a (mon.0) 6895 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.099774+0000 mon.a (mon.0) 6896 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.106749+0000 mon.a (mon.0) 6897 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.110011+0000 mon.a (mon.0) 6898 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.113443+0000 mon.a (mon.0) 6899 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.115792+0000 mon.a (mon.0) 6900 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-05T13:33:31.147 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.120323+0000 mon.a (mon.0) 6901 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.122293+0000 mon.a (mon.0) 6902 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.122293+0000 mon.a (mon.0) 6902 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.127445+0000 mon.a (mon.0) 6903 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.130196+0000 mon.a (mon.0) 6904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.133911+0000 mon.a (mon.0) 6905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.137008+0000 mon.a (mon.0) 6906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.140846+0000 mon.a (mon.0) 6907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.143603+0000 mon.a (mon.0) 6908 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.147031+0000 mon.a (mon.0) 6909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-05T13:33:31.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.149447+0000 mon.a (mon.0) 6910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.153847+0000 mon.a (mon.0) 6911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.155999+0000 mon.a (mon.0) 6912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.160499+0000 mon.a (mon.0) 6913 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.164572+0000 mon.a (mon.0) 6914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.170531+0000 mon.a (mon.0) 6915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.173108+0000 mon.a (mon.0) 6916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.174049+0000 mon.a (mon.0) 6917 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[78714]: audit 2023-12-05T13:33:30.179734+0000 mon.a (mon.0) 6918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.127445+0000 mon.a (mon.0) 6903 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.130196+0000 mon.a (mon.0) 6904 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.133911+0000 mon.a (mon.0) 6905 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-05T13:33:31.149 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.137008+0000 mon.a (mon.0) 6906 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.140846+0000 mon.a (mon.0) 6907 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.143603+0000 mon.a (mon.0) 6908 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.147031+0000 mon.a (mon.0) 6909 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.149447+0000 mon.a (mon.0) 6910 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.153847+0000 mon.a (mon.0) 6911 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.155999+0000 mon.a (mon.0) 6912 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.160499+0000 mon.a (mon.0) 6913 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.164572+0000 mon.a (mon.0) 6914 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.170531+0000 mon.a (mon.0) 6915 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:31.150 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.173108+0000 mon.a (mon.0) 6916 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:33:31.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.174049+0000 mon.a (mon.0) 6917 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:33:31.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:30 smithi045 bash[81379]: audit 2023-12-05T13:33:30.179734+0000 mon.a (mon.0) 6918 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:31 smithi079 bash[66795]: cephadm 2023-12-05T13:33:30.100829+0000 mgr.y (mgr.34107) 1657 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-05T13:33:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:31 smithi079 bash[66795]: cephadm 2023-12-05T13:33:30.164247+0000 mgr.y (mgr.34107) 1658 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-05T13:33:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:31 smithi079 bash[66795]: cephadm 2023-12-05T13:33:30.165383+0000 mgr.y (mgr.34107) 1659 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T13:33:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:31 smithi079 bash[66795]: cluster 2023-12-05T13:33:30.171341+0000 mgr.y (mgr.34107) 1660 : cluster 0 pgmap v272: 161 pgs: 10 peering, 20 active+undersized+degraded, 27 active+undersized, 104 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 60/630 objects degraded (9.524%) 2023-12-05T13:33:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:31 smithi079 bash[66795]: cluster 2023-12-05T13:33:30.776193+0000 mon.a (mon.0) 6919 : cluster 3 Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:32.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:31 smithi079 bash[66795]: cluster 2023-12-05T13:33:30.776286+0000 mon.a (mon.0) 6920 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T13:33:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[78714]: cephadm 2023-12-05T13:33:30.100829+0000 mgr.y (mgr.34107) 1657 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-05T13:33:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[78714]: cephadm 2023-12-05T13:33:30.164247+0000 mgr.y (mgr.34107) 1658 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-05T13:33:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[78714]: cephadm 2023-12-05T13:33:30.165383+0000 mgr.y (mgr.34107) 1659 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T13:33:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[78714]: cluster 2023-12-05T13:33:30.171341+0000 mgr.y (mgr.34107) 1660 : cluster 0 pgmap v272: 161 pgs: 10 peering, 20 active+undersized+degraded, 27 active+undersized, 104 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 60/630 objects degraded (9.524%) 2023-12-05T13:33:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[78714]: cluster 2023-12-05T13:33:30.776193+0000 mon.a (mon.0) 6919 : cluster 3 Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[78714]: cluster 2023-12-05T13:33:30.776286+0000 mon.a (mon.0) 6920 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T13:33:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[81379]: cephadm 2023-12-05T13:33:30.100829+0000 mgr.y (mgr.34107) 1657 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-05T13:33:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[81379]: cephadm 2023-12-05T13:33:30.164247+0000 mgr.y (mgr.34107) 1658 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-05T13:33:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[81379]: cephadm 2023-12-05T13:33:30.165383+0000 mgr.y (mgr.34107) 1659 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T13:33:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[81379]: cluster 2023-12-05T13:33:30.171341+0000 mgr.y (mgr.34107) 1660 : cluster 0 pgmap v272: 161 pgs: 10 peering, 20 active+undersized+degraded, 27 active+undersized, 104 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 60/630 objects degraded (9.524%) 2023-12-05T13:33:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[81379]: cluster 2023-12-05T13:33:30.776193+0000 mon.a (mon.0) 6919 : cluster 3 Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T13:33:32.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:31 smithi045 bash[81379]: cluster 2023-12-05T13:33:30.776286+0000 mon.a (mon.0) 6920 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T13:33:32.987 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:32 smithi079 bash[66795]: audit 2023-12-05T13:33:31.138032+0000 mgr.y (mgr.34107) 1661 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:32 smithi045 bash[78714]: audit 2023-12-05T13:33:31.138032+0000 mgr.y (mgr.34107) 1661 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:33.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:32 smithi045 bash[81379]: audit 2023-12-05T13:33:31.138032+0000 mgr.y (mgr.34107) 1661 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:34.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:33 smithi079 bash[66795]: cluster 2023-12-05T13:33:32.172897+0000 mgr.y (mgr.34107) 1662 : cluster 0 pgmap v273: 161 pgs: 10 peering, 1 active+undersized+degraded, 3 active+undersized, 147 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 1/630 objects degraded (0.159%) 2023-12-05T13:33:34.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:33 smithi079 bash[66795]: audit 2023-12-05T13:33:33.358074+0000 mon.a (mon.0) 6921 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:33 smithi079 bash[66795]: audit 2023-12-05T13:33:33.367459+0000 mon.a (mon.0) 6922 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:33 smithi079 bash[66795]: audit 2023-12-05T13:33:33.376956+0000 mon.a (mon.0) 6923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[78714]: cluster 2023-12-05T13:33:32.172897+0000 mgr.y (mgr.34107) 1662 : cluster 0 pgmap v273: 161 pgs: 10 peering, 1 active+undersized+degraded, 3 active+undersized, 147 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 1/630 objects degraded (0.159%) 2023-12-05T13:33:34.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[78714]: audit 2023-12-05T13:33:33.358074+0000 mon.a (mon.0) 6921 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[78714]: audit 2023-12-05T13:33:33.367459+0000 mon.a (mon.0) 6922 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[78714]: audit 2023-12-05T13:33:33.376956+0000 mon.a (mon.0) 6923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[81379]: cluster 2023-12-05T13:33:32.172897+0000 mgr.y (mgr.34107) 1662 : cluster 0 pgmap v273: 161 pgs: 10 peering, 1 active+undersized+degraded, 3 active+undersized, 147 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 1/630 objects degraded (0.159%) 2023-12-05T13:33:34.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[81379]: audit 2023-12-05T13:33:33.358074+0000 mon.a (mon.0) 6921 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[81379]: audit 2023-12-05T13:33:33.367459+0000 mon.a (mon.0) 6922 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:34.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:33 smithi045 bash[81379]: audit 2023-12-05T13:33:33.376956+0000 mon.a (mon.0) 6923 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[78714]: cluster 2023-12-05T13:33:34.174040+0000 mgr.y (mgr.34107) 1663 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 960 B/s rd, 0 op/s 2023-12-05T13:33:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[78714]: cluster 2023-12-05T13:33:34.800403+0000 mon.a (mon.0) 6924 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded) 2023-12-05T13:33:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[78714]: audit 2023-12-05T13:33:34.856729+0000 mon.a (mon.0) 6925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:35.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[78714]: audit 2023-12-05T13:33:34.858923+0000 mon.a (mon.0) 6926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[81379]: cluster 2023-12-05T13:33:34.174040+0000 mgr.y (mgr.34107) 1663 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 960 B/s rd, 0 op/s 2023-12-05T13:33:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[81379]: cluster 2023-12-05T13:33:34.800403+0000 mon.a (mon.0) 6924 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded) 2023-12-05T13:33:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[81379]: audit 2023-12-05T13:33:34.856729+0000 mon.a (mon.0) 6925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:35.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:35 smithi045 bash[81379]: audit 2023-12-05T13:33:34.858923+0000 mon.a (mon.0) 6926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:35 smithi079 bash[66795]: cluster 2023-12-05T13:33:34.174040+0000 mgr.y (mgr.34107) 1663 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 960 B/s rd, 0 op/s 2023-12-05T13:33:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:35 smithi079 bash[66795]: cluster 2023-12-05T13:33:34.800403+0000 mon.a (mon.0) 6924 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/630 objects degraded (0.159%), 1 pg degraded) 2023-12-05T13:33:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:35 smithi079 bash[66795]: audit 2023-12-05T13:33:34.856729+0000 mon.a (mon.0) 6925 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:36.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:35 smithi079 bash[66795]: audit 2023-12-05T13:33:34.858923+0000 mon.a (mon.0) 6926 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:37.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:37 smithi045 bash[78714]: cluster 2023-12-05T13:33:36.175032+0000 mgr.y (mgr.34107) 1664 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-05T13:33:37.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:37 smithi045 bash[81379]: cluster 2023-12-05T13:33:36.175032+0000 mgr.y (mgr.34107) 1664 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-05T13:33:38.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:37 smithi079 bash[66795]: cluster 2023-12-05T13:33:36.175032+0000 mgr.y (mgr.34107) 1664 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-05T13:33:39.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:38 smithi045 bash[78714]: audit 2023-12-05T13:33:37.922296+0000 mon.a (mon.0) 6927 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:38 smithi045 bash[78714]: audit 2023-12-05T13:33:37.932647+0000 mon.a (mon.0) 6928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:38 smithi045 bash[78714]: audit 2023-12-05T13:33:37.941989+0000 mon.a (mon.0) 6929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:38 smithi045 bash[81379]: audit 2023-12-05T13:33:37.922296+0000 mon.a (mon.0) 6927 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:38 smithi045 bash[81379]: audit 2023-12-05T13:33:37.932647+0000 mon.a (mon.0) 6928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:38 smithi045 bash[81379]: audit 2023-12-05T13:33:37.941989+0000 mon.a (mon.0) 6929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:38 smithi079 bash[66795]: audit 2023-12-05T13:33:37.922296+0000 mon.a (mon.0) 6927 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:38 smithi079 bash[66795]: audit 2023-12-05T13:33:37.932647+0000 mon.a (mon.0) 6928 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.293 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:38 smithi079 bash[66795]: audit 2023-12-05T13:33:37.941989+0000 mon.a (mon.0) 6929 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:39.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:33:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:33:39] "GET /metrics HTTP/1.1" 200 38641 "" "Prometheus/2.33.4" 2023-12-05T13:33:40.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:39 smithi079 bash[66795]: cluster 2023-12-05T13:33:38.176630+0000 mgr.y (mgr.34107) 1665 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:40.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:39 smithi045 bash[78714]: cluster 2023-12-05T13:33:38.176630+0000 mgr.y (mgr.34107) 1665 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:40.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:39 smithi045 bash[81379]: cluster 2023-12-05T13:33:38.176630+0000 mgr.y (mgr.34107) 1665 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:41.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:41 smithi045 bash[78714]: cluster 2023-12-05T13:33:40.177827+0000 mgr.y (mgr.34107) 1666 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:33:41.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:41 smithi045 bash[78714]: audit 2023-12-05T13:33:40.337591+0000 mon.a (mon.0) 6930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:41.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:41 smithi045 bash[81379]: cluster 2023-12-05T13:33:40.177827+0000 mgr.y (mgr.34107) 1666 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:33:41.444 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:41 smithi045 bash[81379]: audit 2023-12-05T13:33:40.337591+0000 mon.a (mon.0) 6930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:41.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:41 smithi079 bash[66795]: cluster 2023-12-05T13:33:40.177827+0000 mgr.y (mgr.34107) 1666 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T13:33:41.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:41 smithi079 bash[66795]: audit 2023-12-05T13:33:40.337591+0000 mon.a (mon.0) 6930 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:42.614 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:42 smithi045 bash[78714]: audit 2023-12-05T13:33:41.148851+0000 mgr.y (mgr.34107) 1667 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:42.615 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:42 smithi045 bash[81379]: audit 2023-12-05T13:33:41.148851+0000 mgr.y (mgr.34107) 1667 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:42.794 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:42 smithi079 bash[66795]: audit 2023-12-05T13:33:41.148851+0000 mgr.y (mgr.34107) 1667 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:43.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:43 smithi045 bash[78714]: cluster 2023-12-05T13:33:42.179623+0000 mgr.y (mgr.34107) 1668 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-05T13:33:43.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:43 smithi045 bash[81379]: cluster 2023-12-05T13:33:42.179623+0000 mgr.y (mgr.34107) 1668 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-05T13:33:43.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:43 smithi079 bash[66795]: cluster 2023-12-05T13:33:42.179623+0000 mgr.y (mgr.34107) 1668 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-05T13:33:45.759 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-12-05T13:33:45.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:45 smithi045 bash[78714]: cluster 2023-12-05T13:33:44.180761+0000 mgr.y (mgr.34107) 1669 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:45.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:45 smithi045 bash[81379]: cluster 2023-12-05T13:33:44.180761+0000 mgr.y (mgr.34107) 1669 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:46.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:45 smithi079 bash[66795]: cluster 2023-12-05T13:33:44.180761+0000 mgr.y (mgr.34107) 1669 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:46.156 INFO:teuthology.orchestra.run.smithi045.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-05T13:33:46.899 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:46 smithi045 bash[78714]: audit 2023-12-05T13:33:45.740987+0000 mgr.y (mgr.34107) 1670 : audit 0 from='client.34659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:46.900 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:46 smithi045 bash[81379]: audit 2023-12-05T13:33:45.740987+0000 mgr.y (mgr.34107) 1670 : audit 0 from='client.34659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:47.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:46 smithi079 bash[66795]: audit 2023-12-05T13:33:45.740987+0000 mgr.y (mgr.34107) 1670 : audit 0 from='client.34659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:47.520 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T13:33:47.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:47 smithi045 bash[78714]: audit 2023-12-05T13:33:46.134069+0000 mgr.y (mgr.34107) 1671 : audit 0 from='client.34665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:47.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:47 smithi045 bash[78714]: cluster 2023-12-05T13:33:46.181611+0000 mgr.y (mgr.34107) 1672 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:47.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:47 smithi045 bash[81379]: audit 2023-12-05T13:33:46.134069+0000 mgr.y (mgr.34107) 1671 : audit 0 from='client.34665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:47.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:47 smithi045 bash[81379]: cluster 2023-12-05T13:33:46.181611+0000 mgr.y (mgr.34107) 1672 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:48.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:47 smithi079 bash[66795]: audit 2023-12-05T13:33:46.134069+0000 mgr.y (mgr.34107) 1671 : audit 0 from='client.34665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:48.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:47 smithi079 bash[66795]: cluster 2023-12-05T13:33:46.181611+0000 mgr.y (mgr.34107) 1672 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:49.753 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:49 smithi045 bash[78714]: cluster 2023-12-05T13:33:48.183203+0000 mgr.y (mgr.34107) 1673 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:49.753 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:33:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:33:49] "GET /metrics HTTP/1.1" 200 38641 "" "Prometheus/2.33.4" 2023-12-05T13:33:49.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:49 smithi045 bash[81379]: cluster 2023-12-05T13:33:48.183203+0000 mgr.y (mgr.34107) 1673 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:49 smithi079 bash[66795]: cluster 2023-12-05T13:33:48.183203+0000 mgr.y (mgr.34107) 1673 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:50.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:50 smithi045 bash[78714]: audit 2023-12-05T13:33:49.850834+0000 mon.a (mon.0) 6931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:50.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:50 smithi045 bash[81379]: audit 2023-12-05T13:33:49.850834+0000 mon.a (mon.0) 6931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:51.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:50 smithi079 bash[66795]: audit 2023-12-05T13:33:49.850834+0000 mon.a (mon.0) 6931 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:33:51.114 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:33:51.114 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 13s ago 23m - - 2023-12-05T13:33:51.114 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 17s ago 23m - - 2023-12-05T13:33:51.114 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (9m) 13s ago 16m 17.4M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:33:51.114 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (8m) 17s ago 16m 44.8M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:33:51.114 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (8m) 13s ago 14m 49.1M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:33:51.114 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (8m) 17s ago 22m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (8m) 13s ago 24m 517M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (7m) 13s ago 24m 76.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (6m) 17s ago 23m 56.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (7m) 13s ago 23m 62.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (10m) 13s ago 17m 15.0M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (9m) 17s ago 16m 12.3M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (5m) 13s ago 22m 58.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (4m) 13s ago 21m 60.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (4m) 13s ago 21m 53.2M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (3m) 13s ago 20m 54.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 3d893b67e219 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (2m) 17s ago 19m 51.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 410ee921009a 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (111s) 17s ago 19m 51.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e39ec01ce266 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (71s) 17s ago 18m 50.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 0a0652f2becf 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (30s) 17s ago 17m 50.0M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 028b36108360 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (8m) 17s ago 17m 66.2M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:33:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (14m) 13s ago 14m 90.2M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:33:51.116 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (14m) 17s ago 14m 90.5M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:33:51.116 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (14m) 13s ago 14m 89.1M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:33:51.116 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (14m) 17s ago 14m 89.6M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:33:51.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:51 smithi045 bash[78714]: cluster 2023-12-05T13:33:50.184347+0000 mgr.y (mgr.34107) 1674 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:51.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:51 smithi045 bash[81379]: cluster 2023-12-05T13:33:50.184347+0000 mgr.y (mgr.34107) 1674 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:52.011 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T13:33:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:51 smithi079 bash[66795]: cluster 2023-12-05T13:33:50.184347+0000 mgr.y (mgr.34107) 1674 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:52.888 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:52 smithi079 bash[66795]: audit 2023-12-05T13:33:51.093215+0000 mgr.y (mgr.34107) 1675 : audit 0 from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:52.889 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:52 smithi079 bash[66795]: audit 2023-12-05T13:33:51.156703+0000 mgr.y (mgr.34107) 1676 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:52.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:52 smithi045 bash[78714]: audit 2023-12-05T13:33:51.093215+0000 mgr.y (mgr.34107) 1675 : audit 0 from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:52.946 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:52 smithi045 bash[78714]: audit 2023-12-05T13:33:51.156703+0000 mgr.y (mgr.34107) 1676 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:52.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:52 smithi045 bash[81379]: audit 2023-12-05T13:33:51.093215+0000 mgr.y (mgr.34107) 1675 : audit 0 from='client.44593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:33:52.947 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:52 smithi045 bash[81379]: audit 2023-12-05T13:33:51.156703+0000 mgr.y (mgr.34107) 1676 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:33:53.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[78714]: cluster 2023-12-05T13:33:52.185751+0000 mgr.y (mgr.34107) 1677 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:53.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[78714]: audit 2023-12-05T13:33:53.540276+0000 mon.a (mon.0) 6932 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:53.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[78714]: audit 2023-12-05T13:33:53.548994+0000 mon.a (mon.0) 6933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:53.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[78714]: audit 2023-12-05T13:33:53.556858+0000 mon.a (mon.0) 6934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:53.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[81379]: cluster 2023-12-05T13:33:52.185751+0000 mgr.y (mgr.34107) 1677 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:53.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[81379]: audit 2023-12-05T13:33:53.540276+0000 mon.a (mon.0) 6932 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:53.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[81379]: audit 2023-12-05T13:33:53.548994+0000 mon.a (mon.0) 6933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:53.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:53 smithi045 bash[81379]: audit 2023-12-05T13:33:53.556858+0000 mon.a (mon.0) 6934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:54.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:53 smithi079 bash[66795]: cluster 2023-12-05T13:33:52.185751+0000 mgr.y (mgr.34107) 1677 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:54.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:53 smithi079 bash[66795]: audit 2023-12-05T13:33:53.540276+0000 mon.a (mon.0) 6932 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:54.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:53 smithi079 bash[66795]: audit 2023-12-05T13:33:53.548994+0000 mon.a (mon.0) 6933 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:54.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:53 smithi079 bash[66795]: audit 2023-12-05T13:33:53.556858+0000 mon.a (mon.0) 6934 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:55.866 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:33:55.867 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:33:55.893 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:55 smithi045 bash[78714]: cluster 2023-12-05T13:33:54.186822+0000 mgr.y (mgr.34107) 1678 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:55.893 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:55 smithi045 bash[81379]: cluster 2023-12-05T13:33:54.186822+0000 mgr.y (mgr.34107) 1678 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:56.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:55 smithi079 bash[66795]: cluster 2023-12-05T13:33:54.186822+0000 mgr.y (mgr.34107) 1678 : cluster 0 pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:56.709 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-05T13:33:56.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:56 smithi079 bash[66795]: audit 2023-12-05T13:33:55.863182+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.45:0/1274338246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:56.904 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:56 smithi045 bash[81379]: audit 2023-12-05T13:33:55.863182+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.45:0/1274338246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:56.904 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:56 smithi045 bash[78714]: audit 2023-12-05T13:33:55.863182+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.45:0/1274338246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:33:57.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:57 smithi045 bash[78714]: cluster 2023-12-05T13:33:56.187901+0000 mgr.y (mgr.34107) 1679 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:57.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:57 smithi045 bash[81379]: cluster 2023-12-05T13:33:56.187901+0000 mgr.y (mgr.34107) 1679 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:58.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:57 smithi079 bash[66795]: cluster 2023-12-05T13:33:56.187901+0000 mgr.y (mgr.34107) 1679 : cluster 0 pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:33:59.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[78714]: audit 2023-12-05T13:33:58.104609+0000 mon.a (mon.0) 6935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[78714]: audit 2023-12-05T13:33:58.115158+0000 mon.a (mon.0) 6936 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[78714]: audit 2023-12-05T13:33:58.124580+0000 mon.a (mon.0) 6937 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.379 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[78714]: cluster 2023-12-05T13:33:58.189462+0000 mgr.y (mgr.34107) 1680 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:59.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[81379]: audit 2023-12-05T13:33:58.104609+0000 mon.a (mon.0) 6935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[81379]: audit 2023-12-05T13:33:58.115158+0000 mon.a (mon.0) 6936 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[81379]: audit 2023-12-05T13:33:58.124580+0000 mon.a (mon.0) 6937 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.380 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[81379]: cluster 2023-12-05T13:33:58.189462+0000 mgr.y (mgr.34107) 1680 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:59.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:59 smithi079 bash[66795]: audit 2023-12-05T13:33:58.104609+0000 mon.a (mon.0) 6935 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:59 smithi079 bash[66795]: audit 2023-12-05T13:33:58.115158+0000 mon.a (mon.0) 6936 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:59 smithi079 bash[66795]: audit 2023-12-05T13:33:58.124580+0000 mon.a (mon.0) 6937 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:33:59.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:33:59 smithi079 bash[66795]: cluster 2023-12-05T13:33:58.189462+0000 mgr.y (mgr.34107) 1680 : cluster 0 pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:33:59.638 INFO:teuthology.orchestra.run.smithi045.stdout:wait for servicemap items w/ changing names to refresh 2023-12-05T13:33:59.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:33:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:33:59] "GET /metrics HTTP/1.1" 200 38644 "" "Prometheus/2.33.4" 2023-12-05T13:34:00.538 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 60' 2023-12-05T13:34:01.907 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:01 smithi045 bash[78714]: cluster 2023-12-05T13:34:00.190581+0000 mgr.y (mgr.34107) 1681 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:01.908 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:01 smithi045 bash[81379]: cluster 2023-12-05T13:34:00.190581+0000 mgr.y (mgr.34107) 1681 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:02.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:01 smithi079 bash[66795]: cluster 2023-12-05T13:34:00.190581+0000 mgr.y (mgr.34107) 1681 : cluster 0 pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:02.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:02 smithi045 bash[78714]: audit 2023-12-05T13:34:01.164769+0000 mgr.y (mgr.34107) 1682 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:02.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:02 smithi045 bash[81379]: audit 2023-12-05T13:34:01.164769+0000 mgr.y (mgr.34107) 1682 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:03.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:02 smithi079 bash[66795]: audit 2023-12-05T13:34:01.164769+0000 mgr.y (mgr.34107) 1682 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:03.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:03 smithi045 bash[78714]: cluster 2023-12-05T13:34:02.192016+0000 mgr.y (mgr.34107) 1683 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:03.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:03 smithi045 bash[81379]: cluster 2023-12-05T13:34:02.192016+0000 mgr.y (mgr.34107) 1683 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:04.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:03 smithi079 bash[66795]: cluster 2023-12-05T13:34:02.192016+0000 mgr.y (mgr.34107) 1683 : cluster 0 pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:05.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:05 smithi045 bash[78714]: cluster 2023-12-05T13:34:04.192838+0000 mgr.y (mgr.34107) 1684 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:05.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:05 smithi045 bash[78714]: audit 2023-12-05T13:34:04.851167+0000 mon.a (mon.0) 6938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:05.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:05 smithi045 bash[81379]: cluster 2023-12-05T13:34:04.192838+0000 mgr.y (mgr.34107) 1684 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:05.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:05 smithi045 bash[81379]: audit 2023-12-05T13:34:04.851167+0000 mon.a (mon.0) 6938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:05 smithi079 bash[66795]: cluster 2023-12-05T13:34:04.192838+0000 mgr.y (mgr.34107) 1684 : cluster 0 pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:05 smithi079 bash[66795]: audit 2023-12-05T13:34:04.851167+0000 mon.a (mon.0) 6938 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:07.938 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:07 smithi045 bash[78714]: cluster 2023-12-05T13:34:06.193830+0000 mgr.y (mgr.34107) 1685 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:07.938 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:07 smithi045 bash[81379]: cluster 2023-12-05T13:34:06.193830+0000 mgr.y (mgr.34107) 1685 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:08.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:07 smithi079 bash[66795]: cluster 2023-12-05T13:34:06.193830+0000 mgr.y (mgr.34107) 1685 : cluster 0 pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:09.630 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:34:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:34:09] "GET /metrics HTTP/1.1" 200 38639 "" "Prometheus/2.33.4" 2023-12-05T13:34:09.632 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:09 smithi045 bash[81379]: cluster 2023-12-05T13:34:08.195440+0000 mgr.y (mgr.34107) 1686 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:09.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:09 smithi045 bash[78714]: cluster 2023-12-05T13:34:08.195440+0000 mgr.y (mgr.34107) 1686 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:10.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:09 smithi079 bash[66795]: cluster 2023-12-05T13:34:08.195440+0000 mgr.y (mgr.34107) 1686 : cluster 0 pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:11.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:11 smithi045 bash[78714]: cluster 2023-12-05T13:34:10.196618+0000 mgr.y (mgr.34107) 1687 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:11.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:11 smithi045 bash[81379]: cluster 2023-12-05T13:34:10.196618+0000 mgr.y (mgr.34107) 1687 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:12.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:11 smithi079 bash[66795]: cluster 2023-12-05T13:34:10.196618+0000 mgr.y (mgr.34107) 1687 : cluster 0 pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:12.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:12 smithi045 bash[78714]: audit 2023-12-05T13:34:11.171230+0000 mgr.y (mgr.34107) 1688 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:12.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:12 smithi045 bash[81379]: audit 2023-12-05T13:34:11.171230+0000 mgr.y (mgr.34107) 1688 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:12 smithi079 bash[66795]: audit 2023-12-05T13:34:11.171230+0000 mgr.y (mgr.34107) 1688 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:13.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:13 smithi045 bash[78714]: cluster 2023-12-05T13:34:12.198069+0000 mgr.y (mgr.34107) 1689 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:13.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:13 smithi045 bash[81379]: cluster 2023-12-05T13:34:12.198069+0000 mgr.y (mgr.34107) 1689 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:13 smithi079 bash[66795]: cluster 2023-12-05T13:34:12.198069+0000 mgr.y (mgr.34107) 1689 : cluster 0 pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:14 smithi079 bash[66795]: audit 2023-12-05T13:34:13.728204+0000 mon.a (mon.0) 6939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:14 smithi079 bash[66795]: audit 2023-12-05T13:34:13.738135+0000 mon.a (mon.0) 6940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:14 smithi079 bash[66795]: audit 2023-12-05T13:34:13.746903+0000 mon.a (mon.0) 6941 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:14 smithi045 bash[78714]: audit 2023-12-05T13:34:13.728204+0000 mon.a (mon.0) 6939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:14 smithi045 bash[78714]: audit 2023-12-05T13:34:13.738135+0000 mon.a (mon.0) 6940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:14 smithi045 bash[78714]: audit 2023-12-05T13:34:13.746903+0000 mon.a (mon.0) 6941 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:14 smithi045 bash[81379]: audit 2023-12-05T13:34:13.728204+0000 mon.a (mon.0) 6939 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:14 smithi045 bash[81379]: audit 2023-12-05T13:34:13.738135+0000 mon.a (mon.0) 6940 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:15.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:14 smithi045 bash[81379]: audit 2023-12-05T13:34:13.746903+0000 mon.a (mon.0) 6941 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:16.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:15 smithi079 bash[66795]: cluster 2023-12-05T13:34:14.199090+0000 mgr.y (mgr.34107) 1690 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:16.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:15 smithi045 bash[78714]: cluster 2023-12-05T13:34:14.199090+0000 mgr.y (mgr.34107) 1690 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:16.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:15 smithi045 bash[81379]: cluster 2023-12-05T13:34:14.199090+0000 mgr.y (mgr.34107) 1690 : cluster 0 pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:18.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:17 smithi079 bash[66795]: cluster 2023-12-05T13:34:16.200092+0000 mgr.y (mgr.34107) 1691 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:18.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:17 smithi045 bash[78714]: cluster 2023-12-05T13:34:16.200092+0000 mgr.y (mgr.34107) 1691 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:18.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:17 smithi045 bash[81379]: cluster 2023-12-05T13:34:16.200092+0000 mgr.y (mgr.34107) 1691 : cluster 0 pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:19.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:34:19] "GET /metrics HTTP/1.1" 200 38639 "" "Prometheus/2.33.4" 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[78714]: cluster 2023-12-05T13:34:18.201411+0000 mgr.y (mgr.34107) 1692 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[78714]: audit 2023-12-05T13:34:18.290438+0000 mon.a (mon.0) 6942 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[78714]: audit 2023-12-05T13:34:18.300916+0000 mon.a (mon.0) 6943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[78714]: audit 2023-12-05T13:34:18.310754+0000 mon.a (mon.0) 6944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[81379]: cluster 2023-12-05T13:34:18.201411+0000 mgr.y (mgr.34107) 1692 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[81379]: audit 2023-12-05T13:34:18.290438+0000 mon.a (mon.0) 6942 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[81379]: audit 2023-12-05T13:34:18.300916+0000 mon.a (mon.0) 6943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:19 smithi045 bash[81379]: audit 2023-12-05T13:34:18.310754+0000 mon.a (mon.0) 6944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:19 smithi079 bash[66795]: cluster 2023-12-05T13:34:18.201411+0000 mgr.y (mgr.34107) 1692 : cluster 0 pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:19.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:19 smithi079 bash[66795]: audit 2023-12-05T13:34:18.290438+0000 mon.a (mon.0) 6942 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:19 smithi079 bash[66795]: audit 2023-12-05T13:34:18.300916+0000 mon.a (mon.0) 6943 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:19.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:19 smithi079 bash[66795]: audit 2023-12-05T13:34:18.310754+0000 mon.a (mon.0) 6944 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:20.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:20 smithi045 bash[78714]: audit 2023-12-05T13:34:19.851490+0000 mon.a (mon.0) 6945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:20.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:20 smithi045 bash[81379]: audit 2023-12-05T13:34:19.851490+0000 mon.a (mon.0) 6945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:21.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:20 smithi079 bash[66795]: audit 2023-12-05T13:34:19.851490+0000 mon.a (mon.0) 6945 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:21.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:21 smithi045 bash[78714]: cluster 2023-12-05T13:34:20.202497+0000 mgr.y (mgr.34107) 1693 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:21.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:21 smithi045 bash[81379]: cluster 2023-12-05T13:34:20.202497+0000 mgr.y (mgr.34107) 1693 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:22.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:21 smithi079 bash[66795]: cluster 2023-12-05T13:34:20.202497+0000 mgr.y (mgr.34107) 1693 : cluster 0 pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:22.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:22 smithi045 bash[78714]: audit 2023-12-05T13:34:21.177520+0000 mgr.y (mgr.34107) 1694 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:22.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:22 smithi045 bash[81379]: audit 2023-12-05T13:34:21.177520+0000 mgr.y (mgr.34107) 1694 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:23.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:22 smithi079 bash[66795]: audit 2023-12-05T13:34:21.177520+0000 mgr.y (mgr.34107) 1694 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:23.888 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:23 smithi045 bash[78714]: cluster 2023-12-05T13:34:22.203857+0000 mgr.y (mgr.34107) 1695 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:23.888 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:23 smithi045 bash[81379]: cluster 2023-12-05T13:34:22.203857+0000 mgr.y (mgr.34107) 1695 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:24.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:23 smithi079 bash[66795]: cluster 2023-12-05T13:34:22.203857+0000 mgr.y (mgr.34107) 1695 : cluster 0 pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:25.929 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:25 smithi045 bash[78714]: cluster 2023-12-05T13:34:24.204973+0000 mgr.y (mgr.34107) 1696 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:25.929 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:25 smithi045 bash[81379]: cluster 2023-12-05T13:34:24.204973+0000 mgr.y (mgr.34107) 1696 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:26.042 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:25 smithi079 bash[66795]: cluster 2023-12-05T13:34:24.204973+0000 mgr.y (mgr.34107) 1696 : cluster 0 pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:27.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:27 smithi045 bash[78714]: cluster 2023-12-05T13:34:26.205611+0000 mgr.y (mgr.34107) 1697 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:27.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:27 smithi045 bash[81379]: cluster 2023-12-05T13:34:26.205611+0000 mgr.y (mgr.34107) 1697 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:28.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:27 smithi079 bash[66795]: cluster 2023-12-05T13:34:26.205611+0000 mgr.y (mgr.34107) 1697 : cluster 0 pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:29.648 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:34:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:34:29] "GET /metrics HTTP/1.1" 200 38644 "" "Prometheus/2.33.4" 2023-12-05T13:34:29.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:29 smithi045 bash[78714]: cluster 2023-12-05T13:34:28.207183+0000 mgr.y (mgr.34107) 1698 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:29.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:29 smithi045 bash[81379]: cluster 2023-12-05T13:34:28.207183+0000 mgr.y (mgr.34107) 1698 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:30.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:29 smithi079 bash[66795]: cluster 2023-12-05T13:34:28.207183+0000 mgr.y (mgr.34107) 1698 : cluster 0 pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:30 smithi045 bash[78714]: audit 2023-12-05T13:34:30.263200+0000 mon.a (mon.0) 6946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:34:30.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:30 smithi045 bash[78714]: audit 2023-12-05T13:34:30.265322+0000 mon.a (mon.0) 6947 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:34:30.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:30 smithi045 bash[78714]: audit 2023-12-05T13:34:30.276592+0000 mon.a (mon.0) 6948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:30 smithi045 bash[81379]: audit 2023-12-05T13:34:30.263200+0000 mon.a (mon.0) 6946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:34:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:30 smithi045 bash[81379]: audit 2023-12-05T13:34:30.265322+0000 mon.a (mon.0) 6947 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:34:30.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:30 smithi045 bash[81379]: audit 2023-12-05T13:34:30.276592+0000 mon.a (mon.0) 6948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:30 smithi079 bash[66795]: audit 2023-12-05T13:34:30.263200+0000 mon.a (mon.0) 6946 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:34:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:30 smithi079 bash[66795]: audit 2023-12-05T13:34:30.265322+0000 mon.a (mon.0) 6947 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:34:31.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:30 smithi079 bash[66795]: audit 2023-12-05T13:34:30.276592+0000 mon.a (mon.0) 6948 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:31.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:31 smithi045 bash[78714]: cluster 2023-12-05T13:34:30.208360+0000 mgr.y (mgr.34107) 1699 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:31.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:31 smithi045 bash[81379]: cluster 2023-12-05T13:34:30.208360+0000 mgr.y (mgr.34107) 1699 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:32.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:31 smithi079 bash[66795]: cluster 2023-12-05T13:34:30.208360+0000 mgr.y (mgr.34107) 1699 : cluster 0 pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:32.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:32 smithi045 bash[78714]: audit 2023-12-05T13:34:31.187480+0000 mgr.y (mgr.34107) 1700 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:32.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:32 smithi045 bash[81379]: audit 2023-12-05T13:34:31.187480+0000 mgr.y (mgr.34107) 1700 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:33.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:32 smithi079 bash[66795]: audit 2023-12-05T13:34:31.187480+0000 mgr.y (mgr.34107) 1700 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:33.937 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:33 smithi079 bash[66795]: cluster 2023-12-05T13:34:32.209714+0000 mgr.y (mgr.34107) 1701 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:33.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:33 smithi045 bash[78714]: cluster 2023-12-05T13:34:32.209714+0000 mgr.y (mgr.34107) 1701 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:33.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:33 smithi045 bash[81379]: cluster 2023-12-05T13:34:32.209714+0000 mgr.y (mgr.34107) 1701 : cluster 0 pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:35.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[78714]: audit 2023-12-05T13:34:33.910302+0000 mon.a (mon.0) 6949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[78714]: audit 2023-12-05T13:34:33.923015+0000 mon.a (mon.0) 6950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[78714]: audit 2023-12-05T13:34:33.932382+0000 mon.a (mon.0) 6951 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[78714]: audit 2023-12-05T13:34:34.851948+0000 mon.a (mon.0) 6952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:35.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[81379]: audit 2023-12-05T13:34:33.910302+0000 mon.a (mon.0) 6949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[81379]: audit 2023-12-05T13:34:33.923015+0000 mon.a (mon.0) 6950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[81379]: audit 2023-12-05T13:34:33.932382+0000 mon.a (mon.0) 6951 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:34 smithi045 bash[81379]: audit 2023-12-05T13:34:34.851948+0000 mon.a (mon.0) 6952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:35.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:34 smithi079 bash[66795]: audit 2023-12-05T13:34:33.910302+0000 mon.a (mon.0) 6949 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:34 smithi079 bash[66795]: audit 2023-12-05T13:34:33.923015+0000 mon.a (mon.0) 6950 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:34 smithi079 bash[66795]: audit 2023-12-05T13:34:33.932382+0000 mon.a (mon.0) 6951 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:35.202 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:34 smithi079 bash[66795]: audit 2023-12-05T13:34:34.851948+0000 mon.a (mon.0) 6952 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:36.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:35 smithi045 bash[78714]: cluster 2023-12-05T13:34:34.210748+0000 mgr.y (mgr.34107) 1702 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:36.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:35 smithi045 bash[81379]: cluster 2023-12-05T13:34:34.210748+0000 mgr.y (mgr.34107) 1702 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:36.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:35 smithi079 bash[66795]: cluster 2023-12-05T13:34:34.210748+0000 mgr.y (mgr.34107) 1702 : cluster 0 pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:38.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:37 smithi045 bash[78714]: cluster 2023-12-05T13:34:36.211678+0000 mgr.y (mgr.34107) 1703 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:38.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:37 smithi045 bash[81379]: cluster 2023-12-05T13:34:36.211678+0000 mgr.y (mgr.34107) 1703 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:38.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:37 smithi079 bash[66795]: cluster 2023-12-05T13:34:36.211678+0000 mgr.y (mgr.34107) 1703 : cluster 0 pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:39.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:34:39] "GET /metrics HTTP/1.1" 200 38643 "" "Prometheus/2.33.4" 2023-12-05T13:34:39.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[78714]: cluster 2023-12-05T13:34:38.213329+0000 mgr.y (mgr.34107) 1704 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:39.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[78714]: audit 2023-12-05T13:34:38.481822+0000 mon.a (mon.0) 6953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[78714]: audit 2023-12-05T13:34:38.491072+0000 mon.a (mon.0) 6954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[78714]: audit 2023-12-05T13:34:38.499638+0000 mon.a (mon.0) 6955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[81379]: cluster 2023-12-05T13:34:38.213329+0000 mgr.y (mgr.34107) 1704 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:39.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[81379]: audit 2023-12-05T13:34:38.481822+0000 mon.a (mon.0) 6953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[81379]: audit 2023-12-05T13:34:38.491072+0000 mon.a (mon.0) 6954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:39 smithi045 bash[81379]: audit 2023-12-05T13:34:38.499638+0000 mon.a (mon.0) 6955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:39 smithi079 bash[66795]: cluster 2023-12-05T13:34:38.213329+0000 mgr.y (mgr.34107) 1704 : cluster 0 pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:39.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:39 smithi079 bash[66795]: audit 2023-12-05T13:34:38.481822+0000 mon.a (mon.0) 6953 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:39 smithi079 bash[66795]: audit 2023-12-05T13:34:38.491072+0000 mon.a (mon.0) 6954 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:39.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:39 smithi079 bash[66795]: audit 2023-12-05T13:34:38.499638+0000 mon.a (mon.0) 6955 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:41.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:41 smithi045 bash[78714]: cluster 2023-12-05T13:34:40.214516+0000 mgr.y (mgr.34107) 1705 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:41.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:41 smithi045 bash[81379]: cluster 2023-12-05T13:34:40.214516+0000 mgr.y (mgr.34107) 1705 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:42.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:41 smithi079 bash[66795]: cluster 2023-12-05T13:34:40.214516+0000 mgr.y (mgr.34107) 1705 : cluster 0 pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:42.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:42 smithi045 bash[78714]: audit 2023-12-05T13:34:41.196708+0000 mgr.y (mgr.34107) 1706 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:42.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:42 smithi045 bash[81379]: audit 2023-12-05T13:34:41.196708+0000 mgr.y (mgr.34107) 1706 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:43.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:42 smithi079 bash[66795]: audit 2023-12-05T13:34:41.196708+0000 mgr.y (mgr.34107) 1706 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:43.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:43 smithi045 bash[78714]: cluster 2023-12-05T13:34:42.216012+0000 mgr.y (mgr.34107) 1707 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:43.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:43 smithi045 bash[81379]: cluster 2023-12-05T13:34:42.216012+0000 mgr.y (mgr.34107) 1707 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:44.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:43 smithi079 bash[66795]: cluster 2023-12-05T13:34:42.216012+0000 mgr.y (mgr.34107) 1707 : cluster 0 pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:45.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:45 smithi045 bash[78714]: cluster 2023-12-05T13:34:44.217022+0000 mgr.y (mgr.34107) 1708 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:45.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:45 smithi045 bash[81379]: cluster 2023-12-05T13:34:44.217022+0000 mgr.y (mgr.34107) 1708 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:46.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:45 smithi079 bash[66795]: cluster 2023-12-05T13:34:44.217022+0000 mgr.y (mgr.34107) 1708 : cluster 0 pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:47.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:47 smithi045 bash[78714]: cluster 2023-12-05T13:34:46.217970+0000 mgr.y (mgr.34107) 1709 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:47.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:47 smithi045 bash[81379]: cluster 2023-12-05T13:34:46.217970+0000 mgr.y (mgr.34107) 1709 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:48.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:47 smithi079 bash[66795]: cluster 2023-12-05T13:34:46.217970+0000 mgr.y (mgr.34107) 1709 : cluster 0 pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:49.655 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:34:49 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:34:49] "GET /metrics HTTP/1.1" 200 38643 "" "Prometheus/2.33.4" 2023-12-05T13:34:49.657 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:49 smithi045 bash[81379]: cluster 2023-12-05T13:34:48.219501+0000 mgr.y (mgr.34107) 1710 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:49.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:49 smithi045 bash[78714]: cluster 2023-12-05T13:34:48.219501+0000 mgr.y (mgr.34107) 1710 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:50.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:49 smithi079 bash[66795]: cluster 2023-12-05T13:34:48.219501+0000 mgr.y (mgr.34107) 1710 : cluster 0 pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:50.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:50 smithi045 bash[78714]: audit 2023-12-05T13:34:49.852474+0000 mon.a (mon.0) 6956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:50.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:50 smithi045 bash[81379]: audit 2023-12-05T13:34:49.852474+0000 mon.a (mon.0) 6956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:51.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:50 smithi079 bash[66795]: audit 2023-12-05T13:34:49.852474+0000 mon.a (mon.0) 6956 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:34:51.668 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:51 smithi045 bash[81379]: cluster 2023-12-05T13:34:50.220561+0000 mgr.y (mgr.34107) 1711 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:51.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:51 smithi045 bash[78714]: cluster 2023-12-05T13:34:50.220561+0000 mgr.y (mgr.34107) 1711 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:52.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:51 smithi079 bash[66795]: cluster 2023-12-05T13:34:50.220561+0000 mgr.y (mgr.34107) 1711 : cluster 0 pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:52.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:52 smithi045 bash[78714]: audit 2023-12-05T13:34:51.204707+0000 mgr.y (mgr.34107) 1712 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:52.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:52 smithi045 bash[81379]: audit 2023-12-05T13:34:51.204707+0000 mgr.y (mgr.34107) 1712 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:53.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:52 smithi079 bash[66795]: audit 2023-12-05T13:34:51.204707+0000 mgr.y (mgr.34107) 1712 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:34:53.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:53 smithi045 bash[78714]: cluster 2023-12-05T13:34:52.222172+0000 mgr.y (mgr.34107) 1713 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:53.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:53 smithi045 bash[81379]: cluster 2023-12-05T13:34:52.222172+0000 mgr.y (mgr.34107) 1713 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:54.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:53 smithi079 bash[66795]: cluster 2023-12-05T13:34:52.222172+0000 mgr.y (mgr.34107) 1713 : cluster 0 pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[78714]: audit 2023-12-05T13:34:54.103969+0000 mon.a (mon.0) 6957 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[78714]: audit 2023-12-05T13:34:54.114178+0000 mon.a (mon.0) 6958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[78714]: audit 2023-12-05T13:34:54.124042+0000 mon.a (mon.0) 6959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[78714]: cluster 2023-12-05T13:34:54.223300+0000 mgr.y (mgr.34107) 1714 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:55.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[81379]: audit 2023-12-05T13:34:54.103969+0000 mon.a (mon.0) 6957 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[81379]: audit 2023-12-05T13:34:54.114178+0000 mon.a (mon.0) 6958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[81379]: audit 2023-12-05T13:34:54.124042+0000 mon.a (mon.0) 6959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:55 smithi045 bash[81379]: cluster 2023-12-05T13:34:54.223300+0000 mgr.y (mgr.34107) 1714 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:55.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:55 smithi079 bash[66795]: audit 2023-12-05T13:34:54.103969+0000 mon.a (mon.0) 6957 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:55 smithi079 bash[66795]: audit 2023-12-05T13:34:54.114178+0000 mon.a (mon.0) 6958 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:55 smithi079 bash[66795]: audit 2023-12-05T13:34:54.124042+0000 mon.a (mon.0) 6959 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:55.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:55 smithi079 bash[66795]: cluster 2023-12-05T13:34:54.223300+0000 mgr.y (mgr.34107) 1714 : cluster 0 pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:57.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:57 smithi079 bash[66795]: cluster 2023-12-05T13:34:56.224325+0000 mgr.y (mgr.34107) 1715 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:57.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:57 smithi045 bash[78714]: cluster 2023-12-05T13:34:56.224325+0000 mgr.y (mgr.34107) 1715 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:57.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:57 smithi045 bash[81379]: cluster 2023-12-05T13:34:56.224325+0000 mgr.y (mgr.34107) 1715 : cluster 0 pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:34:59.660 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:34:59] "GET /metrics HTTP/1.1" 200 38644 "" "Prometheus/2.33.4" 2023-12-05T13:34:59.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[78714]: cluster 2023-12-05T13:34:58.225864+0000 mgr.y (mgr.34107) 1716 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:59.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[78714]: audit 2023-12-05T13:34:58.659908+0000 mon.a (mon.0) 6960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:59.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[78714]: audit 2023-12-05T13:34:58.669988+0000 mon.a (mon.0) 6961 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:59.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[78714]: audit 2023-12-05T13:34:58.679665+0000 mon.a (mon.0) 6962 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:59.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[81379]: cluster 2023-12-05T13:34:58.225864+0000 mgr.y (mgr.34107) 1716 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:34:59.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[81379]: audit 2023-12-05T13:34:58.659908+0000 mon.a (mon.0) 6960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:59.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[81379]: audit 2023-12-05T13:34:58.669988+0000 mon.a (mon.0) 6961 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:34:59.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:34:59 smithi045 bash[81379]: audit 2023-12-05T13:34:58.679665+0000 mon.a (mon.0) 6962 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:59 smithi079 bash[66795]: cluster 2023-12-05T13:34:58.225864+0000 mgr.y (mgr.34107) 1716 : cluster 0 pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:59 smithi079 bash[66795]: audit 2023-12-05T13:34:58.659908+0000 mon.a (mon.0) 6960 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:59 smithi079 bash[66795]: audit 2023-12-05T13:34:58.669988+0000 mon.a (mon.0) 6961 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:00.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:34:59 smithi079 bash[66795]: audit 2023-12-05T13:34:58.679665+0000 mon.a (mon.0) 6962 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:01.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:01 smithi079 bash[66795]: cluster 2023-12-05T13:35:00.227003+0000 mgr.y (mgr.34107) 1717 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:01.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:01 smithi045 bash[78714]: cluster 2023-12-05T13:35:00.227003+0000 mgr.y (mgr.34107) 1717 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:01.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:01 smithi045 bash[81379]: cluster 2023-12-05T13:35:00.227003+0000 mgr.y (mgr.34107) 1717 : cluster 0 pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:02.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:02 smithi045 bash[78714]: audit 2023-12-05T13:35:01.216180+0000 mgr.y (mgr.34107) 1718 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:02.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:02 smithi045 bash[81379]: audit 2023-12-05T13:35:01.216180+0000 mgr.y (mgr.34107) 1718 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:03.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:02 smithi079 bash[66795]: audit 2023-12-05T13:35:01.216180+0000 mgr.y (mgr.34107) 1718 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:03.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:03 smithi045 bash[78714]: cluster 2023-12-05T13:35:02.228464+0000 mgr.y (mgr.34107) 1719 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:03.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:03 smithi045 bash[81379]: cluster 2023-12-05T13:35:02.228464+0000 mgr.y (mgr.34107) 1719 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:04.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:03 smithi079 bash[66795]: cluster 2023-12-05T13:35:02.228464+0000 mgr.y (mgr.34107) 1719 : cluster 0 pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:05.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:05 smithi045 bash[78714]: cluster 2023-12-05T13:35:04.229525+0000 mgr.y (mgr.34107) 1720 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:05.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:05 smithi045 bash[78714]: audit 2023-12-05T13:35:04.852729+0000 mon.a (mon.0) 6963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:35:05.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:05 smithi045 bash[81379]: cluster 2023-12-05T13:35:04.229525+0000 mgr.y (mgr.34107) 1720 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:05.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:05 smithi045 bash[81379]: audit 2023-12-05T13:35:04.852729+0000 mon.a (mon.0) 6963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:35:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:05 smithi079 bash[66795]: cluster 2023-12-05T13:35:04.229525+0000 mgr.y (mgr.34107) 1720 : cluster 0 pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:06.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:05 smithi079 bash[66795]: audit 2023-12-05T13:35:04.852729+0000 mon.a (mon.0) 6963 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:35:07.118 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T13:35:07.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:07 smithi045 bash[78714]: cluster 2023-12-05T13:35:06.230637+0000 mgr.y (mgr.34107) 1721 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:07.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:07 smithi045 bash[81379]: cluster 2023-12-05T13:35:06.230637+0000 mgr.y (mgr.34107) 1721 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:08.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:07 smithi079 bash[66795]: cluster 2023-12-05T13:35:06.230637+0000 mgr.y (mgr.34107) 1721 : cluster 0 pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:09.664 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:09 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:35:09] "GET /metrics HTTP/1.1" 200 38643 "" "Prometheus/2.33.4" 2023-12-05T13:35:09.944 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:09 smithi045 bash[78714]: cluster 2023-12-05T13:35:08.232306+0000 mgr.y (mgr.34107) 1722 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:09.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:09 smithi045 bash[81379]: cluster 2023-12-05T13:35:08.232306+0000 mgr.y (mgr.34107) 1722 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:10.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:09 smithi079 bash[66795]: cluster 2023-12-05T13:35:08.232306+0000 mgr.y (mgr.34107) 1722 : cluster 0 pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 13s ago 25m - - 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi079 smithi079 running 17s ago 24m - - 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.a smithi045 *:9093,9094 running (11m) 13s ago 17m 17.3M - 0.23.0 ba2b418f427c 06267ba33026 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.a smithi079 *:3000 running (10m) 17s ago 17m 44.7M - 8.3.5 dad864ee21e9 bb6adb8f89bd 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:iscsi.foo.smithi045.bqpgnx smithi045 running (9m) 13s ago 15m 49.4M - 3.5 e1d6a67b021e e7b16edd7c46 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.x smithi079 *:8443,9283,8765 running (9m) 17s ago 24m 436M - 19.0.0-13-ge6605fb8 104f332cd0a9 91d16c7045ce 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.y smithi045 *:8443,9283,8765 running (9m) 13s ago 26m 521M - 19.0.0-13-ge6605fb8 104f332cd0a9 705a2f6c2c84 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (9m) 13s ago 26m 81.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 64e027aaedc9 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi079 running (8m) 17s ago 24m 56.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 502555a64c76 2023-12-05T13:35:11.850 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi045 running (8m) 13s ago 24m 64.2M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 fd257036743d 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.a smithi045 *:9100 running (11m) 13s ago 18m 15.7M - 1.3.1 1dbe0e931976 3ef4a1466ccf 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.b smithi079 *:9100 running (10m) 17s ago 18m 12.4M - 1.3.1 1dbe0e931976 c393c765c735 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (6m) 13s ago 23m 60.9M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 2fc87ce5a8ba 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (6m) 13s ago 23m 61.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 a835e687fe45 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (5m) 13s ago 22m 53.6M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e54eb08ac84c 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (4m) 13s ago 21m 56.8M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 3d893b67e219 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (3m) 17s ago 21m 52.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 410ee921009a 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (3m) 17s ago 20m 51.4M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 e39ec01ce266 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (2m) 17s ago 19m 51.1M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 0a0652f2becf 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (111s) 17s ago 19m 50.7M 4096M 19.0.0-13-ge6605fb8 104f332cd0a9 028b36108360 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.a smithi079 *:9095 running (9m) 17s ago 18m 66.2M - 2.33.4 514e6a882f6e eba019600cf9 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi045.wpfwns smithi045 *:8000 running (15m) 13s ago 15m 90.6M - 17.2.0 e1d6a67b021e 47cb40b769d2 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.foo.smithi079.njwvfx smithi079 *:8000 running (15m) 17s ago 15m 90.7M - 17.2.0 e1d6a67b021e f036a673a414 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi045.rxwiyz smithi045 *:80 running (15m) 13s ago 15m 89.5M - 17.2.0 e1d6a67b021e 9dfc5704f530 2023-12-05T13:35:11.851 INFO:teuthology.orchestra.run.smithi045.stdout:rgw.smpl.smithi079.zcvxug smithi079 *:80 running (15m) 17s ago 15m 89.9M - 17.2.0 e1d6a67b021e a4b566bfff37 2023-12-05T13:35:12.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:11 smithi079 bash[66795]: cluster 2023-12-05T13:35:10.233508+0000 mgr.y (mgr.34107) 1723 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:12.068 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:11 smithi045 bash[78714]: cluster 2023-12-05T13:35:10.233508+0000 mgr.y (mgr.34107) 1723 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:12.069 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:11 smithi045 bash[81379]: cluster 2023-12-05T13:35:10.233508+0000 mgr.y (mgr.34107) 1723 : cluster 0 pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:12.729 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T13:35:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:12 smithi079 bash[66795]: audit 2023-12-05T13:35:11.224726+0000 mgr.y (mgr.34107) 1724 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:13.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:12 smithi079 bash[66795]: audit 2023-12-05T13:35:11.824761+0000 mgr.y (mgr.34107) 1725 : audit 0 from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:35:13.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:12 smithi045 bash[78714]: audit 2023-12-05T13:35:11.224726+0000 mgr.y (mgr.34107) 1724 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:13.197 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:12 smithi045 bash[78714]: audit 2023-12-05T13:35:11.824761+0000 mgr.y (mgr.34107) 1725 : audit 0 from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:35:13.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:12 smithi045 bash[81379]: audit 2023-12-05T13:35:11.224726+0000 mgr.y (mgr.34107) 1724 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:13.198 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:12 smithi045 bash[81379]: audit 2023-12-05T13:35:11.824761+0000 mgr.y (mgr.34107) 1725 : audit 0 from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:35:14.022 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:13 smithi045 bash[78714]: cluster 2023-12-05T13:35:12.234948+0000 mgr.y (mgr.34107) 1726 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:14.022 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:13 smithi045 bash[81379]: cluster 2023-12-05T13:35:12.234948+0000 mgr.y (mgr.34107) 1726 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:14.041 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:13 smithi079 bash[66795]: cluster 2023-12-05T13:35:12.234948+0000 mgr.y (mgr.34107) 1726 : cluster 0 pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:15 smithi079 bash[66795]: cluster 2023-12-05T13:35:14.236038+0000 mgr.y (mgr.34107) 1727 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:15 smithi079 bash[66795]: audit 2023-12-05T13:35:14.288490+0000 mon.a (mon.0) 6964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:15 smithi079 bash[66795]: audit 2023-12-05T13:35:14.297545+0000 mon.a (mon.0) 6965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.542 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:15 smithi079 bash[66795]: audit 2023-12-05T13:35:14.307611+0000 mon.a (mon.0) 6966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[78714]: cluster 2023-12-05T13:35:14.236038+0000 mgr.y (mgr.34107) 1727 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:15.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[78714]: audit 2023-12-05T13:35:14.288490+0000 mon.a (mon.0) 6964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[78714]: audit 2023-12-05T13:35:14.297545+0000 mon.a (mon.0) 6965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[78714]: audit 2023-12-05T13:35:14.307611+0000 mon.a (mon.0) 6966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[81379]: cluster 2023-12-05T13:35:14.236038+0000 mgr.y (mgr.34107) 1727 : cluster 0 pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:15.695 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[81379]: audit 2023-12-05T13:35:14.288490+0000 mon.a (mon.0) 6964 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[81379]: audit 2023-12-05T13:35:14.297545+0000 mon.a (mon.0) 6965 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:15.696 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:15 smithi045 bash[81379]: audit 2023-12-05T13:35:14.307611+0000 mon.a (mon.0) 6966 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:16.264 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:35:16.264 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-12-05T13:35:16.264 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T13:35:16.264 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: "rgw": { 2023-12-05T13:35:16.265 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T13:35:16.266 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-12-05T13:35:16.266 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-12-05T13:35:16.266 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T13:35:16.266 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-05T13:35:16.266 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-12-05T13:35:16.266 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:35:16.694 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:16 smithi045 bash[78714]: audit 2023-12-05T13:35:16.261278+0000 mon.a (mon.0) 6967 : audit 0 from='client.? 172.21.15.45:0/2457351015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:35:16.694 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:16 smithi045 bash[81379]: audit 2023-12-05T13:35:16.261278+0000 mon.a (mon.0) 6967 : audit 0 from='client.? 172.21.15.45:0/2457351015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:35:16.791 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:16 smithi079 bash[66795]: audit 2023-12-05T13:35:16.261278+0000 mon.a (mon.0) 6967 : audit 0 from='client.? 172.21.15.45:0/2457351015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:35:17.127 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade status' 2023-12-05T13:35:17.444 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:17 smithi045 bash[78714]: cluster 2023-12-05T13:35:16.237125+0000 mgr.y (mgr.34107) 1728 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:17.445 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:17 smithi045 bash[81379]: cluster 2023-12-05T13:35:16.237125+0000 mgr.y (mgr.34107) 1728 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:17.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:17 smithi079 bash[66795]: cluster 2023-12-05T13:35:16.237125+0000 mgr.y (mgr.34107) 1728 : cluster 0 pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:19.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:35:19] "GET /metrics HTTP/1.1" 200 38643 "" "Prometheus/2.33.4" 2023-12-05T13:35:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[78714]: cluster 2023-12-05T13:35:18.238831+0000 mgr.y (mgr.34107) 1729 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[78714]: audit 2023-12-05T13:35:18.846986+0000 mon.a (mon.0) 6968 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[78714]: audit 2023-12-05T13:35:18.857730+0000 mon.a (mon.0) 6969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.195 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[78714]: audit 2023-12-05T13:35:18.866309+0000 mon.a (mon.0) 6970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[81379]: cluster 2023-12-05T13:35:18.238831+0000 mgr.y (mgr.34107) 1729 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[81379]: audit 2023-12-05T13:35:18.846986+0000 mon.a (mon.0) 6968 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[81379]: audit 2023-12-05T13:35:18.857730+0000 mon.a (mon.0) 6969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.196 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:19 smithi045 bash[81379]: audit 2023-12-05T13:35:18.866309+0000 mon.a (mon.0) 6970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:19 smithi079 bash[66795]: cluster 2023-12-05T13:35:18.238831+0000 mgr.y (mgr.34107) 1729 : cluster 0 pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:20.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:19 smithi079 bash[66795]: audit 2023-12-05T13:35:18.846986+0000 mon.a (mon.0) 6968 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:19 smithi079 bash[66795]: audit 2023-12-05T13:35:18.857730+0000 mon.a (mon.0) 6969 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.232 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:19 smithi079 bash[66795]: audit 2023-12-05T13:35:18.866309+0000 mon.a (mon.0) 6970 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:20.859 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "osd", 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "13/23 daemons upgraded", 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-05T13:35:20.860 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": true 2023-12-05T13:35:20.861 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-12-05T13:35:21.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:20 smithi045 bash[78714]: audit 2023-12-05T13:35:19.853815+0000 mon.a (mon.0) 6971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:35:21.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:20 smithi045 bash[81379]: audit 2023-12-05T13:35:19.853815+0000 mon.a (mon.0) 6971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:35:21.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:20 smithi079 bash[66795]: audit 2023-12-05T13:35:19.853815+0000 mon.a (mon.0) 6971 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:35:21.734 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph health detail' 2023-12-05T13:35:22.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:21 smithi045 bash[78714]: cluster 2023-12-05T13:35:20.239943+0000 mgr.y (mgr.34107) 1730 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:22.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:21 smithi045 bash[78714]: audit 2023-12-05T13:35:20.856737+0000 mgr.y (mgr.34107) 1731 : audit 0 from='client.44617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:35:22.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:21 smithi045 bash[81379]: cluster 2023-12-05T13:35:20.239943+0000 mgr.y (mgr.34107) 1730 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:22.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:21 smithi045 bash[81379]: audit 2023-12-05T13:35:20.856737+0000 mgr.y (mgr.34107) 1731 : audit 0 from='client.44617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:35:22.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:21 smithi079 bash[66795]: cluster 2023-12-05T13:35:20.239943+0000 mgr.y (mgr.34107) 1730 : cluster 0 pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:22.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:21 smithi079 bash[66795]: audit 2023-12-05T13:35:20.856737+0000 mgr.y (mgr.34107) 1731 : audit 0 from='client.44617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:35:23.165 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:22 smithi045 bash[78714]: audit 2023-12-05T13:35:21.232680+0000 mgr.y (mgr.34107) 1732 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:23.165 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:22 smithi045 bash[81379]: audit 2023-12-05T13:35:21.232680+0000 mgr.y (mgr.34107) 1732 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:23.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:22 smithi079 bash[66795]: audit 2023-12-05T13:35:21.232680+0000 mgr.y (mgr.34107) 1732 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:24.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:23 smithi045 bash[78714]: cluster 2023-12-05T13:35:22.241358+0000 mgr.y (mgr.34107) 1733 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:24.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:23 smithi045 bash[81379]: cluster 2023-12-05T13:35:22.241358+0000 mgr.y (mgr.34107) 1733 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:24.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:23 smithi079 bash[66795]: cluster 2023-12-05T13:35:22.241358+0000 mgr.y (mgr.34107) 1733 : cluster 0 pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:25.648 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-05T13:35:25.648 INFO:teuthology.orchestra.run.smithi045.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T13:35:25.648 INFO:teuthology.orchestra.run.smithi045.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-05T13:35:25.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:25 smithi045 bash[78714]: cluster 2023-12-05T13:35:24.242502+0000 mgr.y (mgr.34107) 1734 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:25.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:25 smithi045 bash[78714]: audit 2023-12-05T13:35:25.645828+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.45:0/2269022242' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:35:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:25 smithi045 bash[81379]: cluster 2023-12-05T13:35:24.242502+0000 mgr.y (mgr.34107) 1734 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:25.945 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:25 smithi045 bash[81379]: audit 2023-12-05T13:35:25.645828+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.45:0/2269022242' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:35:26.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:25 smithi079 bash[66795]: cluster 2023-12-05T13:35:24.242502+0000 mgr.y (mgr.34107) 1734 : cluster 0 pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:26.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:25 smithi079 bash[66795]: audit 2023-12-05T13:35:25.645828+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.45:0/2269022242' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:35:27.023 DEBUG:teuthology.orchestra.run.smithi045:> 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-05T13:35:28.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:27 smithi045 bash[78714]: cluster 2023-12-05T13:35:26.243678+0000 mgr.y (mgr.34107) 1735 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:28.151 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:27 smithi045 bash[81379]: cluster 2023-12-05T13:35:26.243678+0000 mgr.y (mgr.34107) 1735 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:28.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:27 smithi079 bash[66795]: cluster 2023-12-05T13:35:26.243678+0000 mgr.y (mgr.34107) 1735 : cluster 0 pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:29.694 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:29 smithi045 bash[74945]: ::ffff:172.21.15.79 - - [05/Dec/2023:13:35:29] "GET /metrics HTTP/1.1" 200 38637 "" "Prometheus/2.33.4" 2023-12-05T13:35:30.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:29 smithi045 bash[78714]: cluster 2023-12-05T13:35:28.245308+0000 mgr.y (mgr.34107) 1736 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:30.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:29 smithi045 bash[81379]: cluster 2023-12-05T13:35:28.245308+0000 mgr.y (mgr.34107) 1736 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:30.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:29 smithi079 bash[66795]: cluster 2023-12-05T13:35:28.245308+0000 mgr.y (mgr.34107) 1736 : cluster 0 pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:31.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:30 smithi045 bash[78714]: audit 2023-12-05T13:35:30.374596+0000 mon.a (mon.0) 6972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:35:31.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:30 smithi045 bash[78714]: audit 2023-12-05T13:35:30.376471+0000 mon.a (mon.0) 6973 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:35:31.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:30 smithi045 bash[78714]: audit 2023-12-05T13:35:30.386818+0000 mon.a (mon.0) 6974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:31.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:30 smithi045 bash[81379]: audit 2023-12-05T13:35:30.374596+0000 mon.a (mon.0) 6972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:35:31.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:30 smithi045 bash[81379]: audit 2023-12-05T13:35:30.376471+0000 mon.a (mon.0) 6973 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:35:31.195 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:30 smithi045 bash[81379]: audit 2023-12-05T13:35:30.386818+0000 mon.a (mon.0) 6974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:30 smithi079 bash[66795]: audit 2023-12-05T13:35:30.374596+0000 mon.a (mon.0) 6972 : audit 0 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:35:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:30 smithi079 bash[66795]: audit 2023-12-05T13:35:30.376471+0000 mon.a (mon.0) 6973 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:35:31.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:30 smithi079 bash[66795]: audit 2023-12-05T13:35:30.386818+0000 mon.a (mon.0) 6974 : audit 1 from='mgr.34107 172.21.15.45:0/2662111063' entity='mgr.y' 2023-12-05T13:35:32.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:31 smithi045 bash[81379]: cluster 2023-12-05T13:35:30.246571+0000 mgr.y (mgr.34107) 1737 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:32.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:31 smithi045 bash[78714]: cluster 2023-12-05T13:35:30.246571+0000 mgr.y (mgr.34107) 1737 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:32.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:31 smithi079 bash[66795]: cluster 2023-12-05T13:35:30.246571+0000 mgr.y (mgr.34107) 1737 : cluster 0 pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T13:35:32.438 INFO:teuthology.orchestra.run.smithi045.stdout:false 2023-12-05T13:35:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:32 smithi045 bash[78714]: audit 2023-12-05T13:35:31.243957+0000 mgr.y (mgr.34107) 1738 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:33.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:32 smithi045 bash[78714]: audit 2023-12-05T13:35:32.420696+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.45:0/664752481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:35:33.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:32 smithi045 bash[81379]: audit 2023-12-05T13:35:31.243957+0000 mgr.y (mgr.34107) 1738 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:33.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:32 smithi045 bash[81379]: audit 2023-12-05T13:35:32.420696+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.45:0/664752481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:35:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:32 smithi079 bash[66795]: audit 2023-12-05T13:35:31.243957+0000 mgr.y (mgr.34107) 1738 : audit 0 from='client.15468 -' entity='client.iscsi.foo.smithi045.bqpgnx' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T13:35:33.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:32 smithi079 bash[66795]: audit 2023-12-05T13:35:32.420696+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.45:0/664752481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:35:33.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:35:33.992 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 smithi045 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T13:35:34.068 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=abc660cce3ae4e68a19a8e6e249380de 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 smithi045 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 5356199a-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T13:35:34.070 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-05T13:35:34.082 INFO:tasks.cephadm:Teardown begin 2023-12-05T13:35:34.083 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:35:34.114 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:35:34.132 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-05T13:35:34.132 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T13:35:34.163 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T13:35:34.182 INFO:tasks.cephadm:Stopping all daemons... 2023-12-05T13:35:34.182 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-05T13:35:34.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a 2023-12-05T13:35:34.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:33 smithi045 bash[78714]: cluster 2023-12-05T13:35:32.247571+0000 mgr.y (mgr.34107) 1739 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:34.194 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:33 smithi045 bash[81379]: cluster 2023-12-05T13:35:32.247571+0000 mgr.y (mgr.34107) 1739 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:34.292 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:33 smithi079 bash[66795]: cluster 2023-12-05T13:35:32.247571+0000 mgr.y (mgr.34107) 1739 : cluster 0 pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T13:35:34.450 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[74945]: [05/Dec/2023:13:35:34] ENGINE Bus STOPPING 2023-12-05T13:35:34.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:34 smithi045 systemd[1]: Stopping Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:35:34.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[78714]: debug 2023-12-05T13:35:34.414+0000 7f9b640ee700 -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-05T13:35:34.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[78714]: debug 2023-12-05T13:35:34.414+0000 7f9b640ee700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-05T13:35:34.702 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[74945]: [05/Dec/2023:13:35:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T13:35:34.702 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[74945]: [05/Dec/2023:13:35:34] ENGINE Bus STOPPED 2023-12-05T13:35:34.702 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[74945]: [05/Dec/2023:13:35:34] ENGINE Bus STARTING 2023-12-05T13:35:34.702 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[74945]: [05/Dec/2023:13:35:34] ENGINE Serving on http://:::9283 2023-12-05T13:35:34.702 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:34 smithi045 bash[74945]: [05/Dec/2023:13:35:34] ENGINE Bus STARTED 2023-12-05T13:35:35.461 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service' 2023-12-05T13:35:35.517 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:35 smithi045 bash[105896]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-a 2023-12-05T13:35:35.517 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:35 smithi045 bash[105971]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-a 2023-12-05T13:35:35.517 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:35 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-05T13:35:35.518 INFO:journalctl@ceph.mon.a.smithi045.stdout:Dec 05 13:35:35 smithi045 systemd[1]: Stopped Ceph mon.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:35:35.548 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:35:35.549 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-05T13:35:35.549 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-05T13:35:35.549 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.c 2023-12-05T13:35:35.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:35 smithi045 systemd[1]: Stopping Ceph mon.c for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:35:35.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:35 smithi045 bash[81379]: debug 2023-12-05T13:35:35.738+0000 7f577f5b4700 -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-05T13:35:35.944 INFO:journalctl@ceph.mon.c.smithi045.stdout:Dec 05 13:35:35 smithi045 bash[81379]: debug 2023-12-05T13:35:35.738+0000 7f577f5b4700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-05T13:35:36.899 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.c.service' 2023-12-05T13:35:36.938 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:35:36.938 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-05T13:35:36.938 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-05T13:35:36.938 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.b 2023-12-05T13:35:37.291 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:36 smithi079 systemd[1]: Stopping Ceph mon.b for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:35:37.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:37 smithi079 bash[66795]: debug 2023-12-05T13:35:37.350+0000 7fca6b3e8700 -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-05T13:35:37.792 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:37 smithi079 bash[66795]: debug 2023-12-05T13:35:37.350+0000 7fca6b3e8700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-05T13:35:38.541 INFO:journalctl@ceph.mon.b.smithi079.stdout:Dec 05 13:35:38 smithi079 bash[89195]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mon-b 2023-12-05T13:35:38.671 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mon.b.service' 2023-12-05T13:35:38.720 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:35:38.721 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-05T13:35:38.721 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-05T13:35:38.721 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y 2023-12-05T13:35:39.012 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:38 smithi045 systemd[1]: Stopping Ceph mgr.y for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:35:39.012 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:38 smithi045 bash[74945]: debug 2023-12-05T13:35:38.890+0000 7f3c91646700 -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-05T13:35:39.012 INFO:journalctl@ceph.mgr.y.smithi045.stdout:Dec 05 13:35:38 smithi045 bash[74945]: debug 2023-12-05T13:35:38.890+0000 7f3c91646700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-05T13:35:39.889 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-05T13:35:39.923 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:35:39.924 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-05T13:35:39.924 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-05T13:35:39.924 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.x 2023-12-05T13:35:40.291 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:35:39 smithi079 systemd[1]: Stopping Ceph mgr.x for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:35:41.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Dec 05 13:35:41 smithi079 bash[89438]: ceph-5356199a-936f-11ee-95a2-87774f69a715-mgr-x 2023-12-05T13:35:41.555 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-05T13:35:41.585 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:35:41.585 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-05T13:35:41.585 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-05T13:35:41.585 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.0 2023-12-05T13:35:41.944 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:35:41 smithi045 systemd[1]: Stopping Ceph osd.0 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:35:41.968 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:35:41 smithi045 bash[86393]: debug 2023-12-05T13:35:41.762+0000 7f1894a17700 -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-05T13:35:41.968 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:35:41 smithi045 bash[86393]: debug 2023-12-05T13:35:41.762+0000 7f1894a17700 -1 osd.0 150 *** Got signal Terminated *** 2023-12-05T13:35:41.968 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:35:41 smithi045 bash[86393]: debug 2023-12-05T13:35:41.762+0000 7f1894a17700 -1 osd.0 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:35:42.956 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:35:42 smithi079 bash[62226]: ts=2023-12-05T13:35:42.689Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:35:42.956 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:35:42 smithi079 bash[62226]: ts=2023-12-05T13:35:42.692Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:35:42.957 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:35:42 smithi079 bash[62226]: ts=2023-12-05T13:35:42.695Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:35:42.957 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:35:42 smithi079 bash[62226]: ts=2023-12-05T13:35:42.695Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:35:44.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:35:44 smithi045 bash[70543]: level=warn ts=2023-12-05T13:35:44.239Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:35:44.695 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:35:44 smithi045 bash[70543]: level=warn ts=2023-12-05T13:35:44.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:35:48.126 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:35:47 smithi045 bash[106237]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-0 2023-12-05T13:35:48.127 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 05 13:35:48 smithi045 bash[106434]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-0 2023-12-05T13:35:51.310 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.0.service' 2023-12-05T13:35:51.339 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:35:51.339 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-05T13:35:51.340 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-05T13:35:51.340 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.1 2023-12-05T13:35:51.444 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:35:51 smithi045 systemd[1]: Stopping Ceph osd.1 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:35:51.944 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:35:51 smithi045 bash[89414]: debug 2023-12-05T13:35:51.650+0000 7fe656e9d700 -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-05T13:35:51.944 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:35:51 smithi045 bash[89414]: debug 2023-12-05T13:35:51.650+0000 7fe656e9d700 -1 osd.1 150 *** Got signal Terminated *** 2023-12-05T13:35:51.944 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:35:51 smithi045 bash[89414]: debug 2023-12-05T13:35:51.650+0000 7fe656e9d700 -1 osd.1 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:35:54.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:35:54 smithi045 bash[70543]: level=error ts=2023-12-05T13:35:54.239Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:35:54.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:35:54 smithi045 bash[70543]: level=warn ts=2023-12-05T13:35:54.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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:35:54.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:35:54 smithi045 bash[70543]: level=warn ts=2023-12-05T13:35:54.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:35:57.927 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:35:57 smithi045 bash[107092]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-1 2023-12-05T13:35:57.928 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 05 13:35:57 smithi045 bash[107324]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-1 2023-12-05T13:35:59.977 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.1.service' 2023-12-05T13:36:00.018 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:00.018 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-05T13:36:00.018 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-05T13:36:00.019 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.2 2023-12-05T13:36:00.275 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:36:00 smithi045 systemd[1]: Stopping Ceph osd.2 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:36:00.694 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:36:00 smithi045 bash[92752]: debug 2023-12-05T13:36:00.270+0000 7fa27a48a700 -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-05T13:36:00.694 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:36:00 smithi045 bash[92752]: debug 2023-12-05T13:36:00.270+0000 7fa27a48a700 -1 osd.2 150 *** Got signal Terminated *** 2023-12-05T13:36:00.694 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:36:00 smithi045 bash[92752]: debug 2023-12-05T13:36:00.270+0000 7fa27a48a700 -1 osd.2 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:36:04.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:04 smithi045 bash[70543]: level=error ts=2023-12-05T13:36:04.240Z 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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:04.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:04 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:04.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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:04.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:04 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:04.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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:06.694 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:36:06 smithi045 bash[107463]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-2 2023-12-05T13:36:06.694 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 05 13:36:06 smithi045 bash[107536]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-2 2023-12-05T13:36:08.461 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:08 smithi045 bash[96114]: debug 2023-12-05T13:36:08.198+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:08.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:08 smithi079 bash[76035]: debug 2023-12-05T13:36:08.286+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:09.694 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:09 smithi045 bash[96114]: debug 2023-12-05T13:36:09.202+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:09.795 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:09 smithi079 bash[76035]: debug 2023-12-05T13:36:09.298+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:10.329 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.2.service' 2023-12-05T13:36:10.359 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:10.359 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-05T13:36:10.359 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-05T13:36:10.359 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.3 2023-12-05T13:36:10.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:10 smithi045 bash[96114]: debug 2023-12-05T13:36:10.166+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:10.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:10 smithi045 systemd[1]: Stopping Ceph osd.3 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:36:10.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:10 smithi079 bash[76035]: debug 2023-12-05T13:36:10.266+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:10.542 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:10 smithi079 bash[79239]: debug 2023-12-05T13:36:10.450+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:10.944 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:10 smithi045 bash[96114]: debug 2023-12-05T13:36:10.666+0000 7f6a110e6700 -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-05T13:36:10.944 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:10 smithi045 bash[96114]: debug 2023-12-05T13:36:10.666+0000 7f6a110e6700 -1 osd.3 150 *** Got signal Terminated *** 2023-12-05T13:36:10.944 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:10 smithi045 bash[96114]: debug 2023-12-05T13:36:10.666+0000 7f6a110e6700 -1 osd.3 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:36:11.276 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:10 smithi079 bash[82421]: debug 2023-12-05T13:36:10.966+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:11.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:11 smithi045 bash[96114]: debug 2023-12-05T13:36:11.122+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:11.542 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:11 smithi079 bash[76035]: debug 2023-12-05T13:36:11.270+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:11.542 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:11 smithi079 bash[79239]: debug 2023-12-05T13:36:11.446+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:12.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:11 smithi079 bash[82421]: debug 2023-12-05T13:36:11.938+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:12.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:11 smithi079 bash[85654]: debug 2023-12-05T13:36:11.974+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:12.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:12 smithi045 bash[96114]: debug 2023-12-05T13:36:12.154+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:12.792 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:12 smithi079 bash[76035]: debug 2023-12-05T13:36:12.314+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:12.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:12 smithi079 bash[79239]: debug 2023-12-05T13:36:12.493+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:13.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:12 smithi079 bash[82421]: debug 2023-12-05T13:36:12.897+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:13.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:12 smithi079 bash[85654]: debug 2023-12-05T13:36:12.933+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:13.444 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:13 smithi045 bash[96114]: debug 2023-12-05T13:36:13.186+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:13.791 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:13 smithi079 bash[76035]: debug 2023-12-05T13:36:13.325+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:13.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:13 smithi079 bash[79239]: debug 2023-12-05T13:36:13.469+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:14.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:13 smithi079 bash[82421]: debug 2023-12-05T13:36:13.925+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:14.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:13 smithi079 bash[85654]: debug 2023-12-05T13:36:13.917+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:14.694 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:14 smithi045 bash[96114]: debug 2023-12-05T13:36:14.217+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:14.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:14 smithi045 bash[70543]: level=error ts=2023-12-05T13:36:14.240Z 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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:14.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:14 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:14.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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:14.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:14 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:14.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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:14.792 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:14 smithi079 bash[76035]: debug 2023-12-05T13:36:14.377+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:14.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:14 smithi079 bash[79239]: debug 2023-12-05T13:36:14.501+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:15.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:14 smithi079 bash[82421]: debug 2023-12-05T13:36:14.897+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:15.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:14 smithi079 bash[85654]: debug 2023-12-05T13:36:14.869+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:15.626 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:15 smithi045 bash[96114]: debug 2023-12-05T13:36:15.229+0000 7f6a0d6e1700 -1 osd.3 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.888640+0000 front 2023-12-05T13:35:44.888686+0000 (oldest deadline 2023-12-05T13:36:07.788729+0000) 2023-12-05T13:36:15.791 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:15 smithi079 bash[76035]: debug 2023-12-05T13:36:15.353+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:15.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:15 smithi079 bash[79239]: debug 2023-12-05T13:36:15.513+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:16.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:15 smithi079 bash[82421]: debug 2023-12-05T13:36:15.881+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:16.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:15 smithi079 bash[85654]: debug 2023-12-05T13:36:15.825+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:16.669 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:16 smithi045 bash[107795]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-3 2023-12-05T13:36:16.781 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:16 smithi079 bash[76035]: debug 2023-12-05T13:36:16.325+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:16.782 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:16 smithi079 bash[79239]: debug 2023-12-05T13:36:16.561+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:16.938 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 05 13:36:16 smithi045 bash[108369]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-3 2023-12-05T13:36:17.041 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:16 smithi079 bash[82421]: debug 2023-12-05T13:36:16.909+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:17.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:16 smithi079 bash[85654]: debug 2023-12-05T13:36:16.777+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:17.541 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:17 smithi079 bash[76035]: debug 2023-12-05T13:36:17.285+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:17.879 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:17 smithi079 bash[79239]: debug 2023-12-05T13:36:17.557+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:17.880 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:17 smithi079 bash[85654]: debug 2023-12-05T13:36:17.765+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:18.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:17 smithi079 bash[82421]: debug 2023-12-05T13:36:17.873+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:18.780 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:18 smithi079 bash[76035]: debug 2023-12-05T13:36:18.301+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:18.781 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:18 smithi079 bash[79239]: debug 2023-12-05T13:36:18.549+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:19.022 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.3.service' 2023-12-05T13:36:19.041 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:18 smithi079 bash[82421]: debug 2023-12-05T13:36:18.905+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:19.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:18 smithi079 bash[85654]: debug 2023-12-05T13:36:18.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:19.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:18 smithi079 bash[85654]: debug 2023-12-05T13:36:18.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:19.060 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:19.061 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-05T13:36:19.061 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-05T13:36:19.062 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.4 2023-12-05T13:36:19.329 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:19 smithi079 systemd[1]: Stopping Ceph osd.4 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:36:19.329 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[76035]: debug 2023-12-05T13:36:19.285+0000 7fa473780700 -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-05T13:36:19.329 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[76035]: debug 2023-12-05T13:36:19.285+0000 7fa473780700 -1 osd.4 150 *** Got signal Terminated *** 2023-12-05T13:36:19.329 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[76035]: debug 2023-12-05T13:36:19.285+0000 7fa473780700 -1 osd.4 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:36:19.581 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[76035]: debug 2023-12-05T13:36:19.333+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:19.911 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[79239]: debug 2023-12-05T13:36:19.577+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:19.912 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[85654]: debug 2023-12-05T13:36:19.801+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:19.912 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[85654]: debug 2023-12-05T13:36:19.801+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:20.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:19 smithi079 bash[82421]: debug 2023-12-05T13:36:19.905+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:20.557 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:20 smithi079 bash[76035]: debug 2023-12-05T13:36:20.289+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:20.557 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:20 smithi079 bash[76035]: debug 2023-12-05T13:36:20.289+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.735426+0000 front 2023-12-05T13:35:53.735708+0000 (oldest deadline 2023-12-05T13:36:19.635541+0000) 2023-12-05T13:36:20.791 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:20 smithi079 bash[79239]: debug 2023-12-05T13:36:20.549+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:21.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:20 smithi079 bash[82421]: debug 2023-12-05T13:36:20.893+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:21.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:20 smithi079 bash[82421]: debug 2023-12-05T13:36:20.893+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:21.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:20 smithi079 bash[85654]: debug 2023-12-05T13:36:20.833+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:21.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:20 smithi079 bash[85654]: debug 2023-12-05T13:36:20.833+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:21.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[79239]: debug 2023-12-05T13:36:21.529+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:21.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[79239]: debug 2023-12-05T13:36:21.529+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:21.793 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[76035]: debug 2023-12-05T13:36:21.341+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:21.793 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[76035]: debug 2023-12-05T13:36:21.341+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.735426+0000 front 2023-12-05T13:35:53.735708+0000 (oldest deadline 2023-12-05T13:36:19.635541+0000) 2023-12-05T13:36:22.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[82421]: debug 2023-12-05T13:36:21.937+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:22.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[82421]: debug 2023-12-05T13:36:21.937+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:22.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[85654]: debug 2023-12-05T13:36:21.789+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:22.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:21 smithi079 bash[85654]: debug 2023-12-05T13:36:21.789+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:22.706 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[76035]: debug 2023-12-05T13:36:22.349+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:22.707 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[76035]: debug 2023-12-05T13:36:22.349+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.735426+0000 front 2023-12-05T13:35:53.735708+0000 (oldest deadline 2023-12-05T13:36:19.635541+0000) 2023-12-05T13:36:22.707 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[79239]: debug 2023-12-05T13:36:22.525+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:22.707 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[79239]: debug 2023-12-05T13:36:22.525+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:23.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[82421]: debug 2023-12-05T13:36:22.941+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:23.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[82421]: debug 2023-12-05T13:36:22.941+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:23.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[85654]: debug 2023-12-05T13:36:22.793+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:23.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:22 smithi079 bash[85654]: debug 2023-12-05T13:36:22.793+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:23.691 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[79239]: debug 2023-12-05T13:36:23.521+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:23.691 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[79239]: debug 2023-12-05T13:36:23.521+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:23.691 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[76035]: debug 2023-12-05T13:36:23.401+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:42.033226+0000 front 2023-12-05T13:35:42.032983+0000 (oldest deadline 2023-12-05T13:36:07.933060+0000) 2023-12-05T13:36:23.691 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[76035]: debug 2023-12-05T13:36:23.401+0000 7fa46dd77700 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.735426+0000 front 2023-12-05T13:35:53.735708+0000 (oldest deadline 2023-12-05T13:36:19.635541+0000) 2023-12-05T13:36:23.957 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[85654]: debug 2023-12-05T13:36:23.801+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:23.958 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[85654]: debug 2023-12-05T13:36:23.801+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:23.958 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[82421]: debug 2023-12-05T13:36:23.901+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:23.958 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:23 smithi079 bash[82421]: debug 2023-12-05T13:36:23.901+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:24.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:24 smithi045 bash[70543]: level=error ts=2023-12-05T13:36:24.241Z 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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:24.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:24 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:24.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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:24.695 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:24 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:24.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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:24.793 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:24 smithi079 bash[79239]: debug 2023-12-05T13:36:24.529+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:24.793 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:24 smithi079 bash[79239]: debug 2023-12-05T13:36:24.529+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:25.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:24 smithi079 bash[82421]: debug 2023-12-05T13:36:24.869+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:25.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:24 smithi079 bash[82421]: debug 2023-12-05T13:36:24.873+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:25.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:24 smithi079 bash[85654]: debug 2023-12-05T13:36:24.809+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:25.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:24 smithi079 bash[85654]: debug 2023-12-05T13:36:24.809+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:25.719 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[90441]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-4 2023-12-05T13:36:25.720 INFO:journalctl@ceph.osd.4.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[90801]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-4 2023-12-05T13:36:25.720 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[79239]: debug 2023-12-05T13:36:25.553+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:25.720 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[79239]: debug 2023-12-05T13:36:25.553+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:26.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[82421]: debug 2023-12-05T13:36:25.841+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:26.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[82421]: debug 2023-12-05T13:36:25.841+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:26.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[85654]: debug 2023-12-05T13:36:25.789+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:26.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:25 smithi079 bash[85654]: debug 2023-12-05T13:36:25.789+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:26.791 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:26 smithi079 bash[85654]: debug 2023-12-05T13:36:26.757+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:26.792 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:26 smithi079 bash[85654]: debug 2023-12-05T13:36:26.757+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:26.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:26 smithi079 bash[79239]: debug 2023-12-05T13:36:26.517+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:26.792 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:26 smithi079 bash[79239]: debug 2023-12-05T13:36:26.517+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:27.221 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:26 smithi079 bash[82421]: debug 2023-12-05T13:36:26.885+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:27.221 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:26 smithi079 bash[82421]: debug 2023-12-05T13:36:26.885+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:27.757 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.4.service' 2023-12-05T13:36:27.797 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:27.798 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-05T13:36:27.798 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-05T13:36:27.798 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.5 2023-12-05T13:36:27.853 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[79239]: debug 2023-12-05T13:36:27.565+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:27.853 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[79239]: debug 2023-12-05T13:36:27.565+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:27.853 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[85654]: debug 2023-12-05T13:36:27.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:27.854 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[85654]: debug 2023-12-05T13:36:27.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:27.854 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[85654]: debug 2023-12-05T13:36:27.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:28.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[82421]: debug 2023-12-05T13:36:27.853+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:28.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[82421]: debug 2023-12-05T13:36:27.853+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:28.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:27 smithi079 bash[82421]: debug 2023-12-05T13:36:27.853+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:28.292 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:27 smithi079 systemd[1]: Stopping Ceph osd.5 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:36:28.292 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[79239]: debug 2023-12-05T13:36:27.993+0000 7ff94a7e6700 -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-05T13:36:28.293 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[79239]: debug 2023-12-05T13:36:27.993+0000 7ff94a7e6700 -1 osd.5 150 *** Got signal Terminated *** 2023-12-05T13:36:28.293 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[79239]: debug 2023-12-05T13:36:27.993+0000 7ff94a7e6700 -1 osd.5 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:36:28.851 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[79239]: debug 2023-12-05T13:36:28.581+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:28.852 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[79239]: debug 2023-12-05T13:36:28.581+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:28.852 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[79239]: debug 2023-12-05T13:36:28.581+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.838747+0000 front 2023-12-05T13:36:04.838723+0000 (oldest deadline 2023-12-05T13:36:28.338441+0000) 2023-12-05T13:36:28.852 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[85654]: debug 2023-12-05T13:36:28.761+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:28.852 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[85654]: debug 2023-12-05T13:36:28.761+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:28.852 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[85654]: debug 2023-12-05T13:36:28.761+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:29.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[82421]: debug 2023-12-05T13:36:28.845+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:29.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[82421]: debug 2023-12-05T13:36:28.845+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:29.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:28 smithi079 bash[82421]: debug 2023-12-05T13:36:28.845+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:29.823 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[79239]: debug 2023-12-05T13:36:29.565+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:29.824 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[79239]: debug 2023-12-05T13:36:29.565+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:29.824 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[79239]: debug 2023-12-05T13:36:29.565+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.838747+0000 front 2023-12-05T13:36:04.838723+0000 (oldest deadline 2023-12-05T13:36:28.338441+0000) 2023-12-05T13:36:29.824 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[85654]: debug 2023-12-05T13:36:29.733+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:29.824 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[85654]: debug 2023-12-05T13:36:29.733+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:29.824 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[85654]: debug 2023-12-05T13:36:29.733+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:30.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[82421]: debug 2023-12-05T13:36:29.817+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:30.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[82421]: debug 2023-12-05T13:36:29.817+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:30.292 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:29 smithi079 bash[82421]: debug 2023-12-05T13:36:29.817+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:30.789 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[79239]: debug 2023-12-05T13:36:30.529+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:30.790 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[79239]: debug 2023-12-05T13:36:30.529+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:30.790 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[79239]: debug 2023-12-05T13:36:30.529+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.838747+0000 front 2023-12-05T13:36:04.838723+0000 (oldest deadline 2023-12-05T13:36:28.338441+0000) 2023-12-05T13:36:30.790 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[85654]: debug 2023-12-05T13:36:30.745+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:30.790 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[85654]: debug 2023-12-05T13:36:30.745+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:30.791 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[85654]: debug 2023-12-05T13:36:30.745+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:31.041 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[82421]: debug 2023-12-05T13:36:30.785+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:31.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[82421]: debug 2023-12-05T13:36:30.785+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:31.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:30 smithi079 bash[82421]: debug 2023-12-05T13:36:30.785+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:32.041 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[82421]: debug 2023-12-05T13:36:31.781+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:32.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[82421]: debug 2023-12-05T13:36:31.781+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:32.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[82421]: debug 2023-12-05T13:36:31.781+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:32.042 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[79239]: debug 2023-12-05T13:36:31.569+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:32.042 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[79239]: debug 2023-12-05T13:36:31.569+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:32.043 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[79239]: debug 2023-12-05T13:36:31.569+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.838747+0000 front 2023-12-05T13:36:04.838723+0000 (oldest deadline 2023-12-05T13:36:28.338441+0000) 2023-12-05T13:36:32.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[85654]: debug 2023-12-05T13:36:31.761+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:32.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[85654]: debug 2023-12-05T13:36:31.761+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:32.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:31 smithi079 bash[85654]: debug 2023-12-05T13:36:31.761+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:33.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[82421]: debug 2023-12-05T13:36:32.777+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:33.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[82421]: debug 2023-12-05T13:36:32.777+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:33.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[82421]: debug 2023-12-05T13:36:32.777+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:33.042 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[79239]: debug 2023-12-05T13:36:32.573+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.034167+0000 front 2023-12-05T13:35:45.034494+0000 (oldest deadline 2023-12-05T13:36:09.734120+0000) 2023-12-05T13:36:33.043 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[79239]: debug 2023-12-05T13:36:32.573+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:56.136550+0000 front 2023-12-05T13:35:56.136288+0000 (oldest deadline 2023-12-05T13:36:20.836285+0000) 2023-12-05T13:36:33.043 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[79239]: debug 2023-12-05T13:36:32.573+0000 7ff946de1700 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.838747+0000 front 2023-12-05T13:36:04.838723+0000 (oldest deadline 2023-12-05T13:36:28.338441+0000) 2023-12-05T13:36:33.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[85654]: debug 2023-12-05T13:36:32.713+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:33.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[85654]: debug 2023-12-05T13:36:32.713+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:33.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:32 smithi079 bash[85654]: debug 2023-12-05T13:36:32.713+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:34.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:33 smithi079 bash[85654]: debug 2023-12-05T13:36:33.713+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:34.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:33 smithi079 bash[85654]: debug 2023-12-05T13:36:33.713+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:34.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:33 smithi079 bash[85654]: debug 2023-12-05T13:36:33.713+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:34.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:33 smithi079 bash[82421]: debug 2023-12-05T13:36:33.757+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:34.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:33 smithi079 bash[82421]: debug 2023-12-05T13:36:33.757+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:34.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:33 smithi079 bash[82421]: debug 2023-12-05T13:36:33.757+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:34.335 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[90957]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-5 2023-12-05T13:36:34.335 INFO:journalctl@ceph.osd.5.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[91033]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-5 2023-12-05T13:36:34.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:34 smithi045 bash[70543]: level=error ts=2023-12-05T13:36:34.241Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:34.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:34 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:34.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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:34.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:34 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:34.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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:35.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[82421]: debug 2023-12-05T13:36:34.745+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:35.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[82421]: debug 2023-12-05T13:36:34.745+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:35.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[82421]: debug 2023-12-05T13:36:34.745+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:35.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[85654]: debug 2023-12-05T13:36:34.677+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:35.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[85654]: debug 2023-12-05T13:36:34.677+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:35.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:34 smithi079 bash[85654]: debug 2023-12-05T13:36:34.677+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:36.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:35 smithi079 bash[82421]: debug 2023-12-05T13:36:35.697+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:36.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:35 smithi079 bash[82421]: debug 2023-12-05T13:36:35.697+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:36.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:35 smithi079 bash[82421]: debug 2023-12-05T13:36:35.697+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:36.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:35 smithi079 bash[85654]: debug 2023-12-05T13:36:35.701+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:36.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:35 smithi079 bash[85654]: debug 2023-12-05T13:36:35.701+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:36.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:35 smithi079 bash[85654]: debug 2023-12-05T13:36:35.701+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:36.334 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.5.service' 2023-12-05T13:36:36.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:36.369 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-05T13:36:36.369 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-05T13:36:36.369 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.6 2023-12-05T13:36:36.727 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 systemd[1]: Stopping Ceph osd.6 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:36:36.727 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[82421]: debug 2023-12-05T13:36:36.521+0000 7f8cba5ec700 -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-05T13:36:36.727 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[82421]: debug 2023-12-05T13:36:36.521+0000 7f8cba5ec700 -1 osd.6 150 *** Got signal Terminated *** 2023-12-05T13:36:36.727 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[82421]: debug 2023-12-05T13:36:36.521+0000 7f8cba5ec700 -1 osd.6 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:36:36.727 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[82421]: debug 2023-12-05T13:36:36.721+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:37.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[85654]: debug 2023-12-05T13:36:36.741+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:37.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[85654]: debug 2023-12-05T13:36:36.741+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:37.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[85654]: debug 2023-12-05T13:36:36.741+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:37.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[82421]: debug 2023-12-05T13:36:36.721+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:37.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[82421]: debug 2023-12-05T13:36:36.721+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:37.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:36 smithi079 bash[82421]: debug 2023-12-05T13:36:36.721+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:14.352210+0000 front 2023-12-05T13:36:14.351934+0000 (oldest deadline 2023-12-05T13:36:36.651723+0000) 2023-12-05T13:36:38.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:37 smithi079 bash[85654]: debug 2023-12-05T13:36:37.705+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:38.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:37 smithi079 bash[85654]: debug 2023-12-05T13:36:37.705+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:38.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:37 smithi079 bash[85654]: debug 2023-12-05T13:36:37.705+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:38.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:37 smithi079 bash[82421]: debug 2023-12-05T13:36:37.697+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:38.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:37 smithi079 bash[82421]: debug 2023-12-05T13:36:37.697+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:38.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:37 smithi079 bash[82421]: debug 2023-12-05T13:36:37.697+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:38.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:37 smithi079 bash[82421]: debug 2023-12-05T13:36:37.697+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:14.352210+0000 front 2023-12-05T13:36:14.351934+0000 (oldest deadline 2023-12-05T13:36:36.651723+0000) 2023-12-05T13:36:38.792 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[82421]: debug 2023-12-05T13:36:38.681+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:38.792 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[82421]: debug 2023-12-05T13:36:38.681+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:38.792 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[82421]: debug 2023-12-05T13:36:38.681+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:38.792 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[82421]: debug 2023-12-05T13:36:38.681+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:14.352210+0000 front 2023-12-05T13:36:14.351934+0000 (oldest deadline 2023-12-05T13:36:36.651723+0000) 2023-12-05T13:36:38.792 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[85654]: debug 2023-12-05T13:36:38.753+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:38.792 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[85654]: debug 2023-12-05T13:36:38.753+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:38.793 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[85654]: debug 2023-12-05T13:36:38.753+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:38.793 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:38 smithi079 bash[85654]: debug 2023-12-05T13:36:38.753+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:39.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[85654]: debug 2023-12-05T13:36:39.757+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:39.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[85654]: debug 2023-12-05T13:36:39.757+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:39.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[85654]: debug 2023-12-05T13:36:39.757+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:39.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[85654]: debug 2023-12-05T13:36:39.757+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:39.886 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[82421]: debug 2023-12-05T13:36:39.673+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:39.886 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[82421]: debug 2023-12-05T13:36:39.673+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:39.886 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[82421]: debug 2023-12-05T13:36:39.673+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:39.886 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:39 smithi079 bash[82421]: debug 2023-12-05T13:36:39.673+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:14.352210+0000 front 2023-12-05T13:36:14.351934+0000 (oldest deadline 2023-12-05T13:36:36.651723+0000) 2023-12-05T13:36:41.042 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[82421]: debug 2023-12-05T13:36:40.661+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:44.243681+0000 front 2023-12-05T13:35:44.243904+0000 (oldest deadline 2023-12-05T13:36:10.143772+0000) 2023-12-05T13:36:41.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[82421]: debug 2023-12-05T13:36:40.661+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:55.846636+0000 front 2023-12-05T13:35:55.847262+0000 (oldest deadline 2023-12-05T13:36:20.546735+0000) 2023-12-05T13:36:41.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[82421]: debug 2023-12-05T13:36:40.661+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:04.048353+0000 front 2023-12-05T13:36:04.048395+0000 (oldest deadline 2023-12-05T13:36:26.948103+0000) 2023-12-05T13:36:41.043 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[82421]: debug 2023-12-05T13:36:40.661+0000 7f8cb2bdf700 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:14.352210+0000 front 2023-12-05T13:36:14.351934+0000 (oldest deadline 2023-12-05T13:36:36.651723+0000) 2023-12-05T13:36:41.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[85654]: debug 2023-12-05T13:36:40.769+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:41.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[85654]: debug 2023-12-05T13:36:40.769+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:41.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[85654]: debug 2023-12-05T13:36:40.769+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:41.043 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:40 smithi079 bash[85654]: debug 2023-12-05T13:36:40.769+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:42.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:41 smithi079 bash[85654]: debug 2023-12-05T13:36:41.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:42.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:41 smithi079 bash[85654]: debug 2023-12-05T13:36:41.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:42.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:41 smithi079 bash[85654]: debug 2023-12-05T13:36:41.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:42.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:41 smithi079 bash[85654]: debug 2023-12-05T13:36:41.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:42.936 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[91174]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-6 2023-12-05T13:36:42.937 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[85654]: debug 2023-12-05T13:36:42.741+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:42.937 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[85654]: debug 2023-12-05T13:36:42.741+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:42.937 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[85654]: debug 2023-12-05T13:36:42.741+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:42.937 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[85654]: debug 2023-12-05T13:36:42.741+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:42.937 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[62226]: ts=2023-12-05T13:36:42.689Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:36:42.937 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[62226]: ts=2023-12-05T13:36:42.692Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:36:42.937 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[62226]: ts=2023-12-05T13:36:42.694Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:36:42.938 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[62226]: ts=2023-12-05T13:36:42.695Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.45:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.45:8765: connect: connection refused" 2023-12-05T13:36:43.291 INFO:journalctl@ceph.osd.6.smithi079.stdout:Dec 05 13:36:42 smithi079 bash[91533]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-6 2023-12-05T13:36:44.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:43 smithi079 bash[85654]: debug 2023-12-05T13:36:43.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:44.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:43 smithi079 bash[85654]: debug 2023-12-05T13:36:43.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:44.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:43 smithi079 bash[85654]: debug 2023-12-05T13:36:43.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:44.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:43 smithi079 bash[85654]: debug 2023-12-05T13:36:43.773+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:44.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:44 smithi045 bash[70543]: level=error ts=2023-12-05T13:36:44.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:44.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:44 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:44.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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:44.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:44 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:44.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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:45.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:44 smithi079 bash[85654]: debug 2023-12-05T13:36:44.821+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:45.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:44 smithi079 bash[85654]: debug 2023-12-05T13:36:44.821+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:45.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:44 smithi079 bash[85654]: debug 2023-12-05T13:36:44.821+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:45.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:44 smithi079 bash[85654]: debug 2023-12-05T13:36:44.821+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:45.221 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.6.service' 2023-12-05T13:36:45.255 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:45.256 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-05T13:36:45.256 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-05T13:36:45.256 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.7 2023-12-05T13:36:45.542 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 systemd[1]: Stopping Ceph osd.7 for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:36:45.542 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 bash[85654]: debug 2023-12-05T13:36:45.409+0000 7fb0c96fc700 -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-05T13:36:45.542 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 bash[85654]: debug 2023-12-05T13:36:45.409+0000 7fb0c96fc700 -1 osd.7 150 *** Got signal Terminated *** 2023-12-05T13:36:45.542 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 bash[85654]: debug 2023-12-05T13:36:45.409+0000 7fb0c96fc700 -1 osd.7 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:36:46.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 bash[85654]: debug 2023-12-05T13:36:45.833+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:46.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 bash[85654]: debug 2023-12-05T13:36:45.833+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:46.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 bash[85654]: debug 2023-12-05T13:36:45.833+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:46.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:45 smithi079 bash[85654]: debug 2023-12-05T13:36:45.833+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:47.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:46 smithi079 bash[85654]: debug 2023-12-05T13:36:46.849+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:47.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:46 smithi079 bash[85654]: debug 2023-12-05T13:36:46.849+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:47.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:46 smithi079 bash[85654]: debug 2023-12-05T13:36:46.849+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:47.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:46 smithi079 bash[85654]: debug 2023-12-05T13:36:46.849+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:48.041 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:47 smithi079 bash[85654]: debug 2023-12-05T13:36:47.809+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:48.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:47 smithi079 bash[85654]: debug 2023-12-05T13:36:47.809+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:48.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:47 smithi079 bash[85654]: debug 2023-12-05T13:36:47.809+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:48.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:47 smithi079 bash[85654]: debug 2023-12-05T13:36:47.809+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:48.042 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:47 smithi079 bash[85654]: debug 2023-12-05T13:36:47.809+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.79:6804 osd.4 since back 2023-12-05T13:36:22.967758+0000 front 2023-12-05T13:36:22.967885+0000 (oldest deadline 2023-12-05T13:36:47.667676+0000) 2023-12-05T13:36:49.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:48 smithi079 bash[85654]: debug 2023-12-05T13:36:48.804+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:49.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:48 smithi079 bash[85654]: debug 2023-12-05T13:36:48.804+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:49.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:48 smithi079 bash[85654]: debug 2023-12-05T13:36:48.804+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:49.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:48 smithi079 bash[85654]: debug 2023-12-05T13:36:48.804+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:49.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:48 smithi079 bash[85654]: debug 2023-12-05T13:36:48.804+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.79:6804 osd.4 since back 2023-12-05T13:36:22.967758+0000 front 2023-12-05T13:36:22.967885+0000 (oldest deadline 2023-12-05T13:36:47.667676+0000) 2023-12-05T13:36:50.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:49 smithi079 bash[85654]: debug 2023-12-05T13:36:49.816+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-12-05T13:35:45.358360+0000 front 2023-12-05T13:35:45.358528+0000 (oldest deadline 2023-12-05T13:36:11.159242+0000) 2023-12-05T13:36:50.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:49 smithi079 bash[85654]: debug 2023-12-05T13:36:49.816+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-12-05T13:35:53.461083+0000 front 2023-12-05T13:35:53.461148+0000 (oldest deadline 2023-12-05T13:36:18.160783+0000) 2023-12-05T13:36:50.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:49 smithi079 bash[85654]: debug 2023-12-05T13:36:49.816+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-12-05T13:36:02.162892+0000 front 2023-12-05T13:36:02.163024+0000 (oldest deadline 2023-12-05T13:36:27.462766+0000) 2023-12-05T13:36:50.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:49 smithi079 bash[85654]: debug 2023-12-05T13:36:49.816+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-12-05T13:36:13.765530+0000 front 2023-12-05T13:36:13.765377+0000 (oldest deadline 2023-12-05T13:36:37.765904+0000) 2023-12-05T13:36:50.292 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:49 smithi079 bash[85654]: debug 2023-12-05T13:36:49.816+0000 7fb0c44f4700 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.79:6804 osd.4 since back 2023-12-05T13:36:22.967758+0000 front 2023-12-05T13:36:22.967885+0000 (oldest deadline 2023-12-05T13:36:47.667676+0000) 2023-12-05T13:36:51.849 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:51 smithi079 bash[91683]: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-7 2023-12-05T13:36:51.849 INFO:journalctl@ceph.osd.7.smithi079.stdout:Dec 05 13:36:51 smithi079 bash[92276]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-osd-7 2023-12-05T13:36:51.944 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:51 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:51.624Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:51.944 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:51 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:51.625Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:53.846 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@osd.7.service' 2023-12-05T13:36:53.887 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:53.887 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-05T13:36:53.887 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-05T13:36:53.887 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-5356199a-936f-11ee-95a2-87774f69a715@prometheus.a 2023-12-05T13:36:54.182 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 systemd[1]: Stopping Ceph prometheus.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T13:36:54.183 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T13:36:54.184 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.997Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T13:36:54.184 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.998Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T13:36:54.184 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.998Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T13:36:54.184 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Dec 05 13:36:53 smithi079 bash[62226]: ts=2023-12-05T13:36:53.998Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T13:36:54.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:54 smithi045 bash[70543]: level=error ts=2023-12-05T13:36:54.242Z 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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:54.694 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:54 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:54.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://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.45:8443: connect: connection refused" 2023-12-05T13:36:54.695 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:36:54 smithi045 bash[70543]: level=warn ts=2023-12-05T13:36:54.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://smithi079.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.79:8443: connect: connection refused" 2023-12-05T13:36:54.719 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5356199a-936f-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-05T13:36:54.757 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:36:54.757 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-05T13:36:54.757 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5356199a-936f-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T13:36:59.783 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:36:59 smithi045 systemd[1]: Stopping Ceph node-exporter.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:37:00.737 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:37:00 smithi045 bash[110120]: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter-a 2023-12-05T13:37:00.737 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:37:00 smithi045 bash[110166]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter.a 2023-12-05T13:37:00.738 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:37:00 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:37:00.738 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:37:00 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-05T13:37:00.738 INFO:journalctl@ceph.node-exporter.a.smithi045.stdout:Dec 05 13:37:00 smithi045 systemd[1]: Stopped Ceph node-exporter.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:37:01.051 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:37:00 smithi045 systemd[1]: Stopping Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:37:01.444 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:37:01 smithi045 bash[70543]: level=info ts=2023-12-05T13:37:01.048Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-05T13:37:01.943 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:37:01 smithi045 bash[110206]: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager-a 2023-12-05T13:37:01.944 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:37:01 smithi045 bash[110254]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T13:37:01.944 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:37:01 smithi045 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-05T13:37:01.944 INFO:journalctl@ceph.alertmanager.a.smithi045.stdout:Dec 05 13:37:01 smithi045 systemd[1]: Stopped Ceph alertmanager.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:37:36.109 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5356199a-936f-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T13:37:40.783 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:37:40 smithi079 systemd[1]: Stopping Ceph node-exporter.b for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:37:41.541 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:37:41 smithi079 bash[93786]: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter-b 2023-12-05T13:37:41.542 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:37:41 smithi079 bash[93833]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-node-exporter.b 2023-12-05T13:37:41.542 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:37:41 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-05T13:37:41.542 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:37:41 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-05T13:37:41.542 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Dec 05 13:37:41 smithi079 systemd[1]: Stopped Ceph node-exporter.b for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:37:42.042 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:37:41 smithi079 systemd[1]: Stopping Ceph grafana.a for 5356199a-936f-11ee-95a2-87774f69a715... 2023-12-05T13:37:42.042 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:37:41 smithi079 bash[59256]: t=2023-12-05T13:37:41+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-05T13:37:42.750 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:37:42 smithi079 bash[93870]: ceph-5356199a-936f-11ee-95a2-87774f69a715-grafana-a 2023-12-05T13:37:42.750 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:37:42 smithi079 bash[93930]: Error response from daemon: No such container: ceph-5356199a-936f-11ee-95a2-87774f69a715-grafana.a 2023-12-05T13:37:42.750 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:37:42 smithi079 systemd[1]: ceph-5356199a-936f-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-05T13:37:42.750 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Dec 05 13:37:42 smithi079 systemd[1]: Stopped Ceph grafana.a for 5356199a-936f-11ee-95a2-87774f69a715. 2023-12-05T13:38:05.249 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:38:05.265 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:38:05.279 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-05T13:38:05.281 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732/remote/smithi045/crash 2023-12-05T13:38:05.282 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/crash -- . 2023-12-05T13:38:05.324 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T13:38:05.324 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2023-12-05T13:38:05.326 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732/remote/smithi079/crash 2023-12-05T13:38:05.327 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/crash -- . 2023-12-05T13:38:05.343 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/5356199a-936f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T13:38:05.343 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2023-12-05T13:38:05.344 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-05T13:38:05.345 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-05T13:38:05.362 INFO:teuthology.orchestra.run.smithi045.stderr:grep: /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-05T13:38:05.363 INFO:tasks.cephadm:Compressing logs... 2023-12-05T13:38:05.364 DEBUG:teuthology.orchestra.run.smithi045:> 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-05T13:38:05.366 DEBUG:teuthology.orchestra.run.smithi079:> 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-05T13:38:05.379 INFO:teuthology.orchestra.run.smithi045.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-05T13:38:05.392 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-05T13:38:05.392 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi045.rxwiyz.log 2023-12-05T13:38:05.393 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-05T13:38:05.394 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.a.log: /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi045.rxwiyz.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-05T13:38:05.394 INFO:teuthology.orchestra.run.smithi045.stderr: 62.6% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi045.rxwiyz.log.gz 2023-12-05T13:38:05.394 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi045.wpfwns.log 2023-12-05T13:38:05.395 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-05T13:38:05.396 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-05T13:38:05.396 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi045.wpfwns.log: 62.6% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi045.wpfwns.log.gz 2023-12-05T13:38:05.401 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-05T13:38:05.402 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-05T13:38:05.402 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/tcmu-runner.log: /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T13:38:05.403 INFO:teuthology.orchestra.run.smithi045.stderr: 82.4% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-05T13:38:05.404 INFO:teuthology.orchestra.run.smithi079.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-05T13:38:05.405 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-05T13:38:05.405 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T13:38:05.415 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-05T13:38:05.416 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi079.njwvfx.log 2023-12-05T13:38:05.416 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-05T13:38:05.417 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-05T13:38:05.417 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi079.njwvfx.log: /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-05T13:38:05.418 INFO:teuthology.orchestra.run.smithi079.stderr: 62.5% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi079.njwvfx.log.gz 2023-12-05T13:38:05.419 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi079.zcvxug.log 2023-12-05T13:38:05.419 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-05T13:38:05.419 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi079.zcvxug.log: -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T13:38:05.420 INFO:teuthology.orchestra.run.smithi079.stderr: 62.0%gzip -5 --verbose -- /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-05T13:38:05.420 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.4.log: -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi079.zcvxug.log.gz 2023-12-05T13:38:05.421 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T13:38:05.453 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T13:38:05.470 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T13:38:05.473 INFO:teuthology.orchestra.run.smithi079.stderr: 93.8% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T13:38:05.476 INFO:teuthology.orchestra.run.smithi045.stderr: 93.8% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T13:38:05.485 INFO:teuthology.orchestra.run.smithi079.stderr: 89.0% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-05T13:38:05.919 INFO:teuthology.orchestra.run.smithi045.stderr: 92.8% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-05T13:38:06.104 INFO:teuthology.orchestra.run.smithi079.stderr: 92.9% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-05T13:38:06.403 INFO:teuthology.orchestra.run.smithi045.stderr: 93.5% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-05T13:38:06.467 INFO:teuthology.orchestra.run.smithi045.stderr: 88.8% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-05T13:38:06.470 INFO:teuthology.orchestra.run.smithi079.stderr: 93.3% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-05T13:38:06.680 INFO:teuthology.orchestra.run.smithi079.stderr: 93.7% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-05T13:38:06.846 INFO:teuthology.orchestra.run.smithi079.stderr: 93.7% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-05T13:38:06.900 INFO:teuthology.orchestra.run.smithi079.stderr: 93.4% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-05T13:38:06.901 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-05T13:38:06.902 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m1.509s 2023-12-05T13:38:06.902 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m5.859s 2023-12-05T13:38:06.902 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.216s 2023-12-05T13:38:07.003 INFO:teuthology.orchestra.run.smithi045.stderr: 93.7% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-05T13:38:07.112 INFO:teuthology.orchestra.run.smithi045.stderr: 93.6% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-05T13:38:07.212 INFO:teuthology.orchestra.run.smithi045.stderr: 93.6% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-05T13:38:07.411 INFO:teuthology.orchestra.run.smithi045.stderr: 91.9% -- replaced with /var/log/ceph/5356199a-936f-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-05T13:38:07.412 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-05T13:38:07.412 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m2.044s 2023-12-05T13:38:07.413 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m9.537s 2023-12-05T13:38:07.413 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.271s 2023-12-05T13:38:07.414 INFO:tasks.cephadm:Archiving logs... 2023-12-05T13:38:07.414 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732/remote/smithi045/log 2023-12-05T13:38:07.415 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T13:38:08.706 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732/remote/smithi079/log 2023-12-05T13:38:08.707 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T13:38:09.503 INFO:tasks.cephadm:Removing cluster... 2023-12-05T13:38:09.504 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5356199a-936f-11ee-95a2-87774f69a715 --force 2023-12-05T13:38:10.313 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5356199a-936f-11ee-95a2-87774f69a715 --force 2023-12-05T13:38:11.106 INFO:tasks.cephadm:Removing cephadm ... 2023-12-05T13:38:11.107 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T13:38:11.114 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T13:38:11.118 INFO:tasks.cephadm:Teardown complete 2023-12-05T13:38:11.119 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-05T13:38:11.128 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-05T13:38:11.129 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:38:11.131 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:38:11.151 INFO:teuthology.orchestra.run.smithi045.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T13:38:11.152 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================== 2023-12-05T13:38:11.152 INFO:teuthology.orchestra.run.smithi045.stdout:*hv01.front.sepi 44.4.53.2 2 u 102 128 377 0.091 0.230 0.532 2023-12-05T13:38:11.152 INFO:teuthology.orchestra.run.smithi045.stdout:+hv02.front.sepi 63.231.80.2 3 u 101 128 377 0.077 5.544 0.562 2023-12-05T13:38:11.152 INFO:teuthology.orchestra.run.smithi045.stdout:+hv03.front.sepi 74.6.168.72 3 u 103 128 377 0.088 0.665 0.319 2023-12-05T13:38:11.152 INFO:teuthology.orchestra.run.smithi045.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-05T13:38:11.183 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T13:38:11.184 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2023-12-05T13:38:11.184 INFO:teuthology.orchestra.run.smithi079.stdout:*hv01.front.sepi 44.4.53.2 2 u 34 64 377 0.094 -3.456 0.553 2023-12-05T13:38:11.184 INFO:teuthology.orchestra.run.smithi079.stdout:+hv02.front.sepi 63.231.80.2 3 u 33 64 377 0.089 1.990 0.410 2023-12-05T13:38:11.184 INFO:teuthology.orchestra.run.smithi079.stdout:+hv03.front.sepi 74.6.168.72 3 u 23 64 377 0.101 -1.881 0.403 2023-12-05T13:38:11.184 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-05T13:38:11.185 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-05T13:38:11.194 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-05T13:38:11.195 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-05T13:38:11.212 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-05T13:38:11.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-05T13:38:11.280 INFO:teuthology.task.internal:Duration was 2740.762955 seconds 2023-12-05T13:38:11.280 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-05T13:38:11.313 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-05T13:38:11.313 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T13:38:11.316 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T13:38:11.369 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-05T13:38:11.370 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-12-05T13:38:11.370 DEBUG:teuthology.orchestra.run.smithi045:> 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-05T13:38:11.383 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2023-12-05T13:38:11.383 DEBUG:teuthology.orchestra.run.smithi079:> 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-05T13:38:11.397 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-05T13:38:11.397 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T13:38:11.399 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T13:38:11.527 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-05T13:38:11.527 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T13:38:11.530 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T13:38:11.836 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-05T13:38:11.847 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-05T13:38:11.848 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T13:38:11.862 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T13:38:11.880 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-05T13:38:11.891 DEBUG:teuthology.orchestra.run.smithi045:> 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-05T13:38:11.906 DEBUG:teuthology.orchestra.run.smithi079:> 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-05T13:38:11.918 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-12-05T13:38:11.935 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2023-12-05T13:38:11.965 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:38:11.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:38:11.971 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:38:11.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:38:11.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-05T13:38:11.989 INFO:teuthology.task.internal:Transferring archived files... 2023-12-05T13:38:11.990 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732/remote/smithi045 2023-12-05T13:38:11.990 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T13:38:12.031 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732/remote/smithi079 2023-12-05T13:38:12.032 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T13:38:12.067 INFO:teuthology.task.internal:Removing archive directory... 2023-12-05T13:38:12.067 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T13:38:12.069 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T13:38:12.075 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-05T13:38:12.086 INFO:teuthology.task.internal:Not uploading archives. 2023-12-05T13:38:12.086 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-05T13:38:12.131 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-05T13:38:12.131 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T13:38:12.134 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T13:38:12.139 INFO:teuthology.orchestra.run.smithi045.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 13:38 /home/ubuntu/cephtest 2023-12-05T13:38:12.142 INFO:teuthology.orchestra.run.smithi079.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 13:38 /home/ubuntu/cephtest 2023-12-05T13:38:12.144 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-05T13:38:12.250 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-05T13:38:12.314 INFO:teuthology.nuke:Checking targets against current locks 2023-12-05T13:38:12.341 DEBUG:teuthology.nuke:shortname: smithi045 2023-12-05T13:38:12.342 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T13:38:12.366 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732', '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-05 12:41:13.314664', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-05T13:38:12.370 DEBUG:teuthology.nuke:shortname: smithi079 2023-12-05T13:38:12.370 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T13:38:12.390 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477732', '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-05 12:41:13.316213', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-05T13:38:12.422 INFO:teuthology.orchestra.console.smithi045:Power off 2023-12-05T13:38:12.422 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T13:38:12.446 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-12-05T13:38:12.446 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:38:12.466 INFO:teuthology.orchestra.console.smithi079:Power off 2023-12-05T13:38:12.466 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T13:38:12.477 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-05T13:38:12.491 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2023-12-05T13:38:12.491 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:38:12.520 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-12-05T13:38:16.479 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:38:16.521 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:38:16.591 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-05T13:38:16.632 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-12-05T13:38:20.594 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:38:20.633 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:38:20.705 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-05T13:38:20.745 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2023-12-05T13:38:20.846 INFO:teuthology.orchestra.console.smithi079:Power off completed 2023-12-05T13:38:24.710 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:38:24.820 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-12-05T13:38:24.921 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-12-05T13:38:25.026 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: 2740.762955188751 failure_reason: 'Command failed on smithi045 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 5356199a-936f-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=abc660cce3ae4e68a19a8e6e249380de status: fail success: false 2023-12-05T13:38:25.027 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T13:38:25.095 INFO:teuthology.run:FAIL